/*
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('/netcat_template/template/3/fonts/Robotothin.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotothin.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('/netcat_template/template/3/fonts/Robotothinitalic.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotothinitalic.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('/netcat_template/template/3/fonts/Robotolight.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotolight.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('/netcat_template/template/3/fonts/Robotolightitalic.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotolightitalic.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/netcat_template/template/3/fonts/Roboto.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Roboto.woff') format('woff'), url('/netcat_template/template/3/fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('/netcat_template/template/3/fonts/Robotoitalic.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotoitalic.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/netcat_template/template/3/fonts/Robotomedium.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotomedium.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('/netcat_template/template/3/fonts/Robotomediumitalic.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotomediumitalic.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/netcat_template/template/3/fonts/Robotobold.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotobold.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/netcat_template/template/3/fonts/Robotobolditalic.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotobolditalic.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('/netcat_template/template/3/fonts/Robotoblack.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotoblack.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('/netcat_template/template/3/fonts/Robotoblackitalic.woff2') format('woff2'), url('/netcat_template/template/3/fonts/Robotoblackitalic.woff') format('woff'), url('/netcat_template/template/3/fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
*/
* {
    padding: 0;
    margin: 0;
    outline-width: 0;
    font-family: "Roboto";
    box-sizing: border-box;
    /*z-index: 10;*/
}

body {
    background-color: #F8F8F8;
}

.loader {
    color: #000;
    position: absolute;
    box-sizing: border-box;
    /* top: -100%; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 15;
    transition: opacity .7s ease;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
}

/*Индикатор загрузки, который показывается до загрузки карты*/
.loader {
    color: #000;
    position: absolute;
    box-sizing: border-box;
    /* top: -100%; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 15;
    transition: opacity .7s ease;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
}

.loader:after,
.loader:before {
    box-sizing: border-box;
}

.loader.is-active {
    top: 0;
    opacity: 1;
}

.loader-default:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

@keyframes blink {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}


.new_header {
display: flex;
justify-content: center;
align-items: center;
width: 60%;
}

.new_header li {
list-style: none;
}

/*.aktsii::after {
font-size: 14px;
font-weight: 400;
line-height: 15px;
border-radius: 3px;
background-color: #1BC768;
content: "<?= $akcii ?>";
color: #FFF;
padding: 2px 5px;
margin-left: 6px;
}*/

.new_menu {
width: 100%;
padding-left: 40px;
padding-bottom: 5px;
align-items: center;
display: flex;
flex-direction: row-reverse;
justify-content: left;
}

.new_menu ul {
margin-bottom: 20px;
}

.new_menu>a {
color: #fff;
border-bottom: #fff 1px solid;
display: inline;
cursor: pointer;
}

.new_menu>a.citySelect_dark {
color: #5679b2;
border-bottom: #5679b2ff 1px solid;
display: inline;
cursor: pointer;
}

.plashka_top {
padding: 0.5em 1em;
background: #2a548d;
color: #fff;
font-size: 1.1em;
position: static;
z-index: 1111111111;
max-height: 30vw;
min-height: 50px;
}

@media(max-width:992px) {
.aktsii::after {
border-radius: 3px;
background-color: #FFF;
color: #1BC768;
padding: 0px 5px;
}
}


.content {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
}

@media (min-width: 576px) {
    .content {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .content {
        max-width: 960px;
        position: relative;
        z-index: 2;
    }

    .header_content {
        z-index: 3;
    }
}

/*@media (min-width: 1200px) {
  .content {
    max-width: 1140px;
  }
}*/
@media (min-width: 1400px) {
    .content {
        max-width: 1140px;
    }
}

section h2 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.new-title-h2 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.m-t-m {
    margin-top: 200px;
}

.hamburger_menu {
    display: flex;
    padding: 10px 15px 0 15px;
}

.header__mobile-number {
    width: 100%;
    justify-content: center;
}

.mobile_menu.sticky_menu .header__mobile-number {
    margin-top: 0;
}

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

.content.header-content {
    z-index: 99;
}

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

.slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
    background-image: url(/netcat_template/template/3/img/arrow-left.png);
    background-size: cover;
    left: -75px;
}

.slick-prev:before {
    display: none;
}

.slick-next.slick-arrow {
    width: 40px;
    height: 40px;
    background-image: url(/netcat_template/template/3/img/arrow-right.png);
    background-size: cover;
    right: -75px;
}

.slick-next:before {
    display: none;
}

/*===== HEADER =====*/

.mobile_header_bg {
    display: none;
}

.header_background_wrapp {
    width: 100%;
}

.header_background {
    position: absolute;
    top: 0;
    z-index: -1;
}

.left_bg {
    /*width: 63%;*/
    width: 100%;
    left: 0;
}

.right_bg {
    width: 50%;
    right: 0;
}

/*===== МЕНЮ =====*/

.desktop_nav {
    max-width: 1187px;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop_nav .topmenu {
    width: 60%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}

.desktop_nav a {
    text-decoration: none;
    display: block;
    color: #222;
}

.topmenu_number {
    text-align: end;
    list-style: none;
}

.topmenu_number a {
    color: #fff;
}

.topmenu_number .button {
    font-size: 16px;
    padding: 8px 20px;
    height: 100%;
    min-height: 49px;
    display: block;
}

.topmenu_number .button i {
    font-size: 16px;
    margin-right: 6px;
}

.logo:before {
    display: none;
}

.topmenu>li {
    display: inline-block;
    position: relative;
}

.topmenu>li>a {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}

.topmenu>li>a:before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 100%;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: .3s;
}

.topmenu li:hover a:before {
    transform: translate(-50%, 0);
    opacity: 1;
}

.submenu {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 100%;
    width: 200px;
    padding: 15px 0 15px;
    margin-top: 5px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    visibility: hidden;
    text-align: center;
    list-style: none;
    opacity: 0;
    transform: translate(-50%, 20px);
    transition: .3s;
}

.topmenu>li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.submenu a {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 15px;
    transition: .3s linear;
}

.submenu a:hover {
    background: #e8e8e8;
}

.submenu_list {
    position: absolute;
    top: 0;
    left: 350px;
    padding: 10px 15px;
    min-width: 350px;
    width: 100%;
    display: none;
    list-style: none;
    align-items: center;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    transform: translate(-50%, 20px);
    transition: .3s;
    z-index: 50;
}

.submenu li:hover .submenu_list {
    display: block;
}

/*===== БАННЕР =====*/

mart-0 {
    margin-top: 0;
}

.banner {
    width: 60%;
    margin-top: 60px;
}

.banner h1 {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    font-weight: bold;
}

/*.new-title-h1{
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    font-weight: bold;
}*/

.banner p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    max-width: 600px;
    width: 100%;
}

.banner h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 25px 0 10px 0;
}

.new-title-h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 25px 0 10px 0;
}

.order_input {
    font-size: 15px;
    padding: 12px 20px;
    color: #7878AB;
    border: none;
    border-radius: 40px;
    box-shadow: inset -2px -2px 4px rgb(255 255 255 / 50%), inset 2px 2px 4px rgb(170 170 204 / 25%), inset 5px 5px 10px rgb(170 170 204 / 50%), inset -5px -5px 10px #ffffff;
}

.order .form_items {
    margin-bottom: 20px;
}

.order .form_items input:nth-child(1) {
    margin-right: 15px;
}

.menu-fix {
    padding-left: 0 !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.button {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    background: #1BC768;
    border-radius: 8px;
    color: #fff;
    transition: .2s ease-in-out;
    text-decoration: none;
    border: none;
    z-index: 1;
}

.btn-blue {
    border-radius: 8px;
    background: #00C4EF;
    color: #fff;
    padding: 16px 30px !important;
    border: none;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 700;
}

.btn-blue:hover {
    background: #00C4EF;
    color: #fff;
}


.button:before,
.btn-blue:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 70px;
    width: 50px;
    position: absolute;
    top: -5px;
    left: -75px;
    transform: skewX(-45deg);
}

.button:hover {
    background: #1BC768;
    color: #fff;
}

.button:hover:before,
.btn-blue:hover:before {
    left: 215px;
    transition: .5s ease-in-out;
}

.order button {
    margin: auto;
   /* max-width: 250px;*/
    width: 100%;
    margin: auto;
    display: block;
}

.banner_order {
    width: 75%;
}

/*===== НАШИ УСЛУГИ =====*/

.services {
    max-width: 1280px;
    width: 100%;
    margin: 200px auto 100px auto;
}

.services_bg {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: top 20% left 10%;
}

.services_inner_bg {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: top 20% right 10%;
}

.services_wrapp {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    position: relative;
}

.services_item {
    margin: 5px;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.services_image {
    margin-bottom: 25px;
}

.services_image img {
    max-width: 225px;
    width: 100%;
    border-radius: 10px;
}

.services_link p {
    color: #282B31;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    border: 2px solid #3D8EC2;
    border-radius: 10px;
    width: 100%;
    display: block;
    transition: 0.3s ease all;
}

.services_item:hover {
    box-shadow: 0px 7px 33px rgb(61 142 194 / 50%), 0px 1.4px 5.3625px rgb(61 142 194 / 25%);
}

/*.services_item:hover img {
    transition: filter 0.5s linear;
    filter: brightness(2) grayscale(1) opacity(0.5);
}*/
.services_item:hover p {
    color: #fff;
    background: #3D8EC2;
    transition: 0.3s ease all;
}

/*===== ТЕКСТОВЫЙ БЛОК 1 =====*/

.clinic_block {
    margin-top: 125px;
}

.text_block_bg {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: top right 10%;
}

.text_block h2 {
    margin: 30px 0;
}

.text_block img {
    border-radius: 15px;
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.3));
}

.text_block h3 {
    padding-top: 10px;
    color: #0C56C0;
    font-size: 32px;
    font-weight: bold;
}

.text_block p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
}

.text_block a {
    color: #0C56C0;
}

.text_block a:hover {
    text-decoration: none;
}

/*===== ПРЕИМУЩЕСТВА =====*/

.advantages {
    margin-top: 100px;
}

