@charset "UTF-8";
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.f-jcsb-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-dc-jcsb {
  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;
}

.f-dc-center {
  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;
}

.f-dc-center-center {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1240px;
  }
  .header-logo {
    width: 164px;
    height: 64px;
  }
  .header-connect {
    margin-right: 30px;
  }
  .intro__slogan {
    font-size: 34px;
  }
  .intro-slider-slide {
    width: 635px;
  }
  .intro-slider-slide__title {
    font-size: 40px;
  }
  .intro-slider-slide:nth-child(1) .intro-slider-slide__title {
    width: 702px;
  }
  .intro-slider-slide:nth-child(2) .intro-slider-slide__title {
    width: 635px;
  }
  .intro-slider-slide-item p {
    line-height: 32px;
  }
  .intro-slider-slide-image {
    height: 1160px;
  }
  .price-table-head__name {
    width: 710px;
  }
  .price-table-info {
    width: 750px;
  }
  .price-table__price {
    width: 248px;
  }
  .price-item-title__text {
    font-size: 30px;
  }
  .consultation-info {
    width: 600px;
  }
  .consultation-form {
    width: 600px;
  }
  .consultation-form-elem {
    width: 290px;
  }
  .advantage-item:nth-child(1) {
    left: 0px;
  }
  .advantage-item:nth-child(2) {
    right: 80px;
  }
  .advantage-item:nth-child(3) {
    width: 475px;
    left: 35px;
  }
  .advantage-item:nth-child(4) {
    width: 474px;
    bottom: 4px;
    right: 0;
  }
  .advantage-item__descr {
    font-size: 20px;
    line-height: 28px;
  }
  .specialist__title {
    margin-bottom: 50px;
  }
  .specialist-item {
    width: 585px;
  }
  .specialist-item-info {
    width: 410px;
  }
  .specialist-item-image {
    width: 120px;
    height: 120px;
  }
  .contact-map iframe {
    height: 240px;
  }
  .contact-right {
    width: 355px;
  }
  .contact-info__title {
    margin-bottom: 10px;
  }
  .contact-info-block:not(:last-child) {
    margin-bottom: 25px;
  }
  .footer-logo {
    width: 275px;
  }
  .footer__title {
    font-size: 26px;
  }
  .footer-block:nth-child(1) {
    width: 340px;
  }
  .footer-block:nth-child(2) {
    width: 300px;
  }
  .footer-address__title, .footer-work__title {
    font-size: 26px;
  }
  .gallery-sliders {
    width: 1060px;
  }
  .gallery-main-slider {
    height: 460px;
  }
  .gallery-main-slider-manager {
    top: 210px;
  }
  .gallery-main-slider-manager__prev {
    margin-left: 0;
  }
  .gallery-main-slider-manager__next {
    margin-right: 0;
  }
  .gallery-video svg {
    width: 165px;
  }
  .gallery-video__name {
    width: 468px;
    font-size: 50px;
  }
  .question-inner {
    width: 770px;
  }
  .question-item-head__title {
    font-size: 28px;
  }
  .question-form {
    width: 400px;
  }
  .question-form__title {
    font-size: 32px;
  }
  .question-form__descr {
    font-size: 24px;
  }
  .service-table-head p {
    font-size: 36px;
    line-height: normal;
  }
  .service-table-head__name {
    width: 895px;
  }
  .service-table-head__price {
    width: 285px;
  }
  .service-item__price {
    width: 285px;
  }
  .service-item-info {
    width: 895px;
  }
  .service-info__title {
    font-size: 30px;
    line-height: normal;
  }
  .service-intro-image {
    width: 556px;
  }
  .service-intro-wrapper {
    width: 50vw;
  }
  .service-content {
    /* &-title {
                &__text {
                    p {
                        font-size: 58px;
                    }
                }
                &__num {
                    span {
                        font-size: 160px;
                    }
                }
            }*/
    /*&-block {
                &.__image {
                    width: 592px;
                }
            }
            &__info {
                &-block {
                    font-size: 30px;
                }
            }*/
  }
  .service-content-image {
    width: 570px;
  }
  .news-page-proposal {
    width: 600px;
  }
  .news-page-proposal-image {
    height: 330px;
  }
  .news-page-proposal-info p {
    font-size: 26px;
  }
  .about-image {
    height: 540px;
  }
  .about-info p {
    font-size: 32px;
  }
  .equipment__descr {
    margin: 40px 0;
    line-height: 44px;
  }
  .equipment-item-image {
    width: 460px;
  }
  .equipment-item__descr {
    font-size: 24px;
    width: 700px;
  }
  .proposal-installment-block > img {
    right: -160px;
  }
  .proposal-installment-block-info {
    width: 678px;
    position: relative;
    z-index: 1;
  }
  .recall-single .recall-item {
    width: 386px;
  }
  .recall-block__text {
    font-size: 40px;
  }
  .vacancy-item {
    width: 590px;
  }
}

