@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

:root {
  scroll-behavior: initial; }

body, html {
  background: white;
  color: #1C1C1C;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  min-width: 320px;
  max-width: 100%;
  margin: 0; }

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, p, a, span, ul, ol, li {
  padding: 0;
  margin: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

.btn {
  height: 60px;
  background: #1573FF;
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 280px;
  width: 100%;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #FFF9F9;
  text-decoration: none;
  opacity: 0.9; }
  .btn:hover {
    opacity: 1; }

.card {
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 6px 6px 15px rgba(169, 169, 169, 0.2);
          box-shadow: 6px 6px 15px rgba(169, 169, 169, 0.2);
  border-radius: 25px; }

.section_blue {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F0F2FF; }
  @media only screen and (max-width: 992px) {
    .section_blue {
      padding-top: 50px;
      padding-bottom: 50px; } }

.section-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .section-title {
      font-size: 34px;
      line-height: normal; } }
  @media only screen and (max-width: 768px) {
    .section-title {
      font-size: 24px;
      line-height: 30px; } }

.swiper-buttons-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .swiper-buttons-wrapper {
      margin-top: 20px; } }

.swiper-button-prev, .swiper-button-next {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #1072D8;
  -webkit-box-shadow: 4px 4px 15px rgba(177, 177, 177, 0.2);
          box-shadow: 4px 4px 15px rgba(177, 177, 177, 0.2);
  border-radius: 8px;
  width: 46px;
  height: 46px;
  position: static; }
  .swiper-button-prev:after, .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/arrow_blue.svg) no-repeat center/12px auto; }

.swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.calendly-inline-widget {
  overflow-y: hidden !important;
  min-width: 320px;
  height: 775px; }
  @media only screen and (max-width: 992px) {
    .calendly-inline-widget {
      height: 885px; } }
  .calendly-inline-widget iframe {
    height: 101%; }

.about-us {
  margin-top: 70px; }
  @media only screen and (max-width: 768px) {
    .about-us {
      margin-top: 25px; } }

.about-us__img {
  position: relative;
  overflow: initial; }
  .about-us__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-55%, -50%);
        -ms-transform: translate(-55%, -50%);
            transform: translate(-55%, -50%);
    width: 740px;
    height: 570px;
    background: url(../img/spot.webp) no-repeat center/cover; }
  .about-us__img img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2; }

.about-us__section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .about-us__section + .about-us__section {
    margin-top: 120px; }
    @media only screen and (max-width: 992px) {
      .about-us__section + .about-us__section {
        margin-top: 90px; } }

.about-us__content {
  margin-top: 35px; }
  @media only screen and (max-width: 768px) {
    .about-us__content {
      margin-top: 20px; } }
  .about-us__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #767676; }
  .about-us__content li {
    position: relative;
    padding-left: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px; }
    .about-us__content li:before {
      content: '';
      display: block;
      position: absolute;
      top: 12px;
      left: 0;
      background-color: #FFBB38;
      width: 70px;
      height: 2px; }
  .about-us__content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px; }
  .about-us__content * + * {
    margin-top: 20px; }

.about-us__title {
  font-weight: 400;
  font-size: 35px;
  line-height: 44px; }
  @media only screen and (max-width: 768px) {
    .about-us__title {
      font-size: 24px;
      line-height: 30px; } }

.about-us__toUp {
  z-index: 2;
  position: relative; }

.about-us2 {
  margin-top: 120px;
  position: relative; }
  .about-us2:before {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 910px;
    height: 651px;
    background: url(../img/spot2.svg) no-repeat center/100% 100%; }
    @media only screen and (max-width: 992px) {
      .about-us2:before {
        background: none; } }
  @media only screen and (max-width: 992px) {
    .about-us2 {
      margin-top: 100px; } }
  @media only screen and (max-width: 768px) {
    .about-us2 {
      margin-top: 80px; } }
  .about-us2 .container {
    position: relative; }