.advantages_wrapper {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.advantages_item {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 25px;
    margin: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.advantages_item:before {
    content: '';
    margin-left: 15px;
    position: absolute;
    top: 0px;
    right: -12px;
    bottom: 0px;
    left: -24px;
    border-radius: 50px;
    z-index: -1;
}

.advantages_wrapper .advantages_item:nth-child(1) span,
.advantages_wrapper .advantages_item:nth-child(3) span,
.advantages_wrapper .advantages_item:nth-child(5) span {
    text-align: right;
}

.advantages_wrapper .advantages_item:nth-child(2) span,
.advantages_wrapper .advantages_item:nth-child(4) span,
.advantages_wrapper .advantages_item:nth-child(6) span {
    text-align: left;
}

/* .advantages_wrapper .advantages_item:nth-child(1):before, .advantages_wrapper .advantages_item:nth-child(4):before, .advantages_wrapper .advantages_item:nth-child(5):before {
    background-color: #386ebb;
}
.advantages_wrapper .advantages_item:nth-child(2):before, .advantages_wrapper .advantages_item:nth-child(3):before, .advantages_wrapper .advantages_item:nth-child(6):before {
    background-color: #9FC7E1;
}
.advantages_wrapper .advantages_item:nth-child(1):before, .advantages_wrapper .advantages_item:nth-child(2):before, .advantages_wrapper .advantages_item:nth-child(5):before, .advantages_wrapper .advantages_item:nth-child(6):before {
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);
}
.advantages_wrapper .advantages_item:nth-child(3):before, .advantages_wrapper .advantages_item:nth-child(4):before {
    -webkit-transform: skewX(13deg);
    -ms-transform: skewX(13deg);
    transform: skewX(13deg);
} */
.advantages_wrapper .advantages_item:nth-child(2n+1):before {
    background-color: #386ebb;
}

.advantages_wrapper .advantages_item:nth-child(2n):before {
    background-color: #9FC7E1;
}

/*===== СПЕЦИАЛИСТЫ =====*/

.personal.mobile {
    display: none;
}

.personal {
    margin-top: 100px;
}

.personal_block {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.personal h2 {
    text-align: right;
    margin-bottom: 125px;
}

.personal_wrapp {
    display: flex;
    justify-content: space-between;
}

/*.personal .slick-prev, .personal .slick-next {
	top: 90%;
	z-index: 10;
}*/
/*.personal .slick-next.slick-arrow {
	width: 50px;
    height: 50px;
    background-image: url(/netcat_template/template/3/img/arrow-right.png);
    background-size: cover;
    right: 675px;
}
.personal .slick-prev.slick-arrow {
    width: 50px;
    height: 50px;
    background-image: url(/netcat_template/template/3/img/arrow-left.png);
    background-size: cover;
    left: 275px;
}*/
.personal_wrapp .personal_item:nth-child(2) {
    float: right;
}

.personal_item {
    width: 45%;
    height: 305px;
    background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    box-shadow: inset 0px 5px 20px rgba(255, 255, 255, 0.2), inset 4px 0px 30px rgba(14, 99, 220, 0.1);
    border-radius: 20px 20px 20px 0;
    text-align: end;
    padding: 50px;
    position: relative;
    z-index: 100;
}

.personal_item img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 290px;
    width: 100%;
}

.personal_item h5,
.personal_item p {
    color: #fff;
}

.personal_item h5 {
    font-size: 24px;
}

.personal_item p:nth-child(3) {
    margin-top: 30px;
    font-size: 18px;
}

.personal_item button {
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
}

/*===== ДОКУМЕНТЫ =====*/

.licences_bg {
    padding-bottom: 100px;
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: top 50% left 10%;
}

.licences {
    margin-top: 100px;
}

.licences h2 {
    text-align: left;
}

.licences_wrapp {
    margin-top: 100px;
}

/*===== БЛОК ЗАЯВКИ =====*/

.page_order {
    margin-top: 100px;
    position: relative;
}

.page_order:before {
    content: '';
    margin-left: 15px;
    position: absolute;
    top: 0px;
    right: -12px;
    bottom: 0px;
    left: -24px;
    border-radius: 50px;
    background: linear-gradient(90deg, #72C6EF -10.08%, #004E8F 110.12%);
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);
    z-index: -1;
}

.page_order_wrapp {
    display: flex;
    padding: 50px;
    justify-content: space-around;
}

.order_block_text {
    text-align: center;
}

section:not(.new_form) .order_block_text p:nth-child(1) {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 45px;
}

section:not(.new_form) .order_block_text p:nth-child(1) span {
    font-size: 35px;
}

section:not(.new_form) .order_block_text a:nth-child(2) {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.order_block p {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}


.form-politick {
    font-size: 11px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

.form-politick a {
    color: #fff;
}

/*===== ОТЗЫВЫ =====*/

.reviews {
    margin: 100px 0;
}

.reviews_wrapp {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

/*.reviews_item {
    margin: 40px;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.07), 0px 12.963px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 7.7037px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 4px 13px rgba(0, 0, 0, 0.035), 0px 1.62963px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 0.37037px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 15px;
    padding: 30px;
}*/

.reviews_item {
    margin: 40px 10px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 10px 20px 0px #0000000A;
}

.reviews_item .reviews_name {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 15px 0;
}

.reviews_item .reviews_content {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 10px;
}

.reviews_item img:nth-child(1) {
    margin-bottom: 30px;
}

.reviews_item img:nth-child(4) {
    margin-top: 10px;
}

.reviews_links {
    text-align: center;
}

.reviews_links .button {
    font-size: 15px;
    max-width: 200px;
    width: 100%;
    margin: 0 20px;
}

/*===== ТЕКСТОВЫЙ БЛОК 2 =====*/

.text_block h2 {
    color: #0C56C0;
}

.text_block h4 {
    color: #0C56C0;
    padding-top: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}

.text_block.default_blockquote blockquote {
    margin: 15px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding: 20px 40px;
    border-radius: 20px;
    background-color: #EAEAEA;
    position: relative;
}

.text_block.default_blockquote blockquote:before {
    position: absolute;
    left: 15px;
    top: 20px;
    background-color: #5A96FF;
    content: "";
    width: 5px;
    height: 70px;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.text_block h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.text_block ul {
    list-style: none;
    margin-left: 25px;
}

.text_block ul li {
    margin: 5px 0;
    position: relative;
    text-align: justify;
}

.text_block ul li:before {
    position: absolute;
    left: -25px;
    top: 5px;
    background-color: #4971b7;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

/*===== ВОПРОСЫ И ОТВЕТЫ =====*/

.questions {
    margin-top: 100px;
}

#questions_wrapp {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.questions_item h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.questions_item {
    margin: 0 15px;
}

.head {
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    margin: 10px 0;
    padding-left: 35px;
    outline-width: 0 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.101081);
    border-radius: 16px;
}

.head:hover {
    /*background: #e2e2e294;*/
    box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.201081);
}

.hidden {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.6s linear;
}

.hidden p {
    font-size: 15px;
    color: #969696;
    margin-top: 10px;
    padding: 0 35px 10px 35px;
}

.active {
    padding: 10px 0 20px 0;
    visibility: visible;
    height: auto;
    overflow: none;
    opacity: 1;
}

/*===== ВОПРОСЫ - ОТВЕТЫ (ГРАДИЕНТ) =====*/

.questions_item.gradient {
    border-radius: 20px;
    background-image: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
}

.questions_item.gradient .head {
    background-color: transparent;
    box-shadow: none;
    color: #ffffff;
}

.questions_item.gradient .hidden.active p {
    color: #ffffff;
}

/*===== КАРТА =====*/

.map {
    margin-top: 100px;
}

.map_bg {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: bottom 0% right 10%;
    margin-bottom: 150px;
}

.map h2 {
    margin-bottom: 90px;
}

.map_wrapp {
    grid-template-columns: repeat(2, 1fr);
    background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    box-shadow: 0px 31px 80px rgba(0, 0, 0, 0.07), 0px 20.0926px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 11.9407px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 6.2px 13px rgba(0, 0, 0, 0.035), 0px 2.52593px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 0.574074px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 32px;
    height: 500px;
    position: relative;
    padding: 40px;
    grid-gap: 60px;
    display: grid;
    height: auto;
}

#yandex_map {
    width: 615px;
    /*height: 500px;*/
    height: 430px;
    /* position: absolute; */
    left: 40px;
    /*top: -50px;*/
    top: 30px;
    border-radius: 20px;
}

.map-container {
    position: relative;
    height: 430px;
    background: url('../img/map-default.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}


.map_order {
    /*position: absolute;
    right: 70px;
    top: 35px;*/
}

.map_order p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.map_form_items textarea,
.map_form_items input {
    background-color: #E9EDF5;
}

.map_form_items {
    display: grid;
}

.map_form_items input,
.map_form_items textarea {
    width: 100%;
    border-radius: 10px;
    margin: 10px auto;
}

.map_form_items textarea {
    font-size: 15px;
    padding: 12px 20px;
    color: #7878AB;
    border: none;
    box-shadow: inset -2px -2px 4px rgb(255 255 255 / 50%), inset 2px 2px 4px rgb(170 170 204 / 25%), inset 5px 5px 10px rgb(170 170 204 / 50%), inset -5px -5px 10px #ffffff;
}

.map_order_form button {
    margin: 15px 0 0;
    border-radius: 10px;
}

/*===== FOOTER =====*/

.footer {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    color: #fff;
}

.footer_background {
    width: 100%;
    position: relative;
    z-index: -1;
}

.footer_left_bg {
    left: 0;
    bottom: 0;
    /* width: 65%; */
    width: 100%;
    position: absolute;
    height: 700px;
}

.footer_right_bg {
    right: 0;
    bottom: 0;
    width: 48%;
    position: absolute;
}

.footer_logo img {
    max-width: 90px;
    width: 100%;
}

.footer_content {
    margin-top: 25px;
    margin-bottom: 0;
}

.footer_info-additional-new img {
    width: 100%
}

/*=*/
/*===*/
/*=====*/
/*===*/
/*=*/

.footer_info_block {
    padding-top: 100px;
}

.footer_content {
    display: grid;
    grid-template-columns: 55% 5% 45%;
}

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

.links_wrapp_left ul {
    list-style: none;
}

.links_wrapp_left ul li {
    font-size: 15px;
    margin: 5px 0;
}

.links_wrapp_left ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer_links_sectionName {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer_contacts_info {
    margin-left: 25px;
}

.footer_button {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_button a {
    text-decoration: none;
    color: #1BC768;
}

.footer_button_urgent {
    border: 2px solid #1BC768;
    border-radius: 30px;
    letter-spacing: 1px;
    padding: 18px;
    margin: 0 auto;
    max-width: 200px;
}

.footer_button_order {
    background: #1BC768;
    border-radius: 30px;
    letter-spacing: 1px;
    padding: 20px 30px;
    max-width: 200px;
    margin: 0 !important;
}

.footer_contacts_links {
    text-align: center;
}

.footer_contacts_info {
    display: flex;
    justify-content: space-between;
}

.footer_contacts_title {
    font-weight: bold;
    padding-bottom: 15px;
}

.footer_contacts_tel,
.footer_contacts_mail,
.footer_contacts_adress,
.footer_contacts_work {
    color: #ffffff;
    font-weight: bold;
    margin: 32px 0;
}

.footer_contacts_tel i,
.footer_contacts_mail i,
.footer_contacts_adress i,
.footer_contacts_work i {
    padding-right: 15px;
}

.footer_contacts_socLinks {
    margin-top: 25px;
}

.footer_contacts_socLinks a i {
    color: #ffffff;
    font-size: 35px;
}

.footer_contacts_socLinks a:nth-child(2) {
    padding-right: 15px;
}

.footer_contacts_socLinks a:nth-child(3) {
    padding-left: 15px;
}

.footer_contacts_tel {
    margin-top: 25px;
}

.footer_contacts_information a {
    color: #ffffff;
    text-decoration: none;
}

.footer_cotacts_payment {
    margin-top: 35px;
}

/*===== ФУТЕР АДАПТИВ =====*/

@media (max-width: 450px) {

    .map_bg {
        margin-bottom: 0;
    }

    .footer_left_bg,
    .footer_right_bg {
        display: none;
    }

    .footer {
        width: 100%;
        height: 100%;
        padding: 20px;
        background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    }

    .footer_info_block {
        padding: 0;
    }

    .footer_content {
        display: block;
    }

    .footer_contacts_info {
        margin-left: 0;
        margin-top: 35px;
    }

    .footer_contacts_information {
        margin-left: 0px;
    }

    .footer_contacts_information a {
        font-size: 17px;
    }

    .footer_button_urgent,
    .footer_button_order {
        font-size: 16px;
    }

    .links_wrapp_left ul li {
        font-size: 17px;
    }

    .footer_contacts_tel,
    .footer_contacts_mail,
    .footer_contacts_adress,
    .footer_contacts_work {
        font-size: 17px;
    }

    .footer_contacts_tel i,
    .footer_contacts_mail i,
    .footer_contacts_adress i,
    .footer_contacts_work i {
        padding-right: 10px;
    }

    .footer_contacts_links {
        text-align: start;
    }
}

/*=*/
/*===*/
/*=====*/
/*===*/
/*=*/

.banner.inner_page h1 {
    font-size: 33px;
    max-width: 600px;
    width: 100%;
}

.banner.inner_page h3 {
    margin: 80px 0 20px 0;
}

.price_fork_bg {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: top 20% left 10%;
}

/*
.price_fork {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: center;
    margin-bottom: 100px;
    align-items: center;
}
*/
.price_fork {
    margin-top: 20px;
    display: flex;
    /* grid-template-columns: repeat(3, 30%); */
    justify-content: center;
    margin-bottom: 100px;
    grid-gap: 35px;
    align-items: center;
}

.price_fork_item {
    margin: 0 35px;
    color: #fff;
    margin: 0;
    border-radius: 30px;
    padding: 30px 25px;
    background: linear-gradient(90deg, #3485bb 0%, #005ca6 100%);
}

/*
.price_fork_item {
    position: relative;
    margin: 0 35px;
    color: #fff;
}

.price_fork_item:before {
    content: '';
    margin-left: 15px;
    position: absolute;
    top: 0px;
    right: -12px;
    bottom: 0px;
    left: -24px;
    border-radius: 50px;
    background: linear-gradient(90deg, #72C6EF -13.64%, #004E8F 124.78%);
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    z-index: -1;
}
*/
.price_fork_item h3 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    margin-left: 15%;
}

/*
.price_fork_item ul {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 30px;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
*/

.price_fork_item ul {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    -ms-transform: skewX(-5deg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
    margin-bottom: 40px;
}

/*
.price_fork_item ul li {
    margin: 30px 0;
    display: flex;
    align-items: center;
}
*/

.price_fork_item ul li {
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.9);
}

/*
.price_fork_item ul li i {
    margin: 0 15px 0 0;
    font-size: 26px;
}
*/

.price_fork_item ul li i {
    margin: 0 10px 0 0;
    font-size: 26px;
}

о

/*
.price_fork_item {
    height: 500px;
}
*/
.first_item ul li:nth-child(5) i,
.second_item ul li:nth-child(1) i,
.second_item ul li:nth-child(4) i,
.second_item ul li:nth-child(5) i,
.third_item ul li:nth-child(1) i,
.third_item ul li:nth-child(2) i,
.third_item ul li:nth-child(3) i,
.third_item ul li:nth-child(4) i,
.third_item ul li:nth-child(5) i {
    color: #18E480;
}

.first_item ul li:nth-child(1) i,
.first_item ul li:nth-child(2) i,
.first_item ul li:nth-child(3) i,
.first_item ul li:nth-child(4) i,
.second_item ul li:nth-child(2) i,
.second_item ul li:nth-child(3) i {
    color: #FF6767;
}

/*
.price_fork_item .button {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


.price_fork_item .button {
    font-size: 19px;
    margin: 0 auto;
    display: block;
}
*/
.price_fork_item .button {
    border-radius: 38px;
    padding: 16px 54px;
    width: 300px;
    height: 53px;
    display: inline-block;
    font-weight: 700;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #1BC768;
    color: #fff;
    transition: .2s ease-in-out;
    text-decoration: none;
    border: none;
    z-index: 1;
}

.text_block img {
    float: right;
    margin: 0px 0 20px 30px;
}

blockquote {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    box-sizing: border-box;
    padding: 20px 30px 20px 104px;
    color: #222;
    border: 6px solid #4971b7;
    background: #ebeff2;
    display: grid;
    margin-bottom: 26px;
    border-radius: 15px;

}

blockquote p:nth-child(1) {
    margin: auto;
}

.gallery_item__mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-image: url('/netcat_template/template/3/img/zoom.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
    background-color: rgba(27, 199, 104, 0.5);
}

.gallery_item {
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
}

.gallery_item:hover .gallery_item__mask {
    opacity: 1;
}

.gallery {
    margin: 32px 0;
}

.gallery_item a {
    display: block;
}

.gallery_item img {
    height: 100%;
    display: block;
    width: 100%;
}

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

.fancybox-button div {
    background: #1CCE6C;
    border-radius: 50%;
}

.fancybox-button {
    background: transparent !important;
}

.fancybox-button--arrow_left svg {
    display: none !important;
}

.fancybox-button--arrow_right svg {
    display: none !important;
}

.fancybox-button--arrow_left div {
    background: url('/netcat_template/template/3/img/arrow-left.png') no-repeat;
    background-position: center;
}

.fancybox-button--arrow_right div {
    background: url('/netcat_template/template/3/img/arrow-right.png') no-repeat;
    background-position: center;
}


.text_block ol {
    list-style: none;
    counter-reset: my-counter;
}

.text_block ol li {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;

    position: relative;

    padding: 5px 0px 5px 25px;

    counter-increment: my-counter;
}

.text_block ol li:before {
    font-size: 16px;
    font-weight: bold;

    padding: 5px 0;

    position: absolute;
    top: 0;
    left: 0;

    content: counter(my-counter) '.';

    color: #4971b7;
}

.personal_item a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

.price_table_bg {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: top 20% left 10%;
    background-size: contain;
}

.price_table table {
    width: 100%;
    margin-top: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 50px;
}

.price_table table tr {
    display: grid;
    padding: 15px 25px;
    align-items: center;
    grid-template-columns: 60% 20% 20%;
    border-bottom: 1px solid #c5c5c5;
    ;
    background-color: #fff;
}

.price_table table tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.price_table table tr:last-child {
    border-bottom: none;
}

.price_table table tr:nth-child(1) {
    background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    border-radius: 20px 20px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.price_table table tr th:nth-child(1) {
    text-align: left;
}

.price_table table tr th:nth-child(2) {
    text-align: center;
}

.price_table table tr td:nth-child(2) {
    text-align: center;
    font-weight: bold;
}

.price_table table tr td:nth-child(3) {
    text-align: center;
}

.price_table .button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    background: #1BC768;
    border: none;
    border-radius: 10px;
}


.doc_info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 35px;
}

.doc_info p {
    margin-top: 5px;
    line-height: 20px;
}

.doc_info p span {
    color: #0C56C0;
    font-weight: bold;
}

.doc_info a {
    text-decoration: none;
}

.doc_info a:hover {
    text-decoration: underline;
}

.doc_info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/*===== ЭТАПЫ ОКАЗАНИЯ ПОМОЩИ =====*/

.stages_top_bg {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: top right 25%;
}

.stages_bottom_bg {
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: bottom left 25%;
}

.stages {
    margin-top: 100px;
}

.stages_wrapp {
    margin: 45px 0 70px;
}

.stages_item {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    width: 60%;
    padding: 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 20% 30% 50%;
    align-items: center;
    text-align: center;
    position: relative;
    border-radius: 30px;
}

/*.stages_item img {
	position: absolute;
	left: 125px;
	background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
}*/
.stages_item div:nth-child(1) {
    text-align: center;
    font-size: 55px;
}

.stages_item div:nth-child(3) {
    text-align: left;
}

.stages_item:before {
    content: '';
    margin-left: 15px;
    position: absolute;
    top: 0px;
    right: -12px;
    bottom: 0px;
    left: -24px;
    z-index: -1;
}

.stages_wrapp .stages_item:nth-child(odd) {
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background: linear-gradient(90deg, #72C6EF 0%, #004E8F 88.6%);
}

.stages_wrapp .stages_item img {
    display: block;
    margin: auto;
}

.stages_wrapp .stages_item:nth-child(even) img {
    display: block;
    margin: auto;
}

.stages_wrapp .stages_item:nth-child(even) {
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    background: linear-gradient(90deg, #004E8F 0%, #72C6EF 88.6%);
}

.stages_wrapp .stages_item:nth-child(odd) div,
.stages_wrapp .stages_item:nth-child(odd) img {
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}

.stages_wrapp .stages_item:nth-child(even) div,
.stages_wrapp .stages_item:nth-child(even) img {
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

@media (max-width: 1440px) {

    .section h2 {
        font-size: 38px;
    }

    .logo img {
        max-width: 100px;
        width: 100%;
    }

    .desktop_nav {
        width: 95%;
    }

    .topmenu>li>a {
        font-size: 18px;
    }

    .banner {
        margin-top: 35px;
    }

    .banner h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        font-weight: bold;
    }

    .banner p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        margin-top: 20px;
    }

    .banner h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        margin: 10px 0;
    }

    .order_input {
        font-size: 15px;
        padding: 10px 15px;
        color: #7878AB;
        border: none;
        border-radius: 40px;
        box-shadow: inset -2px -2px 4px rgb(255 255 255 / 50%), inset 2px 2px 4px rgb(170 170 204 / 25%), inset 5px 5px 10px rgb(170 170 204 / 50%), inset -5px -5px 10px #ffffff;
    }

    .button {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        padding: 10px 15px;
        background: #1BC768;
        border: none;
        border-radius: 8px;
    }

    .banner.inner_page h1 {
        font-size: 33px;
        margin: 30px 0 20px 0;
        max-width: 600px;
        width: 100%;
    }

    .banner.inner_page h3 {
        margin: 30px 0 20px 0;
    }
}

.reviews_page_item {
    margin: 40px;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.07), 0px 12.963px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 7.7037px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 4px 13px rgba(0, 0, 0, 0.035), 0px 1.62963px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 0.37037px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 15px;
    padding: 30px;
}

.reviews_page_item p:nth-child(2) {
    color: rgba(51, 51, 51, 0.5);
    font-size: 14px;
    line-height: 25px;
    margin: 30px 0;
}

.reviews_page_item p:nth-child(3) {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 10px;
}

.reviews_page_item img:nth-child(1) {
    margin-bottom: 30px;
}

.reviews_page_item img:nth-child(4) {
    margin-top: 10px;
}



/*===== МОДАЛКА =====*/

.callback_modal {
    width: 40%;
    margin: auto;
    background: #fff;
    color: #000;
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    display: none;
}

.callback_modal h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
}

@media screen and (max-width: 450px) {
    .callback_modal {
        width: 100%;
    }

    .callback_modal h3 {
        font-size: 23px;
    }

}
@media screen and (max-width: 380px) {
.form-block__a {
    font-size: 16px !important;
}
.form-block__a_small {
    font-size: 12px !important;
}
}

.callback_modal form {
    margin-top: 30px;
    display: grid;
    width: 100%;
}

.callback_modal_name,
.callback_modal_phone {
    background: #FAFAFA;
    border: 1px solid #ababab;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
}

.callback_modal_button {
    border-radius: 10px;
    padding: 15px 40px;
    background: #0099b0;
    border: none;
    margin: auto;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    font-weight: bold;
}

.callback_modal {
    position: relative;
}

.mfp-close {
    position: absolute;
    top: 0;
    right: 15;
}

.mfp-content .callback_modal {
    display: block;
}

#orderModal .button {
    margin-top: 25px;
}


/*
.menu_wrapp {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}
.sticky_menu {
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}*/

.service_page {
    margin-top: 100px;
}

.service_page h1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.footer_button {
    color: #fff;
    text-decoration: none;
}



.desktop_nav .menu_dark {
    width: 70%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}

.topmenu.menu_dark li a {
    color: #5679b2;
}

.topmenu.menu_dark>li>a:before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 100%;
    width: 10px;
    height: 10px;
    background: #5679b2;
    border-radius: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: .3s;
}

.topmenu.menu_dark li:hover a:before {
    transform: translate(-50%, 0);
    opacity: 1;
}



.map_info {
    width: 30%;
    position: absolute;
    right: 70px;
    top: 50px;
}

.map_info p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 30px;
}

.map_info p:nth-child(1) {
    margin-bottom: 0px;
}

.map_info p i {
    padding-right: 20px;
}

.map_info p a {
    color: #fff;
    text-decoration: none;
}

.map_info p .button {
    padding: 15px 30px;
    text-align: center;
    margin-top: 50px;
}

.map_info .map_info-status {
    font-size: 12px;
}

.footer_button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .2s ease-in-out;
    text-decoration: none;
    border: none;
}

