/* fonts */
@font-face {
  font-family: 'Museo Sans';
  src: local('Museo Sans 900'), local('Museo-Sans-900'),
      url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
      url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
      url('../fonts/MuseoSansCyrl-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  }

@font-face {
  font-family: 'Museo Sans';
  src: local('Museo Sans 700'), local('Museo-Sans-700'),
      url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
      url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
      url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  }

@font-face {
  font-family: 'Museo Sans';
  src: local('Museo Sans 500'), local('Museo-Sans-500'),
      url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
      url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
      url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  }

@font-face {
  font-family: 'Museo Sans';
  src: local('Museo Sans 300'), local('Museo-Sans-300'),
      url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
      url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
      url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  }

/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  }

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  }

ul[class],
ol[class] {
  list-style: none;
  }

a:not([class]) {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  }

a {
  color: #25a3fb;
  text-decoration: none;
  transition: color .3s linear;
  }

a:hover { 
  color: #51b6fc;
  }

a:focus,
a:hover,
a:active { 
  outline: none !important;
  }

p { 
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  }

b, strong { 
  font-weight: 700;
  }

button { 
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  background: none;
  border-radius: 0;
  }

button:focus,
button:hover,
button:active { 
  outline: none !important;
  }

img {
  max-width: 100%;
  display: block;
  }

article > * + * {
  margin-top: 1em;
  }

input,
button,
textarea,
select {
  font: inherit;
  }

input:focus,
input:hover,
input:active { 
  outline: none !important;
  }

fieldset { 
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  }

fieldset:last-child { 
  margin: 0;
  padding: 5px 0 0;
  }

iframe { vertical-align: top; }

hr { 
  margin: 15px 0;
  width: 100%;
  height: 1px;
  border: 0;
  background: #e5ecdd;
  }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    }
  }

[class*=__container] {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
  }

/* input */
input[type='tel'],   
input[type='text'],
input[type='email'],
input[type='password'] {
  margin: 0;
  padding: 0 40px;
  vertical-align: top;
  width: 100%;
  height: 105px;
  color: rgb(102, 102, 102, 0.65);
  font-size: 18px;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 300;
  border: 1px solid #dbdbdb;
  background-color: #fcfbfa;
  box-shadow: inset 1px 1px 6px rgba(30, 30, 30, 0.1);
  border-radius: 53px;
  transition: .3s border-color;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }

input[type='tel']:focus,   
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
  border-color: #e5e5e5;
  }

input[type='tel']::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder {
  color: rgb(102, 102, 102, 0.65);
  opacity: 1;
  outline: none;
  }

input[type='tel']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder {
  color: rgb(102, 102, 102, 0.65);
  opacity: 1;
  outline: none;
  }

input[type='tel'] { 
  padding-left: 82px;
  background: url(../img/bg/phone-gray.svg) 40px center no-repeat #fcfbfa;
  }

input.input_small-size { 
  padding: 0 30px;
  height: 75px;
  font-size: 16px;
  }

input[type='tel'].input_small-size { 
  padding-left: 70px;
  background-position: 30px center;
  }