.about-us2__inner {
  position: relative;
  padding-left: 112px; }
  @media only screen and (max-width: 992px) {
    .about-us2__inner {
      padding-left: 0; } }
  .about-us2__inner:before, .about-us2__inner:after {
    position: absolute;
    content: '';
    display: block;
    background-color: #FFBB38; }
    @media only screen and (max-width: 992px) {
      .about-us2__inner:before, .about-us2__inner:after {
        display: none; } }
  .about-us2__inner:before {
    width: 2px;
    height: 142px;
    top: 0;
    left: 60px; }
  .about-us2__inner:after {
    width: 142px;
    height: 2px;
    left: 112px;
    top: calc(100% + 35px); }

.about-us2__content {
  margin-top: 35px;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .about-us2__content {
      margin-top: 20px; } }
  .about-us2__content p {
    font-weight: 400;
    line-height: 30px;
    color: #656565; }
  .about-us2__content p + p {
    margin-top: 20px; }
    @media only screen and (max-width: 992px) {
      .about-us2__content p + p {
        margin-top: 15px; } }

.about-us2__img {
  padding-left: 45px; }
  @media only screen and (max-width: 992px) {
    .about-us2__img {
      padding-left: 0;
      margin-top: 30px; } }
  .about-us2__img img {
    width: 100%;
    height: auto;
    display: block; }

.banner {
  margin-top: var(--headerHeight);
  min-height: 550px;
  background: url(../img/banner.webp) no-repeat center/cover; }
  @media only screen and (max-width: 992px) {
    .banner {
      min-height: initial; } }
  .banner .container {
    padding-top: 110px;
    padding-bottom: 110px; }
    @media only screen and (max-width: 768px) {
      .banner .container {
        padding-top: 60px;
        padding-bottom: 60px; } }

.banner__title {
  font-weight: 300;
  font-size: 56px;
  line-height: 70px;
  color: #FFFFFF; }
  @media only screen and (max-width: 992px) {
    .banner__title {
      font-size: 48px;
      line-height: 60px; } }
  @media only screen and (max-width: 768px) {
    .banner__title {
      font-size: 37px;
      line-height: 56px; } }
  .banner__title span {
    font-weight: 700; }

.banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 770px;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .banner__list {
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.banner__item {
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  padding-left: 100px;
  position: relative;
  width: calc( 50% - 15px);
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .banner__item {
      width: 100%; } }
  .banner__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 70px;
    background-color: #FFBB38; }

.banner__btn {
  margin-top: 75px; }

.blog {
  margin-top: 150px; }
  @media only screen and (max-width: 992px) {
    .blog {
      margin-top: 100px; } }

.card-blog {
  height: 100%;
  text-align: center;
  padding-bottom: 5px; }
  @media only screen and (max-width: 992px) {
    .card-blog {
      height: auto; } }

.card-blog__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

.blog__card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 16px; }

.card-blog__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #333333; }

.card-blog__inner {
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 15px; }

.card-blog__text {
  font-size: 14px;
  line-height: 25px;
  color: #777777;
  margin-top: 15px; }

.burger {
  display: none;
  width: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
  margin-left: auto; }
  @media only screen and (max-width: 992px) {
    .burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.burger__bar {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  height: 2px;
  background-color: #1C1C1C; }
  .burger__bar:nth-child(1) {
    width: 24px; }
  .burger__bar:nth-child(2) {
    width: 17px; }
  .burger__bar:nth-child(3) {
    width: 27px; }

.burger__bar + .burger__bar {
  margin-top: 5px; }

.burger_active .burger__bar:nth-child(1), .burger_active .burger__bar:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%; }

.burger_active .burger__bar:nth-child(2) {
  opacity: 0; }

.burger_active .burger__bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }

.burger_active .burger__bar:nth-child(3) {
  -webkit-transform: translate(-50%, -265%) rotate(-45deg);
      -ms-transform: translate(-50%, -265%) rotate(-45deg);
          transform: translate(-50%, -265%) rotate(-45deg); }

.contact {
  margin-top: 120px; }
  @media only screen and (max-width: 992px) {
    .contact {
      margin-top: 100px; } }
  @media only screen and (max-width: 768px) {
    .contact {
      margin-top: 80px; } }

.card-contact__img {
  width: 100%;
  height: 400px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (max-width: 992px) {
    .card-contact__img {
      height: 250px; } }

.card-contact__text {
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  color: #333333;
  margin-top: 13px; }
  @media only screen and (max-width: 992px) {
    .card-contact__text {
      font-size: 16px;
      line-height: normal; } }

.card-contact__map {
  height: 480px;
  width: 100%;
  margin-top: 15px; }
  @media only screen and (max-width: 992px) {
    .card-contact__map {
      height: 250px; } }
  .card-contact__map iframe {
    width: 100% !important;
    height: 100% !important;
    display: block; }

.footer {
  background-color: #fff;
  padding-top: 100px; }
  @media only screen and (max-width: 992px) {
    .footer {
      padding-top: 50px; } }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-top: 30px; } }

.footer__bottom {
  background-color: #111111;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 70px; }
  @media only screen and (max-width: 992px) {
    .footer__bottom {
      margin-top: 35px; } }
  .footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 576px) {
      .footer__bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .footer__bottom p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF; }
    .footer__bottom p + p {
      margin-left: 90px; }
      @media only screen and (max-width: 576px) {
        .footer__bottom p + p {
          margin-left: 0;
          margin-top: 8px; } }
    .footer__bottom p a {
      text-decoration: none;
      color: inherit;
      opacity: 0.9; }
      .footer__bottom p a:hover {
        opacity: 1; }

.footer__top-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #EBEBEB;
  padding-top: 70px; }
  @media only screen and (max-width: 992px) {
    .footer__top-top {
      padding-top: 35px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (max-width: 768px) {
    .footer__top-top {
      padding-top: 0;
      border: none; } }

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 992px) {
    .footer__nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.footer__item a {
  color: #1C1C1C;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.9; }

.footer__item:hover {
  opacity: 1; }

.footer__item + .footer__item {
  margin-left: 100px; }
  @media only screen and (max-width: 1400px) {
    .footer__item + .footer__item {
      margin-left: 60px; } }
  @media only screen and (max-width: 1200px) {
    .footer__item + .footer__item {
      margin-left: 30px; } }
  @media only screen and (max-width: 992px) {
    .footer__item + .footer__item {
      margin-left: 0px; } }

@media only screen and (max-width: 992px) {
  .footer__item {
    margin-right: 20px;
    margin-top: 20px; } }

.footer__logo {
  width: 110px;
  height: auto;
  display: block; }

.footer__top-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .footer__top-bottom {
      margin-top: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer__group {
  max-width: 370px;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .footer__group {
      max-width: 100%; } }
  .footer__group + .footer__group {
    margin-left: 30px; }
    @media only screen and (max-width: 768px) {
      .footer__group + .footer__group {
        margin-left: 0;
        margin-top: 30px; } }

.footer__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase; }

.footer__inner {
  margin-top: 36px; }
  @media only screen and (max-width: 768px) {
    .footer__inner {
      margin-top: 15px; } }
  .footer__inner p + p, .footer__inner li + li {
    margin-top: 15px; }
    .footer__inner p + p a, .footer__inner li + li a {
      text-decoration: none;
      color: inherit;
      font-weight: 800;
      opacity: 0.9; }
      .footer__inner p + p a:hover, .footer__inner li + li a:hover {
        opacity: 1; }
  .footer__inner li {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-left: 15px; }
    .footer__inner li:before {
      content: '';
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #1C1C1C; }
    .footer__inner li span {
      color: #727272;
      display: block;
      margin-top: 10px;
      font-weight: 400; }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ffffff;
    font-family: "FuturaBookC";
    font-size: 18px;
    font-weight: 400; }
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ffffff;
    font-family: "FuturaBookC";
    font-size: 18px;
    font-weight: 400; }
  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ffffff;
    font-family: "FuturaBookC";
    font-size: 18px;
    font-weight: 400; }

/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header__top {
  background-color: #FFBB38; }
  @media only screen and (max-width: 992px) {
    .header__top {
      display: none; } }
  .header__top .container {
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px; }

.header__contact {
  font-size: 15px;
  font-weight: 500;
  padding-left: 34px;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .header__contact {
      display: none; } }
  .header__contact:before {
    top: -2px;
    left: 0;
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .header__contact_ic_map:before {
    background-image: url(../img/ic-map.svg); }
  .header__contact_ic_message:before {
    background-image: url(../img/ic-message.svg); }
  .header__contact_ic_phone:before {
    background-image: url(../img/ic-phone.svg); }
  .header__contact + .header__contact {
    margin-left: 34px; }
  .header__contact a {
    text-decoration: none;
    color: inherit; }

.header__bottom {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 992px) {
    .header__bottom {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .header__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header__logo {
  width: 122px;
  height: auto;
  display: block; }
  @media only screen and (max-width: 1400px) {
    .header__logo {
      width: 90px; } }
  @media only screen and (max-width: 992px) {
    .header__logo {
      width: 80px; } }
  @media only screen and (max-width: 768px) {
    .header__logo {
      width: 60px; } }

.header__nav {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1200px) {
    .header__nav {
      margin-left: 30px; } }
  @media only screen and (max-width: 992px) {
    .header__nav {
      margin-left: 0;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      background-color: #fff;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 20px;
      -webkit-box-shadow: 0 0 2px #000;
              box-shadow: 0 0 2px #000;
      pointer-events: none; } }

.header__nav_transition {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header__nav_active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: auto; }

.header__item + .header__item {
  margin-left: 90px; }
  @media only screen and (max-width: 1400px) {
    .header__item + .header__item {
      margin-left: 60px; } }
  @media only screen and (max-width: 1200px) {
    .header__item + .header__item {
      margin-left: 35px; } }
  @media only screen and (max-width: 992px) {
    .header__item + .header__item {
      margin-left: 0;
      margin-top: 10px; } }

.header__item a {
  color: #1C1C1C;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.9; }
  .header__item a:hover {
    opacity: 1; }

.item-faq {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 25px 2px rgba(156, 156, 156, 0.25);
          box-shadow: 4px 4px 25px 2px rgba(156, 156, 156, 0.25);
  border-radius: 25px; }
  .item-faq:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 34px;
    width: 2px;
    height: 100%;
    background-color: #FFBB38; }
    @media only screen and (max-width: 768px) {
      .item-faq:before {
        display: none; } }

.item-faq__visible {
  padding: 15px 160px 15px 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .item-faq__visible {
      padding: 15px 60px 15px 23px; } }
  .item-faq__visible:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 25px 2px rgba(156, 156, 156, 0.25);
            box-shadow: 4px 4px 25px 2px rgba(156, 156, 156, 0.25);
    border-radius: 12px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
    background-image: url(../img/plus.svg); }
    @media only screen and (max-width: 768px) {
      .item-faq__visible:after {
        background-size: 15px;
        width: 34px;
        height: 34px;
        right: 15px; } }

.item-faq__slide {
  padding-left: 100px;
  padding-bottom: 15px;
  padding-right: 136px; }
  @media only screen and (max-width: 768px) {
    .item-faq__slide {
      padding-left: 15px;
      padding-right: 15px; } }

.item-faq__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px; }

.item-faq__slide {
  display: none; }
  .item-faq__slide p {
    font-size: 18px;
    line-height: 30px;
    color: #656565; }

.item-faq_active .item-faq__title {
  color: #1573FF; }

.item-faq_active .item-faq__visible:after {
  background-image: url(../img/minus.svg); }

.price {
  position: relative;
  z-index: 2; }

.price__subtitle {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  margin-top: 15px; }

.price__l-list {
  margin-top: 20px; }

.price__l-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #1573FF;
  margin-top: 26px;
  position: relative;
  padding-left: 100px; }
  .price__l-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #FFBB38; }

.price__l-text {
  font-size: 16px;
  line-height: 27px;
  color: #767676;
  margin-top: 25px; }
  .price__l-text a {
    text-decoration: none;
    color: #1573FF;
    font-weight: 700; }

.price__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .price__card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.price__r-l {
  max-width: 360px;
  min-width: 360px;
  background: #FFBB38;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .price__r-l {
      max-width: 100%;
      min-width: initial; } }

.price__r-l-inner {
  padding-top: 55px;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-right: 45px; }

.price__r-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center; }

.price__r-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px; }

.price__r-l-img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; }

.price__r-list {
  margin-top: 25px; }

.price__r-r {
  padding: 30px; }
  @media only screen and (max-width: 1400px) {
    .price__r-r {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.price__r-item {
  background: #FFFFFF;
  -webkit-box-shadow: 8px 8px 25px rgba(169, 169, 169, 0.25);
          box-shadow: 8px 8px 25px rgba(169, 169, 169, 0.25);
  border-radius: 25px;
  text-align: center;
  padding: 15px 20px; }
  .price__r-item + .price__r-item {
    margin-top: 30px; }

.price__r-item-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px; }

.price__r-item-text {
  margin-top: 10px; }

.reviews__slider {
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px; }

.card-review {
  padding: 40px; }
  @media only screen and (max-width: 768px) {
    .card-review {
      padding: 20px; } }

.card-review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.card-review__img {
  margin-right: 30px; }
  @media only screen and (max-width: 768px) {
    .card-review__img {
      margin-right: 23px; } }

.card-review__name {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px; }
  @media only screen and (max-width: 768px) {
    .card-review__name {
      font-size: 18px;
      line-height: normal; } }

.card-review__position {
  margin-top: 5px;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  color: #8B8B8B; }
  @media only screen and (max-width: 768px) {
    .card-review__position {
      font-size: 18px;
      line-height: normal; } }

.card-review__body {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .card-review__body {
      margin-top: 15px; } }
  .card-review__body p {
    color: #767676;
    font-size: 16px;
    line-height: 27px; }

.section-video {
  margin-top: 50px; }

.section-video__video {
  padding: 20px;
  margin-top: 50px;
  height: 400px; }
  @media only screen and (max-width: 768px) {
    .section-video__video {
      margin-top: 30px;
      height: 250px;
      padding: 10px; } }
  .section-video__video iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px; }

.services {
  padding-top: 70px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .services {
      padding-bottom: 70px; } }

.card-service {
  padding-bottom: 40px;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .card-service {
      padding-bottom: 20px; } }

.card-service__img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (max-width: 992px) {
    .card-service__img {
      height: 200px; } }

.card-service__counter {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #1C1C1C;
  margin-top: 25px;
  position: relative;
  padding-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .card-service__counter {
      margin-top: 15px;
      font-size: 18px;
      line-height: normal; } }
  .card-service__counter:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 90px;
    height: 1px;
    background-color: #1573FF; }

.card-service__text {
  margin-top: 24px;
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #1C1C1C; }
  @media only screen and (max-width: 768px) {
    .card-service__text {
      font-size: 20px;
      line-height: normal; } }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-networks_dark {
    -webkit-filter: brightness(0.1);
            filter: brightness(0.1); }

.social-networks__item {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.9; }
  .social-networks__item + .social-networks__item {
    margin-left: 30px; }
  .social-networks__item:hover {
    opacity: 1; }

.widget {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
  width: 214px; }
  @media only screen and (max-width: 768px) {
    .widget {
      right: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 5px;
      padding-right: 5px; } }
  .widget img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; }
  .widget p {
    margin-top: 4px; }
  .widget a {
    text-decoration: none; }
  .widget p, .widget a {
    color: #fff; }

.widget__inner {
  background-color: #FFBB38;
  border-radius: 10px;
  padding: 15px; }
  @media only screen and (max-width: 1600px) {
    .widget__inner {
      display: none; } }

.widget .btn {
  font-size: 13px;
  padding: 10px;
  height: auto;
  margin-top: 7px; }
  @media only screen and (max-width: 768px) {
    .widget .btn {
      margin-top: 0; }
      .widget .btn:last-child {
        margin-left: 5px;
        padding: 5px; } }