.footer_button.green:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 70px;
    width: 50px;
    position: absolute;
    top: -5px;
    left: -75px;
    transform: skewX(-45deg);
}

.footer_button.green:hover {
    background: #1BC768;
    color: #fff;
}

.footer_button.green:hover:before {
    left: 215px;
    transition: .5s ease-in-out;
}

#orderModal input.button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .2s ease-in-out;
    text-decoration: none;
    border: none;
}

#orderModal input.button:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 70px;
    width: 50px;
    position: absolute;
    top: -5px;
    left: -75px;
    transform: skewX(-45deg);
}

#orderModal input.button:hover {
    background: #1BC768;
    color: #fff;
}

#orderModal input.button:hover:before {
    left: 215px;
    transition: .5s ease-in-out;
}

#urgentСall .button {
    margin-top: 30px;
}


.licences_page_wrapp {
    display: flex;
    justify-content: space-between;
}

.licences_page_wrapp .licences_item img {
    max-width: 200px;
    width: 100%;
}

.conditions_page h3 {
    color: #2d2d2d;
    text-align: center;
}

/*МОБИЛЬНОЕ МЕНЮ */

.accordion {
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 15px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.5s;
    border-radius: 10px;
    margin: 10px 0;
    outline-width: 0 !important;
}

.accordion:hover {
    /*background: #e2e2e294;*/
}