/* btn */
.btn { 
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 25px 44px 25px 48px;
  color: #fff;
  font-size: 15px;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 25px;
  text-shadow: 0 1px 5px rgb(30 30 30 / 15%);
  background-color: #78b9aa;
  background-image: linear-gradient(to top, #6abf5e 0%, #abe3a3 100%);
  border-radius: 50px;
  box-shadow: inset 0 -1px 2px rgba(135, 198, 185, 0.4), 
              inset 0 2px 5px rgba(255, 255, 255, 0.25), 
              inset 0 -1px 5px rgba(255, 255, 255, 0.1), 
              inset 0 1px 2px rgba(255, 255, 255, 0.3),
              0 5px 0 0 #6eb864;
  cursor: pointer;
  z-index: 1;
  transition: .3s all;
  }

.btn:hover { 
  color: #fff;
  }

.btn:after { 
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #78b9aa;
  background-image: linear-gradient(to top, #abe3a3 0%, #6abf5e 100%);
  border-radius: 50px;
  opacity: 0;
  z-index: -1;
  content: "";
  transition: .3s opacity;
  }

.btn:hover:after { 
  opacity: 1;
  }

.btn_full-size { 
  width: 100%;
  }

.btn_shadow { 
  box-shadow: inset 0 -1px 2px rgba(135, 198, 185, 0.4), 
              inset 0 2px 5px rgba(255, 255, 255, 0.25), 
              inset 0 -1px 5px rgba(255, 255, 255, 0.1), 
              inset 0 1px 2px rgba(255, 255, 255, 0.3),
              0 5px 0 0 #6eb864,
              0 12px 24px rgba(140, 210, 130, 0.3);

  }

.btn_transparent-color { 
  color: #292929;
  text-shadow: none;
  background: none;
  box-shadow: 0 0 0 1px inset #8bd181;
  }

.btn_small-size { 
  padding: 19px 60px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.1px;
  border-radius: 41px;
  }

.btn_small-size:after { 
  border-radius: 41px;
  }

.btn_play-icon { 
  padding-left: 112px;
  padding-right: 24px;
  text-align: left;
  }

.btn_play-icon:before { 
  position: absolute;
  display: block;
  width: 77px;
  height: 77px;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  background: url(../img/bg/play.svg) center no-repeat;
  background-size: 100%;
  content: "";
  }

.btn_line-dec i { 
  position: absolute;
  display: block;
  width: 39px;
  height: 80px;
  top: -43px;
  right: 6px;
  background: url(../img/bg/line-dec-gray.png) center no-repeat;
  background-size: 100%;
  content: "";
  z-index: 5;
  }

.btn_telegram-icon { 
  padding-left: 40px;
  padding-right: 95px;
  }

.btn_telegram-icon i { 
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../img/bg/telegram-white.svg) center no-repeat;
  background-size: 100%;
  content: "";
  }

/* big-title */
.big-title { 
  margin: 0 0 40px;
  font-size: 53px;
  font-weight: 700;
  line-height: 63px;
  }

.big-title_indent-bottom-small { 
  margin: 0 0 18px;
  }

.big-title_text-center { 
  text-align: center;
  }

.big-title span { 
  font-weight: 300;
  }

/* title */
.title {
  margin: 0 0 40px; 
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  }

.title_text-center { 
  text-align: center;
  }

.title_indent-bottom-small { 
  margin: 0 0 18px;
  }

.title span { 
  font-weight: 300;
  }

.title img { 
  display: inline;
  margin: -5px 0 0;
  vertical-align: top;
  }

/* title-middle */
.title-middle { 
  margin: 0 0 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  }

.title-middle_text-center { 
  text-align: center;
  }

.title-middle span {
  font-weight: 300;
  }

.title-middle_indent-bottom-small { 
  margin: 0 0 37px;
  line-height: 58px;
  }

/* title-small */
.title-small { 
  margin: 0 0 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  }

.title-small_text-center { 
  text-align: center;
  }

.title-small span { 
  font-weight: 300;
  }

.title-small a { 
  color: #292929;
  }

/* sub-title */
.sub-title { 
  margin: 0 0 49px;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.42px;
  }

.sub-title_text-center { 
  text-align: center;
  }

/* play-btn */
.play-btn { 
  display: block;
  width: 130px;
  height: 130px;
  background: url(../img/bg/play.svg) center no-repeat;
  background-size: 100%;
  }

/* bullets */
.bullets { 
  margin: 0 auto;
  width: 10px;
  height: 44px;
  background: url(../img/bg/bullets.svg) center no-repeat;
  background-size: 100%;
  }

/* cursor-icon */
.cursor-icon {
  display: none;
  margin: 0 auto 15px; 
  width: 42px;
  }

.cursor-icon img { 
  width: 100%;
  }

/* body */
body { 
  min-width: 320px;
  color: #292929;
  font: 18px 'Museo Sans', sans-serif;
  font-weight: 300;
  line-height: 28px;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  }

/* wrapper */
.wrapper { 
  position: relative;
  overflow: hidden;
  }

/* header */
.header { 
  position: relative;
  padding: 16px 0 15px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(111, 121, 135, 0.07);
  z-index: 20;
  }

.header__container { 
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  }

.header__left-col { 
  display: flex;
  gap: 0 44px;
  }

/* logo */
.logo a { 
  display: flex;
  }

.logo__img { 
  display: block;
  flex-shrink: 0;
  margin: 0 25px 0 0;
  }

.logo__text { 
  display: block;
  margin: 2px 0 0;
  color: #7985af;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.8px;
  }

/* clients */
.header__clients { 
  padding: 4px 0 0;
  }

.clients dt { 
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.2px;
  }

.clients dd { 
  margin: 0 0 9px;
  }

.clients dd:last-child { 
  margin: 0;
  }

/* header__right-col */
.header__right-col { 
  display: flex;
  gap: 0 68px;
  }

/* messengers */
.header__messengers { 
  margin: -2px 0 0;
  }

.messengers__item { 
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  }

.messengers__item:last-child { 
  margin: 0;
  }

.messengers__icon { 
  flex-shrink: 0;
  margin: 0 15px 0 0;
  }

.messengers__text { 
  display: block;
  }

.messengers__text a { 
  display: block;
  margin: 0 0 5px;
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.15px;
  }

.messengers__text span { 
  display: block;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.6px;
  }

/* phone */
.header__phone { 
  padding: 5px 0 0;
  }

.phone__number { 
  position: relative;
  display: block;
  padding: 0 0 0 32px;
  }

.phone__number:before { 
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  top: -2px;
  left: 0;
  background: url(../img/bg/phone.svg) center no-repeat;
  content: "";
  }

.phone__number span { 
  display: block;
  margin: 0 0 6px;
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.24px;
  }

.phone__number small { 
  display: block;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 9px;
  letter-spacing: 0.3px;
  }

.phone__work-time { 
  position: relative;
  display: block;
  margin: 22px 0 0;
  padding: 0 0 0 32px;
  }

.phone__work-time:before { 
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 16px;
  background: #64bb58;
  border-radius: 100%;
  content: "";
  }

.phone__work-time span { 
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.4px;
  }

.phone__link { 
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #25a3fb;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 0.8px;
  }

.phone__link:after { 
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background: #e8f5ff;
  content: "";
  }

/* section-first */
.section-first { 
  padding: 78px 0 0;
  background: url(../img/bg/section-first-bg.jpg) top center no-repeat #fff;
  background-size: 100%;
  }

.section-first_changed { 
  padding: 37px 0 0;
  }

/* profit-info */
.profit-info { 
  display: flex;
  align-items: flex-start;
  margin: 0 0 173px;
  }

/* profit-info__description */
.profit-info__description { 
  flex-shrink: 0;
  margin: 0 35px 0 0;
  width: 565px;
  }

/* profit-info__title */
.profit-info__title { 
  margin: 0 0 17px -3px;
  font-size: 52px;
  line-height: 65px;
  }

.profit-info__title img { 
  display: inline;
  vertical-align: middle;
  }

/* zoom-info */
.profit-info__zoom-info { 
  margin: 0 0 37px;
  }

.zoom-info dt { 
  position: relative;
  margin: 0 0 33px;
  padding: 0 0 0 28px;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.43px;
  }

.zoom-info dt:before { 
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 0;
  background: #ff613f;
  border-radius: 100%;
  content: "";
  }

.zoom-info dt strong { 
  font-weight: 500;
  }

.zoom-info dd { 
  position: relative;
  margin: 0 0 2px;
  padding: 0 0 0 28px;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  }

.zoom-info dd:last-child { 
  margin: 0;
  }

.zoom-info dd:before { 
  position: absolute;
  display: block;
  width: 13px;
  height: 5px;
  top: 16px;
  left: 0;
  background: #616e9e;
  content: "";
  }

.zoom-info dd strong { 
  font-weight: 500;
  }

/* tools-info */
.profit-info__tools-info { 
  position: relative;
  margin: 0 0 38px;
  z-index: 5;
  }

.profit-info__tools-info:after { 
  position: absolute;
  display: block;
  width: 55px;
  height: 89px;
  right: 86px;
  bottom: -57px;
  background: url(../img/bg/tools-info-dec.png) top center no-repeat;
  background-size: 100%;
  content: "";
  }

.tools-info { 
  display: flex;
  align-items: flex-start;
  }

.tools-info__img { 
  flex-shrink: 0;
  margin: 0 23px 0 0;
  width: 125px;
  }

.tools-info__img img { 
  width: 100%;
  }

.tools-info__descrition { 
  padding: 14px 0 0;
  }

.tools-info__descrition span { 
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.3px;
  }

.tools-info__descrition strong { 
  color: #2d8cff;
  }

/* profit-info__mov */
.profit-info__mov { 
  padding: 23px 0 0;
  }

/* mov-slider */
.profit-info__mov-slider { 
  margin: 0 0 50px 0;
  }

.mov-slider .swiper-slide { 
  border: 1px solid #ebebeb;
  }

.mov-slider { 
  width: 619px;
  height: 418px;
  background: #fff;
  }

.mov-slider img { 
  width: 100%;
  height: 100%;
  object-fit: contain;
  }

/* play-panel */
.play-panel {
  display: flex;
  align-items: center;
  padding: 0 0 0 115px;
  }

.play-panel a { 
  display: flex;
  align-items: center;
  color: #292929;
  transition: .3s opacity;
  }

.play-panel a:hover { 
  opacity: 0.8;
  }

.play-panel__play-btn { 
  flex-shrink: 0;
  margin: 0 31px 0 0;
  }

.play-panel__text { 
  display: block;
  margin: -4px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.21px;
  } 

/* marketing */
.marketing { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 40px;
  margin: 0 0 64px;
  }

.marketing__img { 
  margin: 0 0 18px;
  border: 1px solid #ebebeb;
  }

.marketing__title { 
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.3px;
  }

/* section-first__bullets */
.section-first__bullets { 
  margin-bottom: 72px;
  }

/* excursion-form */
.excursion-form { 
  position: relative;
  padding: 0 0 10px;
  z-index: 20;
  }

.excursion-form:before { 
  position: absolute;
  display: block;
  top: 300px;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #c5f0c6;
  border-radius: 5px;
  content: "";
  }

/* excursion-form__content */
.excursion-form__content { 
  position: relative;
  padding: 6px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 30px 90px rgba(82, 76, 84, 0.15);
  z-index: 5;
  }

.excursion-form__content:before { 
  position: absolute;
  display: block;
  width: 38px;
  height: 70px;
  top: 74px;
  left: 0;
  background: url(../img/bg/excursion-form-dec.png) top center no-repeat;
  background-size: 100%;
  content: "";
  z-index: 6;
  }

.excursion-form__content:after { 
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #f1f1f1; 
  border-radius: 5px;
  content: "";
  z-index: 4;
  }

/* excursion-mov */
.excursion-form__excursion-mov { 
  position: absolute;
  top: 134px;
  right: 153px;
  z-index: 10;
  }

.excursion-mov a { 
  display: flex;
  align-items: center;
  padding: 0 42px 0 0;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 65px;
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.14);
  transition: .3s all;
  }

