

/* Start:/bitrix/components/slonworks/news.detail/templates/landing/style.css?1772166432155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/main/css/style-landing.css?177216643922802*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif; }

.nomad-landing-app h5, .nomad-landing-app h2, .nomad-landing-app h4 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
}

.nomad-landing-app h5 {
  margin: 0;
}

.nomad-landing-app * {
  box-sizing: border-box; }

li {
  list-style-type: none; }

textarea,
button,
input {
  outline: none !important; }

br.mob {
  display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #AEAEAE;
  -webkit-text-fill-color: #030303;
  -webkit-box-shadow: 0 0 0px 1000px #000 #F9F9F9;
  transition: background-color 5000s ease-in-out 0s; }

.main {
  overflow: hidden;
  position: relative; }

.main__content {
  padding: 69px 53px 43px 82px;
  display: grid;
  grid-template-columns: 55% 45%;
  grid-template-rows: 339px 196px;
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
.main__content .block__text {
  margin-top: 63px;
  width: 567px;
  grid-area: 1 / 1 / 2 / 2; }
.main__content .iphone__block {
  grid-area: 1 / 2 / 3 / 3;
  position: relative; }
.main__content .bg-circle {
  position: absolute;
  width: 425px;
  height: 425px;
  background-color: #EC8131;
  top: 50%;
  left: 50%;
  margin-left: -213px;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: -1; }
.main__content .bg-circle::after {
  content: '';
  position: absolute;
  width: 259px;
  height: 120px;
  border-radius: 50%;
  background: #F5A367;
  filter: blur(60px); }
.main__content .mobile__links {
  display: flex;
  justify-content: space-between;
  grid-area: 2 / 1 / 3 / 2;
  width: 354px;
  z-index: 2; }
.main__content .main-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 95px;
  color: #EC8131; }
.main__content .main-text {
  margin-top: 12px;
  font-size: 20px;
  line-height: 27px;
  color: #030303; }
.main__content .mobile__links-qr {
  margin-left: 5px;
  width: 122px;
  height: 122px;
  background: url("/bitrix/templates/main/css/../img/img-landing/header-qr-code.png") center/cover no-repeat; }
.main__content .mobile__links-google {
  background: url("/bitrix/templates/main/css/../img/img-landing/googlePlay.svg") center/auto no-repeat; }
.main__content .mobile__links-appStore {
  margin-top: 22px;
  background: url("/bitrix/templates/main/css/../img/img-landing/appStore.svg") center/auto no-repeat; }
.main__content .mobile-link {
  width: 164px;
  height: 51px;
  cursor: pointer;
  transition: all .3s ease; }
.main__content .mobile-link:hover {
  transform: scale(1.1); }
.main__content .iphone-img {
  margin: 0 auto;
  width: 427px;
  height: 523px; }
.main__content .wrapper-phone {
  margin: 0 auto;
  position: relative;
  width: fit-content;
  height: fit-content; }
.main__content .sms-left {
  padding: 9px 8px 11px;
  text-align: left;
  width: 212px;
  position: absolute;
  top: 60%;
  left: -6%;
  box-shadow: 4px 4px 16px -3px rgba(182, 89, 3, 0.21);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  transform: translateX(-700px);
  opacity: 0;
  animation: fromLeft 1s ease 1 1s forwards; }
.main__content .sms-right {
  padding: 9px 8px 11px;
  text-align: left;
  width: 212px;
  position: absolute;
  top: 28%;
  right: -4%;
  box-shadow: 4px 4px 16px -3px rgba(182, 89, 3, 0.21);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  transform: translateX(700px);
  opacity: 0;
  animation: fromRight 1s ease 1 1s forwards; }
.main__content .sms-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.main__content .sms-header .wrapper {
  display: flex;
  align-items: center; }
.main__content .sms-header .logo {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/main/css/../img/img-landing/mini-logo.png") center/auto no-repeat;
  background-size: contain;
}
.main__content .sms-header .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #060606; }
.main__content .sms-header .time {
  font-size: 9px;
  line-height: 12px;
  text-align: right;
  color: #434343; }
.main__content .sms-text {
  margin-top: 7px;
  font-size: 12px;
  line-height: 16px;
  color: #060606; }
@keyframes fromLeft {
  from {
    transform: translateX(-700px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fromRight {
  from {
    transform: translateX(700px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
.link-block {
  display: block;
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 20px;
  background: url("/bitrix/templates/main/css/../img/img-landing/v.svg") center/auto no-repeat;
  transition: all .3s ease; }
.link-block:hover {
  transform: translateY(5px); }

/*Второй блок*/
.nomadApp .second {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.84) 0%, rgba(241, 241, 241, 0.84) 100%), #EFEFEF; }
.nomadApp .second .second-content {
  padding: 87px 33px 100px; }
.nomadApp .second .block {
  width: 226px; }
.nomadApp .second .row {
  justify-content: space-between; }
.nomadApp .second .col {
  flex-grow: 0; }
.nomadApp .second .col-lg {
  flex-grow: 0; }

