/*!
Theme Name: medturbota
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medturbota
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

medturbota is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

    /*--------------------------------------------------------------
    >>> TABLE OF CONTENTS:
    ----------------------------------------------------------------
    # Generic
        - Normalize
        - Box sizing
    # Base
        - Typography
        - Elements
        - Links
        - Forms
    ## Layouts
    # Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
    # plugins
        - Jetpack infinite scroll
    # Utilities
        - Accessibility
        - Alignments

    --------------------------------------------------------------*/

    /*--------------------------------------------------------------
    # Generic
    --------------------------------------------------------------*/

    /* Normalize
    --------------------------------------------- */

    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

    /* Document
         ========================================================================== */

    /**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in iOS.
     */
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        padding-top: 30px;
    }

    /* Sections
         ========================================================================== */

    /**
     * Remove the margin in all browsers.
     */
    @font-face {
        font-family: Georgia;
        src: url(/wp-content/themes/medturbota/fonts/Georgia.ttf);
    }
    @font-face {
        font-family: Roboto-Regular;
        src: url(/wp-content/themes/medturbota/fonts/Roboto-Regular.ttf);
    }

    body {
        margin: 0;
        font-family: "Roboto-Regular", sans-serif;
    }

    body, html {
        overflow-x: hidden;
    }

    a {
        text-decoration: none;
    }