.excursion-mov a:hover { 
  opacity: 0.97;
  }

.excursion-mov__play-btn { 
  flex-shrink: 0;
  margin: 0 16px 0 0;
  }

.excursion-mov__text { 
  display: block;
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  }

/* excursion-form__img */
.excursion-form__img { 
  position: absolute;
  width: 664px;
  top: -45px;
  right: -87px;
  z-index: 5;
  }

.excursion-form__img img { 
  width: 100%;
  }

/* excursion-form__in */
.excursion-form__in {
  position: relative;
  padding: 53px 198px 87px 84px;
  z-index: 7;
  }

/* excursion-form__title-small */
.excursion-form__title-small { 
  margin: 0 0 10px;
  }

/* excursion-form__text */
.excursion-form__text { 
  margin: 0 0 31px;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.4px;
  }

/* excursion-form form */
.excursion-form form { 
  position: relative;
  margin: 0 0 27px -7px;
  }

.excursion-form input[type='tel'] { 
  padding-right: 560px;
  }

.excursion-form__btn { 
  position: absolute;
  top: 0;
  right: 0;
  }

/* small-text */
.small-text { 
  margin: 0;
  color: #999;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.3px;
  }

.small-text a { 
  color: #65ba59;
  border-bottom: 1px dotted rgba(101, 186, 89, 0.5);
  }