.accordion.active_block {
    color: #fff;
    background: #00A6C0;
    box-shadow: none;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active_block:after {
    content: "\2212";
}

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

.mobile_menu {
    display: none;
}

.mobile_logo img {
    width: 80px;
    margin: 5px 10px;
}

#mobile .accordion {
    background: none;
    color: #ffffff;
    cursor: pointer;
    width: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.5s;
    padding: 3px 0 3px 25px;
    outline-width: 0 !important;
    position: relative;
}

#mobile .accordion i {
    position: absolute;
    right: -5px;
    font-size: 13px;
    top: 8px;
}

#mobile .accordion.active_block i {
    transform: rotate(90deg);
}

#mobile .accordion:after {
    content: '\002B';
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    float: right;
    margin-left: 10px;
}

#mobile .active_block:after {
    content: "\2212";
}

#mobile .panel {
    display: flex;
}

.menu_section_name {
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    margin: 25px 0 15px 25px;
}

.menu_link_name {
    margin: 25px 0 25px 25px;
    font-size: 20px;
    align-items: center;
}

.menu_link_name a {
    color: #ffff;
}

.menu_link_name i {
    color: #fff;
    margin-right: 15px;
    font-size: 20px;
}

#menu_toggle {
    opacity: 0;
}

.menu_btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1001;
}

.mobile_menu.sticky_menu .menu_btn {
    top: 24px;
}

.mobile_menu.sticky_menu .topmenu_number a {
    color: black;
}

.menu_btn>span,
.menu_btn>span::before,
.menu_btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.menu_btn>span::before {
    content: '';
    top: -8px;
}

.menu_btn>span::after {
    content: '';
    top: 8px;
}

#menu_toggle:checked~.menu_btn>span {
    transform: rotate(45deg);
}

#menu_toggle:checked~.menu_btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu_toggle:checked~.menu_btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu_toggle:checked~.menu_box {
    visibility: visible;
    left: 0;
}

.menu_box {
    display: none;
}

.mobile_menu.sticky_menu {
    background-color: #ffffff;
    top: 0;
    padding: 15px 0;
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.3));
}

.mobile_menu.sticky_menu label span,
.mobile_menu.sticky_menu label span:before,
.mobile_menu.sticky_menu label span:after {
    background-color: #4971b7;
}

.mobile_menu.sticky_menu .mobile_logo {
    background-image: url(/netcat_template/template/3/img/logo_dark.png);
    max-width: 65px;
    height: 54px;
    width: 100%;
    background-size: cover;
    background-position-x: 0px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.mobile_menu.sticky_menu img {
    display: none;
}

.menu_box ul {
    list-style: none;
}

.mobile_info_links {
    margin: 50px 0 0 25px;
    font-size: 31px;
}

.mobile_info_links i {
    margin-right: 35px;
}

.menu_item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.menu_item:hover {
    color: #00A6C0;
}


.menu_btn>span,
.menu_btn>span::before,
.menu_btn>span::after {
    transition-duration: .25s;
}

.menu_box {
    transition-duration: .25s;
}

.menu_item {
    transition-duration: .25s;
}

@media screen and (max-width: 450px) {
    .mobile_menu {
        display: block;
        position: sticky;
        z-index: 2000;
        width: 100%;
    }

    .menu_box.show {
        display: block;
        position: fixed;
        text-align: left;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        list-style: none;
        background-color: #fff;
        z-index: 1000;
        overflow-x: hidden;
        background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    }
}

.panel ul {
    list-style: none;
    margin-left: 40px;
}

.panel ul li {
    margin: 10px 0;
}

.panel ul li a {
    text-decoration: none;
    color: #ffffff;
}

.hidden_overflow {
    overflow: hidden !important;
}

.services.inner_page {
    margin: 100px auto;
}

/*===== СТАТЬИ =====*/

.articles_item {
    padding: 32px;
    display: grid;
    grid-template-columns: 30% 70%;
    transition: 1s ease all;
    position: relative;
    z-index: 10;
    border-radius: 32px;
    grid-gap: 32px;
    transition: 0.5s ease all;
}

.articles_item:hover {
    transform: scale(1.015);
    transition: 0.5s ease all;
}

.articles_item:hover img {
    bottom: 45px;
    transition: 0.5s ease all;
}

.articles_item:before {
    content: '';
    margin-left: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transform: skewX(5deg);
    border-radius: 50px;
    z-index: -1;
}

.articles_wrapp {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 48px;
}

.articles_wrapp .articles_item:nth-child(odd):before {
    background-color: #4677bded;
    /*-webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);*/
}

.articles_wrapp .articles_item:nth-child(even):before {
    background-color: #92bad4;
    /*-webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);*/
}

.articles_item_pic img {
    /* max-width: 375px; */
    width: auto;
    max-width: 100%;
    height: auto;
    /* position: absolute; */
    left: 40px;
    bottom: 25px;
    border-radius: 20px;
    transition: 0.5s ease all;
}

.articles_item_pic {
    overflow: hidden;
    border-radius: 24px;
}

.articles_item_text {
    color: #fff;
    padding-right: 40px;
}

.articles_item_text h3 {
    font-size: 23px;
}

.articles_item_text p {
    margin: 40px 0 40px 0;
}

.articles_item_link a {
    color: #fff;
    background: #1BC768;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 20px 30px;
    max-width: 200px;
    display: inline-block;
    text-decoration: none;
}

.articles_item_link a:hover {
    text-decoration: none;
}

.service_page h1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.new-title-h1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.color-bl {
    color: #000;
}

.text_block.articles_full_page {
    margin-top: 50px;
}

.breadcrumbs {
    margin-top: 15px;
}

.breadcrumbs ul {
    display: flex;
    list-style: none;
}

.breadcrumbs li {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.breadcrumbs li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs li.white {
    color: #000;
}

.breadcrumbs li.white a {
    color: #000;
}

/*===== СПЕЦИАЛИСТЫ =====*/

.personal_page_item .link {
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    position: absolute;
    right: 40px;
    bottom: 25px;
}

.personal_page_item .link a {
    color: #fff;
    text-decoration: none;
}

.personal_page_info {
    margin-top: 50px;
}

.personal_page_bio img {
    max-width: 290px;
    width: 100%;
    margin: 0 30px 0px 0px;
    border-radius: 15px;
    /*	filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.3));*/
}

.personal_page_bio h6 {
    margin-top: 10px;
    font-size: 18px;
}

.personal_page_bio p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
}

.personal_buttons {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.up-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background: #1BC768 url('/netcat_template/template/3/img/arrow-up.png') no-repeat;
    position: fixed;
    background-size: 16px;
    background-position: center;
    bottom: 75px;
    left: 50px;
    opacity: 0;
    transition: all .2s;
    z-index: 10;
}

.up-arrow:hover {
    box-shadow: 1px 1px 12px #cdcdcd;
}

.up-arrow.show {
    opacity: 1;
    transform: translateY(20px);
}

.sales-page_wrap {
    margin: 32px 0;
}

.sale {
    display: grid;
    grid-template-columns: 48% 52%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #4971b7;
    padding: 20px;
    border-radius: 20px;
}

.sale:nth-child(even) {
    grid-template-columns: 52% 48%;
}

.sale:nth-child(even) .sale__image {
    order: 1;
}

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

.sale__desc {
    background: #fff;
    padding: 16px;
}

.sale__image {
    overflow: hidden;
}

.sale__image img {
    display: block;
    width: auto;
    height: 100%;
    border-radius: 15px;
}

.sale__title {
    padding: 8px 16px;
    background: linear-gradient(90deg, #115b98 0%, #75c3ee 100%);
    border-radius: 16px;
    font-size: 24px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.sale__text {
    padding: 16px 0 0 16px;
}

.personal_button {
    border: 2px solid #fff;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 18px;
    margin-right: 20px;
    max-width: 200px;
    background-color: #5679b2;
    text-decoration: none;
    color: #fff;
    transition: 0.5s ease all;
    font-size: 14px;
}

.personal_button:hover {
    background-color: #425980;
    transition: 0.5s ease all;
}

.personal_button.green {
    border: 2px solid #fff;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 18px;
    margin-right: 20px;
    max-width: 200px;
    background-color: #1BC768;
    text-decoration: none;
    color: #fff;
    transition: 0.5s ease all;
    font-size: 14px;
}

.personal_button.green:hover {
    background-color: #169850;
    transition: 0.5s ease all;
}

.personal_page_text p {
    margin-top: 40px;
    font-size: 14px;
}

.sales-block {
    margin: 60px 0;
}

.sales-block h2 {
    margin-bottom: 30px;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    background-color: #ffffff !important;
    padding: 12px 20px;
    border: none;
    border-radius: 40px;
}

#ya-site-form0 input.ya-site-form__submit {
    border-radius: 10px;
    padding: 4px 8px;
    overflow: hidden;
    background-image: url(/netcat_template/template/3/img/search-icon.svg);
    background-repeat: no-repeat;
    box-shadow: 0;
    outline: none;
    border: 0;
    position: absolute;
    content: '';
    top: 17px;
    right: 20px;
    background-color: #fff;
}

#ya-site-form0 .ya-site-form__form {
    position: relative;
}

#ya-site-form0.site-search {
    margin: 32px 0 !important;
}

#ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
    background-color: #ffffff !important;
    padding: 12px 20px;
    border: none;
    border-radius: 40px;
}

#ya-site-form1 .ya-site-form__form {
    position: relative;
}

#ya-site-form1 input.ya-site-form__submit {
    border-radius: 10px;
    padding: 4px 8px;
    overflow: hidden;
    background-image: url(/netcat_template/template/3/img/search-icon.svg);
    background-repeat: no-repeat;
    box-shadow: 0;
    outline: none;
    border: 0;
    position: absolute;
    content: '';
    top: 17px;
    right: 20px;
    background-color: #fff;
}


#ya-site-form1.site-search {
    margin: 32px 0 !important;
}

#ya-site-form2 .ya-site-form__form .ya-site-form__input-text {
    background-color: #ffffff !important;
    padding: 12px 20px;
    border: none;
    border-radius: 40px;
}

#ya-site-form2 input.ya-site-form__submit {
    border-radius: 10px;
    color: #fff !important;
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    background: #1BC768;
    box-shadow: 0;
    outline: none;
    border: 0;
}

#ya-site-form2.site-search {
    margin: 32px 0 !important;
}


.article__image a {
    display: block;
}

.article__image img {
    width: 100%;
    height: 100%;
}

.article {
    background: #FFFFFF;
    transition: all .2s;
    border-radius: 20px;
    padding: 24px;
}

.article:hover {
    box-shadow: 0px 4px 24px rgb(61 142 194 / 40%);
}

.article__bottom {
    text-align: center;
    padding-top: 16px;
}

.article__bottom a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.articles-slider .slick-slide {
    margin: 0 16px;
}

section.articles-block {
    margin-top: 40px;
}

.article__link {
    margin-top: 16px;
}

.article__link a {
    background: transparent;
    border: 2px solid #3D8EC2;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    padding: 10px;
    color: #000;
    font-size: 14px;
    transition: all .2s;
}

.article__link:hover a {
    background: #3D8EC2;
    border: 2px solid #3D8EC2;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
}

.articles-slider .slick-list {
    margin: 0 -16px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.header__search {
    max-width: 190px;
}

.menu_box .header__search {
    max-width: 98%;
    padding: 0 0;
}

.ststus {
    font-size: 11px;
    color: #fff;
    line-height: 15px;


}

@media(max-width: 1500px) {
    .footer_left_bg {
        display: none;
    }

    .footer_right_bg {
        display: none;
    }

    .footer {
        max-width: 100%;
        background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    }

    .footer_info_block {
        max-width: 1240px;
        margin: 0 auto;
        padding-top: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 1400px) {
    #yandex_map {
        width: 450px;
        position: static;
    }

    .map_order {
        position: static;
    }

    .map_wrapp {
        display: flex;
        justify-content: space-between;
        padding: 30px;
        height: auto;
    }

    .map_bg {
        margin-bottom: 50px;
    }

    .footer_info_block {
        max-width: 936px;
    }

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

    .gallery_item img {
        width: 100%;
    }

    .personal_item {
        width: 50%;
        height: auto;
        padding: 20px 40px;
    }

    .personal_item img {
        max-width: 200px;
    }

    .price_fork_item {
        margin: 0 15px;
    }
}

@media(max-width: 1100px) {
    .mobile_header_bg {
        display: block;
        width: 100%;
        height: 830px;
        position: absolute;
        background-image: url(/netcat_template/template/3/img/header/header-bg-mobile.jpg);
        background-size: cover;
        z-index: -1;
        top: 0;
    }

    .slick-prev.slick-arrow {
        left: -30px;
    }

    .slick-dots li button {
        border: 2px solid;
        border-radius: 50%;
        border-color: #4971b7;
    }

    .licences_item.slick-slide {
        display: flex;
        justify-content: center;
    }

    .slick-dots {
        bottom: -35px;
    }

    .reviews_wrapp {
        margin-bottom: 50px;
    }

    .reviews_wrapp .slick-dots {
       /* bottom: -20px; */
       bottom: 40px;
    }

    li.slick-active button {
        background: #4971b7;
    }

    .slick-next.slick-arrow {
        right: -30px;
    }

    .page_order:before {
        transform: none;
    }

    .footer_content {
        display: flex;
    }
}

@media (max-width: 992px) {
    .desktop_nav {
        display: none;
    }

    .map_info {
        position: static;
        width: 100%;
    }

    .articles_item_pic img {
        height: auto;
    }

    .mobile_menu {
        display: block;
    }

    .mobile_header_bg {
        display: block;
        width: 100%;
        height: 860px;
        position: absolute;
        background-image: url(/netcat_template/template/3/img/header/header-bg-mobile.jpg);
        background-size: cover;
        z-index: -1;
    }

    .banner {
        width: 100%;
    }

    .mobile_menu {
        position: sticky;
        z-index: 2000;
        width: 100%;
    }

    .advantages_wrapper .advantages_item:nth-child(1):before,
    .advantages_wrapper .advantages_item:nth-child(2):before,
    .advantages_wrapper .advantages_item:nth-child(5):before,
    .advantages_wrapper .advantages_item:nth-child(6):before {
        transform: none;
    }

    .advantages_wrapper .advantages_item:nth-child(3):before,
    .advantages_wrapper .advantages_item:nth-child(4):before {
        transform: none;
    }

    .menu_box.show {
        display: block;
        position: fixed;
        text-align: left;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        list-style: none;
        background-color: #fff;
        z-index: 1000;
        min-height: 100vh;
        overflow-x: hidden;
        background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    }

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

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

    .order_block_text a:nth-child(2) {
        font-size: 36px;
    }

    .form_items .order_input {
        margin-bottom: 10px;
    }

    .reviews_item {
        margin: 20px;
    }

    #questions_wrapp {
        display: flex;
        flex-direction: column;
    }

    .questions-title {
        order: -1;
        margin-bottom: 25px;
    }

    .map_wrapp {
        grid-template-columns: repeat(1, 1fr);
        height: auto;
        flex-direction: column;
    }

    .footer_info_block {
        max-width: 696px;
    }

    #yandex_map {
        margin-bottom: 20px;
        width: 100%;
    }

    .footer_contacts_info {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .footer_contacts_links {
        text-align: left;
    }

    .footer_contacts_title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .price_table table tr {
        grid-template-columns: 50% 20% 20%;
    }

    .page_order.inner_page .order button {
        margin: auto;
    }

    .page_order.inner_page {
        margin-bottom: 50px;
    }

    .personal_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .personal_item:last-child {
        margin-bottom: 0;
    }

    .personal_item img {
        max-width: 220px;
    }

    .personal_block .slick-track {
        display: flex;
        column-gap: 20px;
    }

    /*
    .price_fork_item ul {
        margin: 40px 0;
    }
*/
    .price_fork_item .button {
        font-size: 18px;
    }

    /*
    .price_fork_item ul li {
        margin: 20px 0;
    }
*/
    .price_fork_item h3 {
        font-size: 28px;
    }

    .price_fork_item ul li i {
        font-size: 18px;
        margin-right: 8px;
    }

    .m-t-m {
        margin-top: 20px;
    }
}

