*,
.aktsii_text {
    font-family: Gilroy
}

.article a,
.banner span,
.doc-tags p span,
.exp,
.header_button:hover a,
.menu a:hover,
.menu_item:hover,
.text a,
i {
    color: #00a6c0
}

.doc-education ul li::before,
.doc-tags p {
    background-size: 16px;
    background-repeat: no-repeat
}

.content,
.menu {
    font-size: 18px;
    width: 100%
}

.exp,
.menu li {
    position: relative
}

.menu,
.submenu_list>li {
    z-index: 75
}

.article-list,
.content,
.drug-page .info .left img,
.menu,
.menu a,
.menu_wrapp,
.page_bg,
.tabs_item img {
    width: 100%
}

.sticky_menu,
.sticky_menu .mobile_menu,
.submenu_list,
.submenu_list li:hover {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1)
}

*,
.banner_buttons_callback,
.banner_buttons_order,
.banner_feedback a,
.menu a,
.reviews_links a {
    text-decoration: none;
    border: none;
}

.banner_buttons_callback,
.banner_buttons_order {
    border: 1px solid #00A6C0;
}

.articles_item_link:hover,
.reviews_links a:hover,
.text a:hover {
    text-decoration: underline
}

*,
.contraindication,
.cookie__warning {
    box-sizing: border-box
}

.menu_box,
.popup {
    visibility: hidden
}

#thumbs,
.panel,
.tab,
html.lock {
    overflow: hidden
}