.small-text a:hover { 
  color: #7ec873;
  }

/* section-second */
.section-second { 
  position: relative;
  margin: -259px 0 0;
  padding: 367px 0 157px;
  color: #fff;
  background: url(../img/bg/section-second-bg.png) bottom center no-repeat #232425;
  background-size: 100%;
  z-index: 2;
  }

.section-second_changed { 
  margin: -264px 0 0;
  padding: 397px 0 0;
  z-index: 2;
  }

.section-second__circle-dec { 
  position: absolute;
  width: 105px;
  height: 106px;
  top: 307px;
  right: 123px;
  background: url(../img/bg/circle-dec.svg) center repeat-x;
  }

/* advantages */
.section-second__advantages { 
  margin: 0 0 114px;
  }

.advantages { 
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  }

.advantages__photo { 
  margin: 0 0 30px;
  min-height: 201px;
  }

.advantages__text { 
  position: relative;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  }

.advantages__text:before { 
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 13px;
  left: 0;
  background: #ff5f3d;
  border-radius: 100%;
  content: "";
  }

/* section-second__title */
.section-second__title { 
  margin: 0 0 23px;
  }

/* section-second__title */
.section-second__sub-title { 
  margin: 0 0 64px;
  }

/* section-second__strategy */
.strategy { 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -14px 83px;
  gap: 50px 0;
  }