@media screen and (max-width: 1240px) {
  .container {
    width: 992px;
  }
  .title {
    font-size: 40px;
  }
  .header-connect {
    width: 315px;
  }
  .header__button {
    display: none;
  }
  .header-address {
    margin-right: 30px;
  }
  .navigation-item__link {
    padding: 20px 27px;
  }
  .intro__slogan {
    font-size: 30px;
    width: 900px;
    margin-bottom: 46px;
  }
  .intro-slider-slide-image {
    height: 1120px;
    top: -318px;
  }
  .intro-slider-slide__title {
    width: 520px;
    font-size: 42px;
    line-height: 66px;
  }
  .intro-slider-slide:nth-child(2) .intro-slider-slide__title {
    width: 520px;
  }
  .intro-slider-slide-item p {
    max-width: 575px;
  }
  .price-wrapper {
    padding: 100px 0;
  }
  .price__title {
    margin-bottom: 60px;
  }
  .price-item {
    padding: 25px 0;
  }
  .price-table-head {
    padding: 16px 30px;
  }
  .price-table-head__name {
    margin-right: 40px;
    width: 650px;
  }
  .price-table-head__price {
    width: 200px;
  }
  .price-table-body {
    padding: 30px 0 30px 30px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .price-table-info {
    width: 650px;
    margin-right: 40px;
  }
  .price-table__price {
    width: 200px;
  }
  .price__btn {
    margin-top: 70px;
  }
  .consultation-info {
    width: 470px;
  }
  .consultation-info__text {
    font-size: 26px;
  }
  .consultation-info-contact {
    margin-top: 30px;
  }
  .consultation-form {
    width: 445px;
  }
  .consultation-form-elem {
    margin-bottom: 16px;
    width: 100%;
  }
  .consultation-form-elem__textarea {
    margin: 0;
  }
  .consultation-form__btn {
    margin-top: 15px;
  }
  .advantage-item:nth-child(1) {
    width: 375px;
    top: -15px;
  }
  .advantage-item:nth-child(2) {
    width: 365px;
    right: 0;
    top: 4px;
  }
  .advantage-item:nth-child(3) {
    left: 0;
    width: 440px;
    bottom: 45px;
  }
  .advantage-item:nth-child(4) {
    width: 385px;
    bottom: -15px;
  }
  .specialist-item {
    width: 49%;
  }
  .specialist-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .specialist-item-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .specialist-item-info {
    margin-top: 20px;
    width: 100%;
  }
  .specialist-item__post {
    margin: 20px 0;
  }
  .contact-map {
    width: 100%;
  }
  .contact-map iframe {
    height: 300px;
  }
  .contact-left {
    width: 530px;
  }
  .contact-right {
    width: 335px;
  }
  .contact-info {
    width: 445px;
  }
  .contact-info-right {
    margin-top: 25px;
  }
  .footer__title {
    margin-bottom: 25px;
  }
  .footer-logo {
    width: 235px;
  }
  .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-address {
    width: 320px;
  }
  .footer-work {
    width: 275px;
  }
  .footer-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .footer-block:nth-child(1) {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-block:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 475px;
  }
  .footer-block:nth-child(2) .footer-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer-block:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-block:nth-child(3) .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-block:nth-child(3) .footer-list:not(:last-child) {
    margin-right: 30px;
  }
  .footer-block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer-address, .footer-work {
    margin-top: 0;
  }
  .footer-address__title, .footer-work__title {
    margin-bottom: 10px;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    /* ЗАнести в main*/
  }
  .single-contact .contact-reach__title {
    font-size: 32px;
    line-height: 34px;
  }
  .gallery-sliders {
    width: 815px;
  }
  .gallery-main-slider {
    height: 400px;
  }
  .gallery-bottom-slider-item {
    height: 120px;
    border-radius: 14px;
  }
  .gallery-video {
    height: 500px;
  }
  .gallery-video svg {
    width: 140px;
  }
  .gallery-video__name {
    width: 355px;
    font-size: 38px;
    bottom: 40px;
    padding-bottom: 15px;
  }
  .question__title {
    margin-bottom: 40px;
  }
  .question-inner {
    width: 590px;
  }
  .question-block__title {
    font-size: 34px;
  }
  .question-item-head {
    padding: 24px 15px;
  }
  .question-item-head__title {
    line-height: normal;
    font-size: 24px;
  }
  .question-item-content {
    padding: 24px 15px;
  }
  .question-form {
    width: 340px;
  }
  .question-form-elem__input, .question-form-elem__textarea {
    padding: 20px 15px;
    font-size: 18px;
  }
  .question-form__descr {
    font-size: 20px;
    line-height: normal;
  }
  .question-form__button {
    font-size: 22px;
  }
  .service-table-head__name {
    width: 682px;
  }
  .service-table-head__price {
    width: 250px;
  }
  .service-table-head p {
    font-size: 32px;
  }
  .service-item__price {
    width: 250px;
  }
  .service-item-info {
    width: 682px;
  }
  .service-item-info__title {
    font-size: 28px;
  }
  .service-item__price {
    font-size: 28px;
  }
  .service-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
  .service-intro-image {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 220px;
    width: 100%;
  }
  .service-intro-wrapper {
    width: 100%;
  }
  .service-intro-info-item__text {
    width: calc(100% - 44px);
  }
  .service-content {
    /*  &-title {
                margin-bottom: 40px;
                &__text {
                    margin-left: 40px;
                    p {
                        font-size: 52px;
                    }
                }
                &__num {
                    span {
                        line-height: normal;
                        font-size: 140px;
                    }
                }
            }
            &-item {
                &:not(:last-child) {
                    margin-bottom: 50px;
                }
            }*/
    /*&__info {
                &-block {
                    line-height: normal;
                    margin-top: 50px;
                    padding: 40px;
                    font-size: 28px;
                }
            }*/
  }
  .service-content-block.__image {
    width: 542px;
  }
  .service-content-image {
    width: 385px;
    height: 270px;
  }
  .news-page-proposal {
    width: 446px;
  }
  .news-page-proposal-info {
    padding: 20px;
  }
  .news-page-proposal-info h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .news-page-proposal-info p {
    font-size: 24px;
  }
  .news-page-proposal-image {
    height: 300px;
  }
  .news-page-proposal-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-page__back {
    font-size: 30px;
  }
  .about__title {
    margin-bottom: 50px;
  }
  .about-image {
    height: 420px;
  }
  .about-info p {
    font-size: 28px;
    line-height: 38px;
  }
  .equipment__descr {
    font-size: 30px;
    line-height: 40px;
  }
  .equipment-item-image {
    width: 400px;
  }
  .equipment-item__descr {
    width: 525px;
  }
  .proposal-installment-block {
    min-height: 420px;
  }
  .proposal-installment-block-info {
    width: 598px;
  }
  .proposal-installment-block__descr {
    font-size: 28px;
  }
  .proposal-installment-block > img {
    right: -242px;
  }
  .proposal-installment-block__title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .proposal-installment-item__title {
    font-size: 34px;
  }
  .proposal-insurance-block {
    min-height: 420px;
  }
  .proposal-insurance-content {
    margin: 40px 0;
  }
  .proposal-insurance-block__text {
    font-size: 38px;
  }
  .proposal-insurance-rules__title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .recall-block__text {
    font-size: 38px;
  }
  .recall-single .recall-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recall-single .recall-item {
    width: 49%;
  }
  .recall-single .recall-item:not(:nth-child(3n + 3)) {
    margin-right: 0;
  }
  .recall-single .recall-item:not(:nth-last-child(-n + 3)) {
    margin-bottom: 0;
  }
  .recall-single .recall-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 20px;
  }

  .vacancy-image {
    height: 430px;
  }
  .vacancy-item {
    width: 466px;
    padding: 20px;
  }
  .pt-150 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 992px) {
  a, span, p, input, button, select, option, span, textarea {
    font-size: 20px;
  }
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    width: 768px;
    padding: 0 15px;
  }
  .title {
    font-size: 38px;
  }
  .btn {
    font-size: 20px;
    width: 205px;
    height: 55px;
  }
  body {
    overflow-x: hidden;
  }
  .header {
    border-bottom: 1px solid transparent;
  }
  .header-burger {
    display: block;
  }
  .header.active .header-top {
    border-bottom: 1px solid rgba(217, 217, 217, 0.56);
    position: relative;
    z-index: 2;
  }
  .header-logo {
    position: relative;
    z-index: 10;
  }
  .header-mobile {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
  }
  .header-mobile.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header-mobile::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background: #fff;
    z-index: 1;
    position: absolute;
  }
  .header-mobile-wrapper {
    height: 100vh;
    /* фолбэк для браузеров, которые не поддерживают пользовательские свойства */
    height: calc((var(--vh, 1vh) * 100));
    overflow-y: auto;
    padding: 100px 0;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
  .header-mobile-wrapper::-webkit-scrollbar {
    width: 0;
  }
  .header-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-info::before {
    content: '';
    left: -50%;
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 200%;
    -webkit-box-shadow: 0 0 20px 0px #000;
            box-shadow: 0 0 20px 0px #000;
  }
  .header-connect, .header-address {
    margin-right: 0;
  }
  .header-top {
    padding: 15px 0;
  }
  .header-logo {
    width: 145px;
    height: 52px;
  }
  .header-lang {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background: none;
  }
  .header-lang:hover .header-lang__text {
    color: #000;
  }
  .header-lang__text:hover {
    color: #209269 !important;
  }
  .header-lang-list {
    background: none;
    opacity: 1;
    pointer-events: all;
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
  .header-lang-current {
    padding-right: 15px;
  }
  .header-lang-current svg {
    display: none;
  }
  .header-lang-item {
    padding-left: 15px;
    border-left: 1px solid #000;
  }
  .header-lang-item:nth-child(1) {
    padding-right: 15px;
  }
  .header-lang-item__text:hover {
    color: #209269;
  }
  .header__button {
    display: block;
    width: 100%;
    margin: 25px 235px;
  }
  .header-connect {
    width: 335px;
  }
  .header-email__text {
    font-size: 18px;
  }
  .header-phone {
    margin-bottom: 6px;
  }
  .header-phone__text {
    font-size: 18px;
  }
  .navigation {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
  .navigation .container {
    width: unset;
    padding: unset;
  }
  .navigation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation-dropdown {
    display: none;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    width: unset;
    min-width: unset;
    pointer-events: all;
    margin: 15px 0;
    -webkit-transition: unset;
    transition: unset;
  }
  .navigation-dropdown-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .navigation-dropdown-item:first-child .navigation-item__link {
    padding-top: 0;
  }
  .navigation-dropdown-item:last-child .navigation-item__link {
    padding-bottom: 0;
  }
  .navigation-dropdown .navigation-item__link {
    text-align: center;
    padding: 0;
  }
  .navigation-dropdown .navigation-item__link span {
    width: 100%;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-left: 10px;
  }
  .navigation-dropdown .navigation-item__link span::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #209269;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  .navigation-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .navigation-item:first-child .navigation-item__link {
    padding-top: 0;
  }
  .navigation-item__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    text-align: center;
    padding: 10px 0;
  }
  .navigation-item__link span {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: normal;
  }
  .navigation-item__link svg {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navigation-item__link.open svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navigation-item:hover .navigation-item__link {
    background: #fff;
  }
  .navigation-item:hover .navigation-item__link span {
    color: #209269;
  }
  .navigation-item:hover .navigation-item__link svg path {
    fill: #209269;
  }
  .navigation-item-active {
    background: #fff;
  }
  .navigation-item-active .navigation-item__link {
    width: 100%;
    background: rgba(126, 247, 203, 0.2);
  }
  .navigation-item-active .navigation-item__link span {
    color: #209269;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .navigation-item-active .navigation-item__link svg path {
    fill: #209269;
  }
  .navigation-item-active:hover .navigation-item__link {
    background: rgba(126, 247, 203, 0.2);
  }
  .navigation-item-active:hover .navigation-item__link span {
    color: #209269;
  }
  .navigation-item-active:hover .navigation-item__link svg path {
    fill: #209269;
  }
  .intro__slogan {
    /* width: 100%;
            padding: 0 15px;
            font-size: 28px;
            line-height: normal;*/
    display: none;
  }
  .intro-wrapper {
    padding-top: 50px;
  }
  .intro-slider-slide-image {
    top: -116px;
    height: 915px;
  }
  .intro-slider-slide__title {
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .intro-slider-slide-item p {
    max-width: 365px;
    line-height: 25px;
  }
  .price-table-info {
    width: 450px;
  }
  .price-table-info__name {
    line-height: normal;
    font-size: 22px;
  }
  .price-table-info__name span {
    font-size: 22px;
    line-height: normal;
  }
  .price-table-info-text p, .price-table-info-text li {
    font-size: 18px;
  }
  .price-table__price {
    width: 188px;
    font-size: 24px;
  }
  .price-table__price span {
    font-size: 24px;
  }
  .price-table-head__name {
    width: 450px;
  }
  .price-table-head__price {
    width: 188px;
  }
  .price-item-title__text {
    font-size: 26px;
  }
  .price__btn {
    width: 240px;
    height: 55px;
  }
  .consultation__title {
    font-size: 32px;
    line-height: normal;
    margin: 0;
  }
  .consultation-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consultation-form {
    margin: 0 auto;
  }
  .consultation-form__btn {
    margin: 0 auto;
  }
  .consultation-form__political {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
  }
  .consultation-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .consultation-info-contact {
    margin: 20px 0;
  }
  .consultation-info__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    font-size: 22px;
    max-width: 565px;
    margin: 0 auto 15px auto;
  }
  .advantage-wrapper {
    padding: 50px 0;
  }
  .advantage__title {
    margin-bottom: 45px;
  }
  .advantage-elem {
    display: none;
  }
  .advantage-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;
  }
  .advantage-item {
    position: relative;
    width: 47% !important;
  }
  .advantage-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 45px;
  }
  .advantage-item__title {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .advantage-item__descr {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .advantage-item::after {
    display: none;
  }
  .advantage-item:nth-child(1) {
    top: 0;
    left: 0;
  }
  .advantage-item:nth-child(2) {
    top: 0;
    right: 0;
  }
  .advantage-item:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .advantage-item:nth-child(4) {
    bottom: 0;
    right: 0;
  }
  .specialist__title {
    margin-bottom: 40px;
  }
  .contact-right {
    display: none;
  }
  .contact-left {
    width: 100%;
  }
  .contact-info {
    width: 100%;
  }
  .footer-block:nth-child(2) {
    display: none;
  }
  .footer-block:nth-child(3) {
    width: 320px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer-block:nth-child(3) .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-block:nth-child(3) .footer-item:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .footer-work {
    display: none;
  }
  .footer-bottom {
    -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;
  }
  .single-contact .contact-reach {
    padding: 20px;
  }
  .single-contact .contact-reach-item {
    margin-bottom: 15px;
  }
  .single-contact .contact-reach-item h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .single-contact .contact-reach-item p {
    font-size: 16px;
  }
  .single-contact .contact-reach-item p::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  .single-contact .contact-briefly {
    -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;
    margin-bottom: 30px;
  }
  .single-contact .contact-briefly-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-contact .contact-briefly-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .single-contact .contact-briefly-item-main {
    margin-bottom: 12px;
  }
  .single-contact .contact-briefly-item-number {
    width: 100%;
    padding-left: 0;
  }
  .single-news .news-item {
    height: 510px;
  }
  .single-news .news-item-image {
    height: 210px;
  }
  .single-news .news-item-info {
    padding: 15px;
    height: 290px;
  }
  .single-news .news-list {
    margin-top: 50px;
  }
  .single-news .news__more, .single-news .news__link {
    margin-top: 50px;
    width: 255px;
    height: 60px;
    font-size: 20px;
  }
  .gallery__title {
    margin-bottom: 50px;
  }
  .gallery-sliders {
    width: 615px;
  }
  .gallery-slider {
    height: 360px;
  }
  .gallery-slider-manager {
    top: 172px;
  }
  .gallery-bottom-slider-item {
    height: 100px;
  }
  .gallery-video {
    height: 440px;
    margin-top: 70px;
  }
  .gallery-video svg {
    width: 100px;
  }
  .gallery-video__name {
    width: 285px;
    font-size: 30px;
  }
  .gallery-single {
    margin-top: 0;
  }
  .question__title {
    margin-bottom: 30px;
  }
  .question-inner {
    width: 100%;
  }
  .question-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question-block__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .question-form {
    margin-top: 50px;
    width: 100%;
  }
  .question-form__button {
    width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service__title {
    margin-bottom: 50px;
  }
  .service-table-head p {
    font-size: 30px;
  }
  .service-table-head__name {
    width: 527px;
    padding-left: 25px;
    margin-right: 15px;
  }
  .service-table-head__price {
    width: 195px;
    padding: 0 18px;
  }
  .service-item-info {
    padding: 25px;
    width: 527px;
    margin-right: 15px;
  }
  .service-item-info__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service-item-info__link {
    font-size: 20px;
  }
  .service-item__price {
    font-size: 26px;
    width: 195px;
    padding: 0 18px;
  }
  .service-intro {
    margin-bottom: 50px;
  }
  .service-content {
    /*   &-title {
                margin-bottom: 30px;
                &__text  {
                    p {
                        font-size: 40px;
                        line-height: normal;
                    }
                }
                &__num {
                    span {
                        font-size: 120px;
                    }
                }
            }*/
    /*  &-inner {
                p {
                    span {
                        font-size: 22px;
                    }
                }
            }*/
  }
  .service-content-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .service-content-inner {
    -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;
  }
  .service-content-block.__image {
    width: 100%;
    margin-top: 20px;
  }
  .news-page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-page-proposal {
    float: unset;
    margin: 30px 0 0 0;
    width: 100%;
  }
  .news-page-proposal-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-page-info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    /* p {
                font-size: 22px;
            }*/
  }
  .news-page__back {
    text-align: center;
  }
  .about-image {
    height: 330px;
  }
  .about-info p {
    font-size: 26px;
  }
  .equipment__descr {
    font-size: 26px;
    line-height: 36px;
  }
  .equipment-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .equipment-item-image {
    margin: 0 auto;
    height: 240px;
  }
  .equipment-item__descr {
    width: 100%;
    margin-top: 30px;
  }
  .equipment__link {
    width: 240px;
  }
  .proposal__title {
    margin-bottom: 30px;
  }
  .proposal-installment-block {
    min-height: 395px;
  }
  .proposal-installment-block-info {
    width: 448px;
  }
  .proposal-installment-block__title {
    font-size: 38px;
  }
  .proposal-installment-block__descr {
    font-size: 26px;
  }
  .proposal-installment-block > img {
    right: -295px;
  }
  .proposal-installment-item__title {
    font-size: 32px;
  }
  .proposal-insurance-content {
    margin: 30px 0;
  }
  .proposal-insurance-block {
    min-height: 395px;
  }
  .proposal-insurance-block__text {
    font-size: 30px;
  }
  .proposal-insurance-content p {
    font-size: 24px;
  }
  .proposal-insurance-rules__title {
    line-height: normal;
    font-size: 32px;
  }
  .proposal-insurance-rules__text p {
    font-size: 24px;
  }
  .recall-list {
    margin-top: 50px !important;
  }
  .recall-block {
    margin-top: 50px;
    min-height: unset;
  }
  .recall-block__text {
    font-size: 32px;
    padding: 50px 0;
  }
  .recall-single .recall-slider {
    margin: 50px 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .employee-image {
    height: 344px;
  }
  .employee-main-info {
    width: calc(100% - 285px);
  }
  .cookies-wrapper {
    max-width: 430px;
  }
  .vacancy-image {
    height: 330px;
    margin-bottom: 20px;
  }
  .vacancy-content {
    margin-bottom: 20px;
  }
  .vacancy__title {
    margin-bottom: 20px;
  }
  .vacancy-item {
    width: 360px;
  }
  .vacancy-item__descr {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 32px;
    line-height: 38px;
  }
  a, span, p, input, button, select, option, span, textarea {
    font-size: 18px;
  }
  .container {
    width: 576px;
    padding: 0 10px;
  }
  .header-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-connect {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header-phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-phone:nth-child(1), .header-phone:nth-child(3), .header-phone:nth-child(2), .header-phone:nth-child(4) {
    width: 48%;
  }
  .header-address {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .header-address-block {
    text-align: center;
  }
  .header__button {
    width: 240px;
    margin: 25px auto;
  }
  .intro-slider-slide:nth-child(1) .intro-slider-slide:nth-child(2) .intro-slider-slide__title {
    width: unset;
  }
  .intro-slider-slide__title {
    width: 100% !important;
  }
  .intro-slider-slide__link {
    display: none;
  }
  .intro-slider-slide-image {
    height: 760px;
  }
  .intro-slider-slide-item svg {
    width: 25px;
    height: 25px;
  }
  .intro-slider-image {
    height: 855px;
  }
  .intro-slider-pagination {
    display: none;
  }
  .price__title {
    margin-bottom: 40px;
  }
  .price-table-head {
    display: none;
  }
  .price-table-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
    border-top: none;
  }
  .price-table__price {
    background: rgba(126, 247, 203, 0.2);
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
  }
  .price-table-info {
    margin-right: 0;
    width: 100%;
  }
  .price-table-info-more__text {
    font-size: 18px;
  }
  .price-table-info__name {
    font-size: 20px;
  }
  .price-table-info__name span {
    font-size: 20px;
  }
  .price-table-info-text p, .price-table-info-text li {
    font-size: 16px;
  }
  .price-item {
    padding: 15px 0;
  }
  .price-item-title__text {
    font-size: 22px;
  }
  .consultation__title {
    font-size: 28px;
    line-height: normal;
  }
  .consultation-info-contact__text {
    font-size: 20px;
    line-height: normal;
  }
  .consultation-info-numbers-link__text {
    font-size: 18px;
  }
  .consultation-info__text {
    font-size: 20px;
    line-height: normal;
  }
  .consultation-form-elem__input, .consultation-form-elem__textarea {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .advantage-wrapper {
    padding: 50px 0 70px 0;
  }
  .specialist-wrapper {
    padding-bottom: 70px;
  }
  .specialist-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .specialist-item {
    width: 100%;
  }
  .specialist-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .specialist-item__name {
    font-size: 18px;
  }
  .specialist-item__experience {
    font-size: 16px;
  }
  .specialist-item__post {
    margin: 15px 0;
  }
  .contact-wrapper {
    padding-bottom: 70px;
  }
  .contact-map {
    height: 360px;
  }
  .contact-info__title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .contact-info__descr {
    font-size: 18px;
  }
  .contact-info-phone__text {
    font-size: 18px;
  }
  .contact-info-phone__link:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer__title {
    font-size: 20px;
  }
  .footer .footer-address__title, .footer .footer-work__title {
    font-size: 20px;
  }
  .footer .footer-address__descr, .footer .footer-work__descr {
    font-size: 16px;
  }
  .footer-address {
    width: 100%;
    text-align: center;
  }
  .footer-block:nth-child(1) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-block:nth-child(4) {
    width: 100%;
    text-align: center;
  }
  .footer-block:nth-child(3) {
    display: none;
  }
  .footer-logo {
    margin-bottom: 20px;
    width: 180px;
    height: 65px;
  }
  .footer-contact-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-contact-link__text {
    font-size: 16px;
  }
  .footer-contact-link:last-child .footer-contact-link__text {
    font-size: 16px;
  }
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social__title {
    font-size: 20px;
    line-height: normal;
  }
  .footer-bottom__link {
    font-size: 20px;
    margin-top: 8px;
  }
  .footer-bottom__link:not(:last-child) {
    margin-bottom: 8px;
  }
  .single-contact .contact-reach__title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: normal;
  }
  .single-contact .contact-briefly {
    margin-bottom: 25px;
  }
  .single-contact .contact-briefly-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .single-contact .contact-briefly-item-number span {
    font-size: 18px;
    padding: 4px 8px;
  }
  .single-news .news-item {
    width: 100%;
    height: 556px;
  }
  .single-news .news-item-info {
    height: 336px;
  }
  .single-news .news-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .single-news .news-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .gallery__title {
    margin-bottom: 30px;
  }
  .gallery-sliders {
    width: 454px;
  }
  .gallery-main-slider {
    height: 290px;
  }
  .gallery-main-slider-manager {
    top: 130px;
  }
  .gallery-main-slider-manager button svg {
    width: 39px;
  }
  .gallery-video {
    margin-top: 50px;
    height: 350px;
  }
  .gallery-video svg {
    width: 80px;
  }
  .gallery-video__name {
    bottom: 30px;
    left: 30px;
    font-size: 24px;
    width: 224px;
  }
  .question-block:not(:last-child) {
    margin-bottom: 40px;
  }
  .question-block__title {
    font-size: 28px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .question-block-inner {
    border-radius: 14px;
  }
  .question-form {
    border-radius: 14px;
    margin-top: 40px;
  }
  .question-form__title {
    font-size: 28px;
  }
  .question-form-elem {
    margin-bottom: 10px;
  }
  .question-form-elem__input, .question-form-elem__textarea {
    border-radius: 14px;
  }
  .service-table-head__name {
    width: 396px;
  }
  .service-table-head__price {
    width: 145px;
  }
  .service-item-info {
    width: 396px;
  }
  .service-item__price {
    width: 145px;
  }
  .service-intro-info-list {
    margin: 20px 0 40px 0;
  }
  .service-intro-info-item:not(:last-child) {
    margin-bottom: 6px;
  }
  .service-intro-info-item__text {
    font-size: 18px;
  }
  .service-intro-wrapper {
    padding: 25px 0 40px 0;
  }
  .service-content {
    /*&-title {
                &__text {
                    margin-left: 20px;
                    p {
                        font-size: 32px;
                    }
                }
                &__num  {
                    span {
                        font-size: 90px;
                    }
                }
            }*/
    /*&-inner {
                li:not(:last-child) {
                    margin-bottom: 12px;
                }
            }
            &__info {
                &-block {
                    padding: 20px;
                    font-size: 22px;
                }
            }*/
  }
  .service-content-image {
    height: 215px;
  }
  .service-content-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .service-content-item:last-child .service-content-title {
    margin-bottom: 20px;
  }
  .news-page__title {
    margin-bottom: 30px;
  }
  .news-page-info {
    /*p, li {
                line-height: 28px;
                font-size: 20px;
            }*/
  }
  .news-page-proposal-image {
    height: 240px;
  }
  .news-page-proposal-info h2 {
    font-size: 36px;
  }
  .news-page-proposal-info p {
    font-size: 20px;
    line-height: 32px;
  }
  .news-page__back {
    font-size: 28px;
  }
  .about-image {
    height: 280px;
  }
  .about-info p {
    font-size: 22px;
  }
  .equipment__descr {
    font-size: 22px;
    line-height: 36px;
    margin: 30px 0;
  }
  .equipment-item-info {
    height: 210px;
  }
  .equipment-item__descr {
    font-size: 20px;
  }
  .equipment-item__hidden {
    font-size: 20px;
  }
  .proposal-installment-block {
    min-height: unset;
  }
  .proposal-installment-block > img {
    opacity: 0.7;
    right: -165px;
  }
  .proposal-installment-block-info {
    width: 100%;
    padding: 30px 0;
  }
  .proposal-installment-block__title {
    font-size: 32px;
  }
  .proposal-installment-block__descr {
    font-size: 24px;
  }
  .proposal-installment-list {
    padding: 50px 0;
  }
  .proposal-installment-item__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .proposal-installment-item__text {
    font-size: 24px;
  }
  .proposal-insurance-block {
    min-height: unset;
  }
  .proposal-insurance-block__text {
    padding: 30px 0;
    font-size: 24px;
  }
  .proposal-insurance-rules__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .recall-list {
    padding-bottom: 15px;
  }
  .recall-block__text {
    font-size: 28px;
  }
  .recall-item {
    width: 385px;
    padding: 25px;
  }
  .recall-item__descr p {
    -webkit-line-clamp: 5;
    height: 142px;
  }
  .recall-item__name {
    font-size: 24px;
  }
  .recall-item > svg {
    width: 45px;
  }
  .recall-single .recall-item {
    width: 100%;
  }
  .recall-single .recall-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .recall-single .recall-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .recall__google {
    font-size: 28px;
    line-height: normal;
  }
  .popup-wrapper {
    width: 96%;
    padding: 30px;
  }
  .popup-contact-info, .popup-contact-form, .popup-vacancy-form {
    width: unset;
  }
  .popup-contact-elem {
    width: 49%;
  }
  .employee-image {
    width: 230px;
    height: 260px;
  }
  .employee-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
  .employee-main-info {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .employee-main-info__post, .employee-main-info__experience {
    font-size: 20px !important;
  }
  .employee-content-text-year-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .employee-content-text-year__text {
    width: 100%;
    margin-top: 10px;
  }
  .documents-list {
    flex-direction: column;
  }
  .documents-item {
    width: 100%;
  }
  .documents-wrapper {
    padding-bottom: 50px;
  }
  .documents__title {
    margin-bottom: 30px;
  }
  .cookies {
    left: 0;
    left: 0;
    top: 0;
    bottom: unset;
  }
  .cookies-wrapper {
    max-width: unset;
    border-radius: 0;
  }
  .vacancy-item {
    width: 100%;
  }
  .vacancy-item:not(:nth-child(-n + 2)) {
    margin-top: 0;
  }
  .vacancy-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .vacancy-item__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .breadcrumb-wrapper {
    padding: 50px 0;
  }
  .breadcrumb-text {
    font-size: 18px;
  }
  .title {
    font-size: 28px;
    line-height: normal;
  }
  .btn {
    width: 165px;
    height: 45px;
    border-radius: 10px;
    font-size: 16px;
  }
  .container {
    width: 100%;
  }
  a, span, p, input, button, select, option, span, textarea {
    font-size: 16px;
  }
  .header-connect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-phone {
    margin: 0 auto 8px auto;
  }
  .header-phone:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-phone:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-phone:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-phone:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header-email {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .intro-slider-slide-image {
    top: -96px;
    height: 679px;
  }
  .intro-slider-slide-image img {
    -o-object-position: 80%;
       object-position: 80%;
  }
  .intro-slider-slide-image::before {
    content: '';
    background: linear-gradient(359.27deg, rgba(33, 33, 33, 0.9) -17.19%, rgba(0, 0, 0, 0) 99.4%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .intro-slider-slide-image::after {
    content: '';
    width: 100%;
    height: 500px;
    background: linear-gradient(359.59deg, #FFFFFF 50.07%, rgba(217, 217, 217, 0) 99.84%);
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: -209px;
  }
  .intro-slider-slide-item:not(:last-child) {
    margin-bottom: 14px;
  }
  .intro-slider-slide-item p {
    max-width: calc(100% - 41px);
  }
  .consultation__title {
    font-size: 20px;
  }
  .consultation-info-contact__text {
    font-size: 16px;
  }
  .consultation-info-numbers-link__text {
    font-size: 16px;
  }
  .consultation-info__text {
    font-size: 18px;
    line-height: normal;
  }
  .consultation-form {
    width: 100%;
  }
  .consultation-form-elem__input, .consultation-form-elem__textarea {
    font-size: 16px;
    padding: 10px 20px;
  }
  .advantage-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantage-item {
    width: 100% !important;
  }
  .advantage-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .advantage-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .specialist-wrapper {
    padding-bottom: 50px;
  }
  .contact-wrapper {
    padding-bottom: 50px;
  }
  .single-contact .contact-reach__title {
    font-size: 24px;
  }
  .single-news .news-item-info__title {
    font-size: 26px;
  }
  .single-news .news-item-info__date {
    line-height: normal;
  }
  .single-news .news-item-info__descr {
    line-height: normal;
    font-size: 20px;
  }
  .single-news .news-item-info__link span {
    font-size: 22px;
  }
  .single-news .news__more, .single-news .news__link {
    width: 220px;
    height: 45px;
    border-radius: 10px;
    font-size: 16px;
  }
  .gallery-sliders {
    width: 100%;
  }
  .gallery-main-slider {
    height: 240px;
  }
  .gallery-main-slider-manager {
    top: unset;
    bottom: -16px;
  }
  .gallery-bottom-slider-pagination {
    margin-bottom: 40px;
  }
  .gallery-video {
    height: 270px;
    border-radius: 14px;
  }
  .gallery-video svg {
    width: 60px;
  }
  .gallery-video__name {
    left: 15px;
    bottom: 15px;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .question-block__title {
    font-size: 22px;
  }
  .question-block:not(:last-child) {
    margin-bottom: 30px;
  }
  .question-item-head {
    padding: 15px;
  }
  .question-item-head__title {
    font-size: 20px;
    width: calc(100% - 30px);
  }
  .question-item-head svg {
    width: 24px;
  }
  .question-item-content {
    padding: 15px;
  }
  .question-item-content p {
    font-size: 18px;
  }
  .question-form__button {
    width: 100%;
  }
  .service__title {
    margin-bottom: 30px;
  }
  .service-table-head {
    display: none;
  }
  .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .service-item-info {
    width: 100%;
    margin-right: 0;
    padding-top: 60px;
    padding: 50px 15px 15px 15px;
  }
  .service-item__price {
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .service-intro-wrapper {
    padding: 25px 0;
  }
  .service-intro-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-intro-info-list {
    margin-bottom: 30px;
  }
  .service-intro-info-item__text {
    font-size: 16px;
  }
  .service-intro__btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service-content {
    /*  &-title {
                &__num {
                    span {
                        font-size: 60px;
                    }
                }
                &__text {
                    p {
                        font-size: 28px;
                    }
                }
            }
            &-inner {
                p {
                    font-size: 20px;
                    span {
                        font-size: 20px;
                    }
                }
                li {
                    font-size: 20px;
                    line-height: normal;
                }
            }
            &__info {
                &-block {
                    font-size: 20px;
                }
            }*/
  }
  .news-page__title {
    margin-bottom: 30px;
  }
  .news-page-proposal-image {
    height: 200px;
  }
  .news-page-proposal-info h2 {
    font-size: 30px;
    line-height: normal;
  }
  .news-page-proposal-bottom {
    margin-top: 20px;
  }
  .news-page-proposal-bottom__btn {
    width: 220px;
    height: 45px;
    border-radius: 10px;
    font-size: 16px;
  }
  .news-page-proposal-bottom__link {
    font-size: 22px;
    margin-top: 20px;
  }
  .news-page__back {
    font-size: 26px;
  }
  .about__title {
    margin-bottom: 30px;
  }
  .about-image {
    height: 210px;
  }
  .about-info {
    margin-top: 50px;
    padding: 30px 0;
  }
  .about-info p {
    font-size: 20px;
    line-height: 28px;
  }
  .equipment__descr {
    font-size: 20px;
    line-height: 28px;
  }
  .equipment-item-image {
    width: 100%;
  }
  .equipment__link {
    width: 195px;
  }
  .proposal-installment-block__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .proposal-installment-block .cert {
    right: -10px !important;
  }
  .proposal-installment-item__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .proposal-installment-item__text {
    font-size: 20px;
  }
  .proposal-insurance-block__text {
    font-size: 22px;
  }
  .proposal-insurance-content p {
    font-size: 20px;
  }
  .proposal-insurance-rules__title {
    font-size: 24px;
  }
  .proposal-insurance-rules__text p {
    font-size: 20px;
  }
  .recall-wrapper {
    position: relative;
  }
  .recall__title {
    width: 100%;
  }
  .recall-item {
    padding: 20px;
    width: 330px;
  }
  .recall-item-line {
    margin-top: 15px;
  }
  .recall-slider-manager {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 82px;
  }
  .recall-single-block__text {
    font-size: 24px;
  }
  .recall__google {
    font-size: 26px;
  }
  .popup-wrapper {
    width: 96%;
    padding: 20px;
  }
  .popup-contact__title {
    max-width: 86%;
    margin: 0 auto;
  }
  .popup-contact__descr {
    margin: 16px 0;
  }
  .popup-contact-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-contact-elem {
    width: 100%;
  }
  .popup-contact-elem:not(:last-child) {
    margin-bottom: 16px;
  }
  .popup-contact-text {
    margin-top: 25px;
  }
  .popup-close {
    top: 20px;
  }
  .stock {
    right: 10px;
    bottom: 10px;
  }
  .stock-main__text {
    display: none;
  }
  .cookies-wrapper svg {
    width: 30px;
    height: 30px;
  }
  .cookies-info p {
    font-size: 14px;
  }
  .vacancy-image {
    height: 240px;
  }
}
/*# sourceMappingURL=media.css.map */