* {
  -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;
}

.hero {
  margin-top: 100px;
}

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

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

h1 em, h2 em, h3 em {
  font-style: normal;
  color: #f4b859;
  text-transform: uppercase;
}

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

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

h5 {
  font-size: 25px;
  font-weight: 600;
  color: #f4b859;
}

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

@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;
  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: 200px;
  padding-top: 0;
  padding-bottom: 30px;
}

.hero p span {
  color: #f4b859;
}

.hero .play-btn {
  left: 18px;
}

.hero .play-btn::after {
  width: 35px;
  height: 35px;
}

.hero .play-btn::before {
  width: 55px;
  height: 55px;
}

.hero .play-btn span {
  top: 14px;
  left: 7px;
  border-left-width: 14px;
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.hero .play-btn-wrapper {
  padding-left: 60px;
  font-size: 15px;
}

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

.video img {
  border-radius: 20px;
  border: solid 1px #eccd7b;
}

.sber {
  padding-bottom: 60px;
}

.sber-container {
  padding: 30px;
  background-image: url(../img/bg/sber-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.sber .btn {
  min-width: 290px;
}

@media (min-width: 992px) {
  .sber {
    padding-bottom: 60px;
  }
  .sber-container {
    padding: 60px 0 70px 110px;
  }
}

@media (min-width: 576px) {
  .sber-container {
    padding: 50px;
  }
}

.form input {
  margin-bottom: 16px;
}

.form button {
  margin-bottom: 16px;
}

.form p {
  position: relative;
}

form {
  max-width: 380px;
}

@media (min-width: 992px) {
  form {
    max-width: none;
  }
  .form p::after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -100px;
    width: 279px;
    height: 70px;
    background-image: url(../img/decor/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

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

.problem .card {
  max-width: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: #282828;
}

.problem .card_1 {
  background-image: url(../img/bg/problem-bg-1.jpg);
}

.problem .card_2 {
  background-image: url(../img/bg/problem-bg-2.jpg);
}

.problem .card img {
  z-index: 2;
}

.problem h6 {
  color: #f4b859;
}

.file {
  padding-bottom: 30px;
}

.file .container {
  background-image: url(../img/bg/file-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.file-img {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .file {
    padding-bottom: 80px;
  }
  .file-img {
    margin-bottom: -110px;
  }
}

.result span {
  font-size: 15px;
  font-weight: 400;
}

.result .card {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: #282828;
}

.result .card_1 {
  background-image: url(../img/bg/result-bg-1.jpg);
}

.result .card_2 {
  background-image: url(../img/bg/result-bg-2.jpg);
}

.result .card img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.experts .play-btn {
  top: 70%;
  left: 60%;
  -webkit-transform: none;
          transform: none;
}

.experts .play-btn::after {
  width: 35px;
  height: 35px;
}

.experts .play-btn::before {
  width: 55px;
  height: 55px;
}

.experts .play-btn span {
  top: 14px;
  left: 7px;
  border-left-width: 14px;
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.calls .card {
  position: relative;
  border-radius: 10px;
  border: solid 0.3px rgba(255, 255, 255, 0.3);
  background-color: #282828;
  overflow: hidden;
}

.calls .card::after, .calls .card::before {
  content: "";
  position: absolute;
  width: 221px;
  height: 221px;
  background-image: url(../img/decor/circle-yellow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.calls .card::after {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.calls .card::before {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.calls .card h6 {
  font-size: 23px;
  font-weight: 500;
}

.calls audio {
  width: 100%;
}

.work .container {
  background-image: url(../img/bg/work-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: #282828;
  overflow: hidden;
}

.work .block {
  cursor: pointer;
}

.work .block.active {
  background: rgba(255, 255, 255, 0.1);
}

.work .img-wrapper {
  padding: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.work .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.work h6 {
  color: #f4b859;
}

@media (min-width: 992px) {
  .work .img-wrapper {
    margin-right: -48px;
  }
}

.about .play-btn {
  left: 18px;
}

.about .play-btn-wrapper {
  padding-left: 80px;
  font-size: 15px;
}

@media (min-width: 992px) {
  .about .block-1 {
    border-right: 2px solid #fff;
  }
}

.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;
}

.tariff thead {
  border: none;
}

.tariff thead td {
  padding: 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  border: none;
}

.tariff thead td div {
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: solid 3px #f5b858;
  border-bottom: none;
  text-transform: uppercase;
}

.tariff thead td:nth-child(2n + 1) div {
  color: #f4b859;
}

.tariff thead td:nth-child(2n) div {
  background-color: #f4b859;
}

.tariff tbody {
  color: #ffffff;
  border-top: 3px solid #f5b858 !important;
}

.tariff tbody tr, .tariff tbody td {
  vertical-align: middle;
  border-bottom: 3px solid #f5b858;
}

.tariff tbody td:not(:first-child) {
  width: 200px;
  text-align: center;
  border: 3px solid #f5b858;
}

.tariff tbody i {
  font-size: 24px;
}

.tariff tbody tr.bold td {
  font-size: 18px;
  font-weight: 700;
}

.tariff tbody tr.bold td span {
  font-size: 22px;
}

.tariff tbody tr.btns {
  border-bottom: none;
}

.tariff tbody tr.btns td {
  border: none;
}

.form-bottom .container {
  background-image: url(../img/bg/work-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: #282828;
}

.form-bottom p {
  color: #aeaeae;
}

.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;
}