<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.big-container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

body.locked {
    overflow: hidden;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.navbar__top-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 20% 20% 40% 20%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 15px;
}

.navbar__top-side .navbar__logo_work-time_social {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 55px;
}

.navbar__top-side .navbar__logo_work-time_social .logo a {
    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;

}

.navbar__top-side .navbar__logo_work-time_social .logo a .logo-image {
    margin-right: 10px;
}

.navbar__top-side .navbar__logo_work-time_social .logo a .logo-text {
    color: #087B83;
}

.navbar__top-side .navbar__logo_work-time_social .logo a .logo-text .logo__title {
    font-size: 36px;
    font-weight: bold;
}

.navbar__top-side .navbar__logo_work-time_social .navbar__work-time_social {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.navbar__top-side .navbar__logo_work-time_social .navbar__work-time_social span {
    color: #5A5A5A;
}

.logo-text__title {
    font-size: 28px;
    font-weight: bold;
}

.logo-text__caption {
    font-size: 12px;
}

.navbar__top-side .navbar__logo_work-time_social .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.navbar__top-side .navbar__logo_work-time_social .social-links .social-links__item {
    width: 32px;
    height: 32px;
    background: #EDEDED;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    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;
}

.navbar__top-side .navbar__logo_work-time_social .social-links .social-links__item a {
    display: flex;
}

.navbar__top-side .numbers__items .numbers__item .numbers-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.navbar__top-side .numbers__items .numbers__item .numbers-link .numbers__icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    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;
}

.navbar__top-side .numbers__items .numbers__item .numbers-link .numbers__text a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #353535;
}

.menu .menu__container .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.menu .menu__container .menu__list .menu__item {
    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;
    position: relative;
}

.menu .menu__container .menu__list .menu__item .menu__link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #353535;
}

.menu .menu__container .menu__list .menu__item .menu__link-icon {
    margin-left: 15px;
}

.menu .menu__container .menu__list .menu__item .menu__link-icon i {
    color: #C9B675;
}

.menu .menu__container .menu__list .menu__item .submenu__list {
    display: none;
    position: absolute;
    top: 20px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    z-index: 250;
    width: 125%;
}

.submenu__list li {
    padding-bottom: 5px;
}

.menu .menu__container .menu__list .menu__item .submenu__list .submenu__link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #353535;
}

.menu .menu__container .menu__list .menu__item:hover .submenu__list {
    display: block;
}

.menu .menu__container .menu__list .menu__item_border {
    border-right: 1px solid #C4C4C4;
    padding-right: 50px;
}

.numbers__caption {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5A5A5A;
}


.banner {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 50;
}

.banner .banner__wrapper {
    background: rgba(0, 191, 203, 0.6);
    max-width: 1920px;
    width: 100%;
    height: 777px;
    padding: 30px;
}

.banner .banner__wrapper .banner__circuit {
    max-width: 1920px;
    width: 100%;
    height: 720px;
    border: 1px solid #fff;
}

.banner .banner__wrapper .banner__circuit .banner__background {
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
    background: url(/netcat_template/template/3/img/banner/main.jpg);
    background-size: cover;
    background-position-x: center;
}


.banner .banner__wrapper .banner__circuit .banner__background img {
    max-width: 1920px;
    width: 100%;
}

.banner .banner__wrapper .banner__circuit .banner__text {
    text-align: center;
    color: #fff;
    padding-top: 135px;
}

.banner .banner__wrapper .banner__circuit .banner__text .banner__title {
    font-size: 72px;
    font-weight: 700;
}


.banner .banner__wrapper .banner__circuit .banner__text .banner__subtitle {
    margin-top: 25px;
    font-size: 18px;
}

.banner .banner__wrapper .banner__circuit .banner__items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
}

.banner .banner__wrapper .banner__circuit .banner__items .banner__item {
    text-align: center;
    font-size: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.banner .banner__wrapper .banner__circuit .banner__items .banner__item:last-child {
    border-right: none;
}

.banner .banner__wrapper .banner__circuit .banner__items .banner__item .banner__icon {
    background: #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    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;
}

.banner .banner__wrapper .banner__circuit .banner__items .banner__item .banner__caption {
    margin-top: 10px;
}

.banner .banner__wrapper .banner__circuit .banner-order {
    margin-top: 40px;
    background: #ffffff;
    border-radius: 25px;
    padding: 20px 15px;
}

.banner .banner__wrapper .banner__circuit .banner-order .banner-order__form {
    display: grid;
    grid-template-columns: 34% 33% 33%;

}

.banner .banner__wrapper .banner__circuit .banner-order .banner-order__form .banner-order__input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px solid #EBEBEB;
    resize: none;
    margin-right: 25px;

}

.banner .banner__wrapper .banner__circuit .banner-order .banner-order__form .banner-order__button {
    background: #353535;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    width: 100%;
}

.banner .banner__wrapper .banner__circuit .banner-order .banner-order__form .banner-order__button:hover {
    opacity: .7;
}

.banner .banner__wrapper .banner__circuit .banner-order .banner-order__caption {
    background: #F6F4F5;
    border-radius: 8px;
    padding: 8px 0;
    text-align: center;
    margin-top: 15px;
}

.banner .banner__wrapper .banner__circuit .banner-order .banner-order__caption .banner-order__link {
    color: #dbcea9;
    text-decoration: underline;
}


/* Р±Р°РЅРЅРµСЂ РЅР° РІРЅСѓС‚СЂРµРЅРЅРёС… */

.inner-banner .banner__wrapper {
    max-height: 232px;
}

.inner-banner .banner__wrapper .banner__circuit {
    height: 100%;
}

.inner-banner__content {
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.inner-banner__content .banner__title {
    font-size: 72px;
    font-weight: 700;
}

.inner-banner__content .banner__title.detail-page-title {
    font-size: 2.5vw;
    text-align: center;
}

.inner-banner__container {
    height: 100%;
}

.inner-banner .banner__background {
    background-repeat: no-repeat;
    background-position: right center;
}

/*Р°РІС‚РѕСЂ СЃС‚Р°С‚СЊРё*/
.article__doc {
    padding: 0 20px;
}

.section_item.item_doc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 10px;
    margin: 30px auto;
    background-color: #19B4BE;
    border-radius: 20px;
    max-width: 1120px;
}

.article__doc .doc__item .item_images {
    float: none;
    margin: 5px 5px 0 0;
    max-width: 100px;
    border-radius: 60px;
}

.article__doc .doc__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 20px;
    background-color: #fff;
    padding: 12px;
    border-radius: 20px;
    width: 100%;
}

.article__doc .doc__item .item__content_wraper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
    color: #19B4BE;
}

.article__doc .doc__item .item_pos {
    font-size: 16px;
    color: #7a7878;
}

@media (max-width: 780px) {
.section_item.item_doc {
    flex-direction: column;
    gap: 10px;
    padding: 8px 8px;
    margin: 20px auto;
}
}

@media (max-width: 420px) {
.article__doc .doc__item {
    flex-direction: column;
    row-gap: 15px;
    padding: 8px;
}
.article__doc .doc__item .item__content_wraper {
    width: 100%;
}
}
/*Р°РІС‚РѕСЂ СЃС‚Р°С‚СЊРё*/

/* РІСЂР°С‡Рё */

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 32px;
    margin-top: 40px;
}

.doctor-item {
    transition: all .5s;
    border-radius: 32px 0;
}

.doctor-item__top {
    border-radius: 32px 0;
    overflow: hidden;
}

.doctor-item__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
    color: #000;
}

.doctor-page__doctor-banner {
    /* background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E2E2E2 100%); */
    display: flex;
    /* padding-top: 32px; */
    justify-content: center;
}

.doctor-page__doctor-banner img {
    height: 350px;
}

.doctor-item__name {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
    transition: all .4s;
}

.doctor-item__spec {
    color: #9F9F9F;
}

.doctor-item__image {
    display: block;
    width: 100%;
    height: 100%;
}

.doctor-item__image img {
    width: 100%;
}

.doctor-item:hover {
    box-shadow: 0px 4px 64px rgb(0 0 0 / 10%);
}

.doctor-item:hover .doctor-item__name {
    color: #C9B675;
}

.doctor-page__info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}

.doctor-page__content {
    /* padding-top: 32px; */
    padding-bottom: 40px;
}

.doctor-page__info-item {
    background: #F6F4F5;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.doctor-page__info-item span,
.doctor-page__info-item strong {
    font-family: 'Montserrat';
    line-height: 24px;
}

.doctor-page__info-item strong {
    display: block;
    margin: 4px 0;
}

.doctor-page__bio-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.doctor-page__bio-block {
    margin-top: 56px;
}

.doctor-page__bio-text {
    margin-top: 32px;
    font-family: 'Montserrat';
    line-height: 24px;
}

/* СЃС‚Р°С‚СЊРё */

.articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
    margin-top: 40px;
}

.article-item__view-more {
    color: #C9B675;
    font-weight: 500;
}

.article-item .doctor-item__top {
    border-radius: 32px 32px 0 0;
}

.article-item {
    border-radius: 32px 32px 32px 0;
}

