@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: local("☺"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: local("☺"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: local("☺"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: local("☺"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fa-brands-400.woff2");
  src: local("☺"), url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.wrapper {
  max-width: 1310px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  font-family: "OpenSans-Regular";
  font-size: 16px;
  padding: 0px 15px;
}
.header {
  width: 100%;
  height: 85px;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  z-index: 10;
}
.header .container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.header .logo {
  margin-right: auto;
}
.header .logo .Logoimg{
	width: 200px;
 }
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .item {
  line-height: 24px;
  color: #222222;
  margin-right: 40px;
}
.header .button {
  width: 195px;
  height: 40px;
  border: 1px solid #084394;
  color: #084394;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 930px) {
  .header .nav {
    display: none;
  }
}
@media (max-width: 450px) {
  .header .button {
    display: none;
  }
  .burger-menu .content .burger-header .button-burger {
    margin-right: 100px;
  }
}

.title-foto {
	width: 100%;
}
.title-foto .container-foto .title-logo {
	width: 100%;
	margin-top: 85px;
	border-radius: 16px;
}
.title-foto .container-foto .title-logo-mob {
	display: none;
	width: 100%;
	margin-top: 85px;
	border-radius: 16px;
}

@media (max-width: 690px) {
	.title-foto .container-foto .title-logo {
		display: none;
	}
	.title-foto .container-foto .title-logo-mob {
		display: initial;
	}
} 
.service .wrapper {
  height: 100%;
}
.service .container .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .container .info .text .title {
  font-weight: 600;
  font-size: 31px;
  line-height: 42px;
  color: #000000;
  margin: 30px 0px;
}
.service .container .info .text .pasttitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #555555;
  margin: 0px 0px 50px 0px;
}
.service .cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.service .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16%;
  height: 250px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .cards .icon {
  margin: 36px 120px 42px 120px;
}
.service .cards .icon .icon-svg{
	height: 100px;
 }
.service .cards .title {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  color: #222222;
  margin-bottom: 12px;
}
.service .cards .pasttitle {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin: 0px 15px 49px 15px;
  text-align: center;
}
.service .cards .card:hover {
  -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1100px) {
  .service .cards .card {
    margin: 10px 0px;
  }
  .service .cards .card {
	width: 49%;
	margin: 10px 0px;
 }
 .service .cards .card:hover {
	-webkit-box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.05);
			  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.05);
 }
}
@media (max-width: 855px) {
  .service .cards .card {
    width: 49%;
    margin: 10px 0px;
  }
  .service .cards .card:hover {
    -webkit-box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.05);
  }
  .service .container .info .text .title {
	font-size: 35px;
	line-height: 50px;
 }
}
@media (max-width: 500px) {
  .service .container .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .container .info .text .title {
    font-size: 23px;
	 line-height: 45px;
  }
  .service .container .info .text .pasttitle {
    width: 100%;
    margin-bottom: 30px;
  }
  .service .cards {
    margin-bottom: 40px;
  }
  .service .cards .card {
    width: 50%;
    margin-bottom: 20px;
  }
}
.about-us {
  width: 100%;
}
span {
	color: #084394;
}
.about-us .contecst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-us .contecst .image-block {
	width: calc(40% - 30px);
	min-width: 400px;
	flex-direction: column;
}
.about-us .contecst .image-block .image {
  border-radius: 18px;
  width: 100%;
}
.about-us .contecst .image-block .stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 60%;
	margin-top: 30px;
	margin-left: 20%;
}
.about-us .contecst .image-block .stats .block .insta{
	height: 40px;
}