@font-face {
    font-family: Gilroy;
    src: url(/good_narkolog/assets/fonts/gilroy/gilroy-regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

* {
    padding: 0;
    margin: 0;
    outline-width: 0
}

.rev-form .order_form_button:disabled {
    opacity: .3;
    background: #333
}

[contenteditable],
input[type=text],
textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.new-doc .doc-title h1 {
    text-align: center;
    margin: 2em 0
}

.new-doc .doc-title {
    background-image: url(/docbg.jpg);
    margin-top: 4rem;
    padding: 2em 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff
}

.footer_info_contacts a,
.header_button a,
.new-doc .doc-title a {
    color: #fff
}

.main-text .right,
.new-doc .content .left {
    width: 30%
}

.main-text .left,
.new-doc .content .right {
    width: 65%
}

.new-doc .content .doc-photo img {
    border-radius: 10px;
    width: 100%
}

.new-doc .main-content {
    margin-top: 2em;
    display: flex;
    justify-content: space-between
}

.exp {
    text-transform: uppercase;
    display: flex;
    margin-bottom: 1em
}

.exp::before {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background: #00a6c0;
    margin-right: 8px
}

.doc-education ul li,
.doc-tags {
    display: flex;
    margin: 1em 0
}

.doc-tags p {
    padding-left: 24px;
    background-position: left center
}

.doc-tags .doc-prof {
    margin-right: 2em;
    background-image: url(/doc1.svg)
}

.doc-tags .doc-cat {
    background-image: url(/doc2.svg)
}

.new-doc .personal_page_links {
    text-align: left;
    margin-bottom: 3em
}

.new-doc .subtitle {
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 700;
    margin: 1em 0
}

.doc-timetable ul {
    list-style: none;
    margin: 1em 0
}

.doc-timetable ul li {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
    border-bottom: 1px solid #e9e9e9
}

.doc-timetable ul li:first-child {
    border-top: 1px solid #e9e9e9
}

.doc-timetable ul li p span {
    color: #00a6c0;
    font-weight: 700
}

.doc-timetable {
    margin-bottom: 3em
}

.article_text ul,
.doc-education ul,
.menu_box ul,
.text ul {
    list-style: none
}

.doc-education ul li::before {
    background-image: url(/ok.svg) !important;
    background-position: center;
    content: "";
    padding-left: 16px;
    display: block;
    width: 16px;
    height: 16px
}

.doc-heal {
    background: #f6f6f6;
    margin: 4em 0;
    padding: 2em;
    border-radius: 10px
}

.menu_wrapp,
.submenu_list,
.submenu_list>li {
    background-color: #fff
}

.doc-heal .subtitle {
    margin-top: 0
}

.doc-heal ol {
    list-style: none !important
}

.doc-heal ol li {
    counter-increment: inst;
    display: flex;
    align-items: center;
    margin: 1em 0
}

.doc-heal ol li::before {
    content: counter(inst, decimal-leading-zero);
    margin-right: 20px;
    background: #00a6c0;
    border-radius: 50%;
    color: #fff;
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:768px) {
    .main-content {
        flex-wrap: wrap
    }

    .new-doc .content .left,
    .new-doc .content .right {
        width: 100%
    }

    .new-doc .content .left {
        margin-bottom: 1em
    }

    .doc-tags,
    .new-doc .personal_page_links {
        flex-direction: column
    }

    .new-doc .personal_page_links a {
        width: 100%;
        height: 3em;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .doc-tags p {
        margin: .5em 0
    }
}

.articles h1,
.service_pages_tittle h1,
h2 {
    font-size: 34px;
    color: #2d2d2d;
    text-align: center
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.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(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

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

.my-mfp-slide-bottom.mfp-ready.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

#menu_toggle,
.my-mfp-slide-bottom.mfp-removing.mfp-bg,
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .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)
}

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

#hiddenInput,
.drug-page .info .mob,
.hidden,
.mobile_menu,
.personal_item .description__doctor-item,
.personal_item .vuz__doctor-item,
.slick-next:before,
.slick-prev:before {
    display: none
}

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

.ellipse {
    background-repeat: no-repeat
}

.content {
    max-width: 1290px;
    margin: auto
}

.menu {
    max-width: 1390px;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu .logo img {
    width: 100px
}

.menu li {
    list-style: none;
    padding: 0 5px
}

.header__right {
    display: flex;
    align-items: center
}

.menu a {
    color: #000;
    white-space: nowrap;
    font-size: 14px
}

.menu>li {
    margin: 0 30px 0 0
}

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

.submenu_list {
    position: absolute;
    flex-wrap: wrap;
    left: 0;
    top: 20px;
    padding: 10px;
    display: none;
    min-width: 700px;
    border-radius: 10px;
    color: #000;
    z-index: 75;
    font-size: 15px
}

.submenu_list li {
    flex: 0 1 50%
}

.submenu_list li:hover {
    border-radius: 10px;
    background-color: #00a6c0
}

.submenu_list li:hover a {
    color: #fff !important
}

.submenu_link {
    display: inline-block;
    padding: 5px 10px
}

.sub-submenu_list {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0 0 0 5px;
    min-width: 300px;
    display: none
}

#thumbs,
.banner {
    display: inline-flex
}

.sub-submenu_list li {
    background: red
}

.mfp-content .callback_modal,
.submenu_list>li:hover .submenu_list {
    display: block
}

.menu_list>li:hover .submenu_list {
    display: block;
    display: flex
}

.menu i {
    padding: 0 7px
}

.menu_wrapp {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000
}

.banner_advantages_item,
.banner_advantages_item i {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 10px
}

.banner_h1 {
    text-align: left;
    font-weight: 700;
    font-size: 38px;
    line-height: 45.6px;
    letter-spacing: 0%;
}

.banner_advantages_item div {
    padding: 27px 35px 27px 0;
}

.banner {
    margin: 140px auto 50px 140px
}

.banner_text {
    margin-bottom: 90px
}

.banner_title h1 {
    font-weight: 700;
    width: 750px;
    line-height: 40px;
    margin-bottom: 35px;
    font-size: 37px
}

.banner_advantages,
.banner_buttons,
.map h2 {
    margin-bottom: 50px
}

.banner_advantages {
    color: #7c7c7c;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: repeat(2, 1fr)
}

.banner_advantages_item {
    display: flex;
    align-items: center;
    padding: 0 0 0 65px;
    position: relative;
    height: 75px
}


.banner_advantages_item img {
    padding: 15px;
    width: 60px;
    position: absolute;
    background: white;
    left: -12px;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.rotated_img {
    transform: rotate(8deg);
}

.rotated_img_second {
    transform: rotate(-8deg);
}

.banner_img,
.stages_item i,
.text ol>li::before {
    position: absolute
}

.banner_advantages_item i {
    position: absolute;
    font-size: 35px;
    left: -10px;
    top: 10px;
    padding: 10px
}

.tabs li,
.tabs_item {
    box-shadow: 2px 2px 22px rgba(0, 0, 0, .1);
    cursor: pointer
}

.banner_advantages_item:first-child {
    margin: 0 15px 10px 10px
}

.banner_advantages_item:nth-child(2) {
    margin: 0 0 10px 15px;
    max-width: 250px;
    width: 100%
}

.banner_advantages_item:nth-child(3) {
    margin: 10px 15px 10px 10px
}

.banner_advantages_item:nth-child(4) {
    margin: 10px 10px 10px 15px;
    max-width: 330px
}

.banner_advantages div:first-child i,
.banner_advantages div:nth-child(4) i {
    transform: rotate(-5deg)
}

.banner_advantages div:nth-child(2) i,
.banner_advantages div:nth-child(3) i {
    transform: rotate(5deg)
}

.banner_buttons_order {
    padding: 15px 38px;
    background-color: #00a6c0;
    border-radius: 10px;
    color: #fff
}

.article,
.tabs li,
.tabs_item {
    background: #fff
}

.banner_buttons_order:hover {
    background-color: #0099b0;
    border: 2px solid #00a6c0;
    color: #fff
}

.banner_buttons_callback {
    padding: 14px 39px;
    border: 2px solid #00a6c0;
    border-radius: 10px;
    color: #00a6c0;
    margin-left: 15px;
    background: #fff
}

.banner_buttons_callback:hover {
    background-color: #00a6c0;
    color: #fff
}

.banner_feedback {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    background: #0099b0;
    padding: 20px;
    border-radius: 20px;
}

.banner_feedback p {
    margin-right: 25px
}

.banner_feedback a {
    padding: 0 10px;
    font-size: 26px
}

.banner_img {
    top: 35px;
    right: -110px
}

.banner_img img {
    height: 650px
}

.licences_page,
.photogallery_page,
.tabs_head {
    margin: 0 auto
}

.tabs_head .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.tabs li {
    display: inline-block;
    text-align: center;
    color: #000;
    border-radius: 10px;
    padding: 20px 30px
}

.tabs li:hover {
    background: #2d2d2d;
    color: #fff
}

.tab button.active,
.tabs li.active {
    background-color: #2d2d2d;
    border-radius: 10px;
    padding: 20px 40px;
    color: #fff
}

.tabs_body {
    margin-top: 40px
}

.tabs_wrap:not(.active) {
    visibility: hidden;
    height: 0
}

#mobile .panel,
.header__center-caption,
.tabs_wrap.active {
    display: flex
}

.tabs_item {
    border-radius: 20px;
    padding: 25px;
    max-width: 275px;
    width: 100%;
    margin: auto;
    height: 540px;
    display: grid;
    grid-template-rows: repeat(3, 1fr)
}

.tabs_item:hover {
    box-shadow: 2px 2px 22px rgba(0, 0, 0, .3);
    transition: 1s
}

.tabs_item p {
    padding-left: 5px;
    color: #2d2d2d
}

.tabs_item p:nth-child(2) {
    font-size: 21px;
    margin: 25px 0 15px
}

.tabs_item p:nth-child(3) {
    font-size: 17px;
    color: #7c7c7c;
    margin: 15px 0 35px
}

.tabs_item p:nth-child(4) {
    font-size: 21px;
    color: #00a6c0;
    font-weight: 700
}

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

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
    padding: 20px 40px
}

.tab button:hover {
    background-color: #ddd;
    border-radius: 10px;
    padding: 20px 40px;
    color: #000;
    transition: .5s
}

.tab_content {
    display: none;
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.tab_content table {
    width: 100%;
    color: #000;
    font-size: 16px;
    border: 2px solid rgba(0, 166, 192, .15);
    border-radius: 10px;
    z-index: 100
}

.article,
.article_text img,
.stages_item,
.stages_item i {
    border-radius: 20px
}

.price_table table tbody td,
.tab_content table tbody td,
.tabs_wrap table tbody td {
    border-bottom: 2px solid rgba(0, 166, 192, .15)
}

.price_table table tbody tr th:first-child,
.tab_content table tbody tr th:first-child,
.tabs_wrap table tbody tr th:first-child {
    width: 80%;
    padding: 20px 0 20px 25px
}

.price_table table tbody tr th:nth-child(2),
.tab_content table tbody tr th:nth-child(2),
.tabs_wrap table tbody tr th:nth-child(2) {
    width: 20%;
    padding: 20px 35px 20px 0
}

.tab_content table tr td:first-child {
    text-align: start;
    padding: 20px 35px 20px 15px
}

.tab_content table tr td:nth-child(2),
.tabs_wrap table tr td:nth-child(2) {
    text-align: end;
    padding: 20px 35px 20px 0;
    font-weight: 700
}

.price_table table tbody tr:last-child td,
.tab_content table tbody tr:last-child td,
.tabs_wrap table tbody tr:last-child td {
    border-bottom: none
}

.stages {
    margin: 75px auto 0;
    max-width: 1000px;
    width: 100%
}

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

.stages_item {
    color: #7c7c7c;
    max-width: 270px;
    box-shadow: 2px 2px 22px rgb(0 0 0 / 10%);
    text-align: center;
    position: relative;
    margin: 25px;
    font-size: 15px;
    padding: 50px 25px 15px;
    transition: .5s;
    background-color: #fff
}

.stages_item i {
    font-size: 40px;
    color: #fff;
    padding: 15px;
    background-color: #00a6c0;
    top: -35px;
    left: 37%
}

#yandex_map,
.guarantees_item,
.map,
.reviews_item,
.text blockquote {
    position: relative
}

.stages_wrapp .stages_item:nth-child(odd) i {
    transform: rotate(5deg);
    transition: .5s
}

.stages_wrapp .stages_item:nth-child(2n) i {
    transform: rotate(-5deg);
    transition: .5s
}

.guarantees_item:hover,
.stages_item:hover {
    cursor: pointer;
    transform: scale(1.03);
    transition: .5s;
    box-shadow: 2.23529px 2.23529px 22.3529px rgb(0 0 0 / 30%)
}

.stages_item:first-child:hover i,
.stages_item:nth-child(2):hover i,
.stages_item:nth-child(3):hover i,
.stages_item:nth-child(4):hover i,
.stages_item:nth-child(5):hover i,
.stages_item:nth-child(6):hover i {
    transform: rotate(0);
    transition: .5s
}

.article {
    margin-top: 40px;
    padding: 30px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .1)
}

.article_text img {
    float: left;
    margin: 25px 25px 0 0
}

.article_text a,
.personal_head_info a {
    color: #00a6c0;
    text-decoration: none
}

.autor_link {
    margin-top: 15px;
    color: #00a6c0
}

.article_text h2 {
    text-align: center;
    font-size: 31px;
    color: #000;
    line-height: 40px;
    margin-top: 25px
}

.article_text h3,
.text h3 {
    font-size: 24px;
    margin: 25px 0
}

.article_text h4 {
    margin-top: 10px
}

.article_text p,
.footer_info_links,
.text p {
    margin-top: 25px
}

.article_text ul li:before,
.text ul li:before {
    display: inline-flex;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00a6c0;
    margin: 15px
}

.article_text ol>li::before,
.text ol>li::before {
    border-radius: 50%;
    color: #fff;
    content: counter(wslist1);
    counter-increment: wslist1;
    height: 16px;
    left: -40px;
    line-height: 16px;
    padding: 3px;
    transition: .3s;
    width: 17px;
    top: 0;
    background: #00a6c0
}

.article_text ol,
.text ol {
    display: block;
    counter-reset: wslist1;
    list-style: none;
    margin-top: 20px
}

.text blockquote,
.text ol>li::before {
    display: inline-block;
    text-align: center
}

.article_text ol>li,
.text ol>li {
    margin: 0 0 1em 3em;
    position: relative
}

.article_text ol>li::before {
    display: inline-block;
    margin-right: 10px;
    text-align: center
}

.article_text table {
  margin: 15px 0;
  width: 100%;
  border-collapse: collapse;
}

.article_text th, td {
  padding: 9px;
  border: 1px solid #00a6c0;
}

.licences {
    margin: 75px auto;
}

.licences_item {
    max-width: 430px;
    margin: 0 50px
}

.licences_item img {
    width: 250px;
    transition: .5s;
    margin: 0 auto
}

.text {
    max-width: 1140px;
    width: 100%;
    margin: 50px auto 100px
}

.order,
.order_text {
    margin: auto;
    width: 100%
}

.text h2 {
    text-align: left;
    font-size: 32px;
    color: #00a6c0;
    line-height: 40px;
    margin-top: 25px
}

.text a:hover {
    color: #045d6b
}

.text blockquote {
    margin: 20px auto;
    padding: 0 30px 25px 15px;
    -webkit-background-size: 32px auto;
    border: 3px solid #00a6c0;
    border-right: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    background: 0 0
}

.guarantees_item,
.order {
    box-shadow: 2.23529px 2.23529px 22.3529px rgba(0, 0, 0, .1)
}

.text blockquote:before {
    content: "\0021";
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #00a6c0;
    width: 30px;
    height: 100%;
    font-size: 50px;
    line-height: 1.35;
    text-align: center
}

.order {
    max-width: 1210px;
    padding: 30px;
    background-color: #00a6c0;
    border-radius: 20px
}

.order_wrapp {
    display: grid;
    grid-template-columns: 80% 20%
}

.order_text {
    color: #fff
}

.order_text p:first-child {
    font-size: 40px;
    font-weight: 700
}

.order_text p:nth-child(2) {
    font-size: 19px;
    font-weight: 700;
    margin: 15px 0
}

.order_text p:nth-child(3) {
    font-size: 14px
}

.order_form_name,
.order_form_phone {
    background: #fafafa;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 12px;
    font-size: 17px
}

.city_block,
.order_form_name {
    margin: 10px 0
}

.order_form_phone {
    margin-bottom: 15px
}

.order_form_button {
    border-radius: 10px;
    padding: 15px;
    background: #2d2d2d;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 17px
}

.order_form_button:hover {
    background: #000
}

@media screen and (max-width:426px) {
    .photogallery_bg {
        background-image: none
    }
}

.accordion,
.personal_head {
    background: #fff;
    width: 100%
}

.guarantees,
.photogallery {
    margin: 75px auto 50px
}

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

.licences_page_wrapp a,
.photogalery_wrapp a {
    transition: .5s;
    margin: auto
}

.photogalery_wrapp img {
    margin: 25px auto;
    max-width: 300px;
    width: 100%;
    transition: .5s;
    border-radius: 20px;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, .1))
}

.photogalery_wrapp img:hover {
    transform: scale(1.025);
    box-shadow: 2px 2px 22px rgb(0 0 0 / 30%);
    transition: .5s
}

#thumbs {
    max-width: 1280px;
    width: 100%;
    margin-top: -100px
}

#thumbs img {
    background-color: #fff;
    cursor: pointer;
    margin-right: 6px
}