.strategy__item { 
  padding: 0 14px;
  width: 25%;
  }

.strategy__img { 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px;
  height: 237px;
  border: 1px solid #4a4b4b;
  }

.strategy__item:nth-child(1) .strategy__img img { 
  position: absolute;
  max-width: unset;
  right: 0;
  bottom: 0;
  }

.strategy__text { 
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  }

/* btn-panel */
.btn-panel {
  display: flex;
  justify-content: center;
  }

.btn-panel__in { 
  position: relative;
  }

.btn-panel_line-dec .btn-panel__in:after { 
  position: absolute;
  display: block;
  width: 99px;
  height: 82px;
  top: -25px;
  right: -69px;
  background: url(../img/bg/line-dec.png) center no-repeat;
  background-size: 100%;
  content: "";
  z-index: 5;
  }

/* section-second__check-dec */
.section-second__check-dec { 
  position: absolute;
  width: 107px;
  height: 80px;
  left: 133px;
  bottom: 671px;
  background: url(../img/bg/check-dec.svg) center no-repeat;
  background-size: 100%;
  }

/* section-second__tablet-dec */
.section-second__tablet-dec { 
  position: absolute;
  left: -8px;
  bottom: -118px;
  pointer-events: none;
  }

/* section-third */
.section-third { 
  padding: 90px 0 38px;
  background: url(../img/bg/section-third.jpg) top center no-repeat;
  background-size: 100%;
  }

/* section-third__bullets */
.section-third__bullets { 
  margin-bottom: 56px;
  }

/* section-third__btn-panel */
.section-third__btn-panel { 
  margin: 0 0 164px;
  }

/* section-third__sub-title */
.section-third__sub-title { 
  margin: 0 0 53px;
  }

/* section-third__title */
.section-third__title { 
  margin: 0 0 39px;
  }

/* results */
.results { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px 35px;
  margin: 0 0 118px;
  }

/* results__item */
.results__item { 
  position: relative;
  padding: 0 0 10px;
  }

.results__item:before { 
  position: absolute;
  display: block;
  top: 50px;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #c5f0c6;
  border-radius: 5px;
  content: "";
  }

.results__item-content { 
  position: relative;
  padding: 7px;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 30px 90px rgba(82, 76, 84, 0.15);
  }