@media(max-width: 768px) {
    .order_input {
        margin-bottom: 15px;
    }

    .articles_item:before {
        transform: skewX(0);
    }

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

    .articles_item_pic img {
        width: 100%;
    }

    .order button {
        margin-left: 0;
    }

    .order .form_items {
        margin-bottom: 5px;
    }

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

    .services_image img {
        max-width: 100%;
    }

    .text_block img {
        width: 100%;
    }

    .page_order_wrapp {
        flex-direction: column;
    }

    .footer_info_block {
        max-width: 516px;
        margin: 0 15px 0px 15px;
    }

    .advantages_wrapper {
        grid-template-rows: repeat(1, 1fr);
    }

    .price_table .button {
        padding: 10px 40px;
    }

    .price_table table tr {
        grid-template-columns: 42% 27% 20%;
    }

    .text_block h2 {
        text-align: left;
    }

    section h2 {
        text-align: left !important;
    }

    .gallery_page_wrapp {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }

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

    .sale:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .sale:nth-child(even) .sale__image {
        order: 0;
    }

    .stages_wrapp .stages_item:nth-child(odd),
    .stages_wrapp .stages_item:nth-child(even) {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .stages_wrapp .stages_item:nth-child(even) div,
    .stages_wrapp .stages_item:nth-child(even) img,
    .stages_wrapp .stages_item:nth-child(odd) div,
    .stages_wrapp .stages_item:nth-child(odd) img {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
}

@media(max-width: 600px) {
    .footer_content {
        flex-direction: column;
    }

    .price_table table tr {
        grid-template-columns: 36% 24% 47%;
    }

    .header__mobile-number {
        width: 100%;
        justify-content: center;
    }

    .topmenu_number .button i {
        display: none;
    }

    .topmenu_number .button {
        font-size: 16px;
    }

    .footer_contacts_info {
        margin-left: 0;
    }

    .footer_contacts_wrapp {
        margin-top: 20px;
    }
}

@media (max-width: 450px) {

    body {
        overflow-x: hidden;
    }

    .services_bg,
    .text_block_bg,
    .licences_bg,
    .personal_bg,
    .map_bg,
    .price_fork_bg,
    .stages_top_bg,
    .stages_bottom_bg,
    .price_table_bg,
    .services_inner_bg {
        background-image: none;
    }

    .map_bg {
        padding: 0;
    }
    
    .map-container {
      margin-bottom: 30px;
      height: 250px;
     }

    .header_background.left_bg,
    .header_background.right_bg {
        display: none;
    }

    .mobile_header_bg {
        display: block;
        width: 100%;
        height: 880px;
        position: absolute;
		background-color: #07F;
        background-size: cover;
        z-index: -1;
    }

    /*.desktop_nav {
        display: none;
    }

    .mobile_menu {
        display: block;
    }*/

    .menu_container,
    .mobile_menu_container {
        padding: 25px 25px 0;
        display: block;
    }

    .menu_container {
        text-align: end;
    }

    .menu_container a {
        color: #fff;
        text-decoration: none;
    }

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

    .footer_contacts_info {
        flex-direction: column;
    }

    /*.map_wrapp {
        padding: 0;
    }*/

    .banner {
        width: 100%;
    }

    .banner h3 {
        margin-top: 20px;
    }

    .banner_order {
        /* margin: 0px auto; */
        margin: 30px auto;
    }

    section h2,
    .text_block h2,
    .licences h2,
    .personal h2,
    .questions h2 {
        font-size: 29px;
    }

    .callback_modal h3 {
        font-size: 19px;
    }

    .slick-next.slick-arrow {
        width: 40px;
        height: 40px;
        right: -15px;
    }

    .slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
        left: -15px;
        z-index: 100;
    }

    .slick-dots {
        bottom: -35px;
    }

    .slick-dots li button {
        /*background: #4971b7;*/
        border-radius: 50%;
        width: 10px;
        height: 10px;
    }

    .services {
        margin: 100px auto 50px auto;
    }

    .services_wrapp {
        display: block;
        margin: 50px auto 0 auto;
    }

    .services_image img {
        max-width: 100%;
    }

    .services_item:hover {
        box-shadow: none;
    }

    .text_block {
        margin: auto;
    }

    .text_block img {
        display: none;
    }

    .licences_wrapp {
        display: block;
        margin: 50px auto 0 auto;
    }

    .licences_item img {
        margin: auto;
        max-width: 100%;
    }

    .personal h2,
    .licences h2 {
        text-align: center;
    }

    .personal h2 {
        margin-bottom: 0px;
    }

    .personal {
        display: none;
    }

    .personal.mobile {
        display: block;
        margin: 75px auto 50px auto;
    }

    .personal_wrapp.mobile {
        display: block;
        margin: 50px auto 0 auto;
    }

    .page_order {
        margin: 80px auto;
    }

    .page_order:before {
        transform: skewX(0);
    }

    .page_order_wrapp {
        padding: 30px;
        display: block;
    }

    .order_block_text p br {
        display: none;
    }

    section:not(.new_form) .order_block_text p:nth-child(1) {
        font-size: 23px;
    }

    section:not(.new_form) .order_block_text p:nth-child(1) span {
        font-size: 23px;
    }

    .order_block_text a:nth-child(2) {
        font-size: 26px;
    }

    .order_block p {
        margin-top: 30px;
        font-size: 25px;
    }

    .order .form_items {
        text-align: center;
    }

    .order .form_items input {
        margin-bottom: 10px;
    }

    .reviews {
        margin-top: 50px;
    }

    .reviews_wrapp {
        max-width: 350px;
        width: 100%;
        margin: auto;
        display: block;
        height: min-content;
    }

    .reviews_item {
        margin: 40px 15px;
        box-shadow: none;
    }

    .reviews .slick-prev.slick-arrow {
        left: -15px;
    }

    .reviews .slick-next.slick-arrow {
        right: -15px;
    }

    .reviews_item p:nth-child(2) {
        font-size: 12px;
        line-height: 21px;
    }

    .reviews_item p:nth-child(3) {
        font-size: 13px;
    }


    .advantages {
        margin-top: 50px;
    }

    .advantages_wrapper {
        width: 100%;
        margin: 50px auto 0 auto;
        display: block;
    }

    .advantages_wrapper .advantages_item:nth-child(1):before,
    .advantages_wrapper .advantages_item:nth-child(2):before,
    .advantages_wrapper .advantages_item:nth-child(3):before,
    .advantages_wrapper .advantages_item:nth-child(4):before,
    .advantages_wrapper .advantages_item:nth-child(5):before,
    .advantages_wrapper .advantages_item:nth-child(6):before {
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .advantages_item {
        text-align: center;
    }

    .advantages_item img {
        margin: 15px auto;
    }

    .questions {
        margin-top: 50px;
    }

    .questions h2 {
        text-align: center;
    }

    #questions_wrapp {
        display: block;
    }

    #questions_wrapp .questions_item.mobile {
        display: none !important;
    }

    #questions_wrapp h2 {
        margin-bottom: 30px;
    }

    .head {
        font-size: 14px;
    }

    .map {
        margin-top: 50px;
    }

   /* .map_order {
        display: none;
    } */

    .map_wrapp {
        display: block;
    }

    #yandex_map {
        /* width: 400px; */
        left: 0;
        margin: auto
    }

    /*.map_wrapp {
        background: none;
        box-shadow: none;
    }*/

    .price_fork {
        margin-top: 80px;
        display: block;
    }

    /*
    .price_fork_item:before {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
*/
    .price_fork_item.first_item ul,
    .price_fork_item.second_item ul,
    .price_fork_item.third_item ul {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .price_fork_item button {
        left: 25px;
    }

    .price_fork_item h3 {
        margin-left: 0;
    }

    .stages {
        margin-top: 50px;
    }

    .price_table table tr {
        text-align: center;
        grid-template-columns: 100%;
    }

    .price_table table tr th:nth-child(1) {
        text-align: center;
    }

    .price_table table tr th:nth-child(2) {
        display: none;
    }

    .price_table table tr td:nth-child(2) {
        margin: 10px 0 10px 0;
    }

    .text_block p,
    .text_block ul li,
    .text_block ol li {
        font-size: 15px;
    }

    .doc_info {
        margin-top: 25px;
    }

    .personal_item {
        height: 350px;
        padding: 15px;
    }

    .personal_item img {
        max-width: 225px;
    }

    .map_info {
        background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
        border-radius: 0 0 20px 20px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .mobile_menu.sticky_menu .mobile_logo {
        width: 65px;
        height: 54px;
    }

    .mobile_menu.sticky_menu {
        padding: 10px 0;
    }

    .licences_bg {
        padding-top: 0;
        padding-bottom: 0;
    }

    .articles_wrapp .articles_item:last-child {
        margin-bottom: 25px;
    }

    .price_fork_item.first_item .button,
    .price_fork_item.third_item .button {
        bottom: initial;
    }
}


@media (max-width: 375px) {
    .banner h1 {
        font-size: 30px;
    }

    .banner p {
        font-size: 18px;
    }

    .slick-dots li button:before {
        font-size: 0;
    }

    .mobile_header_bg {
        height: 880px;
    }

    .questions_item h2 {
        font-size: 28px;
    }

    #yandex_map {
        max-width: 355px;
        width: 100%;
        margin: auto;
    }

    .mobile_logo img {
        width: 65px;
    }

    .menu_btn {
        top: 21px;
    }

    .topmenu_number .button i {
        display: none;
    }

    .topmenu_number .button {
        font-size: 14px;
    }

    .header__mobile-number {
        top: 11px;
    }

    .banner_order {
        width: 90%;
    }

    .order button {
        margin: auto;
    }
}

#result_wrapper .modal__title {
    font-size: 25px;
}

#result_wrapper p {
    margin-top: 25px;
    font-size: 20px;
}

.slick-dots li button:before {
    display: none;
}

.menu_section_name a {
    text-decoration: none;
    color: #ffffff;
}

/*===== ПЕРЕРАБОТКА СТРАНИЦЫ ВРАЧЕЙ =====*/

.personal_page_wrapp {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.personal_page_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 25px 15px;
    height: 280px;
    border-radius: 20px;
    position: relative;
    background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    transition: 0.5s ease all;
}

.personal_page_item:hover {
    transform: scale(1.015);
    box-shadow: 2px 2px 20px rgb(0 0 0 / 30%);
    transition: 0.5s ease all;
}

.personal_item_photo img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 260px;
    width: 100%;
    cursor: pointer;
}

.personal_text {
    padding: 40px 30px 30px 0;
    color: #ffffff;
    text-align: right;
    display: grid;
    grid-template-rows: 50% 40% 10%;
}


.personal_text_name {
    font-size: 24px;
    font-weight: bold;
    /*margin-bottom: 40px;*/
}

.personal_text_name h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}

.personal_text_pos {
    font-size: 15px;
}

.personal_text a {
    color: #ffffff;
    text-decoration: none;
    text-align: -webkit-right;
}

.personal_text_link {
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    max-width: 125px;
    width: 100%;
}



@media (max-width: 991px) {
    .personal_page_wrapp {
        display: block;
    }
}