#description,
.personal_page_info {
    bottom: 0;
    padding: 10px 20px;
    color: #2d2d2d;
    text-align: justify
}

#description p,
.personal_page_info p {
    margin: 5px 0 10px
}

#description p:first-child,
#description p:nth-child(3),
#description p:nth-child(5),
.personal_page_info p:first-child,
.personal_page_info p:nth-child(3),
.personal_page_info p:nth-child(5) {
    font-size: 14px;
    color: #7c7c7c
}

#description p:nth-child(2),
#description p:nth-child(4),
.personal_page_info p:nth-child(2),
.personal_page_info p:nth-child(4) {
    margin-bottom: 25px
}

#description p:nth-child(2),
.personal_page_info p:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    color: #2d2d2d
}

#personal {
    margin-bottom: 100px
}

.personal_item {
    display: block;
    text-align: center;
    margin: auto;
    z-index: 25
}

.personal_item img {
    width: 200px;
    margin-bottom: 20px
}

.guarantees_wrapper {
    width: 100%;
    height: 800px
}

.guarantees_wrapp {
    max-width: 1140px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin: 30px auto
}

.guarantees_item {
    border-radius: 20px;
    padding: 35px 25px 25px 125px;
    margin: 20px;
    font-size: 18px;
    transition: .5s;
    background-color: #fff
}

.guarantees_item i {
    position: absolute;
    font-size: 60px;
    left: 30px;
    bottom: 20px
}

.personal_wrap {
    max-width: 1180px;
    width: 100%;
    margin: 50px auto
}

#panel,
.personal_head {
    max-width: 1080px;
    margin: auto;
    box-shadow: 2px 2px 22px rgba(0, 0, 0, .1)
}

.personal_head {
    padding: 30px;
    border-radius: 20px
}

.personal_item p:nth-child(2) {
    color: #7c7c7c;
    font-size: 13px
}

.personal_item p:nth-child(3) {
    color: #2d2d2d;
    font-size: 15px;
    margin-top: 10px
}

.qoa,
.reviews {
    margin-top: 75px
}

.qoa_wrap {
    margin-top: 35px
}

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

.accordion:hover {
    text-shadow: 2px 2px 22px rgba(0, 0, 0, .3)
}

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

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

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

.qoa-text-item .panel {
    display: none;
    transition: .3s ease-in-out
}

.qoa-text-item.active_block .panel {
    display: inline-table;
    transition: .3s ease-in-out
}

.panel {
    padding: 0 18px;
    color: #7c7c7c;
    font-size: 16px;
    background: 0 0;
    max-height: 0;
    transition: max-height .3s ease-out;
    border-radius: 10px
}

.footer_order,
.map_info,
.reviews_item {
    border-radius: 20px
}

.reviews_wrapp {
    margin-top: 70px;
    display: flex;
    justify-content: space-evenly
}

.reviews_item {
    padding: 35px;
    border-radius: 20px;
    box-shadow: 2px 2px 22px rgba(0, 0, 0, .1);
}

.footer,
.map {
    margin-top: 50px
}

.reviews_item i,
.reviews_page_item i {
    position: absolute;
    top: -40px;
    right: 40px;
    font-size: 75px
}

.reviews_item p:nth-child(2) {
    color: rgba(0, 166, 192, 1);
    padding: 16px 9px;
    background-color: rgba(0, 166, 192, 0.1);
    font-size: 14px;
    border-radius: 20px;
    width: max-content;
    text-align: left;
    margin-bottom: 20px;
}

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

.reviews_item p:nth-child(4),
.reviews_page_item p:nth-child(4) {
    margin: 20px auto
}

.reviews_item a,
.reviews_page_item a {
    font-size: 14px;
    color: #00a6c0
}

.article-list__title,
.drug-page h1,
.drugs-page h1,
.reviews_links {
    text-align: center
}

.reviews_links a {
    font-size: 17px;
    color: #00a6c0
}

#yandex_map {
    height: 550px
}

.map_info {
    position: absolute;
    background-color: #00a6c0;
    color: #fff;
    z-index: 75;
    width: 340px;
    top: 30%;
    left: 10%;
    text-align: left;
    padding-left: 10px
}

#panel,
.menu_btn {
    position: relative
}

.map_info p {
    padding-left: 25px
}

.map_info p:first-child {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 50px;
    font-weight: 700
}

.map_info p:nth-child(2),
.map_info p:nth-child(3),
.map_info p:nth-child(4),
.map_info p:nth-child(5) {
    font-size: 19px;
    margin-bottom: 15px
}

.map_info p:nth-child(5) a {
    text-decoration: underline;
    color: #fff
}

.bullets a,
.footer_button,
.footer_info_links a,
.header_button_order,
.map_info a,
.map_info p:nth-child(5) a:hover,
.menu_item,
.price_button {
    text-decoration: none
}

.map_info a {
    color: #fff
}

.map_info i {
    color: #fff;
    font-size: 20px;
    padding-right: 10px
}

.footer {
    padding: 40px;
    background-color: #2d2d2d
}

.footer img {
    width: 150px;
    margin-bottom: 25px
}

.footer_sections {
    margin-right: 50px
}

.footer_sections p {
    font-size: 21px;
    font-weight: 700;
    color: #00a6c0
}

.footer_sections p:not(:first-child) {
    padding-top: 20px;
}

.footer_sections ul {
    margin-top: 15px;
    column-count: 2;
    list-style: none
}

.footer_sections ul li a {
    font-size: 14px;
    color: #fff;
    list-style: none;
    padding: 10px 0
}

.footer_wrapper {
    max-width: 1290px;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 60% 20%
}

.footer_order {
    height: max-content;
    background: #fff;
    padding: 25px;
    margin-left: 15px
}

.photogallery_bg,
.tabs_bg {
    background-position: top left
}

.footer_order p:first-child {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 35px
}

.footer_order p:nth-child(5) {
    font-size: 13px
}

.footer_order form input {
    border: 2px solid #7c7c7c52;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 245px;
    height: 40px;
    padding: 15px;
    font-size: 16px
}

.footer_order form input:nth-child(2) {
    margin: 0 5px
}

.footer_button {
    padding: 15px 40px;
    background-color: #2d2d2d;
    border-radius: 10px;
    color: #fff;
    border: none !important;
    margin-top: 35px;
    max-width: 275px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer
}

#mobile .accordion,
.footer_info p,
.menu_section_name {
    color: #00a6c0;
    font-weight: 700
}

.footer_button:hover {
    background-color: #000
}

.footer_info {
    margin-left: 50px
}

.footer_info p {
    font-size: 21px;
    padding-top: 15px
}

.footer_info_contacts ul {
    list-style: none;
}

.footer_info_contacts ul li {
    list-style: none;
    padding: 5px 0
}

.footer_info i {
    color: #fff;
    padding-right: 10px
}

.footer_info_links i {
    color: #fff;
    font-size: 40px
}

.footer_agreement {
    font-size: 13px;
    margin-top: 25px
}

.personal {
    margin-top: 50px;
    width: 100%
}

#panel {
    width: 100%;
    padding: 40px 40px 175px;
    border-radius: 20px;
    background: #fff;
    display: flex
}

#panel img,
.personal_head_info img {
    float: left;
    padding-right: 30px
}

.personal_head_info p:nth-child(2) {
    color: #7c7c7c;
    margin: 25px 0 0
}