.results__item-content:before { 
  position: absolute;
  display: block;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid #f1f1f1; 
  border-radius: 12px;
  content: "";
  z-index: 4;
  }

.results__item-in { 
  position: relative;
  padding: 34px 42px;
  min-height: 426px;
  z-index: 5;
  }

.results__title { 
  margin: 0 0 11px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  }

.results__title a { 
  color: #292929;
  }

.results__item p { 
  margin: 0 0 25px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.4px;
  }

.results__item p span { 
  font-weight: 500;
  }

.results__img { 
  position: absolute;
  right: 33px;
  bottom: -9px;
  z-index: 2;
  pointer-events: none;
  }

.results__price { 
  position: absolute;
  padding: 33px 0 0;
  width: 143px;
  height: 143px;
  right: 13px;
  bottom: 13px;
  text-align: center;
  background: #2d8cff;
  border-radius: 100%;
  z-index: 3;
  }

.results__price span { 
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.7px;
  }

.results__price span a { 
  color: #fff;
  }

.results__price img { 
  display: inline-block;
  vertical-align: top;
  }

/* results__mov */
.results__mov { 
  position: relative;
  top: 30px;
  z-index: 10;
  }

.results__mov:before { 
  position: absolute;
  display: block;
  width: 243px;
  height: 106px;
  top: 6px;
  left: -153px;
  background: url(../img/bg/mov-line.png) center no-repeat;
  background-size: 100%;
  content: "";
  z-index: 5;
  }

.results__mov a { 
  position: relative;
  display: block;
  z-index: 3;
  }

.results__mov a:before { 
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/bg/play.svg) center no-repeat;
  background-size: 100%;
  content: "";
  transition: .3s opacity;
  }

.results__mov a:hover:before { 
  opacity: 0.9;
  }

.results__mov img { 
  width: 100%;
  border-radius: 12px;
  }

/* director */
.director { 
  position: relative;
  margin: 0 0 201px;
  }

/* director__description */
.director__description { 
  position: relative;
  padding: 101px 0 0;
  max-width: 672px;
  z-index: 10;
  }

.director__title {
  position: relative; 
  margin: 0 0 8px;
  padding: 0 0 0 31px;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.3px;
  }

.director__title:before { 
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 2px;
  background: #ff613f;
  border-radius: 100%;
  content: "";
  }

.director__text { 
  margin: 0 0 17px;
  padding: 0 0 0 33px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.3px;
  }

.director__btn { 
  margin: 0 0 50px;
  }

/* widget */
.widget { 
  position: relative;
  padding: 0 0 10px;
  }

.widget:before { 
  position: absolute;
  display: block;
  top: 50px;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #c5f0c6;
  border-radius: 5px;
  content: "";
  }

.widget__content { 
  position: relative;
  padding: 6px;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 30px 90px rgba(82, 76, 84, 0.15);
  }

.widget__content:before { 
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #f1f1f1; 
  border-radius: 12px;
  content: "";
  z-index: 4;
  }

.widget__in { 
  position: relative;
  padding: 27px 45px 39px;
  z-index: 10;
  }

.widget__title { 
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.5px;
  }

.widget__text { 
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
  }

.widget__btn { 
  max-width: 462px;
  width: 100%;
  }

/* director__img */
.director__img { 
  position: absolute;
  top: -4px;
  right: -15px;
  z-index: 2;
  }

/* success-form */
.success-form { 
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 84px;
  padding: 26px 42px 26px 38px;
  border: 2px solid #ceeaca;
  }

.success-form__info { 
  padding: 7px 0 0;
  }

.success-form__title { 
  margin: 0 0 7px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 30px;
  }

.success-form p { 
  margin: 0;
  font-size: 20px;
  text-indent: 2px;
  line-height: 30px;
  letter-spacing: 0.3px;
  }

.success-form form { 
  position: relative;
  width: 572px;
  }

.success-form input { 
  padding: 0 370px 0 66px;
  height: 80px;
  font-size: 16px;
  background-size: 17px 17px;
  background-position: 28px center;
  }