.article-page {
    padding: 32px 0 40px 0;
}

/*РљРѕРЅС‚Р°РєС‚С‹*/

.contacts-form {
    margin-top: 40px;
    background: #ffffff;
    border-radius: 25px;
    padding: 20px 15px;
}

.contacts-form .middle-order__form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contacts-form .middle-order__input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #EBEBEB;
    resize: none;
    margin-right: 25px;
}

.contacts-form .middle-order__button {
    background: #C9B675;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    max-width: 300px;
    width: 100%;
}

.contacts-form .middle-order__button:hover {
    opacity: .7;
}

.contacts-form .middle-order__caption {
    background: #F6F4F5;
    border-radius: 8px;
    padding: 8px 0;
    text-align: center;
    margin-top: 15px;
    color: #000;
}

.contacts-form .middle-order__caption .middle-order__link {
    color: #dbcea9;
    text-decoration: underline;
}

.contacts-banner .banner__wrapper {
    max-height: 100%;
}

.banner.contacts-banner .banner__wrapper {
    height: auto;
}

.contacts-banner .inner-banner__content {
    flex-direction: column;
    padding: 24px 0;
}

.contacts__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}

.contacts__bottom {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    background: #fff;
    border-radius: 24px;
    padding: 16px;
    color: #000;
    margin-top: 24px;
}

.contacts__top-item {
    border-radius: 24px;
    background: #fff;
    padding: 16px;
    color: #000;
}

.contact__icon {
    box-shadow: 0px 3px 12px rgb(0 0 0 / 10%);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    min-width: 24px;
    align-items: center;
    margin-right: 8px;
    justify-content: center;
}

.contact__icon img {
    width: 10px;
}

.contact__name {
    font-weight: 600;
}

.contacts {
    margin-top: 24px;
}

.contacts__bottom-contact {
    text-align: center;
}

.contact {
    display: flex;
    margin-top: 8px;
}

/*С†РµРЅС‹*/

.price-table__title {
    background: #19B4BE;
    padding: 12px;
    border-radius: 16px;
    font-family: 'Cormorant';
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.price-table tr td:nth-child(1) {
    padding: 12px 0;
}

.price-table tr td:nth-child(2) {
    padding: 4px 0;
}

.price-n-btn {

    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 20px;
}

.price-n-btn div {
    background: #F6F4F5;
    color: #000;
    padding: 16px;
    line-height: 1;
    margin-right: -16px;
    padding-right: 32px;
    border-radius: 24px 0 0 24px;
}

.price-n-btn button {
    background: #C9B675;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    border-radius: 24px;
    padding: 16px;
}

.price-table tr:hover .price-n-btn button {
    background: #19B4BE;
}


.price-page {
    padding-top: 48px;
}

table.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table tr {
    border-radius: 16px;
    display: flex;
    padding: 0 12px;
    margin: 4px 0;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.price-table tr:hover {
    background: #CAF8FB;
}

/*С„РѕС‚РѕРіР°Р»РµСЂРµСЏ*/


.gallery-page {
    padding: 48px 0;
}

.gallery-grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(6, 1fr);
}

.gallery-item {
    position: relative;
    border-radius: 48px 0;
    overflow: hidden;
}

.gallery-item__image {
    display: block;
    width: 100%;
}

.gallery-item__mask {
    background-color: rgba(0, 191, 203, 0.6);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    background-image: url('/netcat_template/template/3/img/gallery/loop.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s;
}

.gallery-item:hover .gallery-item__mask {
    opacity: 1;
}

/*РѕС‚Р·С‹РІС‹*/

.reviews-page {
    padding-top: 48px;
    padding-bottom: 40px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.review-item {
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 16px;
    display: grid;
    grid-template-columns: 120px auto;
    grid-gap: 16px;
}

.review-item__name {
    font-size: 24px;
    font-weight: 700;
}

.review-item__age {
    margin: 8px 0;
}

.review-item__content-top {
    border-bottom: 1px solid #F1F1F1;
}

.review-item__content-bottom {
    padding-top: 8px;
}

.review-item__tag {
    display: flex;
    grid-gap: 8px;
    align-items: center;
}

.reviews__left-col {
    display: grid;
    grid-gap: 32px;
}

.review-item__tag-image {
    background: #FFFFFF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
}

.review-item__tags {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}

.review-item__title {
    background: #19B4BE;
    color: #fff;
    display: flex;
    padding: 8px;
    align-items: center;
    grid-gap: 8px;
    border-radius: 20px;
    margin: 12px 0;
    font-weight: 700;
}

.review-item__text {
    color: #626262;
    line-height: 24px;
}

.review-item__image-wrap {
    background: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
}

.review-item__view-full-btn,
.review-item__hide-full-btn {
    color: #C9B675;
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
}

.review-item__full-text {
    display: none;
}

.review-item__full-text.show {
    display: block;
}

.review-item__cut-text {
    display: block;
}

.review-item__cut-text.hide {
    display: none;
}


/* Р»РёС†РµРЅР·РёРё */

.licenses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}

.licenses-page .gallery-item {
    border-radius: 32px 0;
}


.results {
    padding: 40px 0 20px;
    position: relative;
    z-index: 100;
}

.results .results__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #353535;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
}

.results .results__items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.results .results__items .results__item {
    border: 1px solid #c6c6c6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 325px;
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
}

.results .results__items .results__item .results__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #626262;
}

.results .results__items .results__item .results__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.price-fork {
    padding: 40px 0 50px;
    background-color: #F6F4F5;
}

.price-fork .price-fork__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #353535;
    margin: 0 auto;
}

.price-fork .price-fork__items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 15px;
}