*:focus {
    outline: none;
}

    .container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    ul, ol {
        list-style: none;
    }
    /* Navigation
    --------------------------------------------- */
    .main-navigation {
        display: block;
        max-width: 430px;
        width: 100%;
        margin-top: 15px;
    }

    .main-navigation ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation ul ul {
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        padding: 17px 5px 17px 19px;
    }

    .main-navigation ul ul a {
        font-size: 16px;
        line-height: 19px;
        color: #909090;
        transition: .2s;
    }


    .main-navigation ul ul .submenu-title {
        margin-bottom: 0!important;
        position: relative;
    }

    .main-navigation ul ul {
        top: calc(100% - 41px);
        padding-top: 52px;
        z-index: 3;
        transform: translateX(-20px) translateZ(-1px);
    }

    .sub-menu > .sub-menu {
        padding-top: 20px;
    }

    .main-navigation .sub-menu .sub-menu {
        padding-top: 20px;
        margin-top: -10px;
    }

    #primary-menu > .menu-item-has-children::after,
    .main-navigation ul ul .submenu-title a::after {
        content: '';
        display: block;
        width: 11px;
        height: 11px;

        background: url('/wp-content/uploads/arrow-point-top.svg') no-repeat center;
        background-size: contain;

        position: absolute;
        right: -9px;
        top: 50%;
        transform: translate(100%, -50%);
    }

    .main-navigation ul li:not(:last-of-type) {
        margin-bottom: 17px;
        margin-right: 10px;
    }

    #primary-menu .menu-item-has-children::after {
        right: 0;
        transform: translatey(-50%) rotate(-180deg);
        transform: .3s;
    }

    #primary-menu .menu-item-has-children {
        padding-right:20px;
        position: relative;
        z-index: 4;
        transform-style: preserve-3d;
    }

    #primary-menu .menu-item-has-children:hover::after {
        transform: translatey(-50%);
    }

    .main-navigation ul ul a:hover,
    .main-navigation ul ul .current-menu-item > a,
    .main-navigation ul ul .current-menu-parent > a {
        color: #000;
    }

    .current-page-ancestor {
        font-weight: bold;
    }

    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        display: block;
        left: 100%;
    }

    .main-navigation ul ul a {
        width: 200px;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation a {
        display: block;
        text-decoration: none;
        font-size: 20px;
        color: #000000;
    }
    .current_page_item {
        font-weight: bold;
    }
    .sub-menu {
        background: #FFFFFF;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

/* widget */

#popup__toggle{display: none;bottom:25px;left:10px;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;left:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;left:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;left: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url('/wp-content/uploads/mini.png');background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}


    /* Small menu. */
    .menu-toggle {
        display: none;
    }
    .main-navigation.toggled ul {
        display: block;
    }
    .new-hedaer {
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
        align-items: center;
    }
    .phone-items ul li a {
        font-weight: bold;
        font-size: 18px;
        color: #055EDD;
    }
    .home-visit-nurse .slider-big-title, .doctor-consultation-slider .slider-big-title {
        font-size: 75px;
        line-height: 68px;
        margin-bottom: 15px;
    }
    .doctor-consultation-slider .slider-item-img, .iv-therapy-slider .slider-item-img {
        margin-left: 120px;
    }
    .home-visit-nurse .slider-big-title:before {
        top: 52%;
        right: 5%;
    }
    .iv-therapy-slider .slider-big-title:before {
        top: 57%;
        right: -5%;
    }
    .doctor-consultation-slider .slider-big-title:before {
        top: 78%;
        right: 27%;
    }
    .slider__item {
        background-image: url(/wp-content/uploads/bg-slider-big.png);
        overflow: hidden;
        background-size: 100% 100%;
    }
    .slider-item-inner {
        display: flex;
        align-items: center;
        overflow: hidden;
        position: relative;
    }
    .slick-track {
        display: flex;
        align-items: flex-start;
    }

    .slick-list {
        overflow: hidden;
    }

    .slider-big {
        position: relative;
    }

    .slider-big .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        font-size: 0;
        width: 70px;
        height: 45px;
        border: none;
        cursor: pointer;
        margin: -17.5px 0 0 0;
    }

    .slider-big .slick-prev {
        left: -37px;
        background: url('/wp-content/uploads/icons/slider-bir-prev.svg') 0 0 / 100% no-repeat;
    }

    .slider-big .slick-next {
        right: -37px;
        background: url('/wp-content/uploads/icons/slider-bir-next.svg') 0 0 / 100% no-repeat;
    }
    .slider-item-inner {
        border-radius: 30px;
        display: flex;
        align-items: center;
        height: 523px;
        color: #fff;
    }
    .slider-item-img img {
        width: auto;
        height: 480px;
        position: absolute;
        bottom: 0;
    }
    .slider-big-title {
        font-family: "Georgia", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 85px;
        line-height: 97px;
        color: #FFFFFF;
        position: relative;
    }
    .slider-big-title:before {
        content: '';
        background: #fff;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        right: 20%;
        position: absolute;
    }
    .slider-item-desc {
        max-width: 450px;
        width: 100%;
        margin-left: 55px;
    }
    .slider-big-description {
        font-family: "Roboto", sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #FFFFFF;
        margin-bottom: 15px;
    }
    .slider_btn{
        display: flex;
        gap: 50px;
    }

    .button-white-inner a {
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        color: #055EDD;
        width: 150px;
        height: 50px;
        background-color: #fff;
        display: flex;
        align-items: center;
        border-radius: 50px;
        padding-left: 17px;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        transition: .5s;
    }
    .tyrbota.such-factors .button-white-inner{
        width: 250px;
    }
    .button-white-inner {
        position: relative;
        width: 150px;
        height: 50px;
        transition: .5s;
    }
    .button-white-inner:after {
        content: '';
        background: url(/wp-content/uploads/icons/arrow-white-button.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 35%;
        width: 15px;
        height: 19px;
        border: none;
        cursor: pointer;
        right: 0;
        transition: .5s;
    }
    .button-white-inner a:hover {
        background: #055EDD;
        color: #fff;
    }
    .button-white-inner:hover:after {
        background: url(/wp-content/uploads/icons/arrow-white-button-right.svg) 0 0 / 100% no-repeat;
    }
    .prof-service-hompepage, .text-desc-inner, .look-caregiver {
        background: #fff;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
        margin-top: 50px;
        padding: 20px;
        position: relative;
    }
    .prof-service-hompepage:before {
        content: '';
        background: url(/wp-content/uploads/Group-30.png) 0 0 / 100% no-repeat;
        position: absolute;
        top: 35%;
        width: 15px;
        height: 19px;
        border: none;
        cursor: pointer;
        right: 0;
    }
    .title.long {
        font-size: 45px;
        line-height: 47px;
        text-align: center;
        position: relative;
        max-width: 800px;
        margin: 25px auto;
    }
    /*.title.long:after {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        right: 0;
        position: absolute;
    }
    .title.long:before {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        left: 0;
        position: absolute;
    }*/
    .prof-service-hompepage:before, .look-caregiver:before {
        content: '';
        background: url(/wp-content/uploads/icons/icon-hands.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 0;
        width: 226px;
        height: 143px;
        border: none;
        cursor: pointer;
        right: 42%;
    }
    .text-desc-inner:before {
        content: '';
        background: url(/wp-content/uploads/icons/icon-hands.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 0;
        width: 155px;
        height: 88px;
        border: none;
        cursor: pointer;
        right: 44%;
    }
    .psh-desc {
        max-width: 880px;
        width: 100%;
        margin: 35px auto 50px;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
    }
    .warning {
        background-image: url(/wp-content/uploads/everything-you-need-bg.jpg);
        background-size: cover;
        padding: 30px;
        color: #fff;
    }
    .psh-items {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: center;
    }
    .psh-item {
        width: 16.66666666666667%;
        text-align: center;
    }
    .psh-img {
        background: #E8F7FF;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
        height: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 115px;
        margin: 0 auto 20px;
    }
    .psh-title {
        font-weight: bold;
        font-size: 20px;
        max-width: 165px;
        margin: 0 auto;
    }
    .psh-item .psh-desc {
        display: none;
        position: relative;
        transition: all .5s;
        cursor: pointer;
    }
    .profkons-item .psh-img {
        height: 165px;
        max-width: 165px;
        margin: 20px auto;
    }
    .rentgen-inner .tyrbota-title {
        font-weight: 400;
    }
    .rentgen-inner .tyrbota-title:after {
        background: url(https://medturbota.com/wp-content/uploads/danger.png) 0 0 / 100% no-repeat;
        top: 4px;
    }
    .profkons-item .button-white-inner {
        width: 180px;
        margin: 0 auto;
    }
    .profkons-item .button-white-inner a {
        width: 180px;
    }
    .rentgen-doma-i .text-desc-inner ul li:after {
        background: url(https://medturbota.com/wp-content/uploads/history1.png) 0 0 / 100% no-repeat;
        left: -35px;
        top: 3px;
        width: 23px;
        height: 23px;
    }

@media screen and (min-width: 768px) {
    .psh-item:hover .psh-desc {
        display: flex;
        align-items: center;
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
        width: 210px;
        height: 150px;

        bottom: 75px;
        margin: 0;
        font-size: 17px;
        line-height: 1.4;
        padding: 10px;
    }
}
    #few-services {
        margin-top: 50px;
    }
    .inner-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .title {
        font-family: 'Georgia';
        font-weight: normal;
        font-size: 45px;
        line-height: 51px;
        position: relative;
        margin-bottom: 30px;
    }
    /*.title:before {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        right: 5%;
        position: absolute;
    }*/
    .icd, .inner-container-desc {
        max-width: 450px;
        width: 100%;
        margin-right: 60px;
    }
    .inner-container-description {
        font-size: 18px;
        line-height: 27px;
        color: #919191;
        margin-bottom: 30px;
    }
    .left-img .inner-container{
        justify-content: flex-start;
    }
    .left-img .icd {
        margin-right: 0;
        margin-left: 60px;
    }
    .left-img .inner-container-img {
        position: relative;
    }
    .left-img .inner-container-img:before {
        content: '01';
        display: block;
        position: absolute;
        font-family: 'Georgia';
        color: #055EDD;
        top: -149px;
        left: 10%;
        font-size: 150px;
    }
    .diagnostics-homepage {
        position: relative;
    }
    .diagnostics-homepage .inner-container-img:before {
        content: '02';
        display: block;
        position: absolute;
        font-family: 'Georgia';
        color: #055EDD;
        top: -149px;
        right: 10%;
        font-size: 150px;
    }
    .diagnostics-homepage:after {
        content: '03';
        display: block;
        position: absolute;
        font-family: 'Georgia';
        color: #055EDD;
        bottom: 0;
        left: 10%;
        font-size: 150px;
    }
    .help-for-poisoning-homepage.plus.left-img .inner-container-img:before {
        display: none;
    }
    .help-for-poisoning-homepage.plus .inner-container-img:after {
        content: '04';
        display: block;
        position: absolute;
        font-family: 'Georgia';
        color: #055EDD;
        bottom: 0;
        right: -100%;
        font-size: 150px;
    }
    .consultation, .all-locations {
        background-image: url(/wp-content/uploads/consultation-form-bg.jpg);
        background-size: cover;
        padding: 10px;
        position: relative;
        border-radius: 20px;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        background-position-x: center;
    }
    .consultation-form, .all-locations-inner {
        max-width: 530px;
        margin: 50px 0 50px 30px;
    }
    .consultation:after {
        content: '';
        background: url(/wp-content/uploads/consultation-doctors.png) 0 0 / 100% no-repeat;
        position: absolute;
        width: 500px;
        height: 500px;
        right: 45px;
        bottom: -58px;
    }
    #consultation {
        margin-top: 80px;
    }
    .consultation input[type="text"], .consultation input[type="tel"], .popup-w input[type="text"], .popup-w input[type="tel"], .otzyv-item input[type="text"], .otzyv-item input[type="tel"] {
        background: #F8F8F8;
        border-radius: 90px;
        border: none;
        height: 50px;
        font-size: 18px;
        margin-bottom: 20px;
        color: #909090;
        width: 300px;
        padding-left: 30px;
    }
    .consultation input[type="submit"], .popup-w-item input[type="submit"], .otzyv-item input[type="submit"] {
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        color: #055EDD;
        height: 50px;
        background-color: #fff;
        display: flex;
        align-items: center;
        border-radius: 50px;
        padding-left: 17px;
        border: none;
        width: 330px;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        cursor: pointer;
    }
    .everything-you-need .title.white, #service-package-caregiver .title.white {
        text-align: center;
        padding:30px 0 ;
        color: #fff;
    }
    #everything-you-need, #service-package-caregiver {
        background-image: url(/wp-content/uploads/everything-you-need-bg.jpg);
        background-size: cover;
        margin-top: 80px;
        padding-bottom: 30px;
    }
    .everything-you-need .title:before {
        background: #fff;
        right: 8%;
    }
    /*
    .title.white:after {
        content: '';
        background: #fff;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        left: 8%;
        position: absolute;
    }
    */
    .eyn-items {
        display: flex;
        flex-wrap: wrap;
    }
    .eyn-item {
        width: 25%;
        text-align: center;
        margin-bottom: 75px;
        position: relative;
    }
    .eyn-item:after {
        content: '';
        background: url(/wp-content/uploads/icons/eyn-item-after.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 17%;
        width: 60px;
        height: 60px;
        border: none;
        cursor: pointer;
        right: -11%;
    }
    .eyn-item:nth-child(4):after, .eyn-item:nth-child(8):after {
        display: none;
    }
    .eyn-item-img {
        background: #E8F7FF;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
        height: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 115px;
        margin: 0 auto 20px;
    }
    .eyn-item-title {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        color: #fff;
    }
    .eyn-subdesc {
        max-width: 767px;
        width: 100%;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }
    .eyn-item:nth-child(5),.eyn-item:nth-child(6),.eyn-item:nth-child(7),.eyn-item:nth-child(8) {
        margin-bottom: 30px;
    }
    .our-team-slider, .testimonials-slider {
        position: relative;
        padding: 0;
    }
    .our-team-slider-item {
        cursor: pointer;
        margin: 0 30px;
        padding: 0 30px;
        text-align: center;
    }
    .otsi-img img {
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
    }
    .our-team-slider .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        font-size: 0;
        width: 70px;
        height: 45px;
        border: none;
        cursor: pointer;
        margin: -17.5px 0 0 0;
    }
    .our-team-slider .slick-prev {
        left: 100px;
        background: url('/wp-content/uploads/icons/slider-bir-prev.svg') 0 0 / 100% no-repeat;
    }
    .our-team-slider .slick-next {
        right: 100px;
        background: url('/wp-content/uploads/icons/slider-bir-next.svg') 0 0 / 100% no-repeat;
    }
    .otsi-name {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    #our-team .title {
    max-width: none;
    width: 100%;
    text-align: center;
    margin: 80px auto 50px;
    }

     /*
    #our-team .title:after {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        left: -19%;
        position: absolute;
    }
    */

    /*testimonial slider*/
    .testimonial-item {
        cursor: pointer;
        margin: 0 10px 30px;
        padding: 0 10px;
        text-align: center;
    }
    .testimonials-slider .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        font-size: 0;
        width: 70px;
        height: 45px;
        border: none;
        cursor: pointer;
        margin: -17.5px 0 0 0;
    }
    .testimonials-slider .slick-prev {
        left: 100px;
        background: url('/wp-content/uploads/icons/slider-bir-prev.svg') 0 0 / 100% no-repeat;
    }
    .testimonials-slider .slick-next {
        right: 100px;
        background: url('/wp-content/uploads/icons/slider-bir-next.svg') 0 0 / 100% no-repeat;
    }
    #testimonials, #homepage-blog {
        margin: 80px 0 50px;
    }
    #testimonials .title.long, #homepage-blog .title.long {
        max-width: 687px;
        margin: 55px auto;
    }
    .homepage-blog {
        display: flex;
        justify-content: space-evenly;
    }
    .testimonial-item-inner {
        background: #FFFFFF;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
        padding: 20px;
        position: relative;
        text-align: left;
    }
    .testimonial-item-inner:before {
        content: '';
        background: url(/wp-content/uploads/icons/qoute.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 10px;
        width: 45px;
        height: 45px;
        border: none;
        cursor: pointer;
        right: 15px;
    }
    .testimonial-name {
        font-weight: bold;
        font-size: 20px;
    }
    .testimonial-date, .bsii-date {
        background: #EAF7FF;
        border-radius: 10px;
        max-width: 83px;
        padding: 5px;
        margin-left: auto;
    }
    .testimonial-desc {
        color: #909090;
    }
    .all-locations-inner .title {
        font-size: 41px;
        line-height: 41px;
    }
    .all-location-phones ul {
        padding: 0;
        margin: 0 0 30px 0;
    }
    .all-location-phones ul li a {
        font-size: 25px;
        line-height: 38px;
        text-transform: uppercase;
        color: #000;
    }
    .all-locations-inner .button-white-inner{
        width: 250px;
    }
    .all-locations-inner .button-white-inner a {
        width: 300px;
    }
    .all-locations-inner .button-white-inner:after {
        right: -45px;
    }
    .all-locations-inner:after {
        content: '';
        background: url(/wp-content/uploads/all-locations-new.png) 0 0 / 100% no-repeat;
        position: absolute;
        width: 600px;
        height: 360px;
        right: 0px;
        bottom: 0;
    }
    .blog-item a {
        color: #000;
    }
    .blog-item-desc {
        display: flex;
        margin-top: 10px;
    }
    .bsii-title {
        font-weight: bold;
        font-size: 20px;
        text-align: left;
    }
    .tyrbota {
        background-image: url(/wp-content/uploads/tyrbota-bg.jpg);
        background-size: cover;
        padding: 10px;
        position: relative;
        border-radius: 20px;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        background-position-x: center;
        margin: 80px 0;
    }
    .tyrbota-inner {
        max-width: 400px;
        margin: 50px 50px 50px auto;
    }
    .tyrbota-inner:after {
        content: '';
        background: url(/wp-content/uploads/tyrbota-team.png) 0 0 / 100% no-repeat;
        position: absolute;
        width: 653px;
        height: 386px;
        left: 15px;
        bottom: 0;
    }
    .tyrbota-inner .title {
        max-width: 260px;
        font-size: 38px;
        line-height: 38px;
    }
    .tyrbota-item {
        margin-bottom: 10px;
    }
    .tyrbota-title {
        font-weight: bold;
        font-size: 18px;
        position: relative;
        padding-bottom: 8px;
    }
    .tyrbota-title:after {
        content: '';
        background: url(/wp-content/uploads/icons/tyrbota-check.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: -3px;
        width: 30px;
        height: 30px;
        border: none;
        cursor: pointer;
        left: -42px;
    }
    .tyrbota-desc {
        font-size: 16px;
        color: #909090;
    }
    .tyrbota-desc ul {
        list-style: disc;
        margin: 0;
        padding: 0;
    }
    .site-info {
        background-color: #fff;
        padding: 50px 0 0;
    }
    .site-footer, .footer-up {
        position: relative;
    }
    .topscroll {
        position: absolute;
        right: 20px;
        bottom: 45px;
        width: 160px;
        height: 70px;
        font-weight: bold;
        font-size: 20px;
        text-align: end;
        color: #055EDD;
        transform: rotate(
                90deg
        );
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
        cursor: pointer;
        background: #EEF9FF;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }
    .topscroll-title {
        transform: rotate(180deg);
        padding-bottom: 25px;
        position: relative;
        padding-right: 35px;
    }
    .topscroll-title:after {
        content: '';
        background: url(/wp-content/uploads/icons/arrow-white-button.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 11%;
        width: 15px;
        height: 19px;
        border: none;
        cursor: pointer;
        right: 10px;
    }
    .footer-items {
        display: flex;
    }
    .footer-item ul {
        padding: 0;
        margin: 0;
    }
    .footer-item {
        flex: 1;
    }
    .footer-item.nav {
        padding-left: 30px;
        width: 19%;
        flex: inherit;
    }
    .footer-desc {
        padding-top: 20px;
    }
    .footer-desc span {
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        color: #909090;
    }
    .footer-title {
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 21px;
        padding-bottom: 25px;
    }
    .footer-ul li {
        padding-bottom: 15px;
    }
    .footer-ul ul li a {
        color: #909090;
    }
    .footer-ul ul li a:hover {
        color: #055EDD;
        text-decoration: underline;
    }
    .footer-ul-items {
        display: flex;
    }
    .footer-ul-items .footer-ul:nth-child(2) {
        margin-left: 20px;
    }
    .footer-item.contact {
        padding-left: 20px;
    }
    .footer-item.contact ul li {
        padding-bottom: 8px;
    }
    .footer-item.contact ul li a {
        font-weight: bold;
        font-size: 16px;
        color: #055EDD;
    }
    .work-schedule {
        padding-top: 10px;
    }
    .work-schedule span {
        color: #909090;
    }
    .footer-bottom {
        background-color: #EBF3FF;
        padding: 10px 0;
    }
    .footer-bottom-inner {
        display: flex;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        justify-content: space-around;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        color: #B2B2B2;
    }
    .footer-bottom-dev span {
        padding-right: 5px;
    }
    .footer-inner {
        padding-bottom: 30px;
    }
    .page-services-intro-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-services-intro-item {
        width: 100%;
        max-width: 350px;
        margin-bottom: 30px;
    }
    .psii-desc {
        background-color: #fff;
        margin-top: -4px;
        padding: 15px 15px 15px 25px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .psii-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        padding-bottom: 20px;
    }
    .psii-button.blue-button a {
        background: #055EDD;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 100px;
        max-width: 150px;
        height: 35px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #fff;
        position: relative;
    }
    .psii-button.blue-button a:after {
        content: '';
        background: url(/wp-content/uploads/icons/arrow-right-white.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 36%;
        width: 10px;
        height: 10px;
        border: none;
        cursor: pointer;
        right: 15px;
    }
    .page-services-intro .title {
        max-width: 300px;
        margin: 50px auto;
    }
    /*.page-services-intro .title:after {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        left: -17%;
        position: absolute;
    }*/
    .page-services-intro .title:before {
        right: -15%;
    }
    .why-me, #how-to-order {
        margin: 80px 0;
    }
    .why-me .inner-container {
        justify-content: flex-start;
    }
    .why-me-desc {
        max-width: 450px;
        width: 100%;
        margin-right: 0;
        margin-left: 60px;
    }
    .why-me-desc ul {
        padding: 0;
        margin: 0 0 0 40px;
    }
    .why-me-desc ul li {
        padding-bottom: 18px;
        position: relative;
        font-weight: normal;
        font-size: 20px
    }
    .why-me-desc ul li:after {
        content: '';
        background: url(/wp-content/uploads/icons/tyrbota-check.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: -3px;
        width: 30px;
        height: 30px;
        border: none;
        cursor: pointer;
        left: -42px;
    }
    #page-contact-intro .title {
        max-width: 210px;
        width: 100%;
        margin: 30px auto 50px;
    }
    /*#page-contact-intro .title:after {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        left: -17%;
        position: absolute;
    }*/
    #page-contact-intro .title:before {
        right: -17%;
    }
    #page-contact-intro .all-locations-inner:after {
        background: url(/wp-content/uploads/page-contact-intro.png) 0 0 / 100% no-repeat;
        width: 492px;
        height: 425px;
    }
    .footer-item-contact ul {
        margin: 0 0 30px;
        padding: 0;
    }
    .footer-item-contact ul li {
        padding-bottom: 8px;
    }
    .footer-item-contact ul li a {
        font-weight: bold;
        font-size: 18px;
        color: #055EDD;
    }
    .work-schedule-title {
        font-weight: 600;
        padding-bottom: 10px;
        display: block;
    }
    .map, .tyrbota-team {
        margin: 80px 0;
    }
    .map img, .tyrbota-team img {
        max-width: 1920px;
        width: 100%;
    }
    .intro-page-service {
        background-image: url(/wp-content/uploads/bg-slider-big.png);
        background-size: contain;
        height: 523px;
    }
    .intro-page-service .slider-big-description {
        font-size: 19px;
        line-height: 1.5;
        margin-bottom: 50px;
    }
    .intro-page-service-inner {
        position: relative;
        height: 523px;
    }
    .intro-page-service-inner .slider-item-img img {
        height: 500px;
        right: 100px;
    }
    .intro-page-service  .slider-big-title {
        font-size: 62px;
        line-height: 1;
        margin: 0;
        margin-bottom: 35px;
    }
    .intro-page-service .slider-item-desc, .intoxication-symptoms {
        padding-top: 80px;
    }
    .my-breadcrumbs {
        margin: 30px 0;
    }
    .my-breadcrumbs a {
        color: #000;
    }
    .my-breadcrumbs .last {
        font-weight: 600;
    }
    .intro-page-service.doctor-consultation .slider-big-title:before {
        top: 92px;
        right: 55%;
    }
    .text-description {
        max-width: 880px;
        width: 100%;
        margin: 35px auto 50px;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
    }
    .text-desc-inner .title {
        font-size: 28px;
        line-height: 28px;
        max-width: 600px;
        margin: 20px auto;
        text-align: center;
        color: #000;
    }
    .text-desc-inner .title:before {
        display: none;
    }
    .text-desc-inner ul, .list-wi {
        margin: 0 0 0 20px;
    }
    .text-desc-inner ul li, .list-wi li, .tyrbota.such-factors ul li {
        position: relative;
        text-align: left;
        padding-bottom: 8px;
    }
    .list-wi li {
        padding-bottom: 15px;
        font-size: 18px;
    }
    .text-desc-inner ul li:after, .list-wi li:after , .tyrbota.such-factors ul li:after {
        content: '';
        background: url(/wp-content/uploads/icons/tyrbota-check.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 0;
        width: 25px;
        height: 25px;
        border: none;
        cursor: pointer;
        left: -30px;
    }
    .why-me.text-small .why-me-desc {
        max-width: 550px;
    }
    .subtitle {
        font-family: 'Georgia';
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .why-me.text-small .why-me-desc ul li {
        padding-bottom: 15px;
        font-size: 18px;
    }
    .why-me.text-small .why-me-desc ul li:after {
        top: 0px;
        width: 27px;
        height: 27px;
        left: -35px;
    }
    .drugs {
        background: linear-gradient(85.92deg, #EBF3FF -2.84%, #FFFFFF 50.56%, #EBF3FF 98.94%);
        border-radius: 20px;
        margin-top: 70px;
    }
    #drugs {
        margin: 80px 0;
    }
    #drugs .title {
        max-width: 780px;
        margin: 30px auto;
        box-sizing: border-box;
    }
    #drugs .title:before {
        right: -5%;
    }
    /*#drugs .title:after {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        left: -5%;
        position: absolute;
    }*/
    .drug-columns {
        display: flex;
        justify-content: space-evenly;
        padding: 30px 0;
    }
    .drug-columns p {
        margin: 0;
        padding: 0;
    }
    .drug-columns ul li {
        margin-bottom: 25px;
    }
    .title-drug {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        position: relative;
        padding-bottom: 8px;
    }
    .title-drug:after {
        content: '';
        background: url(/wp-content/uploads/icons/pill-icon.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 0;
        width: 25px;
        height: 25px;
        border: none;
        cursor: pointer;
        left: -40px;
    }
    .intro-page-service.analizy .slider-big-title {
        font-size: 60px;
    }
    .intro-page-service.analizy .slider-big-title:before {
        top: 78%;
        right: 42%;
    }
    .intro-page-service.analizy .intro-page-service-inner .slider-item-img img {
        right: 20px;
    }
    .intro-page-service.kapelnitsy .slider-big-title:before {
        top: 75%;
        right: 50%;
    }
    .consultation-img-mobile, .all-location-img-mobile, .tyrbota-img-m {
        display: none;
    }
    .site-branding {
        padding-left: 20px;
    }
    .intro-page-service.diagnostika .slider-big-title:before {
        right: 10%;
    }
    .page-services-intro .title.long {
        max-width: 910px;
    }
    .page-services-intro .title.long:after, .page-services-intro .title.long:before {
        display: none;
    }
    .page-services-intro-items.two {
        justify-content: space-evenly;
    }
    .intoxication-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .intoxication-item {
        width: 100%;
        max-width: 255px;
        margin-bottom: 30px;
    }
    .intoxication-item-desc {
        background-color: #fff;
        margin-top: -4px;
        padding: 15px 15px 15px 25px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        min-height: 50px;
        display: flex;
        align-items: center;
/*         justify-content: space-evenly; */
    }
    .intoxication-item-title {
        font-weight: bold;
        font-size: 17px;
    }
    .intoxication-ben-items {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .intoxication-ben-item {
        width: 30%;
    }
    .text-desc.intoxication-ben .text-description {
        max-width: 1000px;
    }
    .ibi-top {
        display: flex;
        align-items: center;
    }
    .ibi-img {
        background: #E8F7FF;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
        height: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 115px;
        margin: 0 auto 20px;
        width: 50%;
    }
    .ibi-title {
        font-weight: bold;
        font-size: 17px;
        padding-left: 10px;
        width: 50%;
    }
    .ibi-desc {
        font-size: 16px;
        line-height: 22px;
        color: #919191;
        text-align: left;
    }

    .header-language {
        position: relative;
        box-sizing: border-box;
        width: 95px;
        height: 60px;
    }

    .polylang-flags {
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 0;
        width: 95px;
        min-height: 60px;
        background: #FFFFFF;
        box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
        border-radius: 20px;
        padding: 18px 21px 19px 16px;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        box-sizing: border-box;
        cursor: pointer;

        transition: background .25s;

        margin: 0;
        z-index: 10;
    }

    .polylang-flags li a {
        color: #055EDD;
    }

    .polylang-flags:hover {
        background: #055EDD;
    }

    .polylang-flags:hover li a {
        color: #fff;
    }

    .polylang-flags li.current-lang {
        order: 0;
    }

    .polylang-flags li {
        position: relative;
    }

    .polylang-flags:hover li:not(.current-lang) {
        max-height: 100%;
    }

    .polylang-flags li:not(.current-lang) {
        max-height: 0;
        overflow: hidden;
        order: 1;

        transition: max-height .25s;
    }

    .polylang-flags .current-lang a {
        color: #055EDD;
    }

    .polylang-flags .current-lang {
        position: relative;
    }

    .polylang-flags li.current-lang::after {
        content: '';
        display: block;
        width: 11px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translatey(-50%);
        background: url('/wp-content/uploads/arrow-point-top.svg') no-repeat center;
        background-size: contain;

        transition: opacity .25s;
    }

    .polylang-flags li.current-lang::before {
        content: '';
        display: block;
        width: 11px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 0;
        transform: translatey(-50%);
        background: url('/wp-content/uploads/arrow-top-white.svg') no-repeat center;
        background-size: contain;

        transition: opacity .25s;
    }

    .polylang-flags:hover li.current-lang::after {
        opacity: 0;
    }

    .polylang-flags:hover li.current-lang::before {
        opacity: 1;
    }
    .vit-kapelnitsy .slider-big-title {
        font-size: 44px;
    }
    .vit-kapelnitsy .slider-big-description {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .vit-kapelnitsy .slider-item-desc {
        padding-top: 20px;
    }
    .tablepress thead th {
        font-size: 20px;
        padding: 15px;
    }
    .tablepress td {
        padding: 10px;
    }
    .fixed-moz {
        left: 0;
        border: 0;
        position: absolute;
        cursor: pointer;
        z-index: 9999;
        opacity: 0.8;
        bottom: 40px;
        font-size: 13px;
        width: 120px;
    }
    .moz-gov-inner {
        align-items: center;
        display: flex;
    }
    .fixed-moz img {
        width: auto;
        height: 70px;
    }
    .otsi-position span {
        border-radius: 20px;
        padding: 5px 10px;
        background-color: #fff;
        margin-right: 15px;
    }
    .otsi-position {
        display: flex;
        align-items: center;
    }
    .menu-link-red a {
        color: #EA1859!important;
        font-weight: 700;
        text-decoration: underline;
    }
    .text-desc.without-after .text-desc-inner:before {
        display: none;
    }
    .img-post img {
        width: 100%;
        height: auto;
    }
    .vitaminnye-kapelnitsy-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vitaminnye-kapelnitsy-item {
        width: 32%;
        margin-bottom: 40px;
    }
    .vki-img {
        max-width: 195px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .vki-img img {
        width: 100%;
        height: auto;
    }
    .vki-title {
        font-weight: 600;
        text-transform: uppercase;
        padding: 20px 0;
        font-size: 20px;
        line-height: 1;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -5px;
    }
    .vki-button .button-white-inner, .vki-button .button-white-inner a  {
        width: 195px;
        height: 40px;
        margin: 0 auto;
    }
    .popup-cap-inner {
        font-size: 18px;
    }
    .popup-cap-title, .popup-cap-subtitle {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 10px 10px 50px;
        font-size: 30px;
        margin: 40px 150px 30px 0;
    }
    .popup-cap-subtitle {
        font-size: 26px;
    }
    .popup-cap-desc {
        padding-left: 50px;
        max-width: 520px;
        margin-bottom: 40px;
    }
    .popup-effect-title, .popup-sostav-title, .popup-time-title, .popup-price-title {
        padding-left: 40px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 24px;
    }
    .popup-effect-items ul li {
        position: relative;
        line-height: 1.4;
        padding-left: 30px;
    }
    .popup-effect-items ul li:after {
        content: ' ';
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 2px;
        border-radius: 50px;
        bottom: 8px;
    }
    .popup-sostav-title p {
        padding-left: 40px;
    }
    .popup-sostav p, .popup-time p, .popup-price p {
        padding-left: 80px;
    }
    .popup-sostav-title, .popup-time-title, .popup-price-title {
        position: relative;
        margin-left: 40px;
    }
    .popup-sostav-title:after, .popup-time-title:after, .popup-price-title:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        border: none;
        cursor: pointer;
        left: 3px;
        top: 5px;
    }
    .popup-price-title:after {
        width: 26px;
        height: 26px;
        top: 1px;
    }
    .popup-bottomline {
        margin: 30px 40px 20px;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        font-size: 28px;
    }
    .мyers .popup-cap-title, .мyers .popup-cap-subtitle {
        background-color: #ed135a;
    }
    .мyers .popup-effect-title, .мyers .popup-sostav-title, .мyers .popup-time-title, .мyers .popup-price-title {
        color: #ed135a;
    }
    .мyers .popup-effect-items ul li:after {
        background: #ed135a;
    }
    .мyers .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-мyers.png) 0 0 / 100% no-repeat;
    }
    .мyers .popup-time-title:after {
        background: url(/wp-content/uploads/clock-мyers.png) 0 0 / 100% no-repeat;
    }
    .мyers .popup-price-title:after {
        background: url(/wp-content/uploads/price-мyers.png) 0 0 / 100% no-repeat;
    }
    .мyers .popup-bottomline {
        border: 1px solid #ed135a;
        color: #ed135a;
    }
    /*BeautyVit*/
    .beautyvit .popup-cap-title, .beautyvit .popup-cap-subtitle {
        background-color: #ec0b8e;
    }
    .beautyvit .popup-effect-title, .beautyvit .popup-sostav-title, .beautyvit .popup-time-title, .beautyvit .popup-price-title {
        color: #ec0b8e;
    }
    .beautyvit .popup-effect-items ul li:after {
        background: #ec0b8e;
    }
    .beautyvit .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-beautyvit.png) 0 0 / 100% no-repeat;
    }
    .beautyvit .popup-time-title:after {
        background: url(/wp-content/uploads/clock-beautyvit.png) 0 0 / 100% no-repeat;
    }
    .beautyvit .popup-price-title:after {
        background: url(/wp-content/uploads//wallet-beautyvit.png) 0 0 / 100% no-repeat;
    }
    .beautyvit .popup-bottomline {
        border: 1px solid #ec0b8e;
        color: #ec0b8e;
    }
    /*BrainVit*/
    .brainvit .popup-cap-title, .brainvit .popup-cap-subtitle {
        background-color: #F79520;
    }
    .brainvit .popup-effect-title, .brainvit .popup-sostav-title, .brainvit .popup-time-title, .brainvit .popup-price-title {
        color: #F79520;
    }
    .brainvit .popup-effect-items ul li:after {
        background: #F79520;
    }
    .brainvit .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-brainvit.png) 0 0 / 100% no-repeat;
    }
    .brainvit .popup-time-title:after {
        background: url(/wp-content/uploads/clock-brainvit.png) 0 0 / 100% no-repeat;
    }
    .brainvit .popup-price-title:after {
        background: url(/wp-content/uploads/wallet-brainvit.png) 0 0 / 100% no-repeat;
    }
    .brainvit .popup-bottomline {
        border: 1px solid #F79520;
        color: #F79520;
    }
    /*Detox*/
    .detox .popup-cap-title, .detox .popup-cap-subtitle {
        background-color: #56bb50;
    }
    .detox .popup-effect-title, .detox .popup-sostav-title, .detox .popup-time-title, .detox .popup-price-title {
        color: #56bb50;
    }
    .detox .popup-effect-items ul li:after {
        background: #56bb50;
    }
    .detox .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-detox.png) 0 0 / 100% no-repeat;
    }
    .detox .popup-time-title:after {
        background: url(/wp-content/uploads/clock-detox.png) 0 0 / 100% no-repeat;
    }
    .detox .popup-price-title:after {
        background: url(/wp-content/uploads/wallet-detox.png) 0 0 / 100% no-repeat;
    }
    .detox .popup-bottomline {
        border: 1px solid #56bb50;
        color: #56bb50;
    }
    /*slimvit*/
    .slimvit .popup-cap-title, .slimvit .popup-cap-subtitle {
        background-color: #685eaa;
    }
    .slimvit .popup-effect-title, .slimvit .popup-sostav-title, .slimvit .popup-time-title, .slimvit .popup-price-title {
        color: #685eaa;
    }
    .slimvit .popup-effect-items ul li:after {
        background: #685eaa;
    }
    .slimvit .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-slimvit.png) 0 0 / 100% no-repeat;
    }
    .slimvit .popup-time-title:after {
        background: url(/wp-content/uploads/clock-slimvit.png) 0 0 / 100% no-repeat;
    }
    .slimvit .popup-price-title:after {
        background: url(/wp-content/uploads/wallet-slimvit.png) 0 0 / 100% no-repeat;
    }
    .slimvit .popup-bottomline {
        border: 1px solid #685eaa;
        color: #685eaa;
    }
    /*sportvit*/
    .sportvit .popup-cap-title, .sportvit .popup-cap-subtitle {
        background-color: #275bab;
    }
    .sportvit .popup-effect-title, .sportvit .popup-sostav-title, .sportvit .popup-time-title, .sportvit .popup-price-title {
        color: #275bab;
    }
    .sportvit .popup-effect-items ul li:after {
        background: #275bab;
    }
    .sportvit .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-sportvit.png) 0 0 / 100% no-repeat;
    }
    .sportvit .popup-time-title:after {
        background: url(/wp-content/uploads/clock-sportvit.png) 0 0 / 100% no-repeat;
    }
    .sportvit .popup-price-title:after {
        background: url(/wp-content/uploads/wallet-sportvit.png) 0 0 / 100% no-repeat;
    }
    .sportvit .popup-bottomline {
        border: 1px solid #275bab;
        color: #275bab;
    }
    /*regenerationvit*/
    .regenerationvit .popup-cap-title, .regenerationvit .popup-cap-subtitle {
        background-color: #fcb313;
    }
    .regenerationvit .popup-effect-title, .regenerationvit .popup-sostav-title, .regenerationvit .popup-time-title, .regenerationvit .popup-price-title {
        color: #fcb313;
    }
    .regenerationvit .popup-effect-items ul li:after {
        background: #fcb313;
    }
    .regenerationvit .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-regenerationvit.png) 0 0 / 100% no-repeat;
    }
    .regenerationvit .popup-time-title:after {
        background: url(/wp-content/uploads/clock-regenerationvit.png) 0 0 / 100% no-repeat;
    }
    .regenerationvit .popup-price-title:after {
        background: url(/wp-content/uploads/wallet-regenerationvit.png) 0 0 / 100% no-repeat;
    }
    .regenerationvit .popup-bottomline {
        border: 1px solid #fcb313;
        color: #fcb313;
    }
    /*glutation*/
    .glutation .popup-cap-title, .glutation .popup-cap-subtitle {
        background-color: #a0cedb;
    }
    .glutation .popup-effect-title, .glutation .popup-sostav-title, .glutation .popup-time-title, .glutation .popup-price-title {
        color: #a0cedb;
    }
    .glutation .popup-effect-items ul li:after {
        background: #a0cedb;
    }
    .glutation .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-glutation.png) 0 0 / 100% no-repeat;
    }
    .glutation .popup-time-title:after {
        background: url(/wp-content/uploads/clock-glutation.png) 0 0 / 100% no-repeat;
    }
    .glutation .popup-price-title:after {
        background: url(/wp-content/uploads/wallet-glutation.png) 0 0 / 100% no-repeat;
    }
    .glutation .popup-bottomline {
        border: 1px solid #a0cedb;
        color: #a0cedb;
    }
    /*lennec*/
    .lennec .popup-cap-title, .lennec .popup-cap-subtitle {
        background-color: #dc911a;
    }
    .lennec .popup-effect-title, .lennec .popup-sostav-title, .lennec .popup-time-title, .lennec .popup-price-title {
        color: #dc911a;
    }
    .lennec .popup-effect-items ul li:after {
        background: #dc911a;
    }
    .lennec .popup-sostav-title:after {
        background: url(/wp-content/uploads/drop-lennec.png) 0 0 / 100% no-repeat;
    }
    .lennec .popup-time-title:after {
        background: url(/wp-content/uploads/clock-lennec.png) 0 0 / 100% no-repeat;
    }
    .lennec .popup-price-title:after {
        background: url(/wp-content/uploads/wallet-lennec.png) 0 0 / 100% no-repeat;
    }
    .lennec .popup-bottomline {
        border: 1px solid #dc911a;
        color: #dc911a;
    }
    .intro-page-service.pomoshch-pri-intoksikacii .slider-item-img img {
        height: 411px;
        right: 17px;
        bottom: 0px;
    }
    .pomoshch-pri-intoksikacii .slider-big-title:before {
        top: 27%;
        right: 9%;
    }
    .header-phone .phone-items ul li {
        padding-bottom: 5px;
    }
    .consultation-form .title:before {
        right: 15%;
    }
    .intro-page-service.medsestra-na-dom .slider-big-title:before {
        top: 74%;
        right: 22%;
    }
    .intro-page-service.ukoly .slider-big-title:before {
        top: 75%;
        right: 50%;
    }
    .intro-page-service.medicinskoe-soprovozhdenie .slider-item-img img {
        height: 450px;
        right: 0px;
    }
    .intro-page-service.medicinskoe-soprovozhdenie .slider-big-title:before {
        right: -150px;
    }
    .intro-page-service.pomoshch-pri-covid .slider-big-title:before {
        top: 75%;
        right: 40%;
    }
    .faq-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
        align-items: center;
    }
    .faq-item-img, .faq-item-desc {
        width: 50%;
    }
    .faq-item-img img {
        width: 100%;
        height: auto;
    }
    .faq-item-desc {
        text-align: left;
        font-size: 16px
    }
    .faq-item.left-img .faq-item-desc {
        padding-left: 20px;
    }
    .faq-item.right-img .faq-item-desc {
        padding-right: 20px;
    }
    .faq-item-title {
        font-weight: 600;
        text-transform: uppercase;
        padding: 20px 0;
        font-size: 20px;
        line-height: 1;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -5px;
    }
    .popup-w {
        max-width: 350px;
        width: 100%;
        margin: 50px auto 30px!important;
    }
    .popup-w-title {
        font-family: 'Georgia';
        font-size: 35px;
        margin-bottom: 30px;
    }
    .popup-w input[type="text"], .popup-w input[type="tel"] {
        margin-bottom: 20px;
    }
    .popup-w-item {
        text-align: center;
    }
    .popup-w-item input[type="submit"] {
        margin: 0 auto;
        width: 300px;
    }
    .consultation-cost-doctor ul li:after {
        display: none;
    }
    .consultation-cost-doctor ul {
        display: flex;
        margin: 20px auto;
        justify-content: space-evenly;
    }
    .consultation-cost-doctor ul li span {
        color: #909090;
    }
    .consultation-cost-doctor ul li {
        font-size: 22px!important;
    }
    .intro-page-service.pomoshch-pri-covid .slider-item-img img {
        height: 410px;
    }
    .inner-container-desc.procedures .title:before {
        right: 0;
    }
    .intro-page-service.diagnostika .slider-item-img img {
        right: 20px;
    }
    .page-services-intro-item.within-border .psii-img img {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    .page-price {
        padding-top: 1px;
        background: #fff;
    }
    .page-price .title {
        max-width: 170px;
        width: 100%;
        margin: 60px auto 20px;
    }
    .page-price-title {
        font-weight: bold;
        font-size: 32px;
        text-align: center;
        margin: 30px auto;
    }
    .tablepress {
        box-shadow: 10px 10px 50px rgb(11 70 107 / 10%);
        border-radius: 30px;
        margin: 0;
        border-collapse: collapse;
        overflow: hidden;
        max-width: 991px;
        margin: 30px auto;
    }
    .tablepress .column-1 , .tablepress .column-2 {
        padding: 10px;
        vertical-align: inherit;
        text-align: center;
        font-size: 22px;
    }
    .header-social {
        max-width: 110px;
        width: 100%;
    }
    .header-phone {
        max-width: 160px;
        width: 100%;
    }
    .header-social ul, .header-phone ul {
        margin: 0;
        padding: 0;
    }
    .intro-page-service.pishhevoe-otravlenie .slider-big-title {
        font-size: 42px;
    }
    .intro-page-service.pishhevoe-otravlenie .slider-big-title:before {
        top: 75%;
        right: 40%
    }
    #rmp-menu-additional-content-198 .popup-w {
        margin: 0!important;
    }
    #rmp-menu-additional-content-198 .popup-w .popup-w-title {
        color: #fff;
    }
    #rmp-menu-additional-content-198 .polylang-flags {
        position: relative;
    }
    .lang-mobile-popup ul {
        display: flex;
        max-width: 80px;
        justify-content: space-between;
    }
    .lang-mobile-popup ul li {
        padding-bottom: 0;
        font-size: 20px;
    }
    .lang-mobile-popup-active {
        text-decoration: underline;
    }
    #vdz_cb h3 {
        font-family: 'Georgia';
        font-size: 35px;
        margin: 0 0 30px 0;
    }
    #vdz_cb_name, #vdz_cb_phone {
        background: #F8F8F8;
        border-radius: 90px;
        border: none;
        height: 50px;
        font-size: 18px;
        margin-bottom: 20px;
        color: #909090;
        width: 300px;
        padding-left: 30px;
    }
    #vdz_cb #vdz_cb_form {
        width: 100%!important;
    }
    #vdz_cb_form button {
        font-weight: bold;
        font-size: 17px;
        color: #055EDD;
        height: 50px;
        background-color: #fff;
        display: flex;
        align-items: center;
        border-radius: 50px;
        padding-left: 17px;
        border: none;
        width: 332px;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        cursor: pointer;
        margin: 0 auto;
    }
    #masthead {
        z-index: 999;
        background-color: #ebf3ff;
        position: fixed;
        width: 100%;
        top: 0;
    }
    #primary {
        margin-top: 80px;
    }
    .tyrbota-team-mob {
        display: none;
    }
    .footer-item-contact ul {
        margin: 0 0 15px;
    }
    .moz-gov-inner.footer {
        display: none;
    }
    .page-services-intro-item.intoxication img {
        border-top-left-radius: 20px;
            border-top-right-radius: 20px;
    }
    #vdz_cb_widget {
        left: 40px;
        bottom: 140px!important;
    }
    .otzyv-button {
        margin: 0 auto;
        display: block;
        max-width: 250px;
    } 
    .otzyv-button a {
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        color: #055EDD;
        height: 50px;
        background-color: #fff;
        display: flex;
        align-items: center;
        border-radius: 50px;
        border: none;
        width: 250px;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        cursor: pointer;
        justify-content: center;
    }
    .otzyv {
        max-width: 400px;
        width: 100%;
        padding: 40px;
        margin: 0 auto;
    }
    .otzyv-title {
        font-family: 'Georgia';
        font-size: 35px;
        margin-bottom: 30px;
    } 
    .otzyv-item textarea {
        background: #F8F8F8;
        border-radius: 25px;
        border: none;
        height: 250px;
        font-size: 18px;
        margin-bottom: 20px;
        color: #909090;
        width: 300px;
        padding-left: 30px;
        padding-top: 20px;
        font-family: 'Roboto-Regular';

    }
    .curfew {
        position: absolute;
        left: -130px;
        top: 330px;
        transform: rotate(90deg);
        background: #055EDD;
        padding: 10px 20px;
        color: #fff;
    }
    .slider__item.sidelka .slider-item-desc {
        max-width: 500px;
    }
    .slider__item.sidelka .subtitle {
        line-height: 1;
        margin-bottom: 10px;
    }
    .slider__item.sidelka .title {
        font-size: 55px;
        padding: 5px 0;
    }
    .slider__item.sidelka .slider-item-img img {
        height: 430px;
    }
    .sub-desc {
        position: relative;
    }
    .sub-desc span {
        font-size: 21px;
        padding-left: 15px;
    }
    .sub-desc-ef {
        position: absolute;
        top: -11px;
        left: -10px;
        background: linear-gradient(89.65deg, #FFFFFF 0.17%, rgba(255, 255, 255, 0) 101.38%);
        opacity: 0.2;
        filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
        border-radius: 100px;
        width: 300px;
        height: 40px;
    }
    .slider__item.sidelka .desc {
        padding: 15px 0;
    }
    .slider__item.sidelka ul li, .slider__item.profkons ul li {
        position: relative;
        padding-bottom: 10px;
    }
    .slider__item.profkons .desc {
        margin-bottom: 30px;
    }
    .slider__item.profkons .slider-item-img img {
        right: 50px;
    }
    .slider__item.sidelka ul li:after, .slider__item.profkons ul li:after {
        content: '';
        background: url(https://medturbota.com/wp-content/uploads/check-white.png) 0 0 / 100% no-repeat;
        position: absolute;
        top: -3px;
        width: 25px;
        height: 25px;
        border: none;
        cursor: pointer;
        left: -30px;
    }
    .look-caregiver-items {
        display: flex;
        flex-wrap: wrap;
        margin: 0 50px;
        justify-content: space-evenly;
    }
    .look-caregiver-item {
    width: 15%;
    text-align: center;
    border: 1px solid #094EB1;
    filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    border-radius: 20px;
    padding: 20px 0px;
    }
    .lci-image {
        background: #E8F7FF;
    box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    }
    .lci-title {
        margin-top: 15px;
        font-weight: 700;
    }
    .psh-desc {
        color: #909090;
    }
    .full-spectrum-сaregiver {
        margin: 50px;
        text-align: center;
    }
    .full-spectrum-сaregiver .title:after {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        left: 5%;
        position: absolute;
    }
    .fscp {
        font-size: 23px;
        margin-bottom: 35px;
    }
    .full-spectrum-сaregiver-list {
        background: linear-gradient(85.92deg, #EBF3FF -2.84%, #FFFFFF 50.56%, #EBF3FF 98.94%);
        border-radius: 20px;
        padding: 20px 0;
    }
    .fscl {
        display: flex;
    }
    .fscl-item {
        width: 50%;
    }
    .fscl-item ul li {
        position: relative;
        font-weight: 700;
        padding-bottom: 30px;
        text-align: left;
        max-width: 300px;
    }
    .fscl-item ul li:after {
        content: '';
        background: url(/wp-content/uploads/icons/tyrbota-check.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: -3px;
        width: 30px;
        height: 30px;
        border: none;
        cursor: pointer;
        left: -42px;
    }
    .fscp-after {
        margin: 30px 0;
    }
    .service-package-caregiver {
        text-align: center;
        padding: 30px 0;
        color: #fff;
    }
    .service-package-caregiver .title {
        margin-bottom: 0;
    }
    .service-package-caregiver .title:before {
        background: #fff;
        right: 20%;
    }
    .service-package-caregiver .title:after {
        left: 20%;
    }
    .spc-par {
        font-size: 20px;
        max-width: 765px;
        margin: 0 auto;
        font-family: "Georgia", sans-serif;
    }
    .service-package-items {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin: 40px 0;
    }
    .service-package-item {
        background: #E8F7FF;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 20px;
        width: 30%;
        margin: 30px 0;
        padding: 20px 0;
        position: relative;
    }
    .service-package-item:after {
        content: '';
        background: url(https://medturbota.com/wp-content/uploads/service-package-item-after.png) 0 0 / 100% no-repeat;
        position: absolute;
        top: 45%;
        width: 44px;
        height: 44px;
        border: none;
        cursor: pointer;
        right: -45px;
        background-size: inherit;
    }
    .service-package-item:nth-child(3):after {
        display: none;
    }
    .spi-title {
        font-family: "Roboto-Regular", sans-serif;
        color: #000;
        font-weight: 700;
        font-size: 32px;
    }
    .spi-title-after {
        content: "";
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) -17.5%, #094EB1 48.92%, rgba(255, 255, 255, 0) 116.14%);
        width: 220px;
        height: 1px;
        margin: 20px auto;
    }
    .spi-price {
        color: #000;
        font-weight: 700;
        font-size: 20px;
    }
    .spi-button {
        background: #055EDD;
        box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
        border-radius: 100px;
        max-width: 145px;
        margin: 0 auto;
        text-align: left;
        padding-left: 20px;
        margin: 20px auto;
        height: 34px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .spi-button:after {
        content: '';
        background: url(/wp-content/uploads/icons/arrow-white-button-right.svg) 0 0 / 100% no-repeat;
        position: absolute;
        top: 33%;
        width: 11px;
        height: 11px;
        border: none;
        cursor: pointer;
        right: 15px;
        transition: .5s;
    }
    .spi-desc {
        color: #909090;
        max-width: 300px;
        margin: 0 auto;
        font-size: 14px;
    }
    .remark {
        text-align: left;
    }
    .caregiver-services {
        margin: 50px 0;
    }
    .caregiver-services .title, .everything-you-need.work-scheme .title {
        max-width: 375px;
        margin: 0 auto;
        text-align: center;
    }
    .caregiver-services .title:after {
        content: '';
        background: #055EDD;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 50%;
        left: 5%;
        position: absolute;
    }
    .caregiver-services-par {
        font-size: 24px;
        max-width: 785px;
        margin: 30px auto;
        font-family: "Georgia", sans-serif;
        text-align: center;
    }
    .caregiver-services-desc p {
        color: #909090;
    }
    .caregiver-service-items {
        display: flex;
        margin: 20px auto;
        flex-wrap: wrap;
        
        justify-content: space-between;
    }
    .caregiver-service-item {
        width: 32%;
        background: #E8F7FF;
        box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
        border-radius: 20px;
        margin-bottom: 23px;
        padding-bottom: 15px;
    }
    .carserit-ing img {
        display: block;
        width: 100%;
        border-radius: 20px;
    }
    .carserit-title {
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        max-width: 200px;
        margin: 20px auto;
    }
    .carserit-desc {
        font-size: 15px;
        line-height: 19px;
        text-align: center;
        max-width: 300px;
        color: #919191;
        display: block;
        margin: 0 auto;
    }
    .caregiver-service-item .spi-button {
        color: #fff;
    }
    .all-locations.hire-caregiver-now .all-locations-inner:after {
        content: '';
        background: url(https://medturbota.com/wp-content/uploads/hire-caregiver-now.png) 0 0 / 100% no-repeat;
        position: absolute;
        width: 560px;
        height: 475px;
        right: 0px;
        bottom: 0;
    }
    .everything-you-need.work-scheme {
        padding-top: 40px;
    }
    .everything-you-need.work-scheme .title {
        max-width: 400px;
    }
    .everything-you-need.work-scheme .eyn-items {
        margin-top: 40px;
    }
    .patronage .title {
        max-width: 1055px!important;
    }
    .patronage .title:after {
        left: -5%!important;
    }
    .patronage .title:before {
        right: -5%;
    }
    .tyrbota.such-factors .tyrbota-inner:after {
        width: 590px;
        height: 350px;
    }
    .tyrbota.such-factors .tyrbota-inner {
        max-width: 484px;
        margin: 5px 45px 25px auto;
    }
    .tyrbota.such-factors {
        padding: 7px 0px 3px;
    }
    .tyrbota.such-factors .tyrbota-inner .title {
        max-width: 440px;
    }
    .tyrbota.such-factors .tyrbota-inner .title:before {
        top: 18px;
        right: 7%;
    }
    .tyrbota.such-factors ul li {
        padding-bottom: 25px;
    }
    .tyrbota.such-factors ul li:after {
        top: -2px;
        left: -35px;
    }
    .tyrbota.such-factors .button-white-inner a {
        width: 300px;
    }
    .tyrbota.such-factors .button-white-inner:after {
        right: -50px;
    }
    .see-all-caregiver {
        text-align: center;
        display: block;
        font-weight: 700;
    }
    .look-caregiver .title.long:before {
        left: -25px;
    }
    .look-caregiver .title.long:after {
        right: -25px;
    }
    .carserit-title.mobile {
        display: none;
    }
    .popup-w-title {
        text-align: center;
    }
    .popup-cap.sidelka .popup-cap-title {
        background-color: #275bab;
    }
    .popup-cap.sidelka .popup-effect-items ul li:after {
        background: #275bab;
    }
    .popup-cap.sidelka .popup-price-title:after {
        background: url(/wp-content/uploads/wallet-sportvit.png) 0 0 / 100% no-repeat;
    }
    .popup-cap.sidelka .popup-bottomline {
        border: 1px solid #275bab;
        color: #275bab;
        font-size: 18px;
    }
    .popup-cap.sidelka .popup-effect-title {
        padding-right: 40px;
    }
    .just-par {
        padding: 10px 30px 10px 50px
    }
    .popup-cap.sidelka .popup-effect-items ul li {
        padding-right: 20px;
        line-height: inherit;
        padding-bottom: 8px;
        padding-left: 25px;
    }
     .popup-cap.sidelka .popup-effect-items ul li:after {
        bottom: inherit;
        top: 7px;
     }
     .intro-page-service.rentgen-doma .slider-item-img img {
        height: 440px;
        right: 40px;
        bottom: 25px;
    }
    .intro-page-service.rentgen-doma .slider-big-title:before {
        top: 75%;
        right: 48%;
    }
    .tyrbota-inner.rentgen-inner:after {
        content: '';
        background: url(/wp-content/uploads/photo_2026-01-28_13-24-03.png) 0 0 / 100% no-repeat;
        position: absolute;
        width: 487px;
        height: 341px;
        left: 25px;
        bottom: 70px;
    }
    .tyrbota-inner.rentgen-inner {
        max-width: 550px;
    }
    .tyrbota-inner.rentgen-inner .title {
        max-width: 470px;
    }
   .benef-rengen .title.white:after {
        top: 33%;
        left: 4%;
    }
    .benef-rengen .everything-you-need .title:before {
        right: 4%;
        top: 34%;
    }
    .benef-rengen .eyn-item-img img {
        height: auto;
        max-width: 70px;
    }
    .eyn-item-img-m {
        display: none;
    }
    .profkons-items {
        display: flex;
        flex-wrap: wrap;
        margin: 40px 0 30px;
        justify-content: space-evenly;
    }
    .profkons-item {
        width: 42%;
        text-align: center;
        border: 1px solid #094EB1;
        filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
        border-radius: 20px;
        margin: 20px 0;
        padding: 20px 0;
    }
    .profkons-title {
        font-family: 'Georgia';
        font-weight: 600;
        font-size: 21px;
    }
    .profkons-img img {
        display: block;
        margin: 15px auto;
    }
    .profkons-desc {
        max-width: 340px;
        margin: 10px auto 20px;
    }
    .profkons-doctors .title {
        text-align: center;
        padding: 30px 0 0 0;
    }
    .profkons-doctors .title:before {
        display: none;
    }
    .error-404.not-found {
        padding: 30px 0;
        text-align: center;
    }
    .error-404 .page-title {
        font-size: 38px;
    }
    .error-404 .page-content p {
        padding: 20px 0;
    }
    .button-404 a {
        background: #055EDD;
        color: #fff;
        font-size: 17px;
        width: 250px;
        height: 50px;
        display: flex;
        align-items: center;
        border-radius: 50px;
        justify-content: center;
        margin: 20px auto;
    }
    /*Adaptive*/
    @media (max-width: 1600px) {
        .nurse-visit-homepage.right-img, .diagnostics-homepage.right-img, .help-for-poisoning-homepage.left-img, .right-img {
            margin-bottom: 80px;
        }
        .left-img .inner-container-img:before, .diagnostics-homepage:after {
            left: 0;
        }
        .diagnostics-homepage:after {
            bottom: -70px;
            left: 0;
        }
        .help-for-poisoning-homepage.plus .inner-container-img:after {
            right: -85%;
        }
        #few-services img, .why-me-img img, .inner-container-img {
            max-width: 740px;
            width: 100%;
        }
        .why-me-desc ul li {
            font-size: 18px;
        }
        #how-to-order .title:before {
            top: 73%;
            right: 0%;
        }
    }
    @media (max-width: 1300px) {
        #few-services img {
            max-width: 600px;
            width: 100%;
        }
        .bsii-img img {
            height: 200px;
        }
        .topscroll {
            right: -45px;
        }
        .drugs {
            margin: 30px;
        }
    }
    @media (max-width: 1200px) {
        .site-branding img{
            width: 180px;
            height: auto;
        }
        .main-navigation a, .phone-items ul li a{
            font-size: 16px;
        }
        .polylang-flags{
            width: 85px;
        }
        .slider-item-inner {
            height: 506px;
        }
        .slider-item-img img {
            height: 418px;
        }
        .tyrbota-inner:after {
            width: 556px;
            height: 329px;
        }
        .slider-big .slick-next {
            right:-10px;
        }
        .slider-big .slick-prev {
            left: -10px;
        }
        .footer-items {
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .footer-item, .footer-item.nav {
            width: 40%;
            flex: none;
            padding: 0;
            margin: 20px;
        }
        .footer-item.nav {
            padding-left: 0;
        }
        .container {
            padding: 0;
            margin: 0;
        }
        .inner-container-desc, .inner-container-img {
            width: 100%;
        }
        .nurse-visit-homepage.right-img .inner-container, .diagnostics-homepage.right-img .inner-container, #how-to-order .inner-container {
            flex-direction: column-reverse;
        }
        #how-to-order .inner-container {
            align-items: flex-end;
        }
        .help-for-poisoning-homepage.left-img .inner-container, .why-me .inner-container {
            flex-direction: column;
        }
        .why-me .inner-container, .help-for-poisoning-homepage.left-img .inner-container {
            align-items: flex-start;
        }
        #few-services img {
            max-width: 900px;
        }
        .help-for-poisoning-homepage.left-img, .inner-container-img {
            justify-content: flex-start;
        }
        .icd {
            margin: 60px;
        }
        .left-img .inner-container-img:before {
            top: -90px;
            font-size: 90px;
            left: 0;
        }
        .diagnostics-homepage .inner-container-img:before, .help-for-poisoning-homepage.plus .inner-container-img:after {
            top: -90px;
            right: 0%;
            font-size: 90px;
        }
        .diagnostics-homepage:after {
            font-size: 90px;
            bottom: -20px;
        }
        .my-breadcrumbs {
            padding-left: 20px;
        }
        .page-services-intro-items {
            justify-content: space-around;
        }
        .remark {
            padding: 0 30px;
        }
      .caregiver-service-items {
            padding: 0 30px;
        }
        .work-scheme .eyn-item:after, .everything-you-need.work-scheme .eyn-item:nth-child(4):after {
            display: none;
        }
        .slider__item.sidelka .slider-item-img img {
            height: auto;
            max-width: 515px;
        }
    }
    @media (max-width: 1100px) {
        .slider-item-inner {
            height: 455px;
        }
        .consultation:after {
            width: 400px;
            height: 411px;
            right: 20px;
        }
        .eyn-item {
            width: 50%;
        }
        .eyn-item:nth-child(2):after, .eyn-item:nth-child(6):after {
            display: none;
        }
        .everything-you-need .title.white, #drugs .title {
            font-size: 40px;
            line-height: 40px;
        }
        .title.white:after, .title.white:before {
            display: none;
        }
        .all-locations-inner:after {
            width: 400px;
            height: 357px;
            right: 7px;
        }
        .tyrbota-inner {
            margin: 50px;
            width: 100%;
            padding-bottom: 320px;
        }
        .tyrbota-inner:after {
            left: 50px;
        }
        .prof-service-hompepage, .text-desc-inner, .consultation, .all-locations, .tyrbota {
            margin: 20px;
        }
        .nurse-visit-homepage.right-img .inner-container, .diagnostics-homepage.right-img .inner-container {
            align-items: flex-end;
        }
        #few-services img, #how-to-order img {
            max-width: 740px;
        }
    }

    @media (max-width: 1050px) {
        .slider-item-img img {
            right: 0;
            height: auto;
            max-width: 430px;
            max-height: 335px;
        }

        .slider-big-title {
            font-size: 64px;
            line-height: 57px;

            width: max-content;
        }

        .home-visit-nurse .slider-big-title, .doctor-consultation-slider .slider-big-title {
            font-size: 42px;
            line-height: 52px;
        }

        .slider-big-title:before {
            right: -30px!important;
            top: 50%!important;
        }

        .slider-big-description {
            font-size: 23px;
            max-width: 372px;
        }
        .full-spectrum-сaregiver img {
            display: block;
            width: 100%;
        }
    }

    @media (max-width: 991px) {
         .slider_btn{
            gap: 20px;
            justify-content: space-between;
        }
        .new-hedaer {
            height: 55px;
        }
        .header-phone{
            display: block !important;
            margin-right: 12%;
        }
        .main-navigation a, .phone-items ul li a{
            font-size: 14px;
        }
        #rmp-menu-wrap-198 .rmp-menu-subarrow {
            transform: rotate(180deg)!important;
        }
        .tyrbota-team-mob {
            display: block;
        }
        .tyrbota-team-mob img {
            width: 100%;
            height: auto;
        }
        .tyrbota-team {
            display: none;
        }
        #primary {
            margin-top: 0px;
        }
        .slider-item-inner {
            height: 455px;
        }
        .menu-toggle, .header-phone, .header-language, .header-social, .main-navigation {
            display: none;
        }
        .psh-item {
            width: 100%;
            max-width: 250px;
            padding: 0px 10px;
        }
        .psh-item .psh-desc {
            display: block;
        }
        .psh-desc, .text-description {
            text-align: left;
        }
        .psh-desc {
            text-align: center;
        }
        .consultation:after {
            width: 286px;
            height: 311px;
        }
        .all-locations-inner:after {
            width: 288px;
            height: 257px;
        }
        #rmp-menu-additional-content-198 {
            padding-top: 0;
            padding-left: 0;
            padding-bottom: 0;
            padding-right: 0;
        }
        #rmp-menu-title-198 .rmp-menu-title-image {
            width: auto;
            height: 55px;
            display: flex;
            margin: 0;
            padding: 0;
        }
        #rmp-menu-title-198 {
            background: #ebf3ff;
            margin: 0;
            padding: 10px;
        }
        #rmp-menu-wrap-198  {
            background-color: #0C50B1;
        }
        #rmp-menu-wrap-198 .rmp-menu-item-link {
            line-height: 18px;
            font-size: 18px;
            align-items: center;
            display: flex;
        }
        #rmp-menu-wrap-198 .rmp-submenu .rmp-menu-item-link {
            line-height: 16px;
            font-size: 16px;
            padding-left: 20px;
        }
        #rmp-menu-wrap-198 .rmp-menu-item {
            width: 100%;
            list-style: none;
            margin: 0;
            padding-left: 20px;
        }
        .popup-w ul {
            padding: 0 0 0 20px;
            text-align: left;
        }
        .popup-w-title {
            font-family: "Georgia", sans-serif;
            font-size: 24px;
            padding: 20px 0 0 20px;
            color: #fff;
        }
        .popup-w .popup-w-title {
            color: #000;
        }
        .popup-w-phone ul li {
            padding-bottom: 10px;
        }
        .popup-w-phone ul li a {
            color: #fff;
        }
        #drugs .title:before, #drugs .title:after {
            display: none;
        }
        #drugs .title {
            margin: 0 0 0!important;
            padding-left: 40px!important;
            word-break: normal;
            box-sizing: border-box;
        
        }
        .intoxication-ben-items {
            flex-direction: column;
            align-items: center;
        }
        .intoxication-ben-item {
            margin-bottom: 30px;
            width: 50%;
        }
        .homepage-blog {
            flex-direction: column;
            align-items: center;
            padding: 0 30px;
        }
        .blog-item {
            margin-bottom: 30px;
        }
        .blog-item img {
            width: 100%;
            height: auto;
        }
        #intro-page-service .intro-page-service {
            background-size: cover;
            height: auto;
            border-radius: 30px;
        }
        .vitaminnye-kapelnitsy-item {
            width: 50%;
        }
        .psh-item:hover .psh-desc{
            -webkit-transform:scale(1.5);
            -moz-transform:scale(1.5);
            -ms-transform:scale(1.5);
            transform:scale(1.5);
        }
        #masthead {
            position: inherit;
        }
        .intro-page-service.pomoshch-pri-intoksikacii .slider-item-img img {
            height: auto;
        }
        .page-price-item {
            padding-left: 20px;
            padding-right: 20px;
        }
        .consultation-cost-doctor ul {
            flex-direction: column;
        }
        .curfew {
            position: inherit;
            left: 0;
            top: 0;
            background: #055EDD;
            padding: 10px;
            max-width: 275px;
            color: #fff;
            display: block;
            margin: 10px auto;
            transform: inherit;
            text-align: center;
        }
        .look-caregiver-item {
            width: 30%;
            margin-bottom: 20px;
        }
        .service-package-items {
            flex-direction: column;
            align-items: center;
        }
        .caregiver-service-item {
            width: 48%;
        }
        .service-package-item:after {
            display: none;
        }
        
        .polylang-flags {
            display: flex!important;
            align-items: center;
            flex-direction: row!important;
            justify-content: flex-start!important;
            width: 100%;
            max-width: 100%!important;
            background: transparent;
            box-shadow: unset;
            border-radius: 0;
            height: auto;
            min-height: 100%;
        }
        
        .polylang-flags:hover li a {
            color: #fff!important;
        }
        
        .polylang-flags a {
            color: #fff!important;
        }
        
        .polylang-flags li {
            padding-bottom: 0!important;
        }
        
        .polylang-flags:hover {
            background: transparent;
        }
        
        .polylang-flags > li:not(:last-of-type) {
            margin-right: 20px!important;
        }
        
        .polylang-flags li.current-lang {
            order: unset!important;
        }
        
        .polylang-flags a {
            position: relative;
        }
        
        .polylang-flags a::before {
            content: '';
            display: block;
            width: 0;
            height: 1px;
            background-color: #fff;
            
            position: absolute;
            left: 0;
            bottom: 0;
            
            transition: .3s;
        }
        
        .polylang-flags li.current-lang a::before,
        .polylang-flags li a:hover::before {
            width: 100%;
        }
        
        .polylang-flags li:not(.current-lang) {
            max-height: unset!important;
            order: unset!important;
        }
        
        .polylang-flags li.current-lang::after,
        .polylang-flags li.current-lang::before {
            display: none;
        }
        .profkons-img {
            overflow: hidden;
        }
        .img-404 img {
            display: block;
            max-width: 400px;
            width: 100%;
            margin: 0 auto;
        }
    }
    @media (max-width: 767px) {
        .slider_btn {
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .consultation-form .title:before {
            right: 0;
        }
        .tyrbota-inner:after {
            width: 430px;
            height: 254px;
            left: 80px;
        }
        .consultation-img-mobile, .all-location-img-mobile, .tyrbota-img-m {
            display: block;
            justify-content: center;
        }
        .consultation:after, .all-locations-inner:after, .tyrbota-inner:after {
            display: none;
        }
        .prof-service-hompepage, .text-desc-inner, .consultation, .all-locations, .tyrbota {
            padding: 10px 10px 0 10px;
        }
        .consultation-img-mobile img, .all-location-img-mobile img, .tyrbota-img-m img {
            max-width: 767px;
            width: 100%;
            height: auto;
            margin-bottom: -4px;
            margin-left: 7px;
        }
        .tyrbota-img-m img {
            margin-bottom: -8px;
        }
        .map img {
            height: auto;
        }
        .tyrbota-inner {
            padding-bottom: 0;
        }
        .tyrbota-inner {
            width: auto;
        }
        .footer-item.contact {
            padding-left: 0;
        }
        .footer-bottom-inner {
            flex-direction: column;
            align-items: center;
        }
        .footer-bottom-copyscape {
            margin-bottom: 15px;
        }
        .page-services-intro .title {
            text-align: center;
        }
        .text-description {
            padding:0;
            margin: 0;
            max-width: fit-content;
        }
        .inner-container-img img {
            width: inherit;
        }

        #slider-big {
            padding: 0 13px;
            box-sizing: border-box;
        }


        .slider__item {
            border-radius: 31px;
            background: url('/wp-content/uploads/slider-bg.jpg') no-repeat 0 0;
            background-size: cover;
        }

        .slider-item-inner {
            height: 100%;
            min-height: 558px;

            padding: 32px 20px 196px;
            box-sizing: border-box;

            display: block;
        }

        #slider-big .slider-item-desc {
            max-width: 100%;
            margin: 0;
        }

        .slider-big-title {
            font-size: 40px;
            line-height: 45px;
        }

        .slider-big-title:before {
            right: -20px!important;
            transform: translateY(-50%);
        }

        .slider-big-description {
            font-size: 18px;
            line-height: 21px;
            margin: 17px 0 25px;
            max-width: 283px;
        }

        #slider-big .slider-item-img img {
            display: block;
            left: 50%;
            transform: translatex(-50%);
            max-width: 500px;
            width: 100%;
            max-height: 329px;
            object-fit: contain;
            min-width: 400px;
            z-index: -1;
        }

        .home-visit-nurse .slider-big-title, .doctor-consultation-slider .slider-big-title {
            font-size: 26px;
            line-height: 34px;
            width: 100%;
        }
        
        .psh-item:hover .psh-desc {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        
        .doctor-consultation-slider .slider-big-title:before,
        .home-visit-nurse .slider-big-title:before {
            display: none;
        }
        #intro-page-service .intro-page-service-inner {
            height: auto;
        }
        #intro-page-service .intro-page-service .slider-item-img {
            height: auto;
            display: flex;
            text-align: center;
            margin-top: 30px;
        }
        #intro-page-service .intro-page-service .slider-item-img img {
            display: block;
            margin: 0 auto;
            position: relative;
            left: auto;
            left: auto;
            right: 0;
            max-width: 400px;
            top: 1px;
            left: -7px;
            border-radius: 20px;
            width: 100%;
        }
        #intro-page-service  .intro-page-service .slider-big-title {
            font-size: 42px;
        }
        .faq-item-img, .faq-item-desc {
            width: 100%;
        }
        .faq-items {
            margin-top: 50px;
        }
        .faq-item.left-img {
            flex-direction: column;
        }
        .faq-item.right-img {
            flex-direction: column-reverse;
        }
        .faq-item {
            margin-bottom: 30px;
        }
        .consultation input[type="submit"] {
            background-color: #fff;
        }
        .jBox-overlay .jBox-closeButton {
            left: 5px;;
        }
        #few-services img, #how-to-order img {
            height: auto;
        }
        .moz-gov-inner {
            display: none;
        }
        .slider__item.sidelka .slider-item-img img {
            left: 70%!important;
            max-width: 390px!important;
            min-width: 345px!important;
        }
        .look-caregiver-item {
            width: 100%;
        }
        .spc-par {
            text-align: center;
            padding: 0 30px;
        }
        .service-package-item {
            width: 75%;
        }
        .service-package-caregiver .title, .everything-you-need.work-scheme .title {
            padding: 15px 30px!important;
            max-width: 100%;
        }
        .service-package-items {
            margin: 20px 0;
        }
        .caregiver-service-item {
            width: 95%;
        }
        .everything-you-need.work-scheme .eyn-items {
            flex-direction: column;
            align-content: center;
        }
        .everything-you-need.work-scheme .eyn-item {
            width: 80%;
        }
        .caregiver-services-desc, .caregiver-services-par p {
            padding: 0 30px;
        }
        .fscl-item ul {
            margin-top: 0;
        }
        .title:before, .title:after {
            display: none;
        }
        .full-spectrum-сaregiver .title:before, .full-spectrum-сaregiver .title:after {
            display: block;
            top: 25%;
        }
        .full-spectrum-сaregiver .title:before {
            right: -5%;
        }
        .full-spectrum-сaregiver .title:after {
            left: -5%;
        }
        .caregiver-services .title:after, .caregiver-services .title:before {
            display: block;
            top: 45%;
        }
        .caregiver-services .title:after {
            left: 15%;
        }
        .caregiver-services .title:bofore {
            right: 15%;
        }
        .carserit-title.desck{
            display: none;
        }
        .carserit-title.mobile {
            display: block;
        }
        .slider__item.profkons .slider-item-inner {
            min-height: 727px;
        }
        .profkons-items {
            flex-direction: column;
            align-items: center;
        }
        .profkons-item {
            width: 85%;
            padding: 20px;
        }
    }
    @media (max-width: 580px) {
        .site-branding img{
            width: 150px;
        }
        .header-phone{
            margin-right: 10%;
        }
        .psh-items .psh-item:nth-child(6) {
            padding-bottom: 20px;
        }
        .popup-sostav p, .popup-time p, .popup-price p {
            padding-left: 30px;
        }

        .our-team-slider .slick-list {
            padding: 0 15px!important;
        }

        .our-team-slider-item {
            margin: 0;
            padding:0 6px;
        }

        .otsi-img {
            width: 100%;
            height: 0;
            padding-top: 100%;

            position: relative;
            border-radius: 20px;
            overflow: hidden;
        }

        .otsi-position {
            flex-direction: column;
            text-align: center;
            justify-content: center;
        }
        .otsi-position span {
            margin-right: 0;
            margin-bottom: 5px;
        }

        .otsi-name {
            margin: 10px 0;
            font-size: 16px;
            line-height: 19px;
        }

        .our-team-slider .slick-arrow {
            top: calc(50% - 26px);
        }

        .otsi-img img {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            object-position: top center;
            object-fit: cover;
        }

        .title.long, .all-locations-inner .title, .everything-you-need .title.white, .title {
            font-size: 32px;
            line-height: 32px;
            margin-left: 0;
            margin-right: 0;
            max-width: 100%;
            width: 100%;
            margin-bottom: 20px;
            box-sizing: border-box;
            padding: 0 20px;
        }
        .prof-service-hompepage:before {
            display: none;
        }
        .eyn-item-img {
            height: 90px;
            max-width: 90px;
        }
        .benef-rengen .eyn-item-img {
            height: 120px;
            max-width: 120px;
        }
        .eyn-item-img img {
            width: auto;
            height: 50px;
        }
        .footer-desc {
            width: 100%;
            max-width: 375px;
        }
        .footer-item {
            width: 90%;
        }
        .icd, .left-img .icd, .why-me-desc, .inner-container-desc {
            width: auto;
            margin: 15px;
        }
        .prof-service-hompepage, .text-desc-inner, .consultation, .all-locations, .tyrbota {
            margin: 10px;
        }
        .consultation-form, .all-locations-inner {
            max-width: inherit;
            margin: 15px;
        }
        .our-team-slider .slick-next, .testimonials-slider .slick-next {
            right: 0;
        }
        .our-team-slider .slick-prev, .testimonials-slider .slick-prev {
            left: 0;
        }
        .psh-item {
            max-width: 40%;
        }
        .diagnostics-homepage:after {
            bottom: -50px;
        }
        .eyn-item:after {
            top: 14%;
            width: 50px;
            height: 50px;
            right: -11%;
        }
        #how-to-order img {
            width: inherit;
        }
        .drug-columns {
            flex-direction: column;
            padding: 50px 0 0 0;
        }
        .drug-column {
            margin-left: 50px;
        }
        .drug-column ul {
            margin: 0;
            padding: 0;
        }
        .text-desc-inner:before {
            display: none;
        }
        .intoxication-ben-item {
            width: 100%;
        }
        .intoxication-ben-item .ibi-img {
            margin: 0 0 20px 0;
        }
        .ibi-top {
            flex-direction: column;
            margin-bottom: 10px;
        }
        .ibi-desc {
            text-align: center;
            max-width: 375px;
            margin: 0 auto;
        }
        .intro-page-service .slider-item-desc {
            width: auto;
            margin: 0 20px;
        }
        .intro-page-service .slider-big-title {
            width: auto;
        }
        .intro-page-service .slider-big-title:before {
            display: none;
        }
        .text-desc-inner ul, .list-wi {
            margin: 0;
        }
        .text-desc-inner {
            padding: 20px;
        }
        .vitaminnye-kapelnitsy-item {
            width: 100%;
        }
        #intro-page-service .intro-page-service .slider-big-title {
            font-size: 34px;
        }
        .tablepress .column-1, .tablepress .column-2 {
            font-size: 18px;
        }
        .page-price .title {
            text-align: center;
        }
        .page-price-title {
            font-weight: bold;
            font-size: 21px;
        }
        .tablepress .column-1 {
            text-align: left;
            width: 60%;
        }
        .menu-link-red a {
            background-color: #fff;
        }
        .popup-cap-title, .popup-cap-subtitle {
            width: 100%;
            font-size: 22px;
            margin: 0 0 20px;
            padding: 10px 10px 10px 30px;
        }
        .popup-cap-desc {
            margin-bottom: 20px;
            padding-left: 30px;
        }
        .popup-effect-title, .popup-sostav-title, .popup-time-title, .popup-price-title {
            font-size: 18px;
            padding-left: 30px;
        }
        .popup-effect-items ul li:after {
            bottom: 0;
            top: 8px;
        }
        .popup-sostav-title:after, .popup-time-title:after {
            left: -10px;
            top: -1px;
        }
        .popup-price-title:after {
            left: -10px;
            top: -3px;
        }
        .popup-bottomline {
            margin: 9px;
            padding: 5px;
            border-radius: 10px;
            text-align: center;
            font-size: 20px;
        }
        .intro-page-service.pishhevoe-otravlenie .slider-item-img {
            display: block!important;
        }
        .intro-page-service.pishhevoe-otravlenie .slider-item-img img {
            width: auto!important;
        }
        .fscl {
            flex-direction: column;
            align-items: center;
        }
        .fscl-item {
            width: 100%;
        }
        .fscl-item ul {
            margin-bottom: 0;
        }
        .fscl-item ul li {
            max-width: 100%;
        }
        .everything-you-need.work-scheme .title {
            max-width: 100%;
        }
        .everything-you-need.work-scheme {
            padding-top: 30px;
        }
        .tyrbota.such-factors .tyrbota-inner {
            max-width: 100%;
            margin: 20px;
        }
        .sub-desc {
            margin-top: 40px;
        }
        .look-caregiver:before {
            right: 25%;
        }
        .full-spectrum-сaregiver .title:before {
            right: 0;
        }
        .full-spectrum-сaregiver .title:after {
            left: 0;
        }
        .slider__item.sidelka .slider-item-img img {
            left: 46%!important;
            max-width: 340px!important;
            min-width: 262px!important;
        }
        .slider__item.sidelka .button-white-inner:after {
            display: none;
        }
        .rentgen-inner-m .tyrbota-img-m img {
            display: block;
            margin: 0 auto;
            padding: 20px 0;
        }
        .benef-rengen .everything-you-need {
            padding: 20px 5px;
        }
        .benef-rengen .eyn-items {
            flex-direction: column;
        }
        .benef-rengen .eyn-item {
            width: 100%;
            margin: 35px 0;
        }
        .benef-rengen .eyn-item .eyn-item-title {
            max-width: 200px;
            margin: 0 auto;
        }
        .eyn-item-img-m {
            display: block;
            margin: 0 auto;
        }
        .benef-rengen .eyn-item:after {
            display: none;
        }
        .tyrbota-inner.rentgen-inner {
            margin: 10px;
        }
        .tyrbota-inner.rentgen-inner .title {
            max-width: 100%;
            text-align: center;
            font-size: 29px;
            line-height: 1;
            margin-bottom: 40px;
        }
        .tyrbota-inner.rentgen-inner .tyrbota-title {
            font-size: 16px;
        }
        .intro-page-service.rentgen-doma .slider-item-img img {
            height: auto;
            max-width: 370px!important;
            padding: 0 20px 20px;
        }
        .profkons-img img {
            max-width: 300px;
        }
        .profkons-item .psh-img {
            height: 150px;
            max-width: 150px;
            margin: 40px auto;
        }
        .profkons-item .psh-img img {
            max-width: 100px;
        }
        .profkons-desc {
            margin: 10px auto 35px;
        }
    }
    @media (max-width: 480px) {
        .left-img .inner-container-img:before, .diagnostics-homepage .inner-container-img:before, .help-for-poisoning-homepage.plus .inner-container-img:after, .diagnostics-homepage:after {
            display: none;
        }
        #popup__toggle{display: block;
        }
        #vdz_cb_widget {
            display: none!important;
        }
        .eyn-item {
            margin-bottom: 30px;
        }
        #intoxication-symptoms .title {
            padding-left: 40px;
        }
        .eyn-item:after {
            top: 15%;
            width: 40px;
            height: 40px;
            right: -11%;
        }
        .tyrbota-item {
            padding-left: 40px;
        }
        .drug-columns p {
            word-break: break-word;
        }   
        .call-mobile-phone {
            display: block;
        }
        #vdz_cb_widget {
            bottom: 150px!important;
            left: 20px;
        }
        .moz-gov-inner.footer {
            display: flex;
            max-width: 300px;
        }
        .moz-gov-inner.footer img {
            height: 90px;
            width: auto;
        }
        .full-spectrum-сaregiver {
            margin: 50px 20px;
        }
        .full-spectrum-сaregiver .title {
            font-size: 30px;
            padding: 0;
            max-width: 290px;
            margin: 0 auto;
        }
        .full-spectrum-сaregiver .title:after {
            left: -8%;
            top: 15px;
        }
        .full-spectrum-сaregiver .title:before {
            right: -8%;
            top: 15px;
        }
        .slider__item.sidelka .button-white-inner a {
            width: 120px;
        }
        .carserit-title {
            max-width: 260px;
        }
        .slider-item-desc {
            margin-bottom: 30px!important;
        }
        .caregiver-services .title {
            max-width: 255px;
        }
        .caregiver-services .title:before {
            right: 0;
        }
        .caregiver-services .title:after {
            left: 0;
        }
        .tyrbota.such-factors .tyrbota-inner .title {
            font-size: 32px;
            line-height: 32px;
        }
    }
    @media (max-width: 410px) {
        .intoxication-symptoms {
            padding-top: 40px;
        }
        .intoxication-item-desc {
            height: unset;
        }
        .consultation input[type="text"], .consultation input[type="tel"] {
            width: 250px;
        }
        .consultation input[type="submit"] {
            width: 280px;
        }
        #our-team .title {
            max-width: max-content;
            margin: 50px auto 50px;
        }
        .ibi-top {
            flex-direction: column;
        }
        .intoxication-ben-item {
            width: 100%;
        }
        .site-info {
            padding: 10px 0 0;
        }
        .slider__item.sidelka .slider-item-img img {
            max-height: 270px!important;
        }
        .look-caregiver:before {
            right: 19%;
        }
        .look-caregiver .title {
            padding: 20px 0 0 0;
            margin: 0
        }
        .fscp {
            font-size: 19px;
        }
        .all-locations-inner .title {
            font-size: 27px;
            padding: 0;
        }
        .sub-desc span {
            font-size: 18px;
        }
        .sub-desc-ef {
            height: 36px;
        }
    }

    @media (max-width: 380px) {
        #slider-big .slider-item-img img {
            display: block;
            left: 50%;
            transform: translatex(-50%);
            max-width: 500px;
            width: 100%;
            max-height: 302px;
            object-fit: contain;
            min-width: 440px;
        }
    }

    @media screen and (min-width: 37.5em) {

        .menu-toggle {
            display: none;
        }

        .main-navigation ul {
            display: flex;
            justify-content: space-evenly;
        }
    }