.personal_head_info p:nth-child(3) {
    color: #2d2d2d;
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: 700
}

.personal_head_info p:nth-child(4),
.personal_head_info p:nth-child(6) {
    color: #7c7c7c;
    margin: 25px 0 5px
}

.personal_head_info p:nth-child(7) {
    margin: 0 0 25px
}

.personal_body {
    max-width: 1280px;
    width: 100%;
    display: inline-flex
}

#personal h2 {
    margin-bottom: 40px
}

#yandex_map,
.ymaps-2-1-78-inner-panes,
.ymaps-2-1-78-map.ymaps-2-1-78-i-ua_js_yes.ymaps-2-1-78-map-bg.ymaps-2-1-78-islets_map-lang-ru {
    border-radius: 20px !important
}

#mobile .accordion {
    display: flex;
    justify-content: center;
    background: 0 0;
    cursor: pointer;
    width: auto;
    border: none;
    text-align: left;
    outline: 0;
    transition: .5s;
    padding: 3px 0 3px 25px;
    outline-width: 0 !important;
    position: relative;
    font-size: 19px
}

#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: 700;
    float: right;
    margin-left: 5px
}

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

.menu_section_name {
    font-size: 19px;
    margin: 25px 0 15px 25px
}

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

.menu_btn,
.mobile-phone a i {
    margin-right: 10px
}

.menu_link_name i {
    margin-right: 20px;
    font-size: 28px
}

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

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

.mobile-phone {
    padding: 12px;
    text-align: center;
    display: none
}

.mobile-phone a {
    font-size: 22px
}

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

.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: block;
    position: fixed;
    text-align: left;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: #fff;
    z-index: 1000;
    overflow-x: hidden
}

.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: #333;
    font-size: 18px
}

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

#snow-container,
.callback_modal {
    position: relative
}

.hidden_overflow {
    overflow: hidden !important
}

#contacts.banner {
    margin: 80px auto 0 140px
}

#contacts.banner .banner_advantages {
    grid-template-columns: 40% 60%;
    grid-template-rows: repeat(2, 1fr);
    margin-bottom: 25px
}

#contacts.banner .banner_advantages_item {
    display: flex;
    align-items: center;
    padding: 15px 5px 15px 80px
}

#contacts.banner .banner_buttons {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#contacts.banner .banner_advantages_item i {
    font-size: 25px
}

#contacts.banner .banner_advantages_item:nth-child(2) {
    margin: 0 0 10px 15px;
    max-width: 235px;
    width: 100%
}

.contatcs_soc i {
    font-size: 35px;
    margin-right: 15px
}

#ya_map {
    height: 230px
}

.banner_subtitle {
    margin-bottom: 35px
}

.tabs_wrap table {
    width: 100%;
    color: #000;
    font-size: 14px;
    border: 2px solid rgba(0, 166, 192, .15);
    border-radius: 10px;
    background-color: #fff
}

.tabs_wrap table tr td:first-child {
    text-align: start;
    padding: 20px 0 20px 15px
}

.reviews_page_wrapp {
    margin-top: 70px;
    max-width: 1290px;
    width: 100%;
    display: grid
}

.reviews_page_item {
    padding: 35px;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 20px;
    margin: 25px 0;
    position: relative
}

.reviews_page_item p:nth-child(2) {
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 10px
}

.reviews_page_item p:nth-child(3) {
    font-size: 21px;
    font-weight: 700
}

.licences_page_wrapp {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.licences_page_wrapp img {
    margin: 25px auto;
    max-width: 300px;
    width: 100%;
    transition: .5s;
    border-radius: 20px;
    filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, .1))
}

.mobile_menu_wrapper .panel ul {
    margin-left: 20px
}

.mobile_menu_wrapper .panel ul li {
    padding: 25px 0 25px 25px;
    font-size: 20px
}

.mobile_menu_wrapper .panel ul li a,
.video span {
    color: #2d2d2d
}

.callback_modal {
    width: 35%;
    margin: auto;
    background: url(/netcat_template/template/3/img/bg.png) #fff;
    color: #000;
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    display: none
}

@media screen and (max-width:426px) {

    .reviews_wrapp .slick-prev.slick-arrow,
    .text ol>li:before {
        left: -30px
    }

    .content {
        max-width: 375px;
        width: 100%;
        font-size: 16px;
        margin: 0 auto
    }

    h2 {
        font-size: 30px
    }

    .footer_order,
    .map h2,
    .map_info,
    .order_text p:nth-child(3),
    nav {
        display: none
    }

    .submenu_link {
        padding: 0
    }

    .mobile_menu {
        display: block;
        position: sticky;
        background-color: #fff;
        z-index: 2000;
        width: 100%
    }

    .banner {
        margin: 0
    }

    .banner_text {
        width: 90vw;
        margin-top: 50px;
        margin-bottom: 30px
    }

    .banner h1 {
        text-align: center;
        width: 80vw;
        font-size: 23px;
        line-height: 23px;
        margin: auto
    }

    .banner_advantages {
        display: flex;
        flex-wrap: wrap;
        float: none;
        margin: 35px 0
    }

    .banner_advantages_item {
        margin: 10px auto !important;
        padding: 10px 10px 10px 50px;
        font-size: 12px;
        height: 50px
    }

    .banner_advantages_item:first-child,
    .banner_advantages_item:nth-child(2) {
        width: fit-content;
        margin: 0
    }

    .banner_advantages_item:nth-child(3) {
        width: fit-content;
        margin: 10px 15px 10px 10px;
        padding: 15px 10px 10px 45px
    }

    .banner_advantages_item:nth-child(4) {
        width: 70%;
        margin: 0
    }

    #thumbs .slick-next.slick-arrow,
    #thumbs .slick-prev.slick-arrow,
    .guarantees_wrapp .slick-next.slick-arrow,
    .guarantees_wrapp .slick-prev.slick-arrow,
    .reviews_wrapp .slick-next.slick-arrow,
    .reviews_wrapp .slick-prev.slick-arrow,
    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
        width: 30px;
        height: 30px;
        z-index: 5;
        background-size: cover
    }

    .banner_advantages_item i {
        font-size: 17px;
        top: 5px
    }

    .stages_item,
    .tabs_wrap table {
        font-size: 14px
    }

    .banner_buttons {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        float: none;
        justify-content: center;
        width: 80%;
        margin: 0 auto
    }

    .personal_page_links {
        display: flex;
        align-items: center
    }

    .footer_wrapper,
    .order_wrapp,
    .photogalery_wrapp,
    .stages_wrapp,
    .tabs_head .tabs,
    .tabs_wrap.active {
        display: block
    }

    .tabs_wrap table tr td:nth-child(2) {
        text-align: end;
        text-align: end;
        padding: 20px 11px 20px 0 !important;
        font-weight: 700
    }

    .banner_buttons_order {
        padding: 15px 20px;
        border: none;
        margin-bottom: 10px;
        margin-right: 5px
    }

    .banner_buttons_callback {
        padding: 5px 10px;
        margin-left: 0;
        margin-top: 0;
        text-align: left
    }

    #description,
    .article_text .autor_link,
    .article_text h2,
    .article_text h3,
    .article_text h4,
    .banner_feedback,
    .order_wrapp,
    .personal_wrapepr,
    .tabs_head .tabs,
    .text h2 {
        text-align: center
    }

    .banner_feedback {
        margin: 35px auto 0;
        display: block;
        justify-content: space-between
    }

    .feedback_links {
        margin-top: 15px
    }

    .service_pages_tittle {
        margin-top: 50px !important
    }

    .slick-prev.slick-arrow {
        left: -40px
    }

    .slick-next.slick-arrow {
        right: -40px
    }

    .tabs_head .tabs {
        width: 80%;
        margin: 0 auto
    }

    .tabs_head .tabs li {
        margin: 15px auto;
        width: 100%
    }

    .tabs_wrap {
        max-width: 305px;
        width: 100%;
        margin: 0 auto
    }

    .tabs_item {
        max-width: 325px !important;
        width: 100%;
        margin: 10px;
        height: 450px
    }

    .tabs_item p:nth-child(2),
    .tabs_item p:nth-child(4) {
        font-size: 19px
    }

    .tabs_item p:nth-child(3) {
        font-size: 15px
    }

    .order_text p:first-child,
    .text h2 {
        font-size: 25px
    }

    .stages {
        margin: 40px auto 0
    }

    .stages_wrapp {
        max-width: 305px;
        width: 100%;
        margin: 40px auto
    }

    .stages_item {
        max-width: 305px !important;
        width: 100%;
        margin: 35px 10px;
        height: auto
    }

    .licences,
    .licences_item {
        max-width: 250px;
        width: 100%
    }

    .licences_item {
        margin: 0 auto
    }

    .text {
        margin: 50px auto 60px
    }

    .autor_bg,
    .guarantees_bg,
    .personal_bg,
    .photogallery_bg,
    .tabs_bg,
    .text_block_bg {
        background-image: none
    }

    .personal_item img {
        max-width: 190px;
        width: 100%;
        margin: 0 auto
    }

    .personal_item p:nth-child(2) {
        margin-top: 10px
    }

    .text ol>li {
        margin: 0 0 1em 2em
    }

    .text h2 {
        line-height: 20px
    }

    .article_text h2 {
        font-size: 25px;
        line-height: 27px
    }

    .accordion {
        padding: 15px 20px
    }

    .licences {
        margin-top: 25px
    }

    .order {
        max-width: unset
    }

    #thumbs,
    .photogalery_wrapp,
    .photogalery_wrapp a {
        max-width: 300px;
        margin: 0 auto;
        width: 100%
    }

    .photogalery_wrapp img {
        filter: none;
        width: 325px
    }

    .guarantees_wrapp {
        display: flex;
        align-items: center;
        max-width: 315px;
        width: 100%;
        margin: 50px auto
    }

    .guarantees_wrapp .slick-prev.slick-arrow {
        top: 40%;
        left: -30px
    }

    .guarantees_wrapp .slick-next.slick-arrow {
        top: 40%;
        right: -30px
    }

    .guarantees_item {
        margin: 10px;
        font-size: 14px;
        padding: 15px 10px 25px 100px
    }

    .guarantees_item i {
        font-size: 40px
    }

    .order_form form button,
    .order_form input,
    .rev-form .order_form_phone {
        width: 75%;
        font-size: 15px
    }

    .footer {
        padding: 35px 0
    }

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

    #yandex_map,
    .ymaps-2-1-78-inner-panes,
    .ymaps-2-1-78-map.ymaps-2-1-78-i-ua_js_yes.ymaps-2-1-78-map-bg.ymaps-2-1-78-islets_map-lang-ru {
        box-shadow: 2px 2px 15px rgb(0 0 0 / 10%) !important
    }

    .order {
        padding: 30px 0
    }

    .order_text p:nth-child(2) {
        font-size: 13px
    }

    .order_form form button {
        padding: 15px;
        background: #2d2d2d
    }

    #panel {
        padding: 25px;
        display: block
    }

    #panel img {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px
    }

    #description p:nth-child(2) {
        font-size: 18px
    }

    .personal_item {
        width: 100%;
        padding: 10px;
        box-shadow: 2px 2px 15px rgb(0 0 0 / 30%);
        border-radius: 20px;
        margin: 10px 45px
    }

    #thumbs .slick-prev.slick-arrow {
        left: 0;
        background-image: url(/netcat_template/template/gnarcolog/img/arrow-left.png)
    }

    #thumbs .slick-next.slick-arrow {
        right: 0;
        background-image: url(/netcat_template/template/gnarcolog/img/arrow-right.png)
    }

    #mobile .menu_link_name {
        color: #2d2d2d
    }

    #mobile .accordion {
        box-shadow: none
    }

    .reviews {
        max-width: 100vw;
        margin: 0
    }

    .reviews_wrapp {
        max-width: 315px;
        width: 100%;
        margin: 50px auto;
        display: block;
        justify-content: unset
    }

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

    .reviews_item {
        width: 100%;
    }

    .price_table tr {
        display: grid;
        border-bottom: 2px solid rgba(0, 166, 192, .15)
    }

    .price_table table {
        width: 100%;
        color: #000;
        font-size: 16px;
        border: 2px solid rgba(0, 166, 192, .15);
        border-radius: 10px;
        background-color: #fff
    }

    .price_table table tbody td {
        text-align: center !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px 0 !important;
        border-bottom: none !important
    }

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

    .price_button {
        padding: 10px 25px !important;
        margin: 0 auto;
        display: block;
        border: none;
        font-size: 12px
    }

    .footer_sections ul li a {
        font-size: 16px
    }

    .callback_modal {
        width: 100%
    }

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

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

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

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

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

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