.second__title {
  font-weight: bold;
  font-size: 70px;
  line-height: 95px;
  text-align: center;
  color: #E57829; }

.second__text {
  margin-top: 14px;
  font-size: 18px;
  line-height: 25px;
  text-align: center; }

/*Блок о приложении*/
.about-content {
  padding: 68px 0 90px; }
.about-content .card {
  padding: 27px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 100%;
  min-height: 305px;
  overflow: hidden;
  border: 1px solid rgba(63, 63, 63, 0.1);
  box-shadow: 3px 4px 37px -2px rgba(132, 132, 132, 0.07);
  border-radius: 11px; }
.about-content .card:hover {
  border: 1px solid rgba(248, 118, 23, 0.85);
  box-shadow: 2px 2px 32px 5px rgba(248, 118, 23, 0.29); }
.about-content .card-img {
  width: 122px;
  height: 122px; }
.about-content .card-title {
  margin-top: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #181818; }
.about-content .card-text {
  margin-top: 12px;
  width: 267px;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #4F4F4F; }
.about-content .card-text.widthS {
  width: 258px; }
.about-content .row {
  margin: 40px auto 0;
  width: fit-content; }
.about-content li {
  padding: 20px 20px; }

.nomad-landing-app .about__sm-title {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #545454; }

.about__title {
  margin-top: 5px;
  font-weight: bold;
  font-size: 46px;
  line-height: 63px;
  text-align: center;
  color: #232323; }

/*Блок преимущества*/
.advantage {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.84) 0%, rgba(241, 241, 241, 0.84) 100%), #EFEFEF; }
.advantage .col {
  flex-basis: 29%;
  flex-grow: 0; }
.advantage .row {
  justify-content: space-between; }

.advantage-content {
  padding: 40px 58px; }

.nomad-landing-app .advantage__title {
  margin-bottom: 90px;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #030303;
  text-align: center; }

.advantage__sm-title {
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #030303; }
.advantage__sm-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/main/css/../img/img-landing/check.svg") center/auto no-repeat; }

.advantage__text {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  max-width: 300px; }

.block {
  margin-top: 35px; }
.block:first-child {
  margin-top: 0; }

/*IMG FOR RU VESTION*/
.mobiles-img {
  margin-left: 47px;
  margin-top: -37px;
  width: 364px;
  height: 410px;
  background: url("/bitrix/templates/main/css/../img/img-landing/mobiles-x2.png") center/contain no-repeat; }

/*IMG FOR KZ VESTION*/
.mobiles-imgkz {
  margin-left: 47px;
  margin-top: -37px;
  width: 364px;
  height: 410px;
  background: url("/bitrix/templates/main/css/../img/img-landing/10kz-cropped.png") center/contain no-repeat; }

/*Блок "как стать номад агентом"*/
.agent-content {
  padding: 60px 0 52px; }
.agent-content .row {
  justify-content: center; }
.agent-content .col {
  flex-basis: 29%;
  flex-grow: 0; }

.agent__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #232323;
  text-align: center; }

.agent-img {
  text-align: center;
  margin: 0 auto;
  width: 286px;
  height: 280px;
  position: relative;
  filter: drop-shadow(0px 0px 8px rgba(97, 97, 97, 0.1)); }

/*IMG FOR RU VESTION*/
.agent-img.img-1 {
  background: url("/bitrix/templates/main/css/../img/img-landing/agent1.png") center/contain no-repeat; }
.agent-img.img-1:after {
  content: '1'; }
.agent-img.img-2 {
  background: url("/bitrix/templates/main/css/../img/img-landing/agent2.png") center/contain no-repeat; }
.agent-img.img-2:after {
  content: '2'; }
.agent-img.img-3 {
  background: url("/bitrix/templates/main/css/../img/img-landing/agent3.png") center/contain no-repeat; }
.agent-img.img-3:after {
  content: '3'; }

/*IMG FOR KZ VESTION*/
.agent-img.img-1kz {
  background: url("/bitrix/templates/main/css/../img/img-landing/3kz-cropped.jpg") center/contain no-repeat; }
.agent-img.img-1kz:after {
  content: '1'; }
.agent-img.img-2kz {
  background: url("/bitrix/templates/main/css/../img/img-landing/4kz-cropped.jpg") center/contain no-repeat; }
.agent-img.img-2kz:after {
  content: '2'; }
.agent-img.img-3kz {
  background: url("/bitrix/templates/main/css/../img/img-landing/5kz-cropped.jpg") center/contain no-repeat; }
.agent-img.img-3kz:after {
  content: '3'; }

.agent-img:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #F87617;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 50%;
  z-index: 2; }
.agent-img:before {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 177, 105, 0.56);
  border-radius: 50%;
  z-index: 1; }

.agent-text {
  margin: 36px auto 0;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  width: 290px;
  font-weight: normal; }

.agent__link {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: #F87617;
  transition: all .3s ease; }
.agent__link:after {
  margin-left: 10px;
  content: '';
  width: 13px;
  height: 11px;
  background: url("/bitrix/templates/main/css/../img/img-landing/arrow-right.svg") center/auto no-repeat;
  transition: all .3s ease; }
.agent__link:hover {
  color: #ff841a; }
.agent__link:hover:after {
  transform: translateX(6px); }

/*Блок с видео*/
.video {
  background: #F3F3F3; }
.video .video__button {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  font-size: 16px;
  line-height: 22px;
  color: #F87618;
  border: 1px solid #FC7614;
  border-radius: 8px;
  transition: background-color .3s ease;
  cursor: pointer; }
.video .video__button:hover {
  color: #f9f9f9;
  background-color: #F87618; }
.video .video__button.mob {
  display: none; }

.video-content {
  padding: 70px 0 61px; }
.video-content .row {
  justify-content: center; }
.video-content .iframe {
  border-radius: 8px;
  background-color: #e8e8e8;
  width: 346px;
  height: 193px; }

.video__title {
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  color: #232323; }

.video__text {
  margin-top: 30px;
  width: 323px;
  font-size: 18px;
  line-height: 25px;
  flex: 0 1 100%; }

.video__left-col {
  margin-right: 36px;
  padding: 13px 0 57px;
  flex-basis: 380px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.nomad-landing-app .video__right-col {
  margin: -15px;
  flex-basis: 752px;
  flex-grow: 0; }
.video__right-col > div {
  padding: 15px; }

/*Блок слайдер*/
.slider-content {
  margin: 0 auto;
  padding: 61px 0 55px;
  /*
max-width: 1920px;*/ }

.nomad-landing-app .slider__title {
  margin-bottom: 46px;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #030303; }

.slider__card {
  margin: 0 auto;
  border: 1px solid rgba(63, 63, 63, 0.1);
  box-shadow: 3px 4px 37px -2px rgba(132, 132, 132, 0.17);
  border-radius: 11px; }

.slider__card-haeder {
  margin: 0 auto;
  background-color: #ff9a27;
  border-radius: 50%; }

.slider__card-name {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center; }

.slider__card-text {
  margin-top: 5px;
  /*
font-size: 12px;*/
  font-size: 15px;
  line-height: 17px;
  text-align: center; }

.swiper-wrapper .swiper-slide-prev,
.swiper-wrapper .swiper-slide-active,
.swiper-wrapper .swiper-slide-next {
  /*.slider__card-text {
      font-size: 15px;
      line-height: 20px;
  }*/
  /* .slider__card {
       padding: 23px 20px 34px;
   }*/ }
.swiper-wrapper .swiper-slide-prev.swiper-slide,
.swiper-wrapper .swiper-slide-active.swiper-slide,
.swiper-wrapper .swiper-slide-next.swiper-slide {
  height: 100%;
  opacity: 1;
  max-width: 335px;
  transform: scale(1); }
.swiper-wrapper .swiper-slide-prev .slider__card,
.swiper-wrapper .swiper-slide-active .slider__card,
.swiper-wrapper .swiper-slide-next .slider__card {
  width: 100%;
  height: 100%; }
.swiper-wrapper .swiper-slide-prev .slider__card .slider__card-haeder,
.swiper-wrapper .swiper-slide-active .slider__card .slider__card-haeder,
.swiper-wrapper .swiper-slide-next .slider__card .slider__card-haeder {
  width: 71px;
  height: 71px;
  border: 6px solid rgba(255, 206, 170, 0.74);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.swiper-wrapper .swiper-slide-prev .slider__card .rating,
.swiper-wrapper .swiper-slide-active .slider__card .rating,
.swiper-wrapper .swiper-slide-next .slider__card .rating {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF; }
.swiper-wrapper .swiper-slide-prev .slider__card .star,
.swiper-wrapper .swiper-slide-active .slider__card .star,
.swiper-wrapper .swiper-slide-next .slider__card .star {
  width: 19px;
  height: 19px;
  background: url("/bitrix/templates/main/css/../img/img-landing/star.svg") center/contain no-repeat; }

/*.swiper-slide-active {
    &.swiper-slide {
        width: 22vw;
        min-height: 325px;
    }
    .slider__card {
        width: 100%;
        height: 100%;
    }
    .slider__card-text {
        font-size: 15px;
        line-height: 20px;
    }
    .slider__card {
        padding: 25px 20px;
    }
    .slider__card-haeder {
        width: 71px;
        height: 71px;
    }
}
.swiper-slide-next {
    &.swiper-slide {
        width: 22vw;
        min-height: 325px;
    }
    .slider__card {
        width: 100%;
        height: 100%;
    }
    .slider__card-text {
        font-size: 15px;
        line-height: 20px;
    }
    .slider__card {
        padding: 25px 20px;
    }
    .slider__card-haeder {
        width: 71px;
        height: 71px;
    }
}*/
.slider__card {
  padding: 23px 20px 34px;
  width: 100%;
  height: 100%; }
.slider__card .slider__card-haeder {
  width: 71px;
  height: 71px;
  border: 6px solid rgba(255, 206, 170, 0.74);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.slider__card .rating {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF; }
.slider__card .star {
  width: 19px;
  height: 19px;
  background: url("/bitrix/templates/main/css/../img/img-landing/star.svg") center/contain no-repeat; }

.slider__card-haeder {
  width: 58px;
  height: 58px; }

.swiper-wrapper .swiper-slide {
  /*
max-width: 335px;*/
  max-width: 335px;
  opacity: 0.65;
  transform: scale(0.85);
  transition: .3s linear;
  transition-property: transform, opacity; }

.nomad-landing-app .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  vertical-align: middle;
  background: rgba(252, 118, 20, 0.6);
  transition: all 0.3s; }
.nomad-landing-app .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background: #F87617; }
.nomad-landing-app .swiper-pagination-bullet:hover {
  background: #F87617; }

.nomad-landing-app .swiper-pagination {
  margin: 35px auto 0;
  position: static; }

.swiper-wrapper {
  min-height: 337px;
  align-items: center; }

.swiper {
  overflow: visible; }

/*Блок форма*/
.questions {
  background: #F9F9F9; }

.questions-content {
  padding: 92px 14px 76px; }

.questions-title {
  margin-top: 30px;
  font-weight: bold;
  font-size: 38px;
  line-height: 52px;
  color: #030303; }

.questions-text {
  margin-top: 48px;
  max-width: 436px;
  font-size: 22px;
  line-height: 30px;
  color: #030303; }

.questions-form {
  margin-left: 22px;
  max-width: 400px; }
.questions-form .input {
  padding: 14px;
  width: 100%;
  height: 50px;
  border: 1px solid #AEAEAE;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #030303; }
.questions-form .input::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #030303; }
.questions-form .input.textarea {
  height: 160px;
  resize: none; }
.questions-form .input:focus {
  border-color: #F87617; }
.questions-form .button {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 45px;
  font-size: 16px;
  color: #F87618;
  border: 1px solid #FC7614;
  border-radius: 8px;
  background: transparent;
  transition: all .3s ease;
  cursor: pointer; }
.questions-form .button:hover {
  color: #f9f9f9;
  background-color: #F87618; }
.questions-form .validation-text,
.questions-form .validation-name,
.questions-form .validation-phone {
  padding-left: 10px;
  position: absolute;
  bottom: -15px;
  font-size: 11px;
  line-height: 15px;
  color: #FF0100;
  opacity: 0;
  transition: all .2s ease; }
.questions-form .validation-text.valErr,
.questions-form .validation-name.valErr,
.questions-form .validation-phone.valErr {
  opacity: 1; }
.questions-form .form-text {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 19px;
  color: #717171; }

.input-wrapper {
  margin-top: 22px;
  position: relative; }
.input-wrapper:first-child {
  margin-top: 0; }
.input-wrapper.first {
  margin-top: 0; }

.textarea-wr {
  height: 160px; }

/*Последний блок*/
.nomad-landing-app .last{
  background: radial-gradient(50% 50% at 50% 50%, rgba(238, 128, 48, 0.84) 0%, rgba(227, 116, 35, 0.84) 100%), #E6721E; }

.last-content {
  padding: 78px 80px 75px 0;
  display: grid;
  grid-template-columns: 51% 49%;
  grid-template-rows: 173px 227px;
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
.last-content .block__text {
  margin-top: 73px;
  width: 483px;
  grid-area: 1 / 1 / 2 / 2; }
.last-content .iphone__block {
  grid-area: 1 / 2 / 3 / 3;
  z-index: 1; }
.last-content .iphone__block .iphone-img {
  width: 484px;
  height: 407px; }
.last-content .mobile__links {
  display: flex;
  justify-content: space-between;
  align-self: center;
  grid-area: 2 / 1 / 3 / 2;
  width: 338px; }
.last-content .mobile__links-qr {
  width: 132px;
  height: 132px;
  background: url("/bitrix/templates/main/css/../img/img-landing/footer-qr-code.png") center/cover no-repeat; }
.last-content .mobile__links-google {
  width: 164px;
  height: 52px;
  background: url("/bitrix/templates/main/css/../img/img-landing/white-googlePlay.svg") center/auto no-repeat;
  cursor: pointer;
  transition: all .3s ease; }
.last-content .mobile__links-google:hover {
  transform: scale(1.1); }
.last-content .mobile__links-appStore {
  margin-top: 22px;
  width: 164px;
  height: 52px;
  background: url("/bitrix/templates/main/css/../img/img-landing/white-appStore.svg") center/auto no-repeat;
  cursor: pointer;
  transition: all .3s ease; }
.last-content .mobile__links-appStore:hover {
  transform: scale(1.1); }
.last-content .main-text {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  color: #FFFFFF; }

/*Модальное окно*/
.remodal-question {
  padding: 84px 82px !important;
  text-align: center !important;
  width: 501px !important;
  background: #E47423 !important;
  border-radius: 16px !important;
  color: #FFFFFF !important; }
.remodal-question .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px; }
.remodal-question .text {
  margin-top: 30px;
  font-size: 19px;
  line-height: 26px; }
.remodal-question .remodal-close {
  top: 15px;
  right: 19px;
  width: 16px;
  height: 16px;
  background: url("/bitrix/templates/main/css/../img/img-landing/x.svg") center/contain no-repeat; }
.remodal-question button::before {
  content: ''; }

/*Анимация*/
[data-scrolldown] {
  opacity: 0.25;
  -webkit-filter: blur(0.1px);
  filter: blur(0.1px);
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  will-change: filter;
  -webkit-transition: all 1s;
  transition: all 1s; }

[data-scrolldown].animated {
  opacity: 1;
  -webkit-filter: blur(0.1px);
  filter: blur(0.1px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/**/
.nomadApp .row {
  padding: 0;
  float: none !important; }

.nomadApp section {
  float: none !important; }


.second-col {
  height: fit-content;
  align-self: center;
}

.span-for-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #F87617;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 50%;
  z-index: 2;
}

.img-for-steps {
  margin: 0 auto;
  width: 286px;
  height: 280px;
  position: relative;
  filter: drop-shadow(0px 0px 8px rgba(97, 97, 97, 0.1));
}

.nomad-landing-app .last.wrapper-link {
  justify-content: space-between; }
.last-content .wrapper-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;}

/* End */


/* Start:/bitrix/templates/main/css/mobile-landing.css?177216643926685*/
.second-col {
  height: fit-content;
  align-self: center;
}

.span-for-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #F87617;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 50%;
  z-index: 2;
}
@media (min-width: 1921px) {
  .swiper-wrapper .swiper-slide {
    max-width: 335px; }

  .swiper-wrapper .swiper-slide-prev.swiper-slide,
  .swiper-wrapper .swiper-slide-active.swiper-slide,
  .swiper-wrapper .swiper-slide-next.swiper-slide,
  .swiper-wrapper .swiper-slide-prev-prev.swiper-slide,
  .swiper-wrapper .swiper-slide-next-next.swiper-slide {
    margin: 0 13px;
    height: 100%;
    opacity: 1;
    transform: scale(1); }
  .swiper-wrapper .swiper-slide-prev .slider__card,
  .swiper-wrapper .swiper-slide-active .slider__card,
  .swiper-wrapper .swiper-slide-next .slider__card,
  .swiper-wrapper .swiper-slide-prev-prev .slider__card,
  .swiper-wrapper .swiper-slide-next-next .slider__card {
    width: 100%;
    height: 100%; }
  .swiper-wrapper .swiper-slide-prev .slider__card .slider__card-haeder,
  .swiper-wrapper .swiper-slide-active .slider__card .slider__card-haeder,
  .swiper-wrapper .swiper-slide-next .slider__card .slider__card-haeder,
  .swiper-wrapper .swiper-slide-prev-prev .slider__card .slider__card-haeder,
  .swiper-wrapper .swiper-slide-next-next .slider__card .slider__card-haeder {
    width: 71px;
    height: 71px;
    border: 6px solid rgba(255, 206, 170, 0.74);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .swiper-wrapper .swiper-slide-prev .slider__card .rating,
  .swiper-wrapper .swiper-slide-active .slider__card .rating,
  .swiper-wrapper .swiper-slide-next .slider__card .rating,
  .swiper-wrapper .swiper-slide-prev-prev .slider__card .rating,
  .swiper-wrapper .swiper-slide-next-next .slider__card .rating {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF; }
  .swiper-wrapper .swiper-slide-prev .slider__card .star,
  .swiper-wrapper .swiper-slide-active .slider__card .star,
  .swiper-wrapper .swiper-slide-next .slider__card .star,
  .swiper-wrapper .swiper-slide-prev-prev .slider__card .star,
  .swiper-wrapper .swiper-slide-next-next .slider__card .star {
    width: 19px;
    height: 19px;
    background: url("/bitrix/templates/main/css/../img/img-landing/star.svg") center/contain no-repeat; }
  .swiper-wrapper .swiper-slide-prev .slider__card-text,
  .swiper-wrapper .swiper-slide-active .slider__card-text,
  .swiper-wrapper .swiper-slide-next .slider__card-text,
  .swiper-wrapper .swiper-slide-prev-prev .slider__card-text,
  .swiper-wrapper .swiper-slide-next-next .slider__card-text {
    font-size: 15px;
    line-height: 20px; }
  .swiper-wrapper .swiper-slide-prev .slider__card,
  .swiper-wrapper .swiper-slide-active .slider__card,
  .swiper-wrapper .swiper-slide-next .slider__card,
  .swiper-wrapper .swiper-slide-prev-prev .slider__card,
  .swiper-wrapper .swiper-slide-next-next .slider__card {
    padding: 23px 20px; } }
@media (max-width: 1199.98px) {
  .main__content {
    padding: 37px 39px 43px; }
  .main__content .main-title {
    font-size: 60px;
    line-height: normal; }
  .main__content .block__text {
    width: 424px; }
  .main__content .main-text {
    font-size: 18px;
    line-height: normal; }

  .second .second-content {
    padding: 50px 0 70px; }
  .second .second__title {
    font-size: 56px;
    line-height: normal; }
  .second .second__text {
    margin-top: 0;
    font-size: 16px;
    line-height: normal; }

  .about-content {
    padding: 50px 0 70px; }
  .about-content .about__sm-title {
    font-size: 18px;
    line-height: normal; }
  .about-content .about__title {
    font-size: 40px;
    line-height: normal; }
  .about-content .row {
    margin-top: 30px; }
  .about-content li {
    padding: 0 14px; }
  .about-content .card {
    width: 260px;
    min-height: 322px; }
  .about-content .card-img {
    width: 100px;
    height: 100px;
    background-size: contain !important; }
  .about-content .card-text {
    width: fit-content;
    font-size: 12px;
    line-height: normal; }
  .about-content .card-text.widthS {
    width: fit-content; }
  .about-content .card-title {
    font-size: 18px;
    line-height: normal; }

  .advantage .advantage-content {
    padding: 40px 33px 10px; }
  .advantage .mobiles-img, .advantage .mobiles-imgkz {
    margin-left: 20px;
    margin-top: -30px;
    width: 310px;
    height: 392px;
    background-size: contain; }
  .advantage .advantage__sm-title {
    padding-left: 20px;
    font-size: 16px; }
  .advantage .advantage__sm-title::before {
    width: 16px;
    height: 16px;
    background-size: contain; }
  .advantage .advantage__text {
    margin-top: 8px;
    font-size: 12px;
    line-height: normal; }
  .advantage .advantage__title {
    margin-bottom: 58px;
    font-size: 34px; }

  .agent-section .agent-content {
    padding: 40px 0 44px; }
  .agent-section .agent-content .agent-content .col {
    flex-basis: 28%; }
  .agent-section .agent__title {
    margin-bottom: 30px;
    font-size: 34px; }
  .agent-section .agent-img {
    width: 246px;
    height: 240px;
    background-size: contain !important;
    text-align: center;}
  .agent-section .agent-img:before {
    width: 63px;
    height: 63px;
    bottom: -27px; }
  .img-for-steps {
    object-fit: contain;
    width: 253px;
  }
  .agent-section .agent-img:after {
    width: 40px;
    height: 40px;
    font-size: 28px;
    bottom: -5px; }
  .agent-section .agent-text {
    margin-top: 28px;
    font-size: 12px;
    line-height: normal;
    width: 260px; }
  .agent-section .agent__link {
    margin: 45px auto 0; }

  .video-content {
    padding: 30px 0 55px; }
  .video-content .video__right-col {
    flex-basis: 60%; }
  .video-content .video__right-col .iframe-wr {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .video-content .video__right-col > div {
    padding: 8px; }
  .video-content .video__left-col {
    padding: 10px 0 33px;
    margin-right: 0;
    flex-basis: 40%; }
  .video-content .iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .video-content .video__title {
    font-size: 30px;
    line-height: normal; }
  .video-content .video__text {
    margin-top: 15px;
    width: 300px;
    font-size: 16px;
    line-height: normal; }

  .questions .questions-title {
    font-size: 30px;
    line-height: normal; }
  .questions .questions-text {
    margin-top: 40px;
    max-width: 351px;
    font-size: 19px;
    line-height: normal; }

  .last-content {
    padding: 58px 0 55px;
    grid-template-rows: 166px 200px; }
  .last-content .iphone__block .iphone-img {
    width: 392px;
    height: 329px; }
  .last-content .block__text {
    margin-top: 50px;
    width: 483px; }
  .last-content .main-text {
    font-size: 24px;
    line-height: normal; }

  .swiper-wrapper .swiper-slide-prev.swiper-slide,
  .swiper-wrapper .swiper-slide-next.swiper-slide {
    height: fit-content;
    opacity: 0.65; }
  .swiper-wrapper .swiper-slide-prev .slider__card .slider__card-haeder,
  .swiper-wrapper .swiper-slide-next .slider__card .slider__card-haeder {
    width: 58px;
    height: 58px;
    border: 5px solid rgba(255, 206, 170, 0.74); }
  .swiper-wrapper .swiper-slide-prev .slider__card .rating,
  .swiper-wrapper .swiper-slide-next .slider__card .rating {
    font-size: 13px;
    line-height: 18px; }
  .swiper-wrapper .swiper-slide-prev .slider__card .star,
  .swiper-wrapper .swiper-slide-next .slider__card .star {
    width: 19px;
    height: 19px;
    background: url("/bitrix/templates/main/css/../img/img-landing/star.svg") center/contain no-repeat; }
  .swiper-wrapper .swiper-slide-prev .slider__card-text,
  .swiper-wrapper .swiper-slide-next .slider__card-text {
    font-size: 13px;
    line-height: 17px; }
  .swiper-wrapper .swiper-slide-prev .slider__card-name,
  .swiper-wrapper .swiper-slide-next .slider__card-name {
    margin-top: 12px;
    font-size: 13px;
    line-height: 18px; } }
@media (max-width: 991.98px) {
  .main .link-block {
    display: none; }

  .main__content {
    padding: 37px 0 43px;
    grid-template-rows: auto auto;
    grid-template-columns: 30% 70%; }
  .main__content .iphone__block {
    grid-area: 2 / 2 / 3 / 3; }
  .main__content .block__text {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    grid-area: 1 / 1 / 2 / 3; }
  .main__content .mobile__links {
    margin-top: 40px;
    flex-direction: column-reverse;
    height: fit-content;
    width: auto; }
  .main__content .mobile__links-qr {
    margin-top: 20px; }

  .second .block {
    margin: 0 auto; }
  .second .second-content {
    padding-top: 50px; }
  .second .col {
    margin-top: 20px; }

  .about-content {
    padding-bottom: 50px; }
  .about-content .card {
    width: 100%; }
  .about-content li {
    padding: 0 20px;
    margin-bottom: 40px; }
  .about-content .card-text {
    font-size: 14px; }
  .about-content .card-title {
    font-size: 20px; }
  .about-content .card-img {
    width: 122px;
    height: 122px; }

  .advantage .row {
    flex-direction: column;
    flex: 1; }
  .advantage .row .col.second-col {
    margin-top: 50px;
    order: 3; }
  .advantage .row .block {
    margin-top: 20px; }
  .advantage .row .block:first-child {
    margin-top: 20px; }
  .advantage .advantage__text {
    max-width: 500px;
    font-size: 15px; }
  .advantage .advantage__sm-title {
    padding-left: 25px;
    font-size: 18px; }
  .advantage .mobiles-img, .advantage .mobiles-imgkz {
    margin: 0 auto; }

  .agent-content .row {
    justify-content: normal;
    flex-direction: row; }
  .agent-content .col {
    margin-bottom: 30px;
    flex-basis: 50%; }
  .agent-content .col:last-child {
    margin-bottom: 0; }
  .agent-content .agent-img {
    height: 280px;
    width: 100%; }
  .agent-content .agent-text {
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 19px; }

  .video .row {
    flex-direction: column; }
  .video .video__title {
    text-align: center;
    font-size: 35px; }
  .video .video__text {
    text-align: center;
    width: 100%;
    font-size: 18px; }
  .video .video__button.mob {
    margin: 30px auto 0;
    display: flex;
    width: 300px; }
  .video .video__button.des {
    display: none; }
  .video .row.video__right-col {
    margin: 0;
    flex-direction: row; }

  .last-content {
    grid-template-rows: auto auto auto;
    justify-items: center; }
  .last-content .block__text {
    margin-top: 0;
    width: 100%;
    grid-area: 1 / 1 / 2 / 3; }
  .last-content .mobile__links {
    margin-top: 40px;
    justify-content: center;
    grid-area: 2 / 1 / 3 / 3;
    width: 100%; }
  .last-content .iphone__block {
    margin-top: 40px;
    grid-area: 3 / 1 / 4 / 3; }
  .last-content .main-text {
    text-align: center;
    font-size: 26px; }
  .last-content .mobile__links-qr {
    display: none; }
  .last-content .wrapper-link {
    display: flex;
    flex-direction: row;}
  .last-content .mobile__links-appStore {
    margin-top: 0;
    width: 175px;
    background-size: contain;
    height: 55px; }
  .last-content .mobile__links-google {
    margin-right: 32px;
    width: 175px;
    background-size: contain;
    height: 55px; } }
@media (max-width: 767.98px) {
  .container {
    height: 100%; }

  .main {
    height: calc(100vh - 115px); }

  .main__content {
    padding-top: 25px;
    padding-bottom: 58px;
    height: 100%;
    grid-template-columns: 27% 73%;
    grid-template-rows: max-content; }
  .main__content .iphone-img {
    background-size: contain;
    width: 100%;
    height: 100%; }
  .main__content .mobile__links-qr {
    display: none; }
  .main__content .bg-circle {
    width: 300px;
    height: 300px;
    margin-left: -150px; }
  .main__content .main-text {
    font-size: 22px; }

  .about-content li {
    padding: 0 10px;
    margin-bottom: 20px; }
  .about-content .card {
    padding: 20px 22px;
    height: 425px; }
  .about-content .card-img {
    width: 106px;
    height: 106px; }
  .about-content .card-title {
    margin-top: 23px;
    font-size: 18px; }

  .advantage .advantage__title {
    margin-bottom: 30px; }

  .agent-section .agent-text {
    width: 254px; }
  .agent-section .col {
    flex-grow: 1; }

  .video .video__right-col > div {
    padding: 10px; }
  .video .video__title {
    text-align: center;
    font-size: 35px; }

  .questions-content {
    padding: 57px 0 76px; }
  .questions-content .row {
    flex-direction: column; }
  .questions-content .col {
    flex-basis: 100%; }
  .questions-content .questions-text {
    margin: 25px auto 30px;
    text-align: center; }
  .questions-content .questions-title {
    margin-top: 0;
    text-align: center; }
  .questions-content .questions-form .button {
    margin: 25px auto 0; }
  .questions-content .questions-form {
    margin: 0 auto; }

  .header {
    display: block; }

  .fixed-menu {
    display: block; } }
@media (max-width: 575.98px) {
  br.mob {
    display: block; }

  .main__content {
    grid-template-columns: 22% 78%; }
  .main__content .main-title {
    font-size: calc(30px + (26 + 26 * 0.7) * ((100vw - 320px) / 568)); }
  .main__content .main-text {
    margin-top: 8px;
    font-size: calc(13px + (13 + 13 * 0.7) * ((100vw - 320px) / 568)); }
  .main__content .iphone__block {
    display: flex;
    align-items: center;
    position: relative;
    left: 13px;
    top: 7px; }
  .main__content .mobile__links {
    margin-top: 40px;
    width: fit-content; }
  .main__content .sms-left {
    left: -14%; }
  .main__content .sms-right {
    right: 3%; }
  .main__content .mobile__links-google {
    width: 130px;
    height: 42px;
    background-size: cover;
    background-image: url("/bitrix/templates/main/css/../img/img-landing/googlePlay-mob.svg"); }
  .main__content .mobile__links-appStore {
    margin-top: 15px;
    width: 130px;
    height: 42px;
    background-size: cover;
    background-image: url("/bitrix/templates/main/css/../img/img-landing/appStore-mob.svg"); }

  .second-content .block {
    margin-top: 33px;
    max-width: 288px;
    width: fit-content; }
  .second-content .block.first-block {
    margin-top: 0; }

  .second .second-content {
    padding-top: 30px;
    padding-bottom: 30px; }

  .about-content li {
    margin-bottom: 12px;
    position: relative;
    max-width: 380px;
    width: 95%;
    padding-top: 125%; }
  .about-content .row {
    justify-content: center;
    max-width: 380px;
    width: 90%; }
  .about-content .card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    min-height: 300px; }
  .about-content .card:hover {
    border: 1px solid rgba(63, 63, 63, 0.1);
    box-shadow: 3px 4px 37px -2px rgba(132, 132, 132, 0.07); }
  .about-content .about__sm-title {
    font-size: calc(14px + (15 + 15 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }
  .about-content .about__title {
    font-size: calc(30px + (20 + 20 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }
  .about-content .card-img {
    width: 130px;
    height: 130px;
    background-size: contain !important; }
  .about-content .card-title {
    font-size: 28px;
    line-height: normal; }
  .about-content .card-text {
    font-size: 20px;
    line-height: normal; }

  .advantage .advantage-content {
    padding-right: 0;
    padding-left: 0; }
  .advantage .advantage__title {
    font-size: calc(27px + (25 + 25 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }
  .advantage .mobiles-img, .advantage .mobiles-imgkz {
    width: 80%;
    min-height: 250px;
    max-height: 350px; }
  .advantage .advantage__text {
    font-size: calc(12px + (18 + 18 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }

  .agent-section .agent__title {
    margin-bottom: 10px;
    font-size: calc(27px + (25 + 25 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }
  .agent-section .row {
    justify-content: center; }
  .agent-section .agent-img {
    height: 251px;
    background-size: contain; }

  /*IMG FOR RU VESTION*/
  .agent-section .agent-img.img-1 {
    background-image: url("/bitrix/templates/main/css/../img/img-landing/agent1-mob-x2.png"); }
  .agent-section .agent-img.img-2 {
    background-image: url("/bitrix/templates/main/css/../img/img-landing/agent2-mob-x2.png"); }
  .agent-section .agent-img.img-3 {
    background-image: url("/bitrix/templates/main/css/../img/img-landing/agent3-mob-x2.png"); }

  /*IMG FOR KZ VESTION*/
  .agent-section .agent-img.img-1kz {
    background-image: url("/bitrix/templates/main/css/../img/img-landing/3kz.jpg"); }
  .agent-section .agent-img.img-2kz {
    background-image: url("/bitrix/templates/main/css/../img/img-landing/4kz.jpg"); }
  .agent-section .agent-img.img-3kz {
    background-image: url("/bitrix/templates/main/css/../img/img-landing/5kz.jpg"); }

  .agent-section .agent-img:after {
    bottom: -15px; }
  .agent-section .agent-img:before {
    bottom: -20px; }
  .agent-section .agent__link {
    flex-direction: column-reverse; }
  .agent-section .agent__link::after {
    margin-bottom: 5px;
    width: 20px;
    height: 17px;
    background-image: url("/bitrix/templates/main/css/../img/img-landing/arrow-right-l.svg");
    background-size: contain; }

  .video .video__title {
    font-size: calc(25px + (22 + 22 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }
  .video .video__right-col > div {
    margin-top: 15px;
    padding: 0;
    max-width: 400px; }
  .video .video__right-col > div:first-child {
    margin-top: 0; }
  .video .video__text {
    font-size: 14px; }
  .video .video__button.mob {
    width: 200px;
    font-size: 16px; }
  .video .video-content .video__left-col {
    padding-bottom: 28px; }

  .nomad-landing-app .slider__title {
    font-size: calc(27px + (24 + 24 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }

  .questions .questions-content {
    padding-left: 0;
    padding-right: 0; }
  .questions .questions-title {
    font-size: calc(27px + (25 + 25 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }

  .last .iphone__block {
    width: 100%;
    height: fit-content;
    text-align: center; }
  .last .iphone__block .iphone-img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    max-width: 400px;
    text-align: center; }
  .last .wrapper-link {
    justify-content: space-between;
    width: 100%; }
  .last .mobile__links-google {
    width: 45%;
    margin: auto}
  .last .mobile__links-appStore {
    width: 45%; }
  .last .main-text {
    font-size: calc(20px + (20 + 20 * 0.7) * ((100vw - 320px) / 568));
    line-height: normal; }

  .remodal-question {
    padding: 70px 51px !important;
    width: 100% !important;
    max-width: 400px; }

  .swiper {
    padding: 0 20px; }
  .swiper .swiper-slide {
    width: 100%;
    height: fit-content;
    transform: scale(1);
    opacity: 1; }
  .swiper .swiper-wrapper .swiper-slide-prev.swiper-slide,
  .swiper .swiper-wrapper .swiper-slide-active.swiper-slide,
  .swiper .swiper-wrapper .swiper-slide-next.swiper-slide {
    height: 100%;
    opacity: 1; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card {
    width: 100%;
    height: 100%; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card .slider__card-haeder,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card .slider__card-haeder,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card .slider__card-haeder {
    width: 71px;
    height: 71px;
    border: 6px solid rgba(255, 206, 170, 0.74);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card .rating,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card .rating,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card .rating {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card .star,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card .star,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card .star {
    width: 19px;
    height: 19px;
    background: url("/bitrix/templates/main/css/../img/img-landing/star.svg") center/contain no-repeat; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card-text,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card-text,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card-text {
    font-size: 15px;
    line-height: 20px; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card {
    padding: 23px 20px; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card-name,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card-name,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card-name {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center; }
  .span-for-steps {
    bottom: -14px;
  }
}
@media (max-width: 480px) {
  .main__content .mobile__links-google {
    width: 141px;
    height: 45px;
    background-size: contain; }
  .main__content .mobile__links-appStore {
    margin-top: 15px;
    width: 141px;
    height: 45px;
    background-size: cover; }
  .main__content .sms-left {
    padding: 9px 8px 11px;
    width: 180px;
    top: 59%;
    left: -14%;
    border-radius: 7px; }
  .main__content .sms-right {
    padding: 9px 8px 11px;
    width: 180px;
    top: 25%;
    right: 3%;
    border-radius: 7px; }
  .main__content .sms-header .logo {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    background-size: contain; }
  .main__content .sms-header .title {
    font-size: 10px;
    line-height: normal; }
  .main__content .sms-header .time {
    font-size: 8px;
    line-height: normal; }
  .main__content .sms-text {
    margin-top: 3px;
    font-size: 9px;
    line-height: normal; }

  .about-content .card-title {
    font-size: calc(17px + (26 + 26 * 0.7) * ((100vw - 320px) / 568)); }
  .about-content .card-text {
    font-size: calc(12px + (18 + 18 * 0.7) * ((100vw - 320px) / 568)); }
  .about-content .card-img {
    width: calc(106px + (70 + 70 * 0.7) * ((100vw - 320px) / 568));
    height: calc(106px + (70 + 70 * 0.7) * ((100vw - 320px) / 568)); } }
@media (max-width: 380px) {
  .main__content .mobile__links-google {
    width: 115px;
    height: 36px; }
  .main__content .mobile__links-appStore {
    margin-top: 15px;
    width: 115px;
    height: 36px; }
  .main__content .sms-left {
    padding: 6px;
    width: 140px;
    top: 64%;
    left: -7%; }
  .main__content .sms-right {
    padding: 6px;
    width: 140px;
    top: 24%;
    right: 7%; }
  .main__content .sms-header .logo {
    margin-right: 5px; }
  .main__content .sms-header .title {
    font-size: 7px; }
  .main__content .sms-header .time {
    font-size: 7px; }
  .main__content .sms-text {
    font-size: 7px; }

  .second-content .block {
    margin-top: 24px; }
  .second-content .second__title {
    font-size: 40px;
    line-height: 54px; }
  .second-content .second__text {
    font-size: 14px;
    line-height: 19px; }

  .advantage .advantage__sm-title {
    font-size: 16px;
    line-height: 22px; }

  .video .video__text {
    font-size: 12px; }
  .video .video__button.mob {
    width: 154px;
    font-size: 14px; }

  .agent-section .agent-text {
    font-size: 12px;
    line-height: normal; }

  .questions .questions-text {
    font-size: 16px;
    line-height: normal; }

  .questions-form .input {
    padding: 12px 10px;
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 19px; }
  .questions-form .input::placeholder {
    font-size: 14px;
    line-height: 19px; }

  .remodal-question .title {
    font-size: 20px;
    line-height: 27px; }

  .remodal-question .text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px; }

  .swiper .swiper-wrapper {
    min-height: auto; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card-text,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card-text,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card-text {
    font-size: 13px;
    line-height: 18px; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card-name,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card-name,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card-name {
    font-size: 14px;
    line-height: 19px; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card {
    padding: 20px 13px; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card .slider__card-haeder,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card .slider__card-haeder,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card .slider__card-haeder {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 206, 170, 0.74); }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card .rating,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card .rating,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card .rating {
    font-size: 14px;
    line-height: 19px; }
  .swiper .swiper-wrapper .swiper-slide-prev .slider__card .star,
  .swiper .swiper-wrapper .swiper-slide-active .slider__card .star,
  .swiper .swiper-wrapper .swiper-slide-next .slider__card .star {
    width: 17px;
    height: 17px; }
  .swiper .swiper-wrapper .swiper-slide {
    max-width: 300px; }
  .swiper .swiper-pagination {
    margin: 20px auto 10px; }
  .swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px; }
  .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 9px;
    height: 9px; }

  .slider-content {
    padding: 40px 0; }

  .last-content {
    padding-top: 40px; } }
@media (max-height: 600px) {
  .main__content {
    padding: 10px 0 20px; }
  .main__content .block__text {
    margin-bottom: 0; }
  .main__content .main-title {
    font-size: 25px; }
  .main__content .main-text {
    font-size: 11px; }
  .main__content .iphone-img {
    width: 90%; }
  .main__content .iphone__block {
    align-items: flex-start; }
  .main__content .wrapper-phone {
    text-align: center; } }

@media (max-width: 767.98px) {
  .img-for-steps {
    width: 246px;
    height: 240px;
    background-size: contain !important;
  }
}

/* End */
/* /bitrix/components/slonworks/news.detail/templates/landing/style.css?1772166432155 */
/* /bitrix/templates/main/css/style-landing.css?177216643922802 */
/* /bitrix/templates/main/css/mobile-landing.css?177216643926685 */