.price-fork .price-fork__items .price-fork__item {
    max-width: 545px;
    width: 100%;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-head {
    background-image: -webkit-gradient(linear, left top, right top, from(#119CA5), to(#1AB4BE));
    background-image: -o-linear-gradient(left, #119CA5 0%, #1AB4BE 100%);
    background-image: linear-gradient(90deg, #119CA5 0%, #1AB4BE 100%);
    border-top-left-radius: 35px;
    padding: 15px 0;
    position: relative;
    z-index: 10;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-bg {
    position: absolute;
    left: 0;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-name {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0 15px;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-price {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #626262;
    margin: 0px 10px;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-price span {
    font-size: 32px !important;
    color: #C9B675 !important;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-body {
    background: #FFFFFF;
    border-bottom-right-radius: 35px;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-list {
    padding: 5px 40px 25px 40px;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-list ul img {
    margin-right: 10px;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-button {
    margin-top: 25px;
    width: 100%;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-button:hover {
    opacity: .7;
}

.price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-button a {
    background: #C9B675;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px;
}

.price-fork__body-item {
    margin-left: -5px !important;
}

.order-block {
    max-width: 1920px;
    width: 100%;
}

.order-block .order-block__wrapper {
    background: rgba(0, 191, 203, 0.6);
    max-width: 1920px;
    width: 100%;
    height: 580px;
    position: relative;
}

.order-block .order-block__wrapper .order-block__circuit {
    max-width: 1920px;
    width: 100%;
    height: 580px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-block .order-block__wrapper .order-block__circuit .order-block__container {
    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;
}

.order-block .order-block__wrapper .order-block__circuit .order-block__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
}

.order-block .order-block__wrapper .order-block__circuit .order-block__background img {
    max-width: 1920px;
    width: 100%;
}

.order-block .order-block__wrapper .order-block__circuit .order-form {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 25px;
    max-width: 950px;
    width: 100%;
}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__text {
    text-align: center;
    color: #353535;
}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__text .order-form__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #353535;
}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__text .order-form__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #353535;
}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__wrapper {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__items .order-form__input {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #b7b7b7;
    background-color: #f6f4f5;
    border-radius: 10px;
    resize: none;
    padding: 12px;
    width: 200%;
}

@media (max-width: 600px) {

    .order-block .order-block__wrapper .order-block__circuit .order-form .order-form__items .order-form__input {
        width: 100%;
    }

}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__items .order-form__textarea {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #b7b7b7;
    background-color: #f6f4f5;
    border-radius: 10px;
    resize: none;
    padding: 5px 12px;
    width: 100%;
}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__items .order-form__input::placeholder,
.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__items .order-form__textarea::placeholder {
    color: #b7b7b7;
}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__items .order-form__input {
    height: 45px;
    padding: 12px 12px 12px 44px;
}

.order-block .order-block__wrapper .order-block__circuit .order-form .order-form__items .order-form__input {
    position: relative;
}

.order-form__inputs input:nth-child(7) {
    background-image: url('/netcat_template/template/3/img/order-hum.svg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    margin-bottom: 15px;
}

.order-form__inputs input:last-child {
    background-image: url('/netcat_template/template/3/img/order-phone.svg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}

.text-block {
    padding: 100px 0;
}

.text-block .text-block__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    grid-gap: 40px;
}

.text-block .text-block__items .text-block__text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #353535;
    margin-bottom: 30px;
}

.text-block .text-block__items .text-block__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
}

.text-block .text-block__items .text-block__image img {
    max-width: 545px;
    height: 545px;
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    border-radius: 160px 0px;
    position: relative;
    z-index: 50;
}

.services .services__background {
    padding: 35px 0;
    background: #F6F4F5;
}

.services .services__background .services__container .services__sides {
    display: grid;
    grid-template-columns: 25% 75%;
}

.services .services__background .services__container .services__sides .services__left-side {
    height: 635px;
    margin-top: -85px;
    margin-bottom: -85px;
    margin-right: 35px;
    padding: 50px 0 0 110px;
    background: #19B4BE;
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 112px 0px;
}

.services .services__background .services__container .services__sides .services__left-side .services__head {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
}

.services .services__background .services__container .services__sides .services__left-side .services__subtitle {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.services .services__background .services__container .services__sides .services__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.services .services__background .services__container .services__sides .services__arrows .services__arrow-left {
    margin-right: 20px;
}

.services .services__background .services__container .services__sides .services__right-side .services__item {
    background: #FFFFFF;
    border-radius: 0px 0px 64px 0px;
    /*max-width: 400px;*/
    /*width: 100%;*/
    margin: auto;
}

.services .services__background .services__container .services__sides .services__right-side .services__item .services__text {
    padding: 15px;
}

.services .services__background .services__container .services__sides .services__right-side .services__item .services__text .services__title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #353535;
}

.services .services__background .services__container .services__sides .services__right-side .services__item .services__text .services__list {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
}

.stages .stages__background {
    padding: 15px 0 75px;
}

.stages .stages__background .stages__container .stages__head-text {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #353535;
    margin: 0 auto;
}

.stages .stages__background .stages__container .stages__items {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 110px;
}

.stages .stages__background .stages__container .stages__items .stages__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    border-radius: 23px 0px 32px;
    padding: 25px 25px 30px 55px;
    position: relative;
    z-index: 10;
}

.stages .stages__background .stages__container .stages__items .stages__item .stages__number {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    text-align: center;
    color: #FFFFFF;
    width: 112px;
    height: 112px;
    background: #19B4BE;
    border-radius: 1000px 1000px 0px 1000px;
    position: absolute;
    left: -75px;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stages .stages__background .stages__container .stages__items .stages__item .stages__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
}

.stages .stages__background .stages__container .stages__items .stages__item .stages__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    margin-top: 15px;
}

.terms .terms__background .terms__container {
    position: relative;
}

.terms .terms__background .terms__container .terms__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #353535;
    margin: 0 auto;
}

.terms .terms__background .terms__container .terms__arrow {
    position: absolute;
    top: calc(50% - 22.5px);
    z-index: 10;
}

.terms .terms__background .terms__container .terms__arrow-right {
    right: 32%;
}

.terms .terms__background .terms__container .terms__arrow-left {
    left: 32%;
}

.terms .terms__background .terms__container .terms__items {
    margin-top: 60px;
}

.terms .terms__background .terms__container .terms__items .terms__item {
    max-width: 830px;
    width: 100%;
    height: 425px;
    position: relative;
    z-index: 20;
}

.terms .terms__background .terms__container .terms__items .terms__item img {
    border-radius: 110px 0px;
}

.terms .terms__background .terms__container .terms__items .terms__item::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 191, 203, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: 110px 0px;
    max-width: 612px;
    width: 100%;
    height: 312px;
    display: block;
}

.portrait {
    background-color: #F6F4F5;
    padding: 50px 0 40px;
}

.portrait .portrait__head {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #353535;
}

.portrait .portrait__items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.portrait .portrait__items .portrait__item .portrait__icon {
    width: 112px;
    height: 112px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portrait .portrait__items .portrait__item .portrait__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    margin: 15px 0;
}

.portrait .portrait__items .portrait__item .portrait__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
}

.middle-order {
    max-width: 1920px;
    width: 100%;
    position: relative;
}

.middle-order .middle-order__wrapper {
    background: rgba(0, 191, 203, 0.6);
    max-width: 1920px;
    width: 100%;
    height: 516px;
    padding: 30px;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__background {
    background-image: url(/netcat_template/template/3/img/order/footer.jpg);
    background-size: cover;
    background-position-x: center;
}

.middle-order .middle-order__wrapper .middle-order__circuit {
    max-width: 1920px;
    width: 100%;
    height: 460px;
    border: 1px solid #fff;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__background img {
    max-width: 1920px;
    width: 100%;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text {
    text-align: center;
    color: #fff;
    padding-top: 115px;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text .middle-order__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block {
    margin-top: 60px;
    background: #ffffff;
    border-radius: 25px;
    padding: 20px 15px 5px;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__form {
    display: grid;
    grid-template-columns: 34% 33% 33%;
}


.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__form .middle-order__input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #EBEBEB;
    resize: none;
    margin-right: 25px;
}

textarea.middle-order__input {
    padding-top: 10px;
}

.middle-order__caption {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #626262;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    margin: 16px 0px;
}

.middle-order__caption a {
    color: #C9B675 !important;
    text-decoration: underline;
}

.middle-order__button-wrapper {
    width: 100%;
    text-align: center;
}

.middle-order__button_gray {
    background: #C9B675;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.middle-order__button_gray:hover {
    opacity: .7;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__form .middle-order__button {
    background: #C9B675;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    width: 100%;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__form .middle-order__button:hover {
    opacity: .7;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__caption {
    background: #F6F4F5;
    border-radius: 8px;
    padding: 8px 0;
    text-align: center;
    margin-top: 15px;
}

.middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__caption .middle-order__link {
    color: #dbcea9;
    text-decoration: underline;
}

.history .history__background {
    background: #19B4BE;
    padding: 70px 0 50px;
}

.history .history__background .history_container .history__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}

.history .history__background .history_container .history__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.history .history__background .history_container .history__items {
    margin-top: 50px;
}

.history .history__background .history_container .history__items .history__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 15px;
    display: grid;
    grid-template-columns: 35% 65%;
    max-width: 525px;
    width: 100%;
}

.history .history__background .history_container .history__items .history__item .history__image {
    width: 120px;
    height: 120px;
}

.history .history__background .history_container .history__items .history__item .history__image img {
    border-radius: 50%;
}

.history .history__background .history_container .history__items .history__item .history__text .history__name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #353535;
}

.history .history__background .history_container .history__items .history__item .history__text .history__age {
    margin-top: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}

.history .history__background .history_container .history__items .history__item .history__text .history__problem {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.history .history__background .history_container .history__items .history__item .history__text .history__problem .history__caption {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
}

.history .history__background .history_container .history__items .history__item .history__text .history__service {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.history .history__background .history_container .history__items .history__item .history__text .history__service .history__caption {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
}

.history .history__background .history_container .history__items .history__item .history__text .history__icon {
    color: #19B4BE;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.history .history__background .history_container .history__items .history__item .history__text .history__result {
    background: #19B4BE;
    border-radius: 35px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.history .history__background .history_container .history__items .history__item .history__text .history__result .history__result-icon {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    color: #19B4BE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.history .history__background .history_container .history__items .history__item .history__text .history__result .history__result-caption {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 5px 5px 5px 35px;
}

.warranty .warranty__background {
    padding: 65px 0 80px;
}

.warranty .warranty__background .warranty__container .warranty__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #353535;
    margin: 0 auto;
}

.warranty .warranty__background .warranty__container .warranty__blocks {
    margin-top: 185px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block {
    height: 400px;
    text-align: center;
    position: relative;
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item {
    max-width: 350px;
    width: 100%;
    position: absolute;
    left: calc(50% - 185px);
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__image img {
    max-width: 250px;
    width: 100%;
    height: 250px;
    border: 8px solid #1AB4BE;
    border-radius: 50%;
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__text {
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #353535;
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item_top {
    top: -125px;
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item_bottom {
    bottom: -175px;
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block_left {
    border-top: 2px dashed #19B4BE;
    border-bottom: 2px dashed #19B4BE;
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block_center {
    border: 2px dashed #19B4BE;
}

.warranty .warranty__background .warranty__container .warranty__blocks .warranty__block_right {
    border-top: 2px dashed #19B4BE;
    border-bottom: 2px dashed #19B4BE;
}

.bottom-order {
    margin-top: 250px;
    margin-bottom: 65px;
}

.bottom-order .bottom-order__background .bottom-order__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form {
    width: 90%;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #353535;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    color: #353535;
    position: relative;
    z-index: 10;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__block {
    margin-top: 10px;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__block .bottom-order__form-items {
    display: grid;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__block .bottom-order__form-items .bottom-order__input,
.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__block .bottom-order__form-items .bottom-order__textarea {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__block .bottom-order__form-items .bottom-order__textarea {
    resize: none;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__caption {
    margin-top: 25px;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__caption a {
    text-decoration: underline;
    color: #c9b675;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__button {
    margin-top: 25px;
    background: #c9b675;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    max-width: 195px;
    width: 100%;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__form .bottom-order__button:hover {
    opacity: .7;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.bottom-order .bottom-order__background .bottom-order__container .bottom-order__images .bottom-order__image_left {
    margin-top: -100px;
}

.licences .licences__background {
    background: #19B4BE;
    padding: 50px 0 80px;
}

.licences .licences__background .licences__container .licences__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}

.licences .licences__background .licences__container .licences__items {
    margin-top: 55px;
}

.licences .licences__background .licences__container .licences__items .licences__item img {
    max-width: 255px;
    width: 100%;
    border-radius: 15px;
}

.text-block .text-block__background .text-block__container .text-block__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #353535;
    margin-bottom: 25px;
}

.text-block .text-block__background .text-block__container .text-block__text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
}

.text-block .text-block__background .text-block__container .text-block__text p,
.text-block .text-block__background .text-block__container .text-block__text h3,
.text-block .text-block__background .text-block__container .text-block__text ul li,
.text-block .text-block__background .text-block__container .text-block__text ol li {
    margin-top: 15px;
}

.text-block .text-block__background .text-block__container .text-block__text ul li {
    padding-left: 25px;
    position: relative;
}

.text-block .text-block__background .text-block__container .text-block__text ul li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #19B4BE;
}

.text-block .text-block__background .text-block__container .text-block__text h3 {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #353535;
}

.text-block {
    position: relative;
}

.text-block_img_right::before {
    content: '';
    width: 650px;
    height: 240px;
    background-color: #19B4BE;
    position: absolute;
    z-index: -100;
    top: 250px;
    right: 0;
}

.text-block_img_left::before {
    content: '';
    width: 650px;
    height: 240px;
    background-color: #19B4BE;
    position: absolute;
    z-index: -100;
    top: 250px;
    left: 0;
}

.questions .questions__background {
    padding: 50px 0 35px;
    background: #F6F4F5;
}

.questions .questions__background .questions__container .questions__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #353535;
    text-align: left;
    margin: 0 auto;
}

.questions .questions__background .questions__container .questions__items {
    margin-top: 35px;
    position: relative;
    z-index: 10;
}

.questions .questions__background .questions__container .questions__items .questions__item .accordion {
    background: #fff;
    color: #353535;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline-width: 0 !important;
    -webkit-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
}

.questions .questions__background .questions__container .questions__items .questions__item .accordion .accordion__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #C9B675;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease all;
}

.questions .questions__background .questions__container .questions__items .questions__item .accordion i {
    color: #C9B675;
    transition: .3s ease all;
}

.questions .questions__background .questions__container .questions__items .questions__item .accordion:hover {
    /*background: #e2e2e294;*/
    -webkit-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.3);
}

.questions .questions__background .questions__container .questions__items .questions__item .accordion.active_block {
    color: #fff;
    background: #19B4BE;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.questions .questions__background .questions__container .questions__items .questions__item .accordion.active_block .accordion__icon {
    border: 1px solid #fff;
    transition: .3s ease all;
}

.questions .questions__background .questions__container .questions__items .questions__item .accordion.active_block i {
    color: #fff;
    transition: .3s ease all;
}



/*.questions .questions__background .questions__container .questions__items .questions__item .accordion::after {
    content: "+";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }*/

.questions .questions__background .questions__container .questions__items .questions__item .panel {
    padding: 0 18px;
    color: #7C7C7C;
    font-size: 16px;
    background: transparent;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    border-radius: 10px;
}

.questions .questions__background .questions__container .questions__items .questions__item .questions__item .panel {
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.questions .questions__background .questions__container .questions__items .questions__item .questions__item.active_block .panel {
    display: inline-table;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.map .map__background .map__container {
    position: relative;
}

.map .map__background .map__container .map__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #353535;
    margin: 80px 0;
    text-align: center;
    margin: 80px auto;
}

.map .map__background .map__container #map__block {
    width: 100%;
    height: 520px;
    /*position: relative;*/
    z-index: -50;
}

.map__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: -85px;
    position: relative;
    z-index: 0;
}

.map__item {
    background: #FFFFFF;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 25px;
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
}

.map__caption {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    margin-bottom: 5px;
}

.map__link {
    display: flex;
    margin-top: 15px;
}

.link_align_center {
    align-items: center;
}

.map__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.map__text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #353535;
}

.text-block_4 {
    padding: 85px 0 100px;
}

footer {
    display: block;
    padding: 40px 0 50px;
}

footer .footer__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px;
}

footer .footer__items .footer__item .footer__title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #353535;
}

footer .footer__items .footer__item .footer__links {
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0E878E;
}

footer .footer__items .footer__item .footer__links ul li {
    margin-top: 5px;
}

.special_i {
    padding: 10px;
}

/*.title_relative {
    position: relative;
    width: fit-content;
    z-index: 10;
  }
  .title_relative::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background-color: #CAF8FB;
    left: -35px;
    top: -15px;
    z-index: -10;
    border-radius: 50%;
  }
  .title_relative::after {
    content: '';
    position: absolute;
    width: 176px;
    height: 175px;
    background-color: #EEFEFF;
    left: -80px;
    top: -60px; 
    z-index: -20;
    border-radius: 50%;
  }
  
  .text-block__text h2,
  .text-block__title h2 {
    position: relative;
    width: fit-content;
    z-index: 10;
  }
  .text-block__text h2::before,
  .text-block__title h2::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background-color: #CAF8FB;
    left: -35px;
    top: -15px;
    z-index: -10;
    border-radius: 50%;
  }
  .text-block__text h2::after,
  .text-block__title h2::after {
    content: '';
    position: absolute;
    width: 176px;
    height: 176px;
    background-color: #EEFEFF;
    left: -80px;
    top: -60px; 
    z-index: -20;
    border-radius: 50%;
  }*/

.next,
.prev {
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.next i,
.prev i {
    color: #19B4BE;
}

.next:hover,
.prev:hover {
    background: #C9B675;
}

.next:hover i,
.prev:hover i {
    color: #fff;
}

.center .terms__item::before {
    display: none !important;
}

footer {
    position: relative;
}

.footer-decor__item {
    position: absolute;
}

.footer-decor__item1 {
    top: -150px;
    left: 0;
    z-index: -100;
}

.footer-decor__item2 {
    top: 0;
    right: 0;
}

.top-btn-z {
    display: grid;
    grid-template-columns: 10% 45% 45%;
}

.top-btn-x {
    display: none;
}

.top-btn-k {
    display: none;
}

.containers {
    max-width: 1700px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column-gap: 150px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1449.98px) {

    .containers {
        max-width: 1200px;
        grid-column-gap: 0px;
    }


    .container {
        max-width: 1200px;
    }

    .big-container {
        max-width: 1200px;
    }

    .top-btn-z {
        display: none;
    }

    .top-btn-k {
        display: grid;
        grid-template-columns: 10% 90%;
        align-items: center;
    }

    .top-btn-x {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 9px;
    }

    .navbar__top-side {
        grid-template-columns: 25% 25% 25% 25%;
    }

    .new-wrapper-top {
        padding-right: 50px;
        padding-left: 0;
    }

    .navbar__top-side .numbers__items .numbers__item .numbers-link .numbers__text a {
        font-size: 16px;
    }

}

@media (max-width: 1199px) {

    .containers {
        max-width: 1000px;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
        grid-column-gap: 0px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .doctors-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 970px;
    }

    .big-container {
        max-width: 970px;
    }

    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .doctors-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .articles-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .inner-banner__content .banner__title.detail-page-title {
        font-size: 4vw;

    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 740px;
    }

    .big-container {
        max-width: 740px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .doctors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .licenses-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .doctor-page__info {
        grid-template-columns: 1fr;
    }

    .inner-banner__content .banner__title {
        font-size: 54px;
    }

    .review-item {
        grid-template-columns: 80px auto;
    }

    .review-item__image-wrap {
        width: 80px;
        height: 80px;
        overflow: hidden;
    }

    .review-item__image-wrap img {
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    .container {
        max-width: none;
        padding: 0 10px;
    }

    .review-item {
        grid-template-columns: 1fr;
    }

    .big-container {
        max-width: none;
    }

    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .doctors-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .articles-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .licenses-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .inner-banner__content .banner__title {
        font-size: 44px;
    }

    .gallery-title {
        font-size: 32px !important;
    }

    .search-bar {
        width: 300px;
    }

}

.footer__networks-links {
    display: flex;
}

.footer__numbers-link,
.footer__location,
.footer__email {
    display: flex;
    align-items: center;
}

.footer__numbers-link,
.footer__location {
    margin: 10px 0;
}

.footer__numbers__text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #353535;
}

.footer-location__text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #626262;
}

.footer-email__text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0E878E;
}

.footer__networks-links__item a i {
    font-size: 32px;
    color: black;
}

.footer__networks-links .footer__networks-links__item:first-child {
    margin-right: 25px;
}

.footer__icon {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer__icon i {
    color: #19B4BE;
}

.footer__button {
    margin-top: 25px;
}

.footer__payment-title {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
}

.terms__background {
    position: relative;
}

.terms__background::before {
    content: '';
    width: 1920px;
    width: 100%;
    height: 200px;
    background-color: #19B4BE;
    position: absolute;
    z-index: -100;
    top: 175px;
    left: 0;
}

.header-mobile {
    display: none;
}

.order-modal {
    display: none;
}

.mfp-content .order-modal {
    display: block;
    max-width: 50%;
    margin: 0 auto;
    position: relative;
}

.mfp-close-btn-in .mfp-close {
    position: absolute;
    top: -20px;
    right: 0;
    color: #fff;
    padding: 25px;
    background-color: #C9B675;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close:hover {
    opacity: .7;
}

.order-modal__wrapper {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
}

.order-modal__title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #353535;
    margin-bottom: 25px;
}

.order-modal__input {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #b7b7b7;
    background-color: #f6f4f5;
    border-radius: 10px;
    resize: none;
    padding: 12px;
    width: 100%;
    position: relative;
    height: 45px;
    padding: 12px 12px 12px 44px;
}

.order-modal__form input:nth-child(7) {
    background-image: url(/netcat_template/template/3/img/order-hum.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    margin-bottom: 10px;
}

.order-modal__form input:nth-child(8) {
    background-image: url(/netcat_template/template/3/img/order-phone.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    margin-bottom: 10px;
}

.order-modal__input::placeholder,
.order-modal__textarea::placeholder {
    color: #b7b7b7;
}

.order-modal__textarea {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    background-color: #f6f4f5;
    border-radius: 10px;
    resize: none;
    padding: 12px;
    width: 100%;
    height: 145px;
    padding: 12px 12px 12px 15px;
    margin-bottom: 10px;
}

.order-modal__caption {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #626262;
}

.order-modal__caption a {
    color: #C9B675;
    text-decoration: underline;
}

.order-modal__button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.order-modal__button {
    background: #C9B675;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.order-modal__button:hover {
    opacity: .7;
}

.result__wrapper {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    height: 200px;
    display: grid;
    align-items: center;
    text-align: center;
}

.modal_title {
    font-size: 36px;
    font-weight: 500;
}

.footer-modal__link {
    padding: 10px 50px;
}

.order-block__background {
    background-image: url(/netcat_template/template/3/img/order/middle.jpg);
    background-position-x: center;
    background-size: cover;
}

@media (max-width: 1440px) {
    .menu .menu__container .menu__list .menu__item_border {
        border-right: 1px solid #C4C4C4;
        padding-right: 15px;
    }

    .menu .menu__container .menu__list .menu__item .menu__link {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 24px;
        color: #353535;
    }

    .banner .banner__wrapper .banner__circuit .banner__text .banner__title {
        font-size: 52px;
        font-weight: 700;
    }

    .banner .banner__wrapper .banner__circuit .banner__text {
        text-align: center;
        color: #fff;
        padding-top: 50px;
    }

    .banner .banner__wrapper .banner__circuit {
        height: 100%;
    }

    .banner .banner__wrapper .banner__circuit .banner__text .banner__subtitle {
        margin-top: 25px;
        font-size: 16px;
    }

    .banner .banner__wrapper .banner__circuit .banner__items .banner__item .banner__caption {
        font-size: 16px;
    }

    .title_relative {
        font-size: 38px !important;
    }

    /*  .title_relative::before {
      width: 66px;
      height: 66px;
      left: 50px;
      top: -10px;
    }
    .title_relative::after {
      width: 122px;
      height: 122px;
      left: 20px;
      top: -40px;
    }*/

    .price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-name {
        font-size: 28px;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-caption {
        font-size: 20px;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-price {
        font-size: 20px;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-price span {
        font-size: 28px !important;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-list ul li {
        font-size: 14px;
    }

    .order-block .order-block__wrapper .order-block__circuit .order-form .order-form__text .order-form__title {
        font-size: 34px;
    }

    .order-block .order-block__wrapper .order-block__circuit .order-form .order-form__text .order-form__subtitle {
        font-size: 24px;
    }

    .order-block .order-block__wrapper {
        height: 436px;
    }

    .order-block .order-block__wrapper .order-block__circuit {
        height: 455px;
    }

    .order-block__image img {
        max-width: 390px;
    }

    .middle-order__caption {
        font-size: 12px;
    }

    .order-block .order-block__wrapper .order-block__circuit .order-form .order-form__items .order-form__input {
        height: 40px;
    }

    .text-block .text-block__items .text-block__text h2,
    .text-block__title h2 {
        font-size: 38px;
    }

    .stages .stages__background .stages__container .stages__items .stages__item .stages__number {
        font-size: 56px;
    }

    .stages .stages__background .stages__container .stages__items .stages__item .stages__title {
        font-size: 18px;
    }

    .stages .stages__background .stages__container .stages__items .stages__item .stages__text {
        font-size: 14px;
    }

    .terms .terms__background .terms__container .terms__items .terms__item::before {
        height: 232px;
    }

    .terms__background::before {
        height: 165px;
        top: 150px;
    }

    .terms .terms__background .terms__container .terms__items .terms__item {
        height: 350px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text {
        padding-top: 50px;
    }

    .middle-order__title {
        font-size: 38px;
    }

    .services .services__background .services__container .services__sides {
        grid-template-columns: 35% 65%;
    }

    .services .services__background .services__container .services__sides .services__left-side {
        padding: 50px 0 0 65px;
    }

    .services .services__background .services__container .services__sides .services__right-side .services__item .services__text .services__title {
        font-size: 18px;
        line-height: 25px;
    }

    .services .services__background .services__container .services__sides .services__right-side .services__item .services__text .services__list {
        margin-top: 15px;
    }

    .services .services__background .services__container .services__sides .services__right-side .services__item .services__text .services__list ul li {
        font-size: 14px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block {
        margin-top: 50px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__form .middle-order__input {
        font-size: 14px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit {
        height: 335px;
    }

    .middle-order .middle-order__wrapper {
        height: 390px;
    }

    .portrait .portrait__items .portrait__item .portrait__title {
        font-size: 16px;
    }

    .portrait .portrait__items .portrait__item .portrait__text {
        font-size: 14px;
    }

    .portrait .portrait__items .portrait__item .portrait__icon {
        width: 92px;
        height: 92px;
    }

    .history .history__background .history_container .history__title {
        font-size: 38px;
    }

    .history .history__background .history_container .history__subtitle {
        font-size: 20px;
        margin-top: 15px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__text {
        font-size: 18px;
    }

    .bottom-order__subtitle {
        font-size: 38px;
    }

    .text-block .text-block__background .text-block__container .text-block__text h3 {
        font-size: 26px;
    }

    .history .history__background .history_container .history__items .history__item {
        display: block;
    }

    .questions .questions__background .questions__container .questions__items .questions__item .accordion {
        font-size: 18px;
        padding: 10px;
    }

    .panel p {
        font-size: 14px;
    }

    .map__items {
        grid-gap: 3%;
    }

    .map__text {
        font-size: 14px;
    }

    .footer .footer__items .footer__item .footer__title {
        font-size: 20px;
    }

    .footer .footer__items .footer__item .footer__title {
        font-size: 18px;
    }

    .footer .footer__items .footer__item .footer__links {
        font-size: 14px;
    }

    .footer__numbers__text {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .navbar__top-side .numbers__items .numbers__item .numbers-link .numbers__text a {
        font-size: 16px;
    }

    .menu .menu__container .menu__list .menu__item_border {
        border-right: none;
        padding-right: 0;
    }

    .menu .menu__container .menu__list .menu__item .menu__link {
        font-size: 12px;
    }

    .menu__link-icon i {
        font-size: 14px;
    }

    .menu .menu__container .menu__list .menu__item .submenu__list .submenu__link {
        font-size: 12px
    }

    .banner .banner__wrapper .banner__circuit .banner__background img {
        height: 587px;
    }

    .banner .banner__wrapper .banner__circuit .banner__text {
        padding-top: 30px;
    }

    .banner .banner__wrapper .banner__circuit .banner__text .banner__title {
        font-size: 48px;
    }

    .banner__subtitle {
        font-size: 14px;
    }

    .banner__caption {
        font-size: 14px;
    }

    .banner .banner__wrapper .banner__circuit .banner-order .banner-order__form .banner-order__input {
        font-size: 14px;
        line-height: 45px;
    }

    .banner-order__caption {
        font-size: 14px;
    }

    .banner .banner__wrapper .banner__circuit .banner-order .banner-order__form .banner-order__button {
        font-size: 14px;
    }

    .title_relative {
        font-size: 32px !important;
    }

    .results .results__items .results__item .results__text {
        font-size: 14px;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-name {
        font-size: 26px;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-caption {
        font-size: 18px;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-price {
        font-size: 18px;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-head .price-fork__head-price span {
        font-size: 24px;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-list {
        padding: 5px 15px 25px 15px;
    }

    .order-block__image {
        display: none;
    }

    .order-block__background img {
        height: 435px;
    }

    .order-block .order-block__wrapper .order-block__circuit .order-form .order-form__text .order-form__title {
        font-size: 28px;
    }

    .order-block .order-block__wrapper .order-block__circuit .order-form .order-form__text .order-form__subtitle {
        font-size: 18px;
    }

    .text-block__image {
        display: none;
    }

    .text-block_img_right::before,
    .text-block_img_left::before {
        display: none;
    }

    .text-block .text-block__items {
        display: block;
    }

    .text-block .text-block__items .text-block__text h2,
    .text-block__title h2 {
        font-size: 32px !important;
        line-height: 35px;
        text-align: center;
    }

    .text-block .text-block__items .text-block__text p {
        font-size: 14px;
    }

    .stages .stages__background .stages__container .stages__items {
        margin-top: 60px;
        display: grid;
        grid-template-columns: unset;
        grid-gap: 30px;
        width: 92%;
        margin-left: auto;
    }

    .stages .stages__background .stages__container .stages__items .stages__item .stages__number {
        font-size: 44px;
        width: 92px;
        height: 92px;
    }

    .stages__title {
        font-size: 16px;
    }

    .stages__text {
        font-size: 14px;
    }

    .services .services__background .services__container .services__sides .services__left-side .services__head {
        font-size: 42px;
        line-height: 40px;
    }

    .services .services__background .services__container .services__sides .services__left-side {
        padding: 50px 0 0 35px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text .middle-order__title {
        font-size: 38px;
    }

    .middle-order__button_gray {
        font-size: 14px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__form .middle-order__button {
        font-size: 14px;
    }

    .middle-order__background img {
        height: 390px;
    }

    .portrait .portrait__head {
        line-height: 35px;
    }

    .portrait .portrait__items .portrait__item .portrait__title {
        font-size: 14px;
    }

    .portrait .portrait__items .portrait__item .portrait__text {
        font-size: 12px;
    }

    .text-block .text-block__background .text-block__container .text-block__text p,
    .text-block .text-block__background .text-block__container .text-block__text h3,
    .text-block .text-block__background .text-block__container .text-block__text ul li,
    .text-block .text-block__background .text-block__container .text-block__text ol li {
        font-size: 14px;
    }

    .text-block .text-block__background .text-block__container .text-block__text h3 {
        font-size: 22px;
    }

    .terms__background::before {
        display: none;
    }

    .terms .terms__background .terms__container .terms__items .terms__item::before {
        height: 163px;
    }

    .next,
    .prev {
        width: 35px;
        height: 35px;
    }

    .terms .terms__background .terms__container .terms__arrow-left {
        left: 29%;
    }

    .terms .terms__background .terms__container .terms__arrow-right {
        right: 29%;
    }

    .terms .terms__background .terms__container .terms__arrow {
        top: calc(70% - 22.5px);
    }

    .terms .terms__background .terms__container .terms__items .terms__item {
        height: 250px;
    }

    .history__image {
        margin: 0 auto;
    }

    .history__text {
        margin-top: 15px;
    }

    .history .history__background .history_container .history__items .history__item .history__text .history__name {
        font-size: 22px;
    }

    .history .history__background .history_container .history__items .history__item .history__text .history__age {
        font-size: 18px;
    }

    .history__caption {
        font-size: 14px !important;
    }

    .history .history__background .history_container .history__items .history__item .history__text .history__result .history__result-caption {
        font-size: 14px;
    }

    .terms .terms__background .terms__container .terms__items .terms__item {
        height: unset;
        margin: 0 auto;
    }

    .terms .terms__background .terms__container .terms__items .terms__item:before {
        height: unset;
    }

    .terms__background {
        padding-bottom: 75px;
    }

    .terms__item img {
        width: 75%;
    }

    .licences__item img {
        margin: 0 auto;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item_top {
        top: -100px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block {
        height: 300px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item {
        left: unset;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__image img {
        max-width: 190px;
        height: 190px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__text {
        font-size: 16px;
        line-height: 24px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item_bottom {
        bottom: -130px;
    }

    .footer .footer__items {
        grid-gap: 25px;
    }

    .footer__numbers__text {
        font-size: 18px;
    }

    .footer-location__text {
        font-size: 12px;
    }

    .footer__email {
        font-size: 12px;
    }

    .footer .footer__items .footer__item .footer__links ul li {
        font-size: 12px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .bottom-order {
        display: none;
    }

    .header-desktop,
    .menu-desktop {
        display: none;
    }

    .header-mobile__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-mobile {
        display: block;
        padding: 10px 0 15px;
        position: relative;
    }

    .header-mobile__logo a {
        color: #087B83;
        display: flex;
        align-items: center;
    }

    .header-mobile__logo a .logo-image {
        margin-right: 10px;
    }

    .header-mobile__order-menu {
        display: flex;
        align-items: center;
    }

    .header-mobile__order {
        margin-right: 20px;
    }

    .header-mobile__menu-burger {
        width: 40px;
        height: 40px;
        display: grid;
        align-items: center;
        box-shadow: 0px 2.5px 10px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        padding: 5px;
    }

    .header-mobile__menu-burger span {
        height: 3px;
        background-color: #C9B675;
        border-radius: 15px;
        display: block;
        margin: 0 auto;
    }

    .header-mobile__menu-burger span:first-child,
    .header-mobile__menu-burger span:last-child {
        width: 22px;
    }

    .header-mobile__menu-burger span:nth-child(2) {
        width: 14px;
    }

    .mobile-menu__item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .mobile-menu__icon {
        margin-right: 10px;
        display: flex;
    }

    .mobile-menu__icon {
        font-size: 16px;
        color: #C9B675;
    }

    .mobile-menu__text {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #353535;
    }


    .mobile-menu__wrapper {
        position: absolute;
        left: -100%;
        top: 120px;
        display: block;
        background-color: #ffffff;
        /*padding: 20px 15px;*/
        z-index: 1000;
        transition: 0.4s ease all;
        max-width: 768px;
        width: 100%;
        height: fit-content;
    }

    .mobile-menu__wrapper.active-menu {
        left: 0;
        right: 0;
        transition: 0.4s ease all;
    }

    .mobile-menu__list {
        padding: 15px 20px 0;
    }

    .header-mobile__bottom {
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }

    .header-mobile__phone {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-mobile__phone-icon {
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0px 2.5px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .header-mobile__phone-link a {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        color: #353535;
    }

    .mobile-menu__footer {
        margin: 25px 0 0;
        padding: 25px 10px;
        background-color: #353535;
        text-align: center;
    }

    .mobile-menu__button {
        max-width: 250px;
        margin: 0 auto 5px auto;
    }

    .mobile-menu__button a {
        background: #C9B675;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        display: flex;
        text-align: center;
        justify-content: center;
        padding: 10px;
    }

    .mobile-menu__phone-title,
    .mobile-menu__address-title,
    .mobile-menu__email-title {
        margin-top: 12px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .mobile-menu__phone-items,
    .mobile-menu__address-items,
    .mobile-menu__email-items {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu__address-icon {
        margin-right: 5px;
        width: 24px;
    }

    .mobile-menu__phone-text a,
    .mobile-menu__address-text,
    .mobile-menu__email-text a {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF;
    }

    .mobile-menu__phone-icon,
    .mobile-menu__email-icon {
        margin-right: 5px;
    }

    .banner .banner__wrapper {
        height: 750px;
    }

    .banner .banner__wrapper .banner__circuit {
        /*height: 690px;*/
    }

    .banner .banner__wrapper .banner__circuit .banner__text .banner__title {
        font-size: 44px;
        font-weight: 500;
    }

    .banner .banner__wrapper .banner__circuit .banner-order .banner-order__form {
        grid-template-columns: unset;
    }

    .banner-order__button {
        margin-top: 15px;
    }

    .results .results__items {
        grid-template-columns: unset;
    }

    .results .results__items .results__item {
        max-width: 450px;
        margin: auto;
    }

    .price-fork .price-fork__items {
        grid-template-columns: unset;
    }

    .price-fork .price-fork__items .price-fork__item {
        max-width: 450px;
        margin: auto;
    }

    .price-fork .price-fork__items .price-fork__item .price-fork__item-body .price-fork__body-list {
        padding: 15px 25px 25px 25px;
    }

    .services .services__background .services__container .services__sides .services__right-side .services__item .services__text .services__list ul li {
        font-size: 12px;
    }

    .middle-order .middle-order__wrapper {
        height: 560px;
    }

    .middle-order__background {
        background-image: url(/netcat_template/template/3/img/order/middle.jpg);
        background-position-x: center;
        background-size: cover;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block {
        margin-top: 15px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__form {
        grid-template-columns: unset;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block .middle-order__form .middle-order__input {
        line-height: 45px;
    }

    .middle-order__button {
        margin-top: 20px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit {
        height: 515px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text {
        padding-top: 35px;
    }

    .warranty .warranty__background {
        padding: 65px 0 200px;
    }

    .map__items {
        grid-template-columns: unset;
        grid-gap: unset;
        margin-top: 0;
    }

    .map__item {
        background-color: unset;
        box-shadow: none;
    }

    .portrait .portrait__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .order-modal__title {
        font-size: 24px;
    }

    .order-modal__input {
        font-size: 12px;
    }

    .order-modal__textarea {
        font-size: 12px;
    }

    .order-modal__caption {
        font-size: 10px;
    }

    .terms .terms__background .terms__container .terms__arrow {
        top: calc(75% - 22.5px);
    }

    .footer-decor__item2 {
        display: none;
    }
}

@media (max-width: 425px) {
    .big-container {
        padding: 0 10px;
    }

    .banner .banner__wrapper {
        height: 870px;
        padding: 10px;
    }

    .banner .banner__wrapper .banner__circuit {
        /* height: 850px; */
    }

    .banner .banner__wrapper .banner__circuit .banner__text .banner__title {
        font-size: 30px;
    }

    .banner .banner__wrapper .banner__circuit .banner__text .banner__subtitle {
        line-height: 25px;
    }

    .banner .banner__wrapper .banner__circuit .banner__items {
        grid-template-columns: unset;
    }

    .banner .banner__wrapper .banner__circuit .banner__items .banner__item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .banner .banner__wrapper .banner__circuit .banner__items .banner__item .banner__icon {
        margin: 0 15px 0 0;
    }

    .banner .banner__wrapper .banner__circuit .banner__items .banner__item:nth-child(2),
    .banner .banner__wrapper .banner__circuit .banner__items .banner__item:nth-child(3) {
        margin-top: 15px;
    }

    .banner-order__caption {
        font-size: 12px;
    }

    .title_relative,
    .results .results__title {
        text-align: left;
        line-height: 45px;
    }

    .results .results__title {
        margin: 0 auto;
    }

    .results .results__items {
        margin-top: 25px;
    }

    .results {
        padding: 30px 0 20px;
    }

    .price-fork .price-fork__items {
        margin-top: 0;
        padding: 15px 0;
    }

    .order-block .order-block__wrapper {
        height: 615px;
        padding: 10px;
    }

    .order-block .order-block__wrapper .order-block__circuit {
        height: 595px;
    }

    .order-block .order-block__wrapper .order-block__circuit .order-form .order-form__wrapper {
        grid-template-columns: unset;
        grid-gap: 15px;
    }

    .text-block {
        padding: 25px 0 50px;
    }

    .services .services__background {
        padding: 0 0 10px;
    }

    .services .services__background .services__container .services__sides {
        display: block;
    }

    .services .services__background .services__container .services__sides .services__arrows {
        display: none;
    }

    .services .services__background .services__container .services__sides .services__left-side {
        padding: 0;
        height: 155px;
        margin-top: 0;
        border-radius: 0px 0px 32px 0px;
        margin-right: 0;
        margin-bottom: 35px;
        text-align: center;
    }

    .services .services__background .services__container .services__sides .services__left-side .services__head {
        padding-top: 25px;
    }

    .stages__background {
        background-color: #F6F4F5;
        padding: 35px 0 50px;
    }

    .stages .stages__background .stages__container .stages__items {
        width: 100%;
        grid-gap: 75px;
    }

    .stages .stages__background .stages__container .stages__items .stages__item {
        padding: 35px 25px 30px 25px;
    }

    .stages .stages__background .stages__container .stages__items .stages__item .stages__number {
        left: 0;
        top: -50px;
        font-size: 32px;
        width: 72px;
        height: 72px;
    }

    .terms__background {
        padding: 25px 0 75px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text .middle-order__title {
        font-size: 32px;
        line-height: 50px;
    }

    .middle-order .middle-order__wrapper {
        height: 560px;
        padding: 10px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit {
        height: 540px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block {
        margin-top: 25px;
    }

    .portrait__items {
        display: block;
    }

    .portrait__head {
        text-align: left !important;
    }

    .portrait .portrait__head {
        line-height: 45px;
    }

    .portrait .portrait__items {
        grid-template-columns: unset;
        grid-gap: 25px;
    }

    .warranty .warranty__background {
        padding: 35px 0 50px;
    }

    .warranty .warranty__background .warranty__container .warranty__title {
        text-align: left;
        padding-left: 15px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks {
        display: block;
        margin-top: 35px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block {
        height: 100%;
        border: none;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item {
        max-width: unset;
        position: unset;
        margin-bottom: 15px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__image img {
        max-width: 105px;
        height: 105px;
        width: 100%;
        border: 4px solid #1AB4BE;
        border-radius: 50%;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item_top,
    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item_bottom {
        display: grid;
        grid-template-columns: 30% 50%;
        align-items: center;
        grid-gap: 2%;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__text {
        text-align: left;
        margin-top: 0;
        margin-left: 15px;
    }

    .licences .licences__background .licences__container .licences__items .licences__item img {
        max-width: 315px;
    }

    .questions .questions__background {
        padding: 30px 0 35px;
    }

    .questions .questions__background .questions__container .questions__title {
        line-height: 45px;
    }

    .questions .questions__background .questions__container .questions__items .questions__item .accordion {
        font-size: 15px;
    }

    .questions .questions__background .questions__container .questions__items .questions__item .accordion .accordion__icon {
        width: 40px;
        height: 30px;
    }

    .map .map__background .map__container .container .map__title {
        display: none;
    }

    .map__item {
        padding: 10px 0;
    }

    .mfp-content .order-modal {
        max-width: 90%;
    }

    .history .history__background .history_container .history__items .history__item {
        min-width: 215px;
        width: 100%;
    }

    .services .services__background .services__container .services__sides .services__right-side .services__item .services__text {
        padding: 10px;
    }

    .services .services__background .services__container .services__sides .services__right-side .services__item,
    .terms .terms__background .terms__container .terms__items .terms__item,
    .history .history__background .history_container .history__items .history__item {
        min-width: 225px;
    }

    .terms .terms__background .terms__container .terms__items .terms__item img,
    .terms .terms__background .terms__container .terms__items .terms__item::before {
        border-radius: 15px 0;
    }

    .terms__arrow {
        display: none;
    }

    .terms__background {
        padding: 15px 0 50px;
    }

    .terms .terms__background .terms__container .terms__items {
        margin-top: 40px;
    }

    footer {
        padding: 20px 0;
    }

    .footer .footer__items {
        grid-template-columns: unset;
    }

    .footer__icon {
        background-color: unset;
        box-shadow: none;
        text-align: left;
        display: block;
        width: unset;
        height: unset;
    }

    .footer__icon i {
        font-size: 25px;
    }

    .special_i {
        padding: 0 3px;
    }

    .footer__networks-links {
        justify-content: center;
    }

    .footer__networks-links__item a i {
        font-size: 32px;
    }

    .footer__location,
    .footer__email {
        margin-top: 25px;
    }

    .footer .footer__items .footer__item .footer__title {
        font-size: 20px;
    }

    .footer .footer__items .footer__item .footer__links ul li {
        font-size: 14px;
    }

    .footer-location__text {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .banner .banner__wrapper {
        height: 900px;
    }

    .banner .banner__wrapper .banner__circuit {
        height: 1000px;
    }

    .mfp-content .order-modal {
        width: 100%;
    }

    .terms .terms__background .terms__container .terms__items .terms__item img {
        min-width: 225px;
    }

    .title_relative {
        font-size: 28px !important;
        line-height: 35px;
    }

    .text-block .text-block__items .text-block__text h2,
    .text-block__title h2,
    .terms .terms__background .terms__container .terms__title {
        font-size: 28px !important;
        line-height: 35px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text .middle-order__title {
        font-size: 28px !important;
        line-height: 35px;
    }

    .portrait .portrait__head {
        line-height: 35px;
    }

    .history .history__background {
        padding: 35px 0 50px;
    }

    .history .history__background .history_container .history__title {
        font-size: 28px;
    }

    .history .history__background .history_container .history__subtitle {
        font-size: 14px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__text {
        font-size: 14px;
        line-height: 20px;
    }

    .warranty__blocks {
        margin-left: 15px;
    }

    .questions .questions__background .questions__container .questions__title {
        line-height: 35px;
    }

    .questions .questions__background .questions__container .questions__items .questions__item .accordion {
        font-size: 14px;
    }

    .middle-order .middle-order__wrapper {
        height: 540px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit {
        height: 520px;
    }

    .text-block .text-block__background .text-block__container .text-block__text h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .services .services__background .services__container .services__sides .services__right-side .services__item,
    .terms .terms__background .terms__container .terms__items .terms__item,
    .history .history__background .history_container .history__items .history__item {
        min-width: 190px;
        max-width: 90%;
        margin: 0 auto;
    }

    .price-fork .price-fork__title,
    .stages .stages__background .stages__container .stages__head-text {
        line-height: 35px;
    }

    .order-block .order-block__wrapper .order-block__circuit .order-form .order-form__text .order-form__title {
        font-size: 24px;
        line-height: 30px;
    }

    .mobile-menu__text {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .logo-text__title {
        font-size: 20px;
    }

    .logo-text__caption {
        font-size: 10px;
        line-height: 10px;
    }

    .text-block .text-block__items .text-block__text h2,
    .text-block__title h2,
    .terms .terms__background .terms__container .terms__title,
    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text .middle-order__title {
        font-size: 24px !important;
    }

    .banner .banner__wrapper .banner__circuit .banner__text .banner__title {
        font-size: 26px;
    }

    .order-block .order-block__wrapper {
        height: 570px;
    }

    .order-block .order-block__wrapper .order-block__circuit {
        height: 550px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__text {
        padding-top: 15px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit .middle-order__block {
        margin-top: 20px;
    }

    .middle-order .middle-order__wrapper {
        height: 500px;
    }

    .middle-order .middle-order__wrapper .middle-order__circuit {
        height: 480px;
    }

    .title_relative {
        font-size: 24px !important;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks .warranty__block .warranty__item .warranty__image img {
        max-width: 90px;
        height: 90px;
    }

    .warranty .warranty__background .warranty__container .warranty__blocks {
        margin-top: 15px;
    }
}

.menu-desktop.fixed {
    position: fixed;
    top: 0;
    z-index: 199;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 4px 64px rgb(0 0 0 / 10%);
}

#map__block-contacts {
    width: 100%;
    height: 520px;
    z-index: -50;
}

.info-pages__title,
.footer__title {
    font-family: 'Cormorant', serif;
}


@media (max-width: 1400px) {
    .banner__wrapper-inner {}

    .banner__circuit-inner {
        height: 100% !important;
    }
}

.footer__infotamtion p {
    color: #2d2d2d;
    margin-top: 50px;
    font-size: 14px;
    text-align: center;
}

.mypoint {
    list-style: none;
}

.mypoint li::before {
    content: "\2022";
    color: #00ace4;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
}


.error_title {
    width: 496px;
    height: 51px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    margin-top: 100px;
    color: #000000;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;

}


.error_text {
    width: 496px;
    height: 78px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin-top: 25px;
    margin-bottom: 25px;
    /* or 26px */


    color: #353535;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.error_text_low {
    margin-bottom: 10px;
}

.error_text_low a {
    width: 148px;
    height: 22px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    /* identical to box height */


    color: #087B83;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.error_image img {

    left: 2.25%;
    right: 2.43%;
    top: 0.03%;
    bottom: 0.24%;
    margin-left: 40%;
    margin-top: 150px;
    position: relative;
}

.super-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 100px;
    margin-bottom: 100px;
}

.super-footer a {
    color: #C9B675;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;

}


.gotop {
    position: fixed;
    right: 58px;
    bottom: 125px;
    border-radius: 50%;
    /* -webkit-box-shadow: 0 10px 10px 0 rgba(69, 82, 113, 0.15);
            box-shadow: 0 10px 10px 0 rgba(69, 82, 113, 0.15);
  */
    cursor: pointer;
    z-index: 100;
}

.gotopi {
    width: calc(45 * 1px + (90 - 45) * ((100vw - 320px) / (1920 - 320)));
    height: calc(45 * 1px + (90 - 45) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(69, 82, 113, 0.15);
    box-shadow: 0 10px 10px 0 rgba(69, 82, 113, 0.15);
    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;
    color: #455271;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    z-index: 100;
    position: fixed;
    right: 65px;
    bottom: 25px;
}

.top-super-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.super-numbers-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    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;
}

.top_super_numbers__text a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #353535;
}

.numbers__caption_plus {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #5A5A5A;
}

.button_width {
    display: grid;
    grid-template-columns: 10% 45% 45%;
}

.banner-uslug {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 50;
}

.uslugi-form-head {
    width: 514px;
    height: 34px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}

.uslugi-garant-blok {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px;
    gap: 40px;

    width: 846px;
    height: 408px;


    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(80, 62, 1, 0.2);
    border-radius: 24px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;

}

.uslugi-garant-blok-uslug {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 55px;
}

.uslugi-icon {
    width: 72px;
    height: 72px;

    background: #19B4BE;
    border-radius: 4px;
    margin-bottom: 15px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}


.uslugi-fon::before {
    content: '';
    width: 650px;
    height: 240px;
    background-color: #19B4BE;
    position: absolute;
    z-index: 0;
    top: 250px;
    left: 0;
}

.uslugi-fon-2 {
    background-color: #F6F4F5;
    z-index: -100;
}

.uslugi-super img {
    object-fit: cover;
    max-width: 545px;
    height: 545px;
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    border-radius: 160px 0px;
    position: relative;
    z-index: 50;
}


.button-uslugi {
    margin-top: 50px;
    background: #c9b675;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    max-width: 195px;
    width: 100%;
}

.button-uslugi:hover {
    opacity: .7;
}

.uslugi-input {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
    width: 200%;
}


.otzyv-items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.otzyv-items .otziv-item {
    border: 1px solid #c6c6c6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 531px;
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
}

.otzyv-items .otziv-item .otziv__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #626262;
}

.otzyv-items .otziv-item .otziv__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.doctor-dlya-uslug-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 32px;
}

.doctor-dlya-uslug {
    width: 248px;
    height: 265px;
    background: #E5FDFF;
}

.img-doctor-dlya-uslug {
    position: absolute;
    margin-top: 17px;
    margin-left: 39px;
    width: 170px;
    height: 248px;
}

.hover-uslugi {}


.hover-uslugi:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 32px 0;
    width: 248px;
}

.hover-uslugi:hover .doctor-dlya-uslug {
    border-radius: 10% 0% 0% 0%;
}

.super-mobile-menu__items {
    display: none;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.mobile-menu__list input {
    position: absolute;
    margin-top: -30px;
    opacity: 0;
    z-index: 100;
}

.mobile-menu__list input:checked~.super-mobile-menu__items {
    display: block;
}

.list__marker li {
    color: #626262;
    color: #626262;
    list-style-image: url(/netcat_template/template/3/img/dotedot.png);
    margin-bottom: 10px;
    margin-left: 17px;
}

.text-block__item .text-block__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
}

.text-block__item .text-block__text h2 {
    margin: 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.text-block__container_pad {
    padding-top: 80px;
    margin-bottom: 50px;
}


.text-block__item .text-block__text .text-block__text_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 130%;
    color: #353535;
    margin-bottom: 50px;
}

.text-block_img_left::before {
    content: '';
    width: 650px;
    height: 240px;
    background-color: #19B4BE;
    position: absolute;
    z-index: -100;
    top: 250px;
    left: 0;
}

.text-block__image {
    /*margin-top: 100px;*/
    grid-template-columns: repeat(1, 1fr);
    text-align: right;
    display: grid;
    grid-gap: 40px;
}

.search {
    border-radius: 50%;
    margin-right: 20px;
    -webkit-box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    width: 30px;
    height: 30px;
    background: none;
}

.search:hover {
    border: 3px solid;
}


.search img {
    width: 22px;
    height: 22px;
    margin: auto auto;
}

.search-bar {
    right: 0px;
    position: absolute;
    background-color: white;
    width: 500px;
    height: 45px;
    z-index: 100;
    border-radius: 20px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s;

}

.search-bar-in {
    display: grid;
    grid-template-columns: 75% 25%;
    column-gap: 0px;

    vertical-align: middle;
}

.search-bar-in button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.search-bar-in input {}

.text-blockimg img {
    object-fit: cover;
    max-width: 545px;
    height: 545px;
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.12);
    border-radius: 160px 0px;
    position: relative;
    z-index: 50;
}

.fot-mid a {
    color: #0E878E;
}


@media (max-width: 600px) {
    .uslugi-garant-blok-uslug {
        grid-template-columns: repeat(1, 1fr);
    }

    .uslugi-garant-blok {
        width: 300px;
        height: 860px;
    }

    .contacts-form .middle-order__form {
        grid-template-columns: repeat(1, 1fr);
    }

    .contacts__top {
        grid-template-columns: 1fr;
    }

    .contacts__top-item {
        border-radius: 24px;
        background: #fff;
        padding: 16px;
        color: #000;
        margin: 0 auto;
        max-width: 300px;
    }

    .contacts__bottom {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .text-block .text-block__items .text-block__image img {
        width: 100%;
        height: 100%;
    }

    .text-block__text_title {
        text-align: center;
    }

    .text-blockimg img {
        width: 100%;
        height: 100%;
    }


}

.stati-count {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 24px;

    margin-bottom: 40px;

    width: 544px;
    height: 351px;

    box-shadow: 0px 4px 16px rgba(3, 39, 37, 0.2);
    border-radius: 24px;
}

.stati-link {
    font-weight: 700;
    font-size: 28px;
    color: #353535;
}

.stati-link-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
}

.stati-link-inblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
}

.stati-link-text {
    font-weight: 700;
    font-size: 20px;
    color: #353535;
}

.stati-link-date {
    font-size: 20px;
    color: #7D8289;
}

.stati-u-text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;

    box-shadow: 0px 4px 16px rgba(3, 39, 37, 0.2);
    border-radius: 10px;
}

.stati-text-right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;

    background: #E5FDFF;
    box-shadow: 0px 4px 24px rgba(3, 39, 37, 0.1);
    border-radius: 10px;
}

.stati-grid-text {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 62% 35%;
    margin: 15px auto;
}

@media (max-width: 600px) {
    .stati-grid-text {
        grid-template-columns: 100%;
    }
}

@media (max-width: 600px) {

    .search-bar {
        width: 300px;
    }

}

.geo_block ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 32px;
}

.geo_block a:hover {
    color: #087b83;
}
.geo_block a, .geo_block a:visited {
    color: #353535;
}

@media (max-width: 600px) {

    .geo_block ul {
    grid-template-columns: repeat(2, 1fr);
}

}
</pre></body></html>