.service_pages_tittle {
    margin-top: 100px
}

.article_text.full_page,
.articles_item {
    margin-top: 50px
}

.price_page h3 {
    text-align: center;
    font-size: 25px;
    margin: 50px 0
}

.price_table table {
    width: 100%;
    color: #000;
    font-size: 16px;
    border: 2px solid rgba(0, 166, 192, .15);
    border-radius: 10px;
    background-color: #fff
}

.price_table table tr td:first-child {
    text-align: start;
    padding: 20px 35px 20px 15px;
    max-width: 60%;
    width: 60%
}

.price_table table tr td:nth-child(2),
.price_table table tr td:nth-child(3) {
    text-align: end;
    padding: 20px 35px 20px 0;
    font-weight: 700;
    max-width: 20%;
    width: 20%
}

.price_button {
    padding: 10px 30px;
    background-color: #00a6c0;
    border-radius: 10px;
    color: #fff;
    font-weight: 400
}

.price_button:hover {
    background-color: #0099b0
}

@media (max-width:426px;
) {
    .price_button {
        display: none
    }
}

.map_info.contacts_page {
    top: 15%
}

.articles_item {
    display: flex;
    background-image: #e7e7e7e7;
    border: 1px solid #2d2d2d;
    transition: 1s
}

.articles_item_pic {
    max-width: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.articles_item_text {
    padding: 30px
}

.articles_item_text p {
    padding: 30px 0
}

.articles_item_link a {
    text-align: end;
    color: #00a6c0;
    cursor: pointer
}

.articles_wrapp:nth-child(odd) .articles_item_link {
    text-align: end
}

.articles_wrapp:nth-child(2n) .articles_item_link {
    text-align: start
}

.articles_item:hover {
    transform: scale(1.025);
    transition: 1s;
    -webkit-box-shadow: 0 0 15px 5px rgba(34, 60, 80, .35);
    -moz-box-shadow: 0 0 15px 5px rgba(34, 60, 80, .35);
    box-shadow: 0 0 15px 5px rgba(34, 60, 80, .35)
}

.article_text.full_page img {
    max-width: 400px
}

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

.personal_page_item {
    max-width: 350px;
    width: 100%;
    background-color: #fff;
    margin: 50px auto;
    text-align: center;
    padding: 25px;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 20%);
    transition: .5s
}

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

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

.personal_page_item p:nth-child(2) {
    margin-top: 20px;
    color: #7c7c7c;
    font-size: 17px
}

.personal_page_item p:nth-child(3) {
    color: #2d2d2d;
    font-size: 18px;
    margin-top: 10px
}

.personal_page_bio {
    max-width: 1080px;
    width: 100%;
    margin: 50px auto 0;
    padding: 40px;
    box-shadow: 2px 2px 22px rgb(0 0 0 / 10%);
    border-radius: 20px;
    background: #fff
}

.personal_page_bio img {
    float: left;
    padding-right: 40px
}

.personal_page_links {
    margin-top: 50px;
    text-align: end
}

.slick-dots li {
    border-radius: 50%;
    border: 2px solid #00a6c0
}

.slick-dots li.slick-active {
    background: #00a6c0
}

@media(max-width:1450px) {
    .slick-prev.slick-arrow {
        left: 10px
    }

    .slick-next.slick-arrow {
        right: 10px
    }
}

@media(max-width:1300px) {
    .header__right {
        align-items: center
    }

    .menu_list li a {
        font-size: 15px
    }
}

@media (min-width:1305px) {
    .menu_list li a {
        font-size: 16px
    }
}

@media(max-width:1200px) {

    #thumbs,
    .content,
    .footer_wrapper,
    .guarantees_wrapp,
    .order,
    .text {
        max-width: 960px
    }

    .header__city {
        display: none
    }

    .order_form_name,
    .order_form_phone {
        width: 100%
    }

    #thumbs {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap
    }

    .personal_item {
        margin: 20px 0 0
    }

    #panel {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        background: 0 0
    }

    .personal_wrapepr {
        padding: 40px;
        box-shadow: 2px 2px 22px rgb(0 0 0 / 10%);
        border-radius: 20px;
        background: #fff
    }

    .footer_sections ul {
        flex-direction: column;
        display: flex
    }

    .footer_order form {
        display: flex;
        flex-direction: column
    }

    .footer_order form [type=tel],
    .footer_order form [type=text] {
        margin-top: 15px
    }

    .slick-prev.slick-arrow {
        left: -20px
    }

    .slick-next.slick-arrow {
        right: -20px
    }

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

    .banner_feedback a {
        padding: 0;
        margin-right: 10px
    }

    .feedback_links {
        margin-top: 0
    }

    .footer_wrapper {
        grid-template-columns: 30% 40% 30%
    }

    .price_table table tr td:first-child {
        width: 40%
    }
}

@media(max-width:1140px) {
    .header__right {
        width: 100%;
        order: -1;
        flex-direction: row;
        justify-content: flex-end;
        padding: 10px 0
    }

    .header__city {
        margin-bottom: 0
    }

    .menu {
        flex-wrap: wrap
    }

    .menu li:last-child {
        padding-right: 0
    }
}