.success-form__btn { 
  position: absolute;
  padding: 25px 36px 26px 38px;
  top: 0;
  right: 0;
  font-size: 17px;
  border-radius: 39px;
  box-shadow: inset 0 -1px 2px rgba(135, 198, 185, 0.4), 
              inset 0 2px 5px rgba(255, 255, 255, 0.25), 
              inset 0 -1px 5px rgba(255, 255, 255, 0.1), 
              inset 0 1px 2px rgba(255, 255, 255, 0.3),
              0 15px 30px rgba(151, 216, 141, 0.35), 
              0 3px 0 0 #6eb864;
  }

/* info */
.section-first__info { 
  margin: 0 0 192px;
  }

.section-second__info { 
  margin: 0 0 172px;
  }

.info { 
  position: relative;
  z-index: 15;
  }

.info__description { 
  position: relative;
  z-index: 10;
  }

.info__title { 
  margin: 0 0 57px;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.53px;
  }

.section-second__info .info__title { 
  margin: 0 0 29px;
  font-size: 42px;
  line-height: 52px;
  }

.info__text { 
  position: relative;
  margin: 0 0 21px;
  padding: 0 0 0 27px;
  max-width: 420px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.28px;
  }

.info__text:before { 
  position: absolute;
  display: block;
  width: 13px;
  height: 5px;
  top: 13px;
  left: 0;
  background: #616e9e;
  content: "";
  }

.info__text:after { 
  position: absolute;
  display: block;
  width: 43px;
  height: 76px;
  top: 52px;
  right: 33px;
  background: url(../img/bg/info-dec.png) center no-repeat;
  background-size: 100%;
  content: "";
  z-index: 7;
  pointer-events: none;
  }

.info__title span { 
  font-weight: 300;
  }

.info__title img { 
  display: inline;
  margin: 0 0 0 11px;
  vertical-align: middle;
  }

.info__img { 
  position: absolute;
  top: -129px;
  right: -285px;
  pointer-events: none;
  }

.section-second__info .info__img { 
  top: -49px;
  right: -267px;
  }

/* mov */
.mov { 
  position: relative;
  z-index: 20;
  }

.mov a { 
  position: relative;
  display: block;
  height: 100%;
  }

.mov a:after { 
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  background: url(../img/bg/play.svg) center no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
  content: "";
  transition: .3s opacity;
  }

.mov a:hover:after { 
  opacity: 0.8;
  }

/* question */
.question { 
  position: relative;
  margin: 0 -71px;
  padding: 17px 20px 0;
  background: url(../img/bg/question-bg.png) 0 0 repeat;
  border-radius: 5px 5px 0 0;
  }

.question:before { 
  position: absolute;
  display: block;
  width: 52px;
  height: 43px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg/question-dec.png) center no-repeat;
  background-size: 100%;
  content: "";
  z-index: 5;
  }

.question__in { 
  padding: 81px 50px 166px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  }

/* question__title */
.question__title { 
  margin: 0 0 15px;
  font-size: 47px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  }

/* question__text */
.question__text { 
  margin: 0 0 51px;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.42px;
  }

/* question__contacts */
.question__contacts { 
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 42px;
  }

/* tel-link */
.tel-link { 
  display: flex;
  align-items: center;
  }

.tel-link__icon { 
  display: block;
  flex-shrink: 0;
  margin: 0 17px 0 0;
  }

.tel-link__number { 
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  }

/* whatsapp-link */
.whatsapp-link { 
  display: flex;
  align-items: center;
  }

.whatsapp-link__icon { 
  display: block;
  flex-shrink: 0;
  margin: 0 17px 0 0;
  }

.whatsapp-link__text { 
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  }

.whatsapp-link__text span { 
  color: #25d366;
  border-bottom: 1px solid rgba(37, 211, 102, 0.3);
  transition: .3s opacity;
  }

.whatsapp-link__text span:hover { 
  opacity: 0.7;
  }

/* telegram-link */
.telegram-link { 
  display: flex;
  align-items: center;
  }

.telegram-link__icon { 
  display: block;
  flex-shrink: 0;
  margin: 0 17px 0 0;
  }