@media (max-width: 450px) {
    .personal_page_wrapp {
        display: block;
    }

    .personal_page_item {
        display: block;
    }

    .personal_item_photo img {
        max-width: 175px;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 0;
    }

    .personal_text {
        padding: 40px 0 30px 30px;
        color: #ffffff;
        text-align: left;
        position: relative;
        z-index: 1;
    }

    .personal_text_pos {
        max-width: 180px;
        margin-bottom: 30px;
    }

    .personal_text a {
        text-align: left;
    }

    .price_fork_item {
        margin: 0 15px;
    }
}


@media (max-width: 360px) {
    .personal_item_photo img {
        max-width: 150px;
    }

    .personal_text {
        padding: 15px;
    }
}

/*СТРАНИЦА ВАКАНСИЙ*/

.vakansiya_pos_page {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 40px;
}

.personal_page_item_custom {
    display: grid;
    margin: 25px 15px;
    height: 280px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    position: relative;
    background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    transition: 0.5s ease all;
}

.personal_page_item_custom:hover {
    transform: scale(1.015);
    box-shadow: 2px 2px 20px rgb(0 0 0 / 30%);
    transition: 0.5s ease all;
}

.personal_text_pos_custom {
    font-size: 17px;
}

.personal_text_link_custom {
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    max-width: 125px;
    width: 100%;
    font-size: 18px;
}

.vakansiya_pos {
    font-size: 32px;
    line-height: 1.12;
    font-weight: 700;
}

.vakansiya_zp {
    margin: 5px 0 5px 0;
    font-size: 24px;
    color: #1BC768;
}

.vakansiya_opit,
.vakansiya_zanyatost {
    font-size: 19px;
    color: #777777;
    ;
}

.vakansiya_zanyatost {
    margin-bottom: 20px;
}

.personal_page_text_custom {
    box-shadow: 2px 2px 22px rgb(0 0 0 / 10%);
}

.personal_page_text_custom {
    padding: 20px 20px 40px 20px;
}

.personal_page_text_custom {
    display: grid;
}

/*СТРАНИЦА СПЕЦОВ*/

.personal_page_info {
    display: grid;
    grid-template-columns: 30% 70%;
}

.personal_card_img,
.personal_page_text {
    box-shadow: 2px 2px 22px rgb(0 0 0 / 10%);
}

.personal_card_img {
    padding: 40px 0 0;
}

.personal_page_text {
    padding: 20px 20px 40px 20px;
}

.personal_card_img {
    max-width: 300px;
    width: 100%;
}

.personal_card_img img {
    max-width: 300px;
    width: 100%;
}

.personal_page_text {
    display: grid;
    grid-template-rows: 20%;
}

#person_button1 {
    justify-content: center;
}

#person_button2 {
    justify-content: flex-end;
}

.personal_page_info.mobile {
    display: none;
}




@media (max-width: 450px) {
    .personal_page_info.desktop {
        display: none;
    }

    .personal_page_info.mobile {
        display: block;
    }

    .personal_card_img {
        box-shadow: none;
    }

    .personal_page_info {
        display: block;
    }

    .personal_card_img,
    .personal_button {
        margin: 0 auto;
    }

    .personal_card_img {
        padding: 20px 0 0;
        display: block;
        height: 300px;
        margin-bottom: 50px;
    }

    .personal_page_text {
        display: block;
        margin-top: 50px;
    }

    .personal_text_name.indiv {
        font-size: 21px;
        text-align: center;
        margin-bottom: 15px;
    }

    .personal_text_position {
        text-align: center;
    }

    .personal_buttons {
        display: block;
    }

    .personal_page_buttons {
        display: flex;
    }

    .menu_btn.dark_burger>span,
    .menu_btn.dark_burger>span:before,
    .menu_btn.dark_burger>span:after {
        background-color: #4971b7;
    }
}

.footer-social__link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 992px) {
    .footer-social__link {
        justify-content: left;
    }
}


.tlg-btn {
    margin-left: 20px;
    width: 48px !important;
    padding: 10px !important;
    height: 48px;
}

@media (max-width: 450px) {
    .stages_wrapp .stages_item img {
        margin: auto;
        width: auto;
        height: 40px;
    }
}

.content_error {
    margin: 50px auto;
}

.content_error ul {
    list-style: none;
    margin-left: 25px;
}

.content_error ul li {
    margin: 5px 0;
    position: relative;
    text-align: justify;
}

.content_error ul li a {
    text-decoration: none;
    color: #000;
}

.content_error ul li:before {
    position: absolute;
    left: -25px;
    top: 5px;
    background-color: #4971b7;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

/* Custom */

. {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    box-sizing: border-box;
    padding: 20px 94px 20px 104px;
    color: #222;
    border: 6px solid #4971b7;
    background: #55d0e024;
    display: grid;
    margin-bottom: 26px;
    border-radius: 15px;
}

blockquote::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 30px;
    width: 54px;
    height: 54px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #4971b7;
}

blockquote::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 44.85px;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/netcat_template/template/3/img/phone.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.submenu span {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 15px;
    transition: .3s linear;
}

.desktop_nav span {
    text-decoration: none;
    display: block;
    color: #222;
}

.topmenu.menu_dark li span {
    color: #5679b2;
}

.topmenu>li>span {
    font-size: 18px;
}

.topmenu>li>span {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.topmenu.menu_dark>li>span::before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 100%;
    width: 10px;
    height: 10px;
    background: #5679b2;
    border-radius: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: .3s;
}

.topmenu.menu_dark li:hover span::before {
    transform: translate(-50%, 0);
    opacity: 1;
}

.ya-page_js_yes .ya-site-form_inited_no {
    display: none;
}

.b24-widget-button-social-item.b24-widget-button-callback.custom-call {
    display: block;
}

.custom-link-wrap {
    display: none;
}

.b24-widget-button-social .custom-link-wrap {
    display: block;
}

html.bx-ios.bx-ios-fix-frame-focus .b24-widget-button-shadow {
    visibility: visible !important
}

html.bx-ios.bx-ios-fix-frame-focus,
.bx-ios.bx-ios-fix-frame-focus body {
    overflow: hidden !important
}

html.bx-ios.bx-ios-fix-frame-focus {
    overflow: visible !important
}


.city_default,
.city-list {
    margin-top: 20px;
    flex-wrap: wrap;
    display: flex;
    max-height: 100%;
}

.city_default a,
.city-list a {
    font-size: 18px;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
    color: #414141;
}

.hide {
    display: none !important;
}

.city__filter {
    transition: all .2s linear;
    resize: none;
    font-size: 14px;
    padding: 16px 14px;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 20px 0;
}

.city__filter:hover,
.city__filter:focus {
    border-color: #c6d0d7;
}

@media (max-width: 768px) {
    .stages_wrapp .stages_item div {
        text-align: center;
    }

    #cityModal {
        width: 100% !important;
        padding: 10px !important;
    }
}

.article-img {
    float: right;
    width: 40%;
    padding: 10px;
}

@media(max-width: 770px) {
    .article-img {
        width: 100%;
        float: inherit;
    }
}

/* video block */
.video__wrap {
    max-width: 1280px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    min-height: 545px;
    box-shadow: 0px 7px 33px rgb(61 142 194 / 50%), 0px 1.4px 5.3625px rgb(61 142 194 / 25%);
    overflow: hidden;
    height: 272px;
}

.video-content__wrap {
    margin: 60px 0;
    padding: 0 15px;
}

.descr p {
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
    line-height: 24px;
}


.video-item {
    position: relative;
}

.video__preview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.video__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video__preview::after {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: url(/netcat_template/template/3/img/video_preview/play_icon.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    z-index: 4;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.video__preview.active {
    display: none;
}

.player {
    width: 100%;
    height: 100%;
}

.video h2 {
    padding: 0 15px;
}

.video-block-padding-top {
    padding-top: 40px;
}

@media (max-width: 700px) {
    .video__wrap {
        min-height: 400px;
    }

    .video-content__wrap {
        margin-top: 30px;
    }
}

.new-design {
    background: white;
    padding: .5em 0;
}

.new-design .personal_card_img,
.personal_page_text {
    box-shadow: none;
}

.new-design .personal_card_img {
    background: rgba(248, 248, 248, 1);
    border-radius: 5px;
    padding: 0;
}

.new-design .other_links {
    display: flex;
    margin-top: 1em;
}

.new-design .other_links a {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: .5em;
    background-size: contain !important;
}

.new-design .other_links a.pd {
    background: url(/pictures/pd.svg);
}

.new-design .other_links a.pl {
    background: url(/pictures/pl.svg);
}

.new-design .other_links a.n {
    background: url(/pictures/n.svg);
}

.new-design .personal_page_text p,
.new-design .personal_text_name h1 {
    margin: 0;
    margin-bottom: 16px;
}

.new-design .personal_text_position {
    display: flex;
    margin: .5em 0;
}

.new-design .personal_text_position p {
    margin-right: 5em;
    padding-left: 1.75em;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: left center !important;
}

.new-design .personal_text_position p.pos {
    background: url(/pictures/pos.svg);
}

.new-design .personal_text_position p.exp {
    background: url(/pictures/exp.svg);
}

.new-design .personal_buttons {
    margin: .5em 0;
}

.new-design .personal_buttons a {
    max-width: inherit;
}

.personal_button.white {
    background: white;
    color: #1BC768;
    border: 1px solid #1BC768;
}

.new-design .timetable {
    margin: 2em 0;
    width: 100%;
}

.new-design .timetable table {
    width: 100%;
}

.new-design .timetable h3 {
    margin-bottom: 1em;
}

.new-design .timetable tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: .5em 0;
}

.new-design .timetable td:nth-child(2) {
    color: #1BC768;
}

.new-design .timetable td:nth-child(1) {
    position: relative;
    display: flex;
    width: 83%;
}

.new-design .timetable td:nth-child(1)::after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px dotted #1BC768;
}

.new-design .licenses .wrap {
    display: flex;
    margin: 2em 0;
}

.new-design .licenses img {
    width: 24%;
    margin-right: 1%;
}

@media (max-width: 767px) {
    .new-design .personal_buttons a {
        display: block;
        width: 100%;
        margin: 1em 0;
    }

    .new-design .timetable td:nth-child(1) {
        width: 59%;
    }

    .new-design .licenses .wrap {
        overflow-y: scroll;
    }

    .new-design .licenses img {
        margin-right: 10px;
        width: 250px;
    }
}