@media(max-width:992px) {
    .mobile-phone {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .mobile-phone span {
        font-size: 14px
    }

    #panel,
    #thumbs,
    .content,
    .footer_wrapper,
    .guarantees_wrapp,
    .order,
    .text {
        max-width: 720px
    }

    .header__left,
    .header__right,
    .menu_list {
        display: none
    }

    .mobile_menu {
        display: block
    }

    .menu {
        margin: 0
    }

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

    #panel img {
        max-width: 400px
    }

    #description {
        padding: 20px 0
    }

    .banner {
        margin-left: 0
    }

    .tabs li,
    .tabs li.active {
        padding: 20px
    }

    .tabs_wrap {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .tabs_item {
        max-width: 48%;
        margin: 0 0 20px;
        height: auto;
        grid-template-rows: repeat(1, 1fr)
    }

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

    .order_text p:first-child {
        font-size: 32px
    }

    .order_wrapp {
        grid-template-columns: 60% 40%
    }

    .order_text {
        padding-right: 20px
    }

    .banner_advantages {
        grid-template-columns: 50%;
        grid-template-rows: repeat(3, 1fr)
    }

    .menu_wrapp {
        margin: 0
    }

    .articles_item {
        flex-direction: column
    }

    .articles_item_pic {
        width: 100%;
        height: 500px
    }

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

    .price_table table tr td:first-child {
        width: 5%
    }
}

@media(max-width:767px) {

    .photogalery_wrapp,
    .stages_wrapp {
        display: block
    }

    #panel,
    .footer_wrapper,
    .order_wrapp {
        display: flex;
        flex-direction: column
    }

    .licences_item,
    .stages_item {
        max-width: 100%
    }

    .tabs li {
        padding: 20px
    }

    .tabs .slick-dots li {
        padding: 0
    }

    #thumbs,
    .content,
    .order,
    .text {
        max-width: 480px
    }

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

    #panel,
    .footer_wrapper {
        max-width: 480px
    }

    .guarantees_wrapp {
        max-width: 480px;
        display: block
    }

    .footer_info,
    .footer_order {
        margin: 20px 0 0
    }

    .banner_title h1 {
        width: 100%
    }

    .banner_advantages {
        grid-template-columns: 75%
    }

    .personal_item img {
        width: auto;
        margin: 0 auto
    }

    #thumbs img {
        margin-right: auto
    }

    #thumbs .slick-dots {
        position: static;
        margin-top: 10px
    }

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

    .banner_buttons_callback {
        margin: 0
    }

    .tabs_head .tabs {
        align-items: center;
        flex-direction: column;
        align-items: stretch
    }

    .article_text img {
        float: none
    }

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

    .price_table table tr td:nth-child(2) {
        text-align: end;
        padding: 20px 0;
        font-weight: 700;
        max-width: 10%;
        width: 20%
    }

    .price_table table tr td:nth-child(3) {
        padding-right: 15px
    }

    .price_table table tr td:first-child {
        width: 5%;
        padding-right: 0
    }
}

@media(max-width:510px) {

    .licences_page_wrapp,
    .personal_page_wrapp {
        grid-template-columns: repeat(1, 1fr)
    }

    .banner_title h1 {
        font-size: 30px
    }

    .content {
        max-width: 100%;
        padding: 0 15px
    }

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

    .price_table tr {
        display: grid;
        border-bottom: 2px solid rgba(0, 166, 192, .15)
    }

    .price_table table tbody td {
        text-align: center !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px 0 !important;
        border-bottom: none !important
    }
}

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

.cities_wrapp {
    column-count: 5;
    margin: 25px 0
}

.city_block a {
    color: #2d2d2d;
    font-size: 16px
}

.city_block a:hover,
.drugs-wrap .item a {
    color: #00a6c0;
    text-decoration: underline
}

.tg_link {
    font-size: 23px
}

.header_button_order {
    padding: 15px 40px;
    background-color: #00a6c0;
    border-radius: 10px
}

.header_button_order:hover {
    padding: 13px 38px;
    background-color: #0099b0;
    border: 2px solid #00a6c0;
    color: #fff
}

#thumbs img {
    border: 6px solid rgba(0, 166, 192, 0);
    border-radius: 20px;
    transition: .2s
}

#thumbs img:hover {
    border-color: #00a6c0
}

.contraindication {
    padding: .5em 1em;
    background-color: #00a6c0;
    color: #fff;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contraindication__text {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 120%;
    text-align: center
}

.contraindication__text-decor {
    padding: 0 3px;
    border: 1px solid #fff;
    border-radius: 3px
}

@media (max-width:991px) {
    .contraindication__text {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .contraindication__text {
        font-size: 14px;
        line-height: 150%
    }
}

@media (max-width:992px) {
    header {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 100
    }

    .header {
        position: relative
    }

    .page__wrapper {
        overflow: hidden
    }
}

@media screen and (max-width:1080px) and (orientation:portrait) {
    .image {
        float: none !important;
        width: 100% !important;
        height: auto;
        margin-bottom: 24px
    }
}

.image {
    width: 50%;
    float: right;
    padding: 15px
}

.bullets {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 20px
}

.bullets a {
    color: #00a6c0
}

@media(max-width:991px) {
    .bullets {
        grid-template-columns: 1fr
    }
}

.video {
    box-shadow: 0 0 15px 0 #00000026;
    padding: 35px 40px;
    border-radius: 20px
}

.video h2 {
    text-align: center;
    margin-bottom: 25px
}

@media(max-width:575px) {
    .bullets {
        grid-template-columns: 1fr
    }

    .reviwer__container {
        justify-content: center
    }

    .video {
        padding: 25px
    }
}

@keyframes snow {
    0% {
        background-position-x: 0;
        background-position-y: 0
    }

    50% {
        background-position-y: 40rem
    }

    100% {
        background-position-x: 40rem;
        background-position-y: 80rem
    }
}

#snow-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/netcat_template/template/gnarcolog/img/falling-snow1.png), url(/netcat_template/template/gnarcolog/img/falling-snow2.png);
    animation: 28s linear infinite snow;
    z-index: 100000;
    pointer-events: none
}

.drug-page .info {
    background: #00a6c0;
    margin: 1em 0;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    border-radius: 30px
}

.drug-page .info .left {
    width: 20%
}

.drug-page .info .right {
    width: 77%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.drug-page .info .right .author {
    width: 70%
}

.drug-page .info .right .prodoctorov {
    width: 30%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end
}

.drug-page .info .right .prodoctorov img {
    width: 100%;
    border-radius: 10px
}

.drug-page .info .right .desc {
    width: 100%;
    height: 1px;
    margin: 1em 0
}

.drug-page .info .right .author p.name {
    font-size: 22px;
    font-weight: 700;
    margin-top: .25em
}

.drug-page .info .right .modal-callback {
    background: #2d2d2d;
    margin-top: 2em
}

.drug-page .info .right .modal-callback.gray {
    background: #008a9f;
    color: #fff
}

.drug-page .information {
    display: flex;
    align-items: center;
    margin: 1.5em 0
}

.drug-page .information::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
    background: url(/netcat_template/template/subs/img/Group12504.svg)
}

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

.main-text .left h3 {
    margin: 1em 0;
    font-size: 28px;
    font-weight: 600;
    color: #0e213b
}

.main-text .left p {
    margin-bottom: 1em
}

.main-text .right p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .75em
}

.main-text .right .content-list {
    background: #f8f6f7;
    padding: 1.5em;
    border-radius: 15px
}

.main-text .right .content-list ol {
    padding-left: 1em
}

.main-text .right .content-list ol li {
    color: #00a6c0;
    margin: .75em 0
}

.drugs-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0
}

.drugs-wrap .item {
    width: 23%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 1em;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.drugs-wrap .item:nth-child(4n) {
    margin-right: 0
}

.drugs-wrap .item .img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.drugs-wrap .item .img img {
    wax-width: 100%;
    max-height: 100%
}

.drugs-wrap .item p {
    color: #353535;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1em
}

@media (max-width:991px) {
    .drugs-wrap .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%
    }
}

.header__phone {
    display: flex;
    flex-direction: column
}

.header__phone span {
    font-size: 12px;
    color: #2d2d2d;
    padding-left: 8px;
    white-space: nowrap
}

.linck_item,
.linck_item:active {
    z-index: 25;
    color: #2d2d2d
}

.articles_item_teg {
    display: block;
    margin: 10px 0;
    opacity: .5
}

.artickle__tag {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 30px
}

.artickle__tag .getremoveHidden,
.artickle__tag .tag__item {
    background-color: #fff;
    border: 2px solid #00a6c0;
    padding: 6px 16px;
    border-radius: 10px;
    cursor: pointer
}

.artickle__tag .getremoveHidden:hover,
.artickle__tag .tag__item:hover {
    background-color: #0e4b55;
    border: 2px solid #0e4b55;
    color: #fff
}