.about-us .contecst .detailes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(60% - 30px);
}
.about-us .contecst .detailes .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  width: 419px;
  margin-bottom: 20px;
  width: 90%;
}
.about-us .contecst .detailes .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 40px;
}
.about-us .contecst .detailes .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
			 width: 50%;
}
.about-us .contecst .detailes .stats .block .insta{
	height: 40px;
}
.about-us .contecst .detailes .stats .block .facebook{
	height: 40px;
}
.about-us .contecst .detailes .stats .block .telegram{
	height: 40px;
}
.about-us .contecst .detailes .stats .block {
  text-align: center;
  margin: 0px 25px 0px 0px;
}
.about-us .contecst .detailes .stats .data {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 46px;
  color: #222222;
  margin-bottom: 16px;
}
.about-us .contecst .detailes .stats .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  padding: 0px 5px;
}
.about-us .contecst .button {
  width: 167px;
  height: 56px;
  background: #3771C8;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .about-us .contecst {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us .contecst .image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-width: 400px;
  }
  .about-us .contecst .detailes {
    width: 100%;
  }
  .about-us .contecst .detailes .title {
    margin: 20px 0px;
  }
  .about-us .contecst .detailes .stats {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 580px) {
	.about-us .contecst .detailes .title {
	font-size: 35px;
	}
}
@media (max-width: 508px) {
  .about-us .contecst .image-block .image {
    border-radius: 18px;
    /* width: 340px; */
  }
  .about-us .contecst .detailes {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-us .contecst .detailes .title {
    font-size: 25px;
    width: 90%;
    margin-top: 15px;
  }
  .about-us .contecst .detailes .text {
    padding: 0px 15px;
  }
  .about-us .contecst .detailes .stats {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 325px;
  }
}
@media (max-width: 350px) {
  .about-us .contecst .detailes {
    width: 100%;
  }
  .about-us .contecst .detailes .title {
    font-size: 35px;
    width: 90%;
    margin-top: 15px;
  }
}
a {
  color: #222222;
  text-decoration: none;
}
.subscribe {
  width: 100%;
  margin-bottom: 30px;
}
.subscribe .content {
  height: 100%;
  background: #ededed;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 74px;
  width: 60%;
}
.subscribe .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  margin-top: 60px;
}
.subscribe .posttitle {
  line-height: 28px;
  color: #555555;
  margin-top: 20px;
}
.subscribe .form {
  width: 100%;
  height: 56px;
  border-radius: 50px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
			 justify-content: space-between;
}
.subscribe .input {
  width: 340px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #555555;
  padding-left: 35px;
}
.subscribe .button {
	display: flex;
	justify-content: center;
	align-items: center;
  width: 350px;
  height: 80px;
  background: #084394;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
}
.subscribe .image-image {
	border-radius: 16px;
}
@media (max-width: 1305px) {
  .subscribe .info {
	width: 65%;
 }
}
@media (max-width: 1205px) {
	.subscribe .info {
		width: 68%;
	 }
 }
 @media (max-width: 1152px) {
	.subscribe .form {
	  margin-top: 30px;
	}
 }
@media (max-width: 1073px) {
	.subscribe .image {
		margin-top: 50px;
	 }
	 .subscribe .button {
		width: 315px;
	 }
 }
 @media (max-width: 1017px) {
	.subscribe .image {
		display: none;
	 }
	 .subscribe .info {
		width: 100%;
		margin: 0px 74px;
  }
  .subscribe .form {
	margin-bottom: 70px;
}
 }
@media (max-width: 883px) {
	.subscribe .title {
		font-size: 35px;
  }
}
@media (max-width: 845px) {
	.subscribe .form {
		display: flex;
		flex-direction: column;
		height: 100%;
		margin-bottom: 60px;
  }
  .subscribe .button {
	width: 100%;
	margin: 15px 0px;
}
}
@media (max-width: 750px) {
	.subscribe .info {
		margin: 0px 25px;
  }
}
@media (max-width: 450px) {
	.subscribe .title {
		font-size: 24px;
		line-height: 35px;
		margin-top: 40px;
  }
  .subscribe .form {
	margin-bottom: 40px;
}
}

.futter {
	background-color: #084394;  
}
.futter .wrapper {
	max-width: 100%;
}
.futter .wrapper .container {
	background-color: #084394;		
  margin: 20px;
  display: flex;
  justify-content: center;  
}
.futter .container .content {
  width: 100%;
  max-width: 1310px;
}
.futter .container .content .block-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
}
.futter .container .content .block-logo .image {
  display: flex;
  justify-content: center;
}
.futter .container .content .block-logo .image .logo-futter{
	height: 40px;
 }
.futter .container .content .text {
  line-height: 24px;
  color: #f9f7f7;
  text-align: center;
  font-family: "open sans";
  margin-top: 15px;
}
.futter .container .content .title {
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  margin: 10px 0px 24px 0px;
}
.futter .container .content .item {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 16px;
}
.futter .container .content .details{
  line-height: 22px;
  color: #f9f7f7;
  font-style:normal;
  /* font-family: "OpenSans-Regular"; */
  font-family: "open sans";
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  margin-top: 25px;
  
}
.futter .container .content .details .details_title{
  font-size: 1em;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 3px;
}
.futter .container .content .details .details_text{
  font-size: 0.9em;
  font-weight: 300;  
}
.details_text a {
  text-decoration: none;
  color: #f9f7f7;
}
.paySystems{
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.paySystems div{
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay_logo img{
  height: inherit;
}
.pay_logo.web{
  height: 50px;
}
@media (max-width: 850px) {
  .block-help {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .futter .container .content .details{
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .paySystems{
    gap: 20px;
  }
}
@media screen and (max-width: 670px) {
  .paySystems div{
    height: 20px;
  }
  .pay_logo.web{
    height: 35px;
  }
}
@media (max-width: 630px) {
  .block-home {
    display: none;
  }
}
@media (max-width: 530px) {
  .block-app {
    display: none;
  }
  .futter .container .content .block-logo .image .logo-futter{
    height: 30px;
  }
}
@media screen and (max-width: 430px) {
  .futter .wrapper .container {
    margin-left: 5px;
    margin-right: 5px;
  }
}