/*
.swiper-wrapper {
    height: 610px !important;
}
*/
.swiper-slide-active {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.swiper-slide-next {
    /*display: flex !important;*/
    flex-direction: column !important;
    justify-content: flex-end !important;
    /*position: relative;
    bottom: -285px;*/
    z-index: 10;
}

.swiperBLM {
    overflow: hidden !important;
    background-image: url(/netcat_template/template/3/img/bg/block_bg_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.custom {
    position: relative;
}

@media (max-width: 860px) {
    .personal_btn-parent {
        position: relative;
        height: 300px;
    }

    .swiper-slide-next {
        position: static;
    }

    .swiper-horizontal>.swiper-scrollbar {
        bottom: -25px !important;
    }

    .swiper-button-pre,
    .swiper-button-nex {
        display: none;
    }
}

.personal_btn {
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 240px;
    right: 44px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

.swiper-button-pre {
    width: 40px;
    height: 40px;
    background-image: url(/netcat_template/template/3/img/arrow-left.png);
    background-size: cover;
    left: -40px;
    border: none;
    position: absolute;
    z-index: 100;
    /*bottom: 283px;*/
    bottom: 150px;
}

.swiper-button-nex {
    width: 40px;
    height: 40px;
    background-image: url(/netcat_template/template/3/img/arrow-right.png);
    background-size: cover;
    right: -40px;
    border: none;
    position: absolute;
    /*bottom: 283px;*/
    bottom: 150px;
    z-index: 100;
}

.pagination {
    height: 2px;
    margin-top: 15px;
}

.personal_text {
    padding: 40px 30px 30px 0;
    color: #ffffff;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.personal_btn {
    height: 40px;
    position: static;
}

@media (max-width: 520px) {
    .swiper-wrapper {
        height: fit-content !important;
    }
}



/* header new */

@media (max-width: 1450px) {
    .topmenu_number .button {
        font-size: 14px;
    }

    .topmenu_number {
        gap: 2px;
    }

    .ststus {
        font-size: 9px;
    }

    .btn-blue {
        font-size: 14px;
    }
}

.topmenu_number {
    gap: 10px;
}

.topmenu_number_mobile {
    justify-content: center;
    padding: 10px;
}

.mobile_logo1 {
    width: 62px;
    height: 50px;
}

.menu_box.show img {
    width: 62px;
    height: 50px;
}

.menu_box.show .header__lidrekon {
    width: 48px;
    height: 48px;
}

.menu-box-top__wrap {
    display: flex;
    align-items: center;
    padding: 10px 15px 0;
}

.mobile_menu.sticky_menu .button a {
    color: #FFF;
}

.menu_box.show .topmenu_number {
    justify-content: center;
    padding: 0 15px;
}

.menu_box.show .header__search {
    margin-top: 20px;
}

.menu_btn.active {
    top: -22px;
    right: 30px;
}

.mobile_menu.sticky_menu .button {
    color: #fff !important;
}

.social-btn__wrap {
    display: flex;
    gap: 10px;
}

.vk-btn {
    background-color: #07F;
    padding: 6px !important;
    width: 48px;
    height: 48px;
}

.vk-btn img {
    width: 36px;
    height: 36px;
}

.vk-btn:hover {
    background: #07F;
}

.sub-subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    max-width: 494px;
    margin-bottom: 45px;
    padding-left: 10px;
    position: relative;
}

.sub-subtitle::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #fff;
}

.nav-dark li a, .nav-dark li span {
    color: #5679b2;
}

.new-menu-dark {
    flex-direction: row !important;
}

.dark_burger.menu_btn>span, .dark_burger.menu_btn>span::before, .dark_burger.menu_btn>span::after {
    background-color: #5679b2 !important;
}

.dark_burger .menu_btn {
    top: 40px;
}

.footer-social__link .tlg-btn {
    margin-left: 0;
}


@media (max-width: 377px) {
    .menu_btn.active {
        top: -44px;

    }
}

@media (max-width: 400px) {
    .topmenu_number_mobile .btn-blue {
        padding: 16px 10px !important;
    }

    .topmenu_number .button {
        padding: 8px 10px;
        height: 100%;
        min-height: 49px;
        display: block;
    }

    .menu-box-top__wrap .menu_link_name {
        font-size: 14px !important;
    }

    .btn-blue {
        padding: 16px 10px !important;
    }
}

@media (max-width: 1300px) {
    .callback_modal h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .callback_modal .button {
        font-size: 16px;
    }

    .callback_modal {
        padding: 25px;
    }

    .callback_modal form {
        margin-top: 15px;
    }

    #orderModal .button {
        margin-top: 15px;
    }

}

@media (max-width: 970px) {
    .callback_modal {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .callback_modal {
        width: 100%;
    }
}

.header__plashka.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-animation: headerAnimtion .3s linear;
    animation: headerAnimtion .3s linear;
}

.header__plashka {
    text-align: center;
    background: #ff2200;
    color: #fff;
}

@media (max-width: 992px) {
    .header__plashka {
        display: none;
    }
}

.text-left {
    text-align: left;
}

/* правка слайдера */
.licences_item.slick-slide {
    margin: 0 10px;
}

.licences_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* --------------- */
/*
.price_fork_item-h3 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    margin-left: 15%;
}
*/
.price_fork_item-h3 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.content__step-title-h2 {
    color: #0C56C0;
    margin-bottom: 75px;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}











.block {
    width: 90%;
    /* height: 100px; */
    margin: 0 auto;
    display: flex;
    color: #fff;
    /* padding: 1rem; */
    box-sizing: border-box;
    position: relative;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #3485bb;
    /* border-radius: 50px; */
    /* width: 1044px; */
    /* height: 262px; */
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    /* background: #fff; */
    border-radius: 50px;
    /* background: url(/div.text_block_bg.png); */
    /* background-size: auto; */
    /* background-position: -53px 228px; */
    /* border-radius: 10px; */
    /* transform: perspective(353px) rotateX(0deg); */
    transform: skew(-20deg);
    background: url(/form_png.png);
    background-position: center;
}

.form-block__modal {
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-block-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #3485bb;
}

.form-block-descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: rgba(51, 51, 51, 0.8);
}

.form-block__modals {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.form-block__a {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 2px solid #3485bb;
    border-radius: 50px;
    padding: 10px 30px;
    display: flex;
    gap: 5px;
    /* width: 263px; */
    font-weight: 500;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: rgba(52, 133, 187, 0.9);
    /* display: flex; */
    flex-direction: column;
}

.form-block__a_small {
    font-size: 14px;
    font-weight: 500;
}

.form-block__button {
    background: #1bc768;
    border-radius: 50px;
    padding: 12px 39px;
    /* width: 210px; */
    /* height: 69px; */
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}






.order_block_text {
    position: relative;
    padding: 35px;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.order_block_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    transform: skew(-15deg);
    background-position: center;
}

.order_block_text p {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: none;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.order_block_text .white_block {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: #4971b7;
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}




.order_block_text a {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 5px;
}



.order_block p {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.new_button {
    background: #1bc768;
    border-radius: 50px;
    padding: 12px 39px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}



.form_items2 {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
}

.form_items2 p {
    font-weight: 400;
    font-size: 10px;
    max-width: 200px;
    display: flex;
    text-align: left;
    margin-bottom: 0;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.65);
    justify-content: flex-start;
}

.checked_article {
    margin: 36px;
}

.checart-element_wrapper {
    gap: 10px;
}

@media (max-width: 700px) {
    .form-block__modal {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 30px 20px;
        margin: 20px 0;
    }

    .block::before {
        content: none;
    }

    .form-block__modals {
        flex-direction: column;
    }

    .checked_article-wrapper {
        gap: 20px;
        flex-direction: column;
    }

    .checked_article-element.checart-element {
        gap: 10px;
        flex-direction: column;
    }

    .checked_article {
        margin: 6px;
    }

    .order_block_text {
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .order_block_text .white_block {
        font-size: 16px;
    }

    .order_block_text p {
        font-size: 18px;
    }

    .order_block_text::before {
        content: none;
    }

    .form_items2 {
        flex-direction: column;
    }

    .form_items2 p {
        max-width: 100%;
        margin: 0;
    }

    .order_input {
        width: 100%;
    }

    .order button.new_button {
        max-width: 100%;
        width: 100%;
    }

    .form-block__a {
        align-items: center;
    }
}

.text_block_bg {
    margin: 100px auto 100px auto;
}

.reviews .reviews_item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: auto;
}

.reviews .slick-track {
    display: flex;
}


.questions_item .head::after {
    content: url('/netcat_template/template/3/img/icons/icons_faq.svg');
    width: 13px;
    height: 14px;
}
.questions_item .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questions_item.gradient .head::after {
    rotate: 180deg;
}

@media(max-width: 980px) {
.reviews .slick-arrow {
    display: none;
}
}
@media(max-width: 1500px) {
.footer_content.grid {
    padding: 0px 0 40px 0;
    display: flex;
    justify-content: space-between;
}
}
@media(max-width: 1280px) {
.footer__flex-container {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
}
@media(max-width: 680px) {
.footer_content.grid {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 20px;
    margin-bottom: 0px;
}
}

.articles-block .swiperArticle {
    overflow: hidden;
}

.articles-block .swiperArticle .article {
    height: auto;
}

.articles-block .swiperArticle .article__item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.articles-block .swiperArticle .article__image a {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.articles-block .swiperArticle .article__image img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.articles-block .swiper-button-pre, .articles-block .swiper-button-nex {
    bottom: 40%;
}

.reviews .slick-dotted.slick-slider {
    margin-bottom: 10px;
}
.reviews .slick-dots {
    position: relative;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.questions {
    margin-bottom: 50px;
}


.grid-container__footer a {
    color: #fff;
    text-decoration: none;
}
.footer-block__content.content-red {
    background-color: #FF2200;
    padding: 10px 10px;
}

.footer_info-additional-new.additional-gradient {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    background: linear-gradient(90.01deg, #00C4F0 0.01%, #0074B6 61.84%, #005CA6 106.61%);
}

.grid-container__footer  {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    row-gap: 40px;
    0 0px 0px 30px

}

@media (min-width: 1280px) {
.footer__flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
}


.footer__flex-container .flex-container__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 230px;
    row-gap: 10px;
}
@media (min-width: 1500px) {
.footer_content.grid {
    display: grid;
    grid-template-columns: 55% 10% 45%;
    margin-bottom: 20px;
}
}

.footer_content.grid .item__social.social-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
}

.footer_content.grid .flex-icons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    column-gap: 5px;
}

.flex-container__item .picture-payment {
    border-radius: 10px;
}

.form-block {
    margin: 100px auto;
}


.header__conteiner-flex {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 15px;
    column-gap: 10px;
}

.menu_link__header {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
}

.menu-mobile-header_social_icons .social_icons {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 10px;
}

.menu-mobile-header_social_icons .social_icons .social__buttom a img {
    height: 35px;
    width: 35px;
}

.menu-mobile-header_social_icons {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    color: #fff;
    padding: 20px 0;
}