.artickle__tag .getremoveHidden.active,
.artickle__tag .tag__item.active {
    background-color: #00a6c0;
    color: #fff
}

.teg_article {
    padding: 0 0 20px 20px;
    color: #686868;
    font-weight: 500;
    opacity: .7
}

@media (max-width:767px) {
    .drug-page .info {
        flex-wrap: wrap
    }

    .drug-page .info .left,
    .drug-page .info .right,
    .drug-page .info .right .author,
    .drug-page .info .right .prodoctorov,
    .main-text .left,
    .main-text .right {
        width: 100%
    }

    .drug-page .info .right .prodoctorov {
        padding: 0 2em;
        margin: 1em 0
    }

    .drug-page .info .right .desc {
        display: none
    }

    .drug-page .info .right .author {
        text-align: center;
        padding: 0 1em
    }

    .drug-page .info .mob {
        display: block;
        height: 1px;
        width: 100%;
        margin: 1.5em 0
    }

    .drug-page .info .right .modal-callback {
        width: 100%;
        margin-top: .35em;
        padding: 1em;
        text-align: center
    }

    .main-text {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .order_form_kapcha {
        width: 50%
    }

    .canvas__wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }
}

@media (max-width:410px) {
    .canvas__wrapper {
        display: block
    }
}

.order__response {
    color: red
}

.order__response_gut {
    color: #fff
}

.contacts_page-content,
.licences_content,
.photogallery_content {
    text-align: center;
    margin: 35px
}

.contacts_page-text,
.licences_text,
.photogallery_text {
    margin-bottom: 25px;
    font-size: 18px
}

.aktsii {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.regions {
    margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}
.regions .city_block.okrug-item {
    box-shadow: 1px 1px 11px #eee;
    padding: 12px 24px;
    margin: 0;
}
.aktsii_title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    color: #2d2d2d
}

.aktsii-item {
    display: flex;
    padding: 32px;
    width: 615px;
    background: #fff;
    box-shadow: 2px 2px 22px rgba(0, 0, 0, .1);
    border-radius: 32px;
    margin-bottom: 50px
}

.aktsii_text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #2d2d2d;
    margin-bottom: 55px
}

.aktsii-item_info-container h6,
.aktsii_title {
    font-family: Gilroy;
    font-weight: 700;
    font-style: normal;
    color: #2d2d2d
}

.aktsii-item_img-container {
    margin-right: 20px
}

.aktsii_title {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 55px
}

.aktsii-item_info-container h6 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px
}

.aktsii-item_info-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #2d2d2d;
    margin-bottom: 23px
}

.aktsii-item_info-container a {
    display: block;
    padding: 10px 32px;
    border: none;
    gap: 10px;
    width: 146px;
    height: 45px;
    background: #00a6c0;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center
}

@media(max-width:540px) {

    .aktsii-item_info-container h6,
    .aktsii-item_info-container p {
        font-size: 16px;
        line-height: 140%
    }

    .aktsii-item {
        flex-direction: column;
        padding: 16px;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .aktsii-item_img-container {
        margin-right: 0;
        width: 240px
    }

    .aktsii-item_info-container p {
        font-weight: 400
    }

    .aktsii-item_info-container a {
        width: 100%
    }

    .aktsii-item_info-container {
        padding: 15px
    }

    .aktsii_title h1 {
        font-size: 34px;
        line-height: 42px;
        text-align: left
    }
}

.cookie__warning {
    position: fixed;
    font-size: 16px;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    background-color: #00a6c0;
    z-index: 200
}

.cookie__warning-apply {
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    padding: 2px
}

.cookie__warning-apply:hover {
    background-color: #acd8ff
}

.cookie__warning--active {
    display: flex
}

.cookie__warning-text {
    margin-right: 30px
}

.cookie__warning-read {
    display: block;
    margin-left: 15px
}

.footer__content,
.footer__menu {
    background: #2d2d2d
}

.button__services {
    background-color: #2d2d2d;
    cursor: pointer;
    color: #fff
}

.button__services:hover {
    background-color: #000
}

#select-city h3,
.footer_search-text {
    margin-bottom: 20px
}

.footer_search-button {
    width: 200px;
    height: 40px;
    padding: 0 15px
}

.popup.open {
    opacity: 1;
    visibility: visible
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
    overflow: auto;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.popup__body {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px
}

.send-popup .popup__content {
    width: 440px;
    padding: 60px 40px
}

.popup__content {
    width: 860px;
    max-width: 100%;
    position: relative;
    padding: 80px;
    background-color: #fff;
    border-radius: 20px
}

.popup__content .form .callback_modal_name,
.popup__content .form .callback_modal_phone {
    width: 100%
}

.close-popup {
    color: #000
}

.popup__content .form {
    display: flex;
    flex-direction: column
}

.form-send,
.popup-btn {
    cursor: pointer
}

#select-city .search-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow-y: scroll;
    height: 200px
}

#select-city .popup__content {
    width: 432px;
    padding: 5px 40px
}

button.toggle-button {
    border: none;
    background: #fff;
    cursor: pointer
}

.footer__menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.footer__menu-item {
    flex: 30%;
    max-width: 30%;
    margin-bottom: 4px
}

.footer__menu-links {
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px
}

.footer__menu-link {
    line-height: 14px
}

.footer__menu-link a {
    padding-left: 19px;
    font-size: 15px;
    line-height: 19px;
    color: #fff
}

.doc-heal a,
.footer__menu-link:hover a {
    color: #00a6c0
}

@media (max-width:1070px) {
    .footer__menu-item {
        flex: 50%;
        max-width: 50%
    }
}

@media (max-width:770px) {
    
    .footer__menu-links span:before,
    .footer__menu-links.active span:before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(/assets/images/arrow-50.png) center center/cover no-repeat;
        position: absolute;
        right: 43px
    }

    .footer__menu-item {
        flex: 100%;
        max-width: 100%;
        height: 20px;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 8px
    }

    .footer__menu-link {
        line-height: 21px
    }

    .footer__menu-links.active {
        color: #00a6c0
    }

    .footer__menu-item.active {
        height: 100%
    }

    .footer__menu-links span:before {
        transform: rotateX(180deg)
    }

    .footer__menu-links.active span:before {
        transform: rotateX(0)
    }
}

.articles {
    margin-top: 140px
}

.navigation__container {
    max-width: 1101px;
    width: 100%;
    font-size: 18px;
    margin: auto;
    padding: 0 20px 20px
}

.navigation__link,
.navigation__title {
    text-align: left;
    line-height: 40px;
    margin-top: 25px
}

.navigation__container ol {
    margin: 0 20px
}

.navigation__title {
    font-size: 24px
}

.navigation__link {
    font-size: 20px;
    color: #00a6c0
}

@media (max-width:1200px) {
    .navigation__container {
        max-width: 960px
    }
}

@media (max-width:1140px) {
    .articles {
        margin-top: 40px
    }

    .navigation__link {
        font-size: 17px;
        line-height: 25px
    }
}

.section_item.item_doc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px;
    margin: 30px 0;
    background-color: #00a9c6;
    border-radius: 20px
}

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

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

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

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

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

@media (max-width:420px) {
    .article__doc .doc__item {
        flex-direction: column;
        row-gap: 15px;
        padding: 8px
    }

    .article__doc .doc__item .item__content_wraper {
        width: 100%
    }
}

.city_block {
    width: 100%
}

.city__filter.form_control.search-input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray
}

.advantage_image_uslugi {
    object-fit: contain;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 65px;
    height: 65px;
    transform: rotate(-10deg);
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@keyframes slidein {
    from {
        top: 100%
    }

    to {
        top: calc(100% - 106px)
    }
}

.accordion img {
    width: 20px;
    margin-left: 10px;
    transform: rotateX(180deg);
    transition: transform .3s
}

.converse-wrapper {
    position: fixed;
    top: calc(100% - 106px);
    left: 0;
    width: 100%;
    z-index: 100;
    animation-duration: .7s;
    animation-name: slidein;
    transition: .5s
}

.converse-wrapper__hidden {
    top: calc(100% - 17px);
    transition: .5s
}

.converse-card {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    background-color: #2b717c;
    padding: 16px;
    border-radius: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 120px
}

.converse__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer
}

.converse__item p {
    color: #fffffc;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 500;
    transition: .3s
}

.converse__item picture {
    width: 32px;
    height: 32px;
    transition: .3s
}

.converse__item picture img {
    width: 100%
}

.converse__item:hover p {
    color: #e9e9e9EE;
    transition: .3s
}

.converse__item:hover picture {
    transform: scale(1.1);
    transition: .3s
}

.converse__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px
}

