* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #282828;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  overflow-x: hidden;
}

section {
  padding: 30px 0;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  section {
    padding: 70px 0;
  }
}

h1 {
  font-weight: 700;
  font-size: 40px;
}

h1 em {
  font-style: normal;
  color: #f4b859;
}

h2, h3 {
  font-weight: 700;
  font-size: 35px;
}

h2 em, h3 em {
  font-style: normal;
  color: #f4b859;
}

h4 {
  font-weight: 700;
  font-size: 25px;
}

h4 em {
  font-style: normal;
  color: #f4b859;
}

h5 {
  font-size: 25px;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

.mini {
  font-size: 15px;
}

@media (max-width: 767.97px) {
  body {
    font-size: 15px;
  }
  h1, h2, h3 {
    font-size: 30px;
  }
  h4, h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 15px;
  }
}

.main-color {
  color: #f4b859;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

.btn {
  padding: 14px;
  min-height: 48px;
  border-radius: 10px;
  background-color: #f4b859;
  border: 1px solid #f4b859;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #282828;
  cursor: pointer;
}

.btn_transp {
  background-color: transparent;
  color: #ffffff;
}

.btn_transp:hover, .btn_transp:focus {
  color: #ffffff;
}

.btn-lg {
  font-size: 20px;
  line-height: 24px;
  min-height: 77px;
  padding: 26px;
  width: 100%;
  max-width: 380px;
}

input[type=text],
input[type=email] {
  padding: 25px;
  width: 100%;
  max-width: 380px;
  height: 76px;
  border-radius: 10px;
  border: none;
  background-color: #acacac;
  text-align: center;
  color: #e4e4e4;
  font-size: 20px;
  line-height: 24px;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #e4e4e4;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #e4e4e4;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #d0d0d0;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #f5b858;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 5px;
  width: 21px;
  height: 15px;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + label::before {
  display: block;
}

.popup-youtube {
  cursor: pointer;
}

.privacy-link {
  text-decoration: underline;
}

.navbar {
  background-color: #282828;
}

.navbar .nav-link {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}

.navbar .nav-link:hover {
  color: #f4b859;
}

.navbar .special .nav-link {
  color: #f4b859;
}

.navbar .navbar-toggler {
  padding: 5px;
  font-size: 30px;
  border: none;
  color: #ffffff;
  background-color: transparent;
}

.navbar .dropdown-menu {
  background-color: #282828;
}

.navbar .dropdown-item {
  color: #ffffff;
  background: transparent;
}

.navbar .dropdown-item:hover {
  color: #f4b859;
}

.hero {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 30px;
  background-image: url(../img/bg/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero hr {
  width: 87px;
  height: 4px;
  background-color: #f4b859;
  opacity: 1;
}

.hero .play-btn {
  position: relative;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero .play-btn-wrapper {
  position: relative;
  font-size: 15px;
}

@media (min-width: 992px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .hero .play-btn {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .hero .play-btn-wrapper {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding-top: 30px;
  }
}

.form {
  background-image: url(../img/bg/form-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form form {
  max-width: 560px;
}

.form .sale {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}

.form .sale::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -3px;
  width: 32px;
  height: 32px;
  background-image: url(../img/decor/circle-yellow.png);
}

.form .privacy {
  max-width: 310px;
}

@media (min-width: 992px) {
  .form .sale {
    position: absolute;
    right: -200px;
    top: 30px;
  }
}

.video {
  background-image: url(../img/bg/video-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

@media (max-width: 575.97px) {
  .video .play-btn {
    left: 75%;
  }
}

.benefit {
  background-image: url(../img/bg/benefit-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partners {
  overflow: visible;
}

.partners img.position-absolute {
  top: -200px;
  right: 0;
}

.partners li {
  display: inline-block;
  margin: 13px;
  width: 218px;
  height: 144px;
  background-image: url(../img/content/partners.png);
  background-repeat: no-repeat;
}

.advantage .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 2px 7px 18px -4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 2px 7px 18px -4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.advantage .icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 43px;
  top: 0px;
  right: 0px;
  background: #F5B858;
  border-radius: 50%;
}

.advantage p {
  max-width: 480px;
}

.testimonials {
  background-image: url(../img/bg/testimonials-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials .swiper-slide {
  background-color: #fff;
  color: #282828;
  overflow: hidden;
}

.testimonials .swiper-slide > .row {
  min-height: 300px;
}

.testimonials .swiper-slide p {
  font-style: italic;
}

.testimonials .swiper-slide .play-btn {
  left: 40px;
}

.testimonials .swiper-slide .play-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 80px;
}

.testimonials .swiper-slide img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials .swiper-btn {
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 3px #f5b858;
  background-color: #fff;
}

.testimonials .swiper-next {
  background-image: url(../img/next.png);
  background-position: 55% center;
  background-repeat: no-repeat;
}

.testimonials .swiper-prev {
  background-image: url(../img/prev.png);
  background-position: 45% center;
  background-repeat: no-repeat;
}

.form-bottom .link {
  font-weight: 700;
}

.form-bottom .swiper {
  max-width: 227px;
  border-radius: 10px;
}

.map .container {
  height: 480px;
}

.map .text {
  background-color: #282828;
}

.footer {
  padding: 40px 0 0;
  background-color: #101010;
}

.footer .link {
  font-size: 15px;
}

.footer img {
  width: 30px;
}

.footer .mini {
  font-size: 15px;
  font-weight: 400;
  color: #d0d0d0;
}

@media (min-width: 992px) {
  .footer {
    padding: 70px 0 0;
  }
}

/* Video Play Button */
.play-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #eccd7b;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #eccd7b;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #282828;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* end of video play button */
.modal-content {
  border: 1px solid #f4b859;
  background-color: #282828;
  color: #ffffff;
}

.modal-header {
  border-bottom: none;
}

.modal form {
  max-width: 380px;
}

.modal-close {
  color: #f4b859;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 30px;
}

.logo {
  color: #f4b859;
  font-family: 'MuseoCyrl';
  font-size: 30px;
  font-weight: 900;
}