.telegram-link__text { 
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  }

.telegram-link__text span { 
  color: #338fec;
  border-bottom: 1px solid rgba(51, 143, 236, 0.3);
  transition: .3s opacity;
  }

.telegram-link__text span:hover { 
  opacity: 0.7;
  }

/* footer */
.footer { 
  padding: 70px 0 95px;
  }

.footer__top-panel { 
  display: flex;
  justify-content: space-between;
  }

/* logo */
.footer__logo .logo__img { 
  margin: 0 16px 0 0;
  }

.footer__logo .logo__text { 
  letter-spacing: 0.4px;
  }

/* footer__phone */
.footer__phone { 
  padding: 4px 88px 0 0;
  }

.footer__phone .phone__number:before { 
  top: 0;
  }

.footer__phone .phone__number span { 
  margin: 0 0 9px;
  font-size: 22px;
  line-height: 19px;
  }

.footer__phone .phone__number small { 
  letter-spacing: 0.7px;
  }

/* privacy-policy */
.privacy-policy { 
  display: block;
  font-size: 14px;
  line-height: 22px;
  }

.privacy-policy a { 
  color: #292929;
  border-bottom: 1px solid #ebebeb;
  }

/* footer__bottom-panel */
.footer__bottom-panel { 
  padding: 52px 0 0 0;
  }

.footer__text { 
  margin: 0;
  color: #9e9e9e;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0.1px;
  }

.hystmodal__wrap { 
  padding: 30px 15px;
  }

/* hystmodal__window */
.hystmodal .hystmodal__window { 
  padding: 40px;
  max-width: 840px;
  width: 100%;
  border-radius: 5px;
  }

.hystmodal_indent-none .hystmodal__window { 
  padding: 0;
  border-radius: 5px;
  }

#callback.hystmodal .hystmodal__window { 
  max-width: 490px;
  }

#excursion .hystmodal__window { 
  padding: 0;
  max-width: 1140px;
  background: none;
  border-radius: 0;
  }

.hystmodal_changed .hystmodal__window { 
  position: relative;
  padding: 0 0 10px;
  background: none;
  border-radius: 0;
  }

.hystmodal_changed .hystmodal__window:before {
  position: absolute;
  display: block;
  top: 50px;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #c5f0c6;
  border-radius: 5px;
  content: "";
  }

.hystmodal_changed .hystmodal__styled { 
  position: relative;
  padding: 6px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 30px 90px rgba(82, 76, 84, 0.15);
  z-index: 4;
  }

.hystmodal_changed .hystmodal__styled:before { 
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #f1f1f1; 
  border-radius: 5px;
  content: "";
  z-index: 4;
  }

.hystmodal_changed .hystmodal__content { 
  position: relative;
  padding: 40px;
  z-index: 10;
  }

/* hystmodal__close */
.hystmodal .hystmodal__close { 
  width: 17px;
  height: 17px;
  top: 0;
  right: -30px;
  background: url(../img/bg/close.svg) center no-repeat;
  background-size: 100%;
  }

.hystmodal .hystmodal__window p:last-child { 
  margin: 0;
  }

.hystmodal .hystmodal__window iframe { 
  width: 100%;
  height: 500px;
  border-radius: 5px;
  }

#excursion .excursion-form__content:before { 
  display: none;
  }

/* callback-form */
.callback-form form { 
  margin: 0 0 30px;
  }

.callback-form__title { 
  margin: 0 0 11px;
  padding: 0 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  }

.callback-form__title span { 
  font-weight: 300;
  }

.callback-form__text {
  margin: 0 0 30px; 
  padding: 0 30px;
  font-size: 20px;
  line-height: 28px;
  }

.callback-form__small-text { 
  padding: 0 30px;
  }

.hystmodal ol { 
  margin: 0 0 30px;
  padding: 0 0 0 25px;
  }

.hystmodal ol li { 
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  }

.hystmodal ol li:last-child { 
  margin: 0;
  }

/* fancybox-button */
button.fancybox-button { 
  background: none;
  }