.converse-wrapper__hidden .converse__close {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

@media(max-width:950px) {
    .converse-card {
        gap: 40px
    }
    .regions {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media(max-width:660px) {
    @keyframes slidein {
        from {
            top: 100%
        }

        to {
            top: calc(100% - 96px)
        }
    }

    .converse-wrapper {
        top: calc(100% - 96px);
        padding: 0 10px
    }

    .converse-wrapper__hidden {
        top: calc(100% - 17px)
    }

    .converse-card {
        gap: 0;
        justify-content: space-between
    }

    .converse__item {
        flex: 1
    }

    .converse__item p {
        font-size: 11px;
        line-height: 13.2px;
        text-align: center
    }

    .converse__item picture {
        width: 24px;
        height: 24px
    }

    .converse__close {
        top: -6px;
        right: -6px;
        background-color: #2b717c;
        border-radius: 50%
    }
}

#thumbs {
    max-width: 1280px;
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap
}

.linck_item {
    z-index: 25;
    color: #2d2d2d;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid;
    border-radius: 16px
}

h3.name__doctor-item {
    color: #2d2d2d;
    margin-bottom: 10px
}

h3.name__doctor-item:hover {
    color: #00a6c0
}

.personal_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    z-index: 25
}

.personal_item div {
    text-align: left;
    padding: 0 16px
}

.personal_item ul {
    padding-left: 16px
}

.personal_item ul li {
    padding-bottom: 6px
}

.reviews_wrapp {
    margin-top: 70px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap
}

@media (max-width:1200px) {
    .personal_wrapepr {
        padding: 0
    }

    .personal_item {
        display: flex;
        margin: auto;
        z-index: 25;
        flex-wrap: wrap;
        flex-direction: column
    }

    #description,
    .personal_page_info {
        padding: 0
    }

    #panel {
        padding: 16px
    }
}

.swiper {
    width: 100%
}

.reviews_item.swiper-slide {
    margin: 0
}

.reviews_wrapp {
    margin: 70px 0
}

.reviews_item.swiper-slide {
    padding: 60px;
    box-shadow: none
}

.reviews_item__wrap {
    padding: 35px;
    box-shadow: 2px 2px 22px rgba(0, 0, 0, .1);
    border-radius: 20px
}

.reviews_item__wrap::before {
    content: '"';
    font-family: math;
    font-size: 400px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-47%, -10%);
    color: #00a6c0
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-color: #00a6c0;
    color: #fff;
    height: 20px;
    width: 20px;
    padding: 20px;
    border-radius: 5px
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    font-size: 14px
}

.doc-tags>* {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.doc-tags p {
    padding-left: 0
}

.doc-education ul li,
.doc-tags {
    margin: 3em 0
}

.doc-education ul li::before {
    content: url(/assets/images/ok.svg);
    height: 1em;
    padding-right: 10px
}

.search-form__page {
    flex-grow: 1;
    border: 2px solid #7c7c7c52;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    margin-right: 20px
}

.search-form--page {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.tpl-block-3--result .search-result-item {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-items: flex-start;
    margin-bottom: .5rem
}

.tpl-block-3--result .search-result-item .tpl-text-default-paragraph {
    font-size: 16px
}

.search-result-title h2 {
    margin-bottom: 20px
}

.tpl-block-2--form {
    margin-bottom: 20px
}

.tpl-block-2--form {
    padding-top: 66px
}

@media (max-width:1140px) {
    .tpl-block-2--form {
        padding-top: 0
    }

    .tpl-button--search {
        padding: 10px 26px
    }

    .search-form__page {
        padding: 5px;
        height: 44px
    }

    .tpl-block-3--result .search-result-item {
        padding: 5px
    }
}

.tpl-block-3--result .search-result-item:nth-child(2n+1) {
    background: #eee
}

.form__row {
    width: 100%;
    padding-bottom: 30px
}

.hide {
    display: none !important
}

.form_control {
    border-radius: 5px;
    width: 100%;
    border: 1px solid silver;
    padding: 13px 20px
}

h1 {
    padding-bottom: 40px;
    text-align: center
}

.navigation__item li:hover {
    color: #00a6c0;
}

.navigation__item li {
    color: #000010;
    cursor: pointer;
}

.articles_item.hidden {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    border: none;
}

.navigation__inner {
    margin-bottom: 40px;
}

.reviews_item__wrap::before {
    content: '"';
    font-family: Gilroy;
    font-size: 400px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-54%, -15%);
    color: #00a6c0;
}

.new_class_for_button::placeholder {
    color: white;
}



@media (max-width:420px) {
    .callUs {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .banner_advantages_item div {
        padding: 0;
        padding-left: 10px;
    }
}

.contentprice-table__link a {
    color: black;
}

.contentprice-table__price {
    color: rgba(0, 166, 192, 1);
}

.stages__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

@media (min-width: 640px) {
    .stages__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media (min-width: 1024px) {
    .stages__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.stage-card {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
}

.stage-card__icon {
    width: 85px;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.stage-card__description {
    color: #4b5563;
    margin-top: 32px;
    font-size: 1rem;
    line-height: 1.5;
}


.doc__item.doctors-card__item {
    display: flex;
    flex-direction: row;
    margin: 0;
    width: 100%;
}

.article__flex {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

/* Навигация (левая часть) */
.navigation--article {
    width: 50%;
}

.title--article {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 15px;
}

/* Блок с врачами (правая часть) */
.doctors-card {
    width: 50%;
    background: #00C4B3;
    padding: 20px;
    border-radius: 12px;
}

.doctors-card__item {
    display: flex;
    align-items: center;
    gap: 24px;
    background: white;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
    text-decoration: none;
    color: #333 !important;
    transition: transform 0.2s ease;
}

.doctors-card__item:hover {
    transform: translateY(-2px);
}

.doctors-card__image {
    width: 87px;
    height: 87px;
    border-radius: 40px;
    object-fit: cover;
    flex-shrink: 0;
}

.doctors-card__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.doctors-card__label {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.doctors-card__name {
    margin: 0;
    font-size: 18px;
    color: #222;
    line-height: 1.3;
}

.doctors-card__position {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

/* Адаптив */
@media (max-width: 768px) {
    .article__flex {
        flex-direction: column;
        width: 100%;
    }

    .section_item.item_doc {
        align-items: baseline;
    }

    .navigation--article,
    .doctors-card {
        width: 100%;
    }

    .doctors-card__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .doctors-card__image {
        width: 64px;
        height: 64px;
    }

    .doctors-card__name {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .doctors-card {
        padding: 15px;
    }

    .doctors-card__item {
        padding: 10px;
    }

    .title--article {
        font-size: 1.1rem;
    }
}


.mynewown-swiper {
    width: 100%;
    height: auto;
}

.mynewown-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.mynewown-article-info {
    min-height: 215px;
    /* Сохранение высоты из инлайнового стиля */
    display: flex;
    /* Сохранение flex из инлайнового стиля */
    justify-content: space-between;
    /* Сохранение выравнивания из инлайнового стиля */
    flex-direction: column;
    /* Сохранение направления из инлайнового стиля */
    text-align: left;
    /* Сохранение выравнивания заголовка */
}

.mynewown-article-title {
    font-size: 1.5em;
    margin: 0 0 10px;
}

.mynewown-article-details {
    display: flex;
    /* Сохранение flex из инлайнового стиля */
    justify-content: space-between;
    /* Сохранение выравнивания из инлайнового стиля */
}

.mynewown-article-links {
    display: flex;
    /* Сохранение flex из инлайнового стиля */
    justify-content: center;
    /* Сохранение выравнивания из инлайнового стиля */
    align-items: center;
    /* Сохранение выравнивания из инлайнового стиля */
    gap: 20px;
    /* Сохранение отступа между элементами */
}

.mynewown-article-date {
    font-size: 0.9em;
    color: #888;
    /* Цвет для даты */
    margin-bottom: 10px;
}

.mynewown-read-more-button {
    display: inline-block;
    padding: 10px 15px;
    color: rgba(0, 166, 192, 1);
    text-decoration: none;
    border-radius: 5px;
}

.fa-phone-alt {
    color: #fff;
    padding-right: 10px;
}

.fa-envelope {
    color: #fff;
    padding-right: 10px;
}

.contacts-container {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.contacts-link {
    font-size: 18px;
}
@media(max-width: 767px){
    .regions {
        grid-template-columns: repeat(1, 1fr);
    }
}

.list-categories {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-block: 30px 60px;
}

.item-category {
    border-radius: 10px;
    border: 1px solid rgb(0 184 213 / 24%);
    background-color: #0099b0;
    border: 3px solid #75e1f2a3;
    transition: background-color 300ms ease-out;
}

.link-category {
    padding: 12px 20px;
    display: block;
    height: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
}

.item-category:hover {
    background-color: #06b8d3;
}

.show-more_mobile {
    display:none;
}

.banner_buttons.banner_buttons--new {
    display: grid;
    gap: 20px;
    grid-template-areas: "a a b b b b b b c c c";
    align-items: unset;
}
