@font-face {font-family: MSLight; src: url(../fonts/MuseoSansLight.ttf);}
@font-face {font-family: MSReg; src: url(../fonts/MuseoSansRegular.ttf);}
@font-face {font-family: MSMed; src: url(../fonts/MuseoSansMedium.ttf);}
@font-face {font-family: MSBold; src: url(../fonts/MuseoSansBold.ttf);}
@font-face {font-family: MSBlack; src: url(../fonts/MuseoSansBlack.ttf);}
@font-face {font-family: RBold; src: url(../fonts/RBold.ttf);}
@font-face {font-family: RRoman; src: url(../fonts/RRoman.ttf);}
@font-face {font-family: RMed; src: url(../fonts/RMed.ttf);}
@font-face {font-family: RLight; src: url(../fonts/RLight.ttf);}
@font-face {font-family: RThin; src: url(../fonts/RThin.ttf);}
@font-face {font-family: Neucha; src: url(../fonts/Neucha.otf);}


html, body {
    margin:0px;
    padding: 0px;
    font-family: Rroman;
}

.LeftMenu {
    background-color: rgba(143, 186, 79, 0.95);
    width: 330px;
    box-sizing: border-box;
    margin-left: 35px;
    margin-top: 35px;
    border-radius: 12px;
    height: calc(100% - 70px);
    display: block;
    position: fixed;
    z-index: 1000;
    padding: 35px 25px;
    padding-top: 25px;
}

.CONTENT {
    padding-left: 425px;
    box-sizing: border-box;
    padding-right: 60px;
    padding-top: 60px;
    display: block;
    position: relative;
    padding-bottom: 60px;
}

.FOOTER {
    background-color: #526B30;
    padding-left: 425px;
    box-sizing: border-box;
    padding-right: 60px;
    padding-top: 35px;
    padding-bottom: 65px;
    color: white;
    background-image: url('../f/logo_footer.svg');
    background-position: calc(50% + 165px) center;
    background-repeat: no-repeat;
}

img.logo_Menu {
    /* width: 100%; */
    margin-bottom: 15px;
}
ul.LeftMenu_ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

ul.LeftMenu_ul > li > a {
    height: 50px;
    display: block;
    position: relative;
    background-color: transparent;
    line-height: 50px;
    border-radius: 6px;
    font-family: Rlight;
    font-size: 18px;
    color: white;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0px 20px;
    transition: all 0s;
    cursor: pointer;
}

ul.LeftMenu_ul > li:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 6px;
}

a.logoLink {
    position: relative;
    display: block;
}

ul.LeftMenu_ul > li > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.15s;
}
ul.LeftMenu_ul > li > a.active {
    color: rgba(255, 255, 255, 0.50);
}

ul.LeftMenu_ul > li > a.active:after {content: "";display: block;position: absolute;width: 7px;height: 7px;background-color: white;right: 0px;top: 22px;right: 6px;border-radius: 7px;border: 0px;}
.LeftMenu_tellAddres {
    font-size: 14px;
    font-family: RMed;
    color: rgba(255, 255, 255, 0.75);
}

.LeftMenu_telephone {
    font-family: Rbold;
    font-size: 28px;
    color: white;
}

.LeftMenu_tellLine {
    margin-top: 10px;
}

.LeftMenu_cont {
    margin-left: 20px;
}

.LeftMenu_bottmInfo {
    bottom: 15px;
    position: absolute;
}

.LeftMenu_soc {
    margin-left: 20px;
    margin-top: 15px;
}

a.socLogo {
    opacity: 0.75;
    margin-right: 5px;
    transition: all 0.0s;
}

a.socLogo:hover {
    opacity: 1;
    transition: all 0.15s;
}
ul.LeftMenu_ul {
    height: 305px;
    top: 0px;
    position: relative;
    margin-top: 0px;
}

.LeftMenu_MenuItems {
    height: calc(100% - 260px);
    /* background-color: red; */
    /* position: relative; */
    /* display: block; */
    /* top: 140px; */
}
ul.LeftMenu_ul {}

li.lasted:after {
    width: 0px;
}
.LeftMenu_telephone a {
    text-decoration: none;
    color: white;
    transition: all 0.0s;
}

.LeftMenu_telephone a:hover {
    opacity: 0.75;
    transition: all 0.15s;
}

.flextest {
    display: inline-flex;
    width: 1250px;
    flex-direction: row;
    flex-wrap: wrap;
}

.flexItem {
    background-color: red;
    margin: 5px;
    width: 200px;
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 5px;
}
div#detailUSL {
    display: none;
}

.LeftMenu_detail {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.98);
    padding-left: 425px;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    padding-top: 55px;
    height: 100%;
}

h2.LeftMenu_detail_title {
    font-family: MSblack;
    font-size: 45px;
    color: #88B14B;
    margin-top: 0px;
    margin-bottom: 0px;
}

.LeftMenu_detail_cloise {
    width: 36px;
    height: 36px;
    position: absolute;
    display: block;
    right: 65px;
    /* background-color: red; */
    top: 65px;
    background-image: url('../f/close.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.0s;
}

.LeftMenu_detail_cloise:hover {
    opacity: 0.75;
    transition: all 0.15s;
}
.LeftMenu_detail_menuItems {
    /* background-color: red; */
    height: calc(100% - 110px);
    overflow: auto;
}
ul.LeftMenu_detail_items {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 40px;
}

ul.LeftMenu_detail_items ul {
    margin: 0px;
    padding: 0px;
}

ul.LeftMenu_detail_items > li > ul > li > ul {
    display: none;
    position: relative;
    right: 0px;
    background-color: white;
    box-sizing: border-box;
    padding: 0px;
    background-color: transparent;
    z-index: 1;
    /* box-shadow: 0px 15px 65px rgba(0, 0, 0, 0.18); */
    margin-top: 5px;
    margin-bottom: 9px;
    /* border-radius: 12px; */
    /* max-width: 300px; */
    /* z-index: 2222; */
    margin-left: 40px;
    border-bottom: 1px solid gainsboro;
    margin-left: 16px;
    margin-right: 20px;
    padding-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 40px;
    padding-top: 5px;
}

ul.LeftMenu_detail_items > li > ul > li > a {
    /* display: block; */
    font-size: 16px;
    font-family: Rlight;
    color: #333333;
    text-decoration: none;
    padding-left: 15px;
    line-height: 18px;
    display: block;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
    padding-right: 0px;
    margin: 6px 0px;
    width: auto;
    margin-right: 60px;
}

ul.LeftMenu_detail_items > li > ul > li > ul > li > ul > li >a {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 13px;
    padding: 0px 0px;
    display: block;
    text-decoration: none;
    font-family: Rroman;

}
ul.LeftMenu_detail_items > li > ul > li > ul > li > ul > li{
    margin: 5px 0 5px 20px;
color: #94bd57;
    list-style-type: disc;
}
ul.LeftMenu_detail_items > li > a {
    font-size: 35px;
    font-family: MSblack;
    color: #4D4D4D;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

ul.LeftMenu_detail_items > li > a:hover {
    text-decoration: underline;
    color: #94bd57;
}
ul.LeftMenu_detail_items > li {
    padding-left: 100px;
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    box-sizing: border-box;
    margin-right: 60px;
    width: 510px;
}

ul.LeftMenu_detail_items li {
    list-style: none;
}
a {
    /* width: 140px; */
}

ul.LeftMenu_detail_items > li > ul > li > a:hover {
    color: #94bd57;
    text-decoration: underline;
}

ul.LeftMenu_detail_items li.active > a {
    font-family: Rbold;
    color: #94bd57;
}






/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
a#MenuIcon_4:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-image: url('../f/menuIcon-1.svg');
    width: 100px;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
a#MenuIcon_16:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 30px 15px;
    background-image: url('../f/menuIcon-2.svg');
    width: 100px;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
a#MenuIcon_76:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position:0px 5px;
    background-image: url('../f/menuIcon-3.svg');
    width: 100px;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸*/
a#MenuIcon_79:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-image: url('../f/menuIcon-4.svg');
    width: 100px;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
a#MenuIcon_78:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-5.svg');
    width: 100px;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶*/
a#MenuIcon_77:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-6.svg');
    width: 100px;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸*/
#PriceIcon_12:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 39px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-image: url('../f/menuIcon-4.svg');
    width: 100px;
    display: inline-block;
    position: relative;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
#PriceIcon_13:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 39px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-5.svg');
    width: 100px;
    display: inline-block;
    position: relative;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶*/
#PriceIcon_14:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 39px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-6.svg');
    width: 100px;
    display: inline-block;
    position: relative;
}

a#MenuIcon_12:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 28px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url(/bitrix/templates/main/css/../f/menuIcon-001.svg);
    width: 78px;
}
.list-answer .item {
    border: 2px solid #ececec;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}
.list-answer .title {
    font-size: 20px !important;
    font-weight: bold;
    font-family: "MSBold" !important;
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-right: 80px;
    padding-left: 140px;
    margin-bottom: 20px;
    color: #444 !important;
}

.list-answer .item p {
    margin-top: 0;
    font-family: "MSReg";
    font-size: 18px;
    padding-left: 140px !important;
    font-size: 16px !important;
}






a#MenuIcon_7:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 25px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-7.svg');
    width: 100px;
}
a#MenuIcon_8:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 21px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-image: url('../f/menuIcon-8.svg');
    width: 100px;
}
a#MenuIcon_9:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 27px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-9.svg');
    width: 100px;
}
a#MenuIcon_10:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 29px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-10.svg');
    width: 100px;
}




#detailPACIENT
ul.LeftMenu_detail_items > li {
    padding-top: 45px;
    padding-bottom: 25px;
}
#detailPACIENT
ul.LeftMenu_detail_items {
    padding-top: 15px;
}

li.deepIn > a {
    background-repeat: no-repeat;
    background-position: right 3px;
}

ul.LeftMenu_detail_items > li > ul > li > ul > li {
    color: #94bd57;
    list-style-type: disc;
    margin-left: 10px;
    line-height: 21px;
    margin: 5px 0px;
}

ul.LeftMenu_detail_items > li > ul > li > ul > li > a {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 13px;
    padding: 0px 0px;
    display: block;
    text-decoration: none;
    font-family: Rroman;
}

ul.LeftMenu_detail_items > li > ul > li > ul > li > a:hover {
    text-decoration: underline;
    color: #94bd57;
}

ul.LeftMenu_detail_items > li > ul > li > ul:before {content: "";border: 10px solid transparent;border-right: 10px solid white;position: absolute;left: -20px;top: 36px;display: none;}

li.focused > a {
    background-color: rgba(255, 255, 255, 0.10) !important;
}
li.focused > a:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
}
.FOOTER a {
    color: white;
}

.FOOTER li {
    list-style: none;
}
ul.footerLinks > li {width: 240px;display: block;padding-right: 20px;}

ul.footerLinks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
}

ul.footerLinks > li > ul {
    margin: 0px;
    padding: 0px;
}

ul.footerLinks {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: -10px;
}

ul.footerLinks > li > ul {
    padding: 0px;
    margin: 0px;
}

.footerRight span {
    display: block;
    width: 250px;
    float: right;
}

.footerLeft {
    width: calc(100% - 240px);
    float: left;
}

.FOOTER:after {content: "";display: block;clear: both;}
.footerRight {
    float: right;
    width: 240px;
    text-align: right;
    /* background-color: red; */
}
ul.footerLinks > li > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 4px 0px;
    font-family: Rlight;
    color: rgba(255, 255, 255, 0.75);
    padding-left: 10px;
    letter-spacing: 0.25px;
}

ul.footerLinks > li > ul > li > a:hover {
    color: white;
}

ul.footerLinks > li > a {
    font-size: 26px;
    font-family: MSbold;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    margin-top: 30px;
    position: relative;
    width: auto;
}

ul.footerLinks > li > a:hover {
    text-decoration: underline;
}

.footerRight_title {
    font-size: 26px;
    font-family: MSbold;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    margin-top: 30px;
    position: relative;
    width: auto;
}

.footerRight_addresMain {
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.footerRight_addresMain:after {content: "";display: block;clear: both;}

.footerRight_addres span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.footerRight_tell {
    margin-top: 10px;
    display: block;
    font-family: Rbold;
    font-size: 19px;
}
.footerRight_tell a{
    font-size: 27px;
}

.footerRight_tell:after {content: "";display: block;clear: both;}

.footerRight_addres:after {
    content: "";
    display: block;
    clear: both;
}
.HeaderOnMain {
    width: 100%;
    height: 485px;
    background-color: #eee;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 65px;
}

.aboutClinik:after {content: "";display: block;clear: both;}

img.logoMain {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    display: inline-table;
    position: relative;
}
h1 {
    font-size: 42px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 0px;
    margin-top: 10px;
    display: block;
    position: relative;
}

.aboutClinik p {
    font-family: Rlight;
    font-size: 17px;
    color: #333333;
    line-height: 20px;
    width: 100%;
    line-height: 25px;
    margin-top: 15px;
    letter-spacing: 0.25px;
    padding-left: 0px;
    /* background-color: red; */
    box-sizing: border-box;
}
.preimMain {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 0px;
    margin: 40px 0px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: -1px;
}

.preimMain_item {
    text-align: center;
    display: block;
    width: 25%;
    box-sizing: border-box;
    padding: 25px 45px;
}
.preimMain_iconBloker {
    /* background-color: red; */
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.preimMain_title {
    margin-top: 10px;
    font-family: MSbold;
    font-size: 15px;
    color: #333333;
}
.feedBack_title {
    font-size: 42px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 0px;
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.feedBack_title {
    padding: 55px 0px;
    /* border-top: 1px solid #e6e6e6; */
}
.fbform > form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
 .fbform {
    padding: 37px;
    background-color: rgba(148, 189, 87, 0.25);
    border-radius: 6px;
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.feedBack_input {
    height: 65px;
    box-sizing: border-box;
    padding: 0px;
    border-radius: 4px;
    border: 0px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    color: #526b30;
    font-family: Rlight;
    font-size: 18px;
    letter-spacing: 0.25px;
    /* line-height: 65px; */
    width: calc(50% - 180px);
    transition: all 0.15s;
}
.feedBack_submit {
    cursor: pointer;
    width: 310px;
    display: inline-block;
    position: relative;
    height: 65px;
    line-height: 65px;
    background-color: #88b14b;
    width: 300px;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    font-family: MSbold;
    color: white;
    cursor: pointer;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    margin-top: 0px;
    background-image: url('../f/timer.svg');
    background-repeat: no-repeat;
    background-position: 43px 18px;
    padding-left: 50px;
    text-transform: uppercase;
    line-height: 63px;
    border: 0px;
    outline: none;
    letter-spacing: 0.25px;
}
.feedBack_submit:hover {
    background-color: #526b30;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

.feedBack_submit:active {
    transform: scale(0.95);
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

.feedBack_submit:focus {
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}
.feedBack_input:focus {
    box-shadow: 0px 0px 35px rgba(136, 177, 75, 0.38);
}

input.feedBack_input.feedBack_user {
    background-repeat: no-repeat;
    background-position: 25px 18px;
    background-image: url('../f/form_1.svg');
    padding-left: 60px;
}

input.feedBack_input.feedBack_tell {
    background-repeat: no-repeat;
    background-position: 25px 20px;
    background-image: url(../f/form_2.svg);
    padding-left: 60px;
}
.feedBack_title.noBorders {
    border: 0px solid transparent;
}
.breadCrumbs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: MSmed;
    letter-spacing: 0.25px;
}

.breadCrumbs_devider {
    margin: 0px 10px;
}
.breadCrumbs_link a {
    color: #8bb350;
}

.breadCrumbs_link a:hover {
    color: #4d4d4d;
}

.breadCrumbs_active {
    color: rgba(139, 179, 80, 0.50);
}
li.focused > a:after {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-right: 10px solid white;
    position: absolute;
    right: -25px;
    toP: 16px;
}
h1.titlePage {
    margin-top: 0px;
}
.serviceSale_slider {
    overflow: hidden;
}
.serviceSale_slider_item img {
    width: 100%;
    border-radius: 6px;
}

.serviceSale_slider_item {
    /* overflow: hidden; */
    border-radius: 6px;
}
p {
    padding-left: 20px;
    /* display: flex; */
    position: relative;
    display: inline-table;
    /* width: calc(50% - 5px); */
    box-sizing: border-box;
    margin: 30px 0px;
    font-size: 16px;
    font-family: Rlight;
    color: #333333;
    letter-spacing: 0.25px;
    line-height: 23px;
    padding-right: 20px;
    margin-bottom: 0px;
        display: block;
}

p.fullWidthP {
    width: 100%;
    font-size: 18px;
}
h2 {
    font-family: MSblack;
    font-size: 33px;
    color: #333333;
    margin-bottom: -5px;
    margin-top: 0px;
    display: block;
    position: relative;
    margin-top: 45px;
}
p b {
    font-family: Rbold;
}
.serviceSale {
    margin-bottom: 40px;
}



.serviceSale
.owl-dots {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
.serviceSale
.owl-dot {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background-color: rgba(143, 186, 79, 0.50);
    margin: 0px 5px;
    border-radius: 20px;
    transition: all 0.15s;
    cursor: pointer !important;
}
.serviceSale
.owl-dot.active {
    background-color: rgba(143, 186, 79, 1);
}
.serviceSale
.owl-dot:hover {
    background-color: rgba(143, 186, 79, 1);
}
.serviceSale_slider:before {content: "";display: block;position: absolute;width: 16.5%;height: 120%;/* background-color: rgba(255, 0, 0, 0.36); */z-index: 2;left: 0px;top: 0px;background-image: url('../f/leftGrad.png');background-size: 100% auto;}

.serviceSale_slider:after {
    content: "";
    display: block;
    position: absolute;
    width: 16.5%;
    height: 120%;
    /* background-color: rgba(255, 0, 0, 0.36); */
    z-index: 2;
    right: 0px;
    top: 0px;
    background-image: url(../f/rightGrad.png);
    background-size: 100%;
}
.serviceSale
.owl-controls {
    z-index: 2;
    position: relative;
    display: block;
}
.serviceSale
.owl-stage-outer {
    position: relative;
    z-index: 1;
}
.serviceSale
.owl-item {
    opacity: 0.50;
    transition: all 0.45s;
}
.serviceSale
.owl-item.active.center {
    opacity: 1;
}
.serviceHeader {
    margin-top: -60px;
    margin-right: -60px;
}

.maskBG {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    background-image: url('../f/maskHeader.png');
    background-size: 100% auto;
}
.serviceHeader_minidescript p {
    font-size: 17px;
    font-family: Rlight;
    line-height: 23px;
    color: #333333;
    max-width: 820px;
    width: 100%;
}
.serviceHeader_minidescript ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.serviceHeader_minidescript ul {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    max-width: 820px;
    /* background-color: red; */
    margin-top: 10px;
}

.serviceHeader_minidescript ul li a {
    height: 39px;
    display: inline-block;
    position: relative;
    border: 1px solid #88b14b;
    text-decoration: none;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0px 20px;
    padding-left: 40px;
    border-radius: 20px;
    color: #88b14b;
    font-size: 15px;
    font-family: Rmed;
    background-image: url('../f/arh.svg');
    background-repeat: no-repeat;
    background-position: 7px 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    transition: all 0.0s;
}

.serviceHeader_minidescript ul li a:hover {
    background-color: rgba(148, 189, 87, 0.15);
    transition: all 0.15s;
}
.servicePrice_title {
    font-size: 42px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 10px;
    margin-top: 40px;
    display: block;
    position: relative;
}

.servicePrice_item_more {
    display: none;
}

.servicePrice_item_title {
    position: relative;
    display: inline-block;
    font-family: MSmed;
    font-size: 18px;
    color: #666666;
}

.servicePrice_item_price {
    position: relative;
    display: inline-block;
    font-family: MSblack;
    font-size: 18px;
    color: #88b14b;
}

.servicePrice_item_buttons {
    position: absolute;
    display: inline-block;
    float: right;
    right: 6px;
    top: 7px;
}

.servicePrice_hideAllprice {
    display: none;
    height: 45px;
    background-color: transparent;
    line-height: 45px;
    font-size: 15px;
    font-family: Rmed;
    color: #88b14b;
    width: 210px;
    text-align: center;
    border-radius: 4px;
    padding-left: 25px;
    box-sizing: border-box;
    letter-spacing: 0.25px;
    background-image: url(../f/greenUpArr.svg);
    background-repeat: no-repeat;
    background-position: 36px 17px;
    transition: all 0.0s;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

a.servicePrice_morePrice {
    position: relative;
    display: inline-block;
}

.servicePrice_dopInfo {
    position: relative;
    display: inline-block;
    height: 63px;
    /* background-color: red; */
    margin-left: 45px;
    /* width: 210px; */
    display: inline-flex;
    width: 460px;
    top: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

img.logoCard {
    /* position: relative; */
    /* display: inline-block; */
}
.servicePrice_item {
    padding: 18px 20px;
    /* background-color: rgba(181, 41, 41, 0.08); */
    /* margin: 1px; */
    border-radius: 6px;
    transition: all 0.10s;
    z-index: 1;
    position: relative;
    margin-bottom: 4px;
    border: 1px solid rgb(239, 239, 239);
    padding-left: 30px;
    margin-left: 20px;
    /* margin-right: 20px; */
    /* cursor: pointer; */
    padding-right: 230px;
}

.servicePrice_item:hover {
    box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.10);
    transition: all 0.20s;
    z-index: 2;
    position: relative;
    border: 1px solid white;
}
.servicePrice_item:hover .servicePrice_item_title {
    color: #333333;
}
.servicePrice_item_buttons {}

.servicePrice_showAllprice {
    height: 45px;
    background-color: #88b14b;
    line-height: 45px;
    font-size: 15px;
    font-family: Rmed;
    color: white;
    width: 210px;
    text-align: center;
    border-radius: 4px;
    padding-left: 25px;
    box-sizing: border-box;
    letter-spacing: 0.25px;
    background-image: url('../f/arr_whiteDown.svg');
    background-repeat: no-repeat;
    background-position: 30px 18px;
    transition: all 0.0s;
    cursor: pointer;
}

.servicePrice_showAllprice:hover {
    background-color: #526b30;
    transition: all 0.15s;
}

.servicePrice_morePrice {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 65px;
    line-height: 65px;
    background-color: #88b14b;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    font-family: MSbold;
    color: white;
    cursor: pointer;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    margin-top: 0px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    line-height: 65px;
    border: 0px;
    outline: none;
    letter-spacing: 0.25px;
    text-decoration: none;
    padding: 0px 40px;
    margin-left: 20px;
    margin-top: 20px;
}
.servicePrice_morePrice:hover {
    background-color: #526b30;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

.servicePrice_morePrice:active {
    transform: scale(0.95);
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}
span.dopInfoDevider {
    display: block;
    width: 1px;
    background-color: rgb(216, 216, 216);
    height: 35px;
    margin: 0px 31px;
}

a.moreCreditInfo {
    font-size: 14px;
    color: #88b14b;
    font-family: Rmed;
}

a.moreCreditInfo:hover {
    color: #333333;
}.servicePrice_item.active {
    border: 1px solid transparent;
    border-radius: 0px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    /* padding-top: 0px; */
    /* cursor: default; */
}

.servicePrice_item.active:hover {
    box-shadow: 0px 0px 0px transparent;
}

.servicePrice_item.active .servicePrice_item_title {
    font-family: MSbold;
    color: #333333;
}

.servicePrice_item_more ul {
    font-size: 15px;
    font-family: Rroman;
    color: #333333;
    padding-left: 35px;
    margin-bottom: 5px;
}

.servicePrice_item_more ul li {
    line-height: 18px;
    padding: 3px 0px;
    color: #88b14b;
}

.servicePrice_item_more ul li span b {
    font-family: Rbold;
    color: black;
}

ul {}

.servicePrice_item_more ul li span {
    color: #333;
}
.servicePrice_hideAllprice:hover {
    background-color: rgba(136, 177, 75, 0.04);
    border: 1px solid #88b14b;
    /* color: white; */
    /* background-image: url(/f/greenUpArr.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: 36px 17px; */
    /* background-image: url(/f/arr_whiteDown.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: 30px 18px; */
    transition: all 0.15s;
}
.servicePrice_hideAllprice:active {
    background-color: rgba(136, 177, 75, 0.15);
}
.serviceDoctors_title {
    font-size: 42px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 20px;
    margin-top: 40px;
    display: block;
    position: relative;
}

.serviceDoctors {
    border-top: 1px solid #d8d8d8;
    margin-top: 60px;
    margin-bottom: -50px;
}

img.serviceDoctors_ava {
    border-radius: 4px;
    margin-bottom: -4px;
    transition: all 0.15s;
    width: 100%;
}

.serviceDoctors_avatarBloker {
    border-radius: 4px;
    background-color: #88b14b;
    overflow: hidden;
    display: inline-block;
    width: auto;
    position: relative;
    width: 100%;
}

.serviceDoctors_item {
    /* margin: 12px; */
    width: 259px;
    /* display: block; */
    /* position: relative; */
    /* box-sizing: border-box; */
    /* background-color: rebeccapurple; */
    margin-right: 15px;
    margin-bottom: 50px !important;
}

.serviceDoctors_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* justify-content: space-between; */
    align-content: flex-start;
}

.serviceDoctors_name {
    font-size: 21px;
    color: #526B30;
    text-decoration: none;
    font-family: Rlight;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    transition: all 0.15s;
}

.serviceDoctors_name:hover {
    text-decoration: underline;
}
.serviceDoctors_work {
    margin-top: 10px;
    font-size: 14px;
    font-family: Rbold;
    color: #333;
    margin-bottom: 5px;
    transition: all 0.15s;
}

.serviceDoctors_addres {
    font-size: 14px;
    font-family: Rroman;
    color: #999999;
    transition: all 0.15s;
}


.serviceDoctors_item:hover .serviceDoctors_name{
    color: #8FBA4F;
}

.serviceDoctors_item:hover .serviceDoctors_work{
    color: #8FBA4F;
}

.serviceDoctors_item:hover .serviceDoctors_addres{
    color: #8FBA4F;
}

.serviceDoctors_item:hover img.serviceDoctors_ava{
    opacity: 0.75;
}
.serviseDOPUSL_item {width: 33.3%;position: relative;background-position: center center;}

.serviseDOPUSL {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 0px;
}

.serviseDOPUSL_content {
    padding: 50px;
    /* position: absolute; */
    z-index: 2;
    position: relative;
    padding-bottom: 120px;
    height: 100%;
    box-sizing: border-box;
}

.serviseDOPUSL_bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.15s;
}
a.serviseDOPUSL_title {
    font-family: MSblack;
    font-size: 29px;
    color: #333333;
    text-decoration: none;
    line-height: 29px;
}

.serviseDOPUSL_descript {
    font-size: 15px;
    font-family: Rroman;
    line-height: 18px;
    margin-top: 20px;
}
a.serviseDOPUSL_moreButton {
    display: block;
    position: absolute;
    height: 55px;
    line-height: 65px;
    background-color: #88b14b;
    width: 155px;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    font-family: MSbold;
    color: white;
    cursor: pointer;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    margin-top: 0px;
    background-image: url(../f/arr_white.svg);
    background-repeat: no-repeat;
    background-position: 153px 19px;
    padding-right: 50px;
    text-transform: uppercase;
    line-height: 55px;
    border: 0px;
    outline: none;
    letter-spacing: 0.25px;
    bottom: 40px;
    text-decoration: none;
    border: 1px solid transparent;
}
a.serviseDOPUSL_moreButton:hover {
    background-color: #526b30;
    transition: all 0.15s;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

a.serviseDOPUSL_moreButton:active {
    transform: scale(0.95);
}

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


.serviseDOPUSL_item:hover .serviseDOPUSL_bg{

background-color: rgba(136, 177, 75, 0.80);

transition: all ease-out 0.35s;
}
.serviseDOPUSL_item:hover .serviseDOPUSL_moreButton{

transition: all ease-out 0.15s;

border: 1px solid white;

background-color: transparent;
}
.serviseDOPUSL_item:hover .serviseDOPUSL_descript{

transition: all ease-out 0.15s;

color: white;
}
.serviseDOPUSL_item:hover .serviseDOPUSL_title{

transition: all ease-out 0.15s;

color: white;
}
 .serviseDOPUSL_item:hover .serviseDOPUSL_moreButton:hover {
    background-color: #88b14b;
    background-color: #526b30;
    transition: all 0.15s;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
    border: 1px solid transparent;
}
.serviceDoctors.allDoctors {
    border-top: 0px solid #d8d8d8;
    margin-top: 40px;
}
.serviceDoctors_filter_title {
    font-family: MSblack;
    font-size: 28px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 30px;
}

a.serviceDoctors_filter_button {
    display: inline-block;
    padding: 0px 25px;
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    border: 1px solid #E6E6E6;
    margin-right: 10px;
    border-radius: 4px;
    font-family: MSblack;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #4D4D4D;
    margin-top: 13px;
    cursor: pointer;
}

a.serviceDoctors_filter_button:hover {
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    background-color: #88b14b;
    border: 1px solid transparent;
    color: white;
}

a.serviceDoctors_filter_button:active {}

a.serviceDoctors_filter_button.active {
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    background-color: #88b14b;
    border: 1px solid transparent;
    color: white;
}

a.serviceDoctors_filter_button:active {
    transform: scale(0.95);
}
.aboutSlider {
    overflow: hidden;
    border-radius: 6px;
}

img.aboutSlider_image {
    /* border-radius: 6px; */
}

.aboutSlider_item {}

img.aboutSlider_image {
    border-radius: 6px;
}
.aboutSlider {
    overflow: hidden;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 50px;
}

img.aboutSlider_image {
    /* border-radius: 6px; */
}

.aboutSlider_item {}

img.aboutSlider_image {
    border-radius: 6px;
}



.aboutSlider
.owl-dot {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.50);
    margin: 0px 5px;
    border-radius: 15px;
    transition: all 0.15s;
}

.aboutSlider
.owl-controls {
    position: absolute;
    z-index: 2;
    margin-top: -90px;
}

.aboutSlider
.owl-dot.active {
    background-color: rgb(255, 255, 255);
}

.aboutSlider
.owl-dot:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.aboutSlider
.owl-nav > div {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.85);
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.15s;
    cursor: pointer !important;
}
.aboutSlider
.owl-nav {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}
.aboutSlider
.owl-dots {
    position: relative;
    display: inline-block;
    top: -18px;
    margin-left: 20px;
}
.aboutSlider
.owl-prev {
    background-image: url('../f/slide_left.svg');
    background-position: 18px center !Important;
}
.aboutSlider
.owl-next {
    background-image: url('../f/slide_right.svg');
    background-position: 20px center !Important;
}
.aboutSlider
.owl-nav > div:hover {
    background-color: white;
}
a.licece {
    padding: 10px;
    border: 1px solid #E6E6E6;
    /* display: block; */
    /* position: relative; */
    /* display: inline-block; */
    margin: 5px;
    box-sizing: border-box;
    width: 225px;
    border-radius: 4px;
    z-index: 1;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.15s;
    background-color: white;
}

.licenseMain {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

a.licece:hover {
    border: 1px solid white;
    transform: scale(1.06);
    box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.26);
    z-index: 2;
    transition: all ease-out 0.15s;
}
img.licenseImg {
    width: 100%;
}
img.aboutSlider_image {
    width: 100%;
}
.servicePrice_mainItemPricer_title {position: relative;display: inline-block;font-size: 35px;font-family: MSblack;color: #4D4D4D;text-decoration: none;margin-bottom: 45px;top: 5px;margin-top: -20px;}

#PriceIcon_1:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: relative;
    left: 0px;
    top: 41px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-image: url('../f/menuIcon-1.svg');
    width: 100px;
}
#PriceIcon_2:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: relative;
    left: 0px;
    top: 42px;
    background-repeat: no-repeat;
    background-position: 0px 14px;
    background-image: url('../f/menuIcon-2.svg');
    width: 100px;
}
#PriceIcon_3:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: relative;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 0px 19px;
    background-image: url('../f/menuIcon-3.svg');
    width: 100px;
}
#PriceIcon_4:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: relative;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-image: url('../f/menuIcon-4.svg');
    width: 100px;
}
#PriceIcon_5:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: relative;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-5.svg');
    width: 100px;
}
#PriceIcon_6:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: relative;
    left: 0px;
    top: 31px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-6.svg');
    width: 100px;
}



.servicePrice.PriceCatalog .servicePrice_item {
    margin-left: 100px;
}

.servicePrice_mainItemPricer {
    border-top: 1px solid #d8d8d8;
    margin-top: 40px;
}
h1.mainTitle {
    margin-top: 20px;
    margin-bottom: 0px;
}
.MapContactsMain {
    overflow: hidden;
    margin-bottom: -64px;
    margin-left: -425px;
    margin-right: -60px;
    margin-top: 30px;
}

.MapContactsMain > div.googleMapFix{
    margin-top: -46px;
}
.contactInforem {
    width: 425px;
    height: 550px;
    background-color: white;
    position: absolute;
    margin-left: 425px;
    margin-top: 45px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
#addres_2 .contactInforem_info {
    display: none;
}

.contactInforem_button {
    height: 80px;
    line-height: 81px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 0px 35px;
    font-family: Rbold;
    font-size: 17px;
    color: #333333;
    transition: all 0.15s;
    background-color: rgba(136, 177, 75, 0.18);
    cursor: pointer;
}
.contactInforem_info {
    height: 390px;
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 35px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Rroman;
    color: #333333;
    line-height: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.contactInforem_info > div > span {
    display: block;
}
.contactInforem_info_Callback {
    display: inline-block;
    /* padding: 0px 35px; */
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: MSbold;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    margin-top: 13px;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    background-color: #88b14b;
    border: 1px solid transparent;
    color: white;
    letter-spacing: 0.25px;
    width: 245px;
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-top: 35px;
    z-index: 1;
    cursor: pointer;
}
.contactInforem_info_metro {
    padding-left: 54px;
    padding-top: 30px;
    background-image: url('../f/contIcon_1.svg');
    background-repeat: no-repeat;
    background-position: 5px 25px;
}

.contactInforem_info > div {
}

.contactInforem_info_tell {
    padding-left: 54px;
    padding-top: 30px;
    background-image: url(../f/contIcon_2.svg);
    background-repeat: no-repeat;
    background-position: 5px 25px;
    font-size: 15px;
    font-family: Rbold;
    padding-bottom: 10px;
    margin-bottom: -10px;
}
.contactInforem_info_tell.wa{
    background-image: url(../f/wa.png);
    background-size: 45px;
    background-position: -3px 18px;
}

.contactInforem_info_time {
    padding-left: 54px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-image: url(../f/contIcon_3.svg);
    background-repeat: no-repeat;
    background-position: 5px 15px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.contactInforem_info_mail {
    padding-left: 54px;
    padding-top: 20px;
    background-image: url(../f/contIcon_4.svg);
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.hide_descktop{
    display: none;
}


.contactInforem_info_Callback:hover {
    background-color: #526b30;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

.feedBack_submit:active {
    transform: scale(0.95);
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}
.contactInforem_info_tell {}

.contactInforem_buttonMain.active {
}

.contactInforem_button:hover {
    background-color: rgb(247, 247, 247);
}

.contactInforem_button {
    background-image: url(../f/arr_GreenDown_2.svg);
    background-repeat: no-repeat;
    background-position: 375px 36px;    
}
.contactInforem_button.active {
    background-image: url(../f/arr_GreenUp.svg);
    background-repeat: no-repeat;
    background-position: 375px 36px;
    background-color: white;
}
 .rightText {
    float: right;
}

.aboutClinik {
    display: flex;
    flex-wrap: inherit;
    flex-direction: row;
}

.review_button {
    cursor: pointer;
    width: 310px;
    display: inline-block;
    position: relative;
    height: 65px;
    line-height: 65px;
    background-color: #88b14b;
    width: 225px;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    font-family: MSbold;
    color: white;
    cursor: pointer;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    margin-top: 0px;
    background-image: url('../f/rev.svg');
    background-repeat: no-repeat;
    background-position: 40px 19px;
    padding-left: 35px;
    text-transform: uppercase;
    line-height: 67px;
    border: 0px;
    outline: none;
    letter-spacing: 0.25px;
    margin-top: 24px;
    top: -3px;
    margin-left: 20px;
}
.review_button:hover {
    background-color: #526b30;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

.review_button:active {
    transform: scale(0.95);
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}
.review_item {
    box-sizing: border-box;
    padding: 50px 65px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    width: calc(50% - 10px);
    margin-top: 20px;
}

.reviewMain {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.review_name {
    font-size: 29px;
    font-family: MSblack;
    color: #333333;
    margin-bottom: 10px;
    float: left;
}

.review_item:after {content: "";display: block;clear: both;}

.review_data {
    float: right;
    font-family: MSblack;
    color: #88B14B;
    top: 12px;
    position: relative;
    /* left: -320px; */
}

.review_review {
    display: block;
    position: relative;
    border-left: 3px solid  #88b14b;
    padding-left: 40px;
    box-sizing: border-box;
    margin-left: 3px;
    font-family: Rlight;
    line-height: 23px;
    font-size: 16px;
    margin-top: 10px;
}
.review_reward {
    display: block;
    position: relative;
    border-left: 3px solid #88b14b;
    padding: 25px 40px;
    box-sizing: border-box;
    margin-left: 3px;
    font-family: Rlight;
    line-height: 23px;
    font-size: 16px;
    margin-top: 15px;
    background-color: rgba(136, 177, 75, 0.1);
    color: #88b14b;
}
img.saleBanner {
    width: 100%;
    border-radius: 4px;
}

.saleMain_item_img {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}

.saleMain_item {
    box-sizing: border-box;
    padding: 40px;
    border: 1px solid #E6E6E6;
    margin-top: 15px;
    border-radius: 4px;
    display: flex;
}

a.saleMain_item_title {
    font-size: 29px;
    font-family: MSblack;
    color: #333333;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}

.saleMain_item_content {
    width: 50%;
}

.saleMain_item_descript {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    font-family: Rlight;
    color: #333333;
    line-height: 21px;
}

a.saleMain_item_title:hover {
    color: #94bd57;
    text-decoration: underline;
}

a.saleMain_item_more {
    display: inline-block;
    /* padding: 0px 35px; */
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: MSbold;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    margin-top: 13px;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    background-color: #88b14b;
    border: 1px solid transparent;
    color: white;
    letter-spacing: 0.25px;
    width: 195px;
    text-align: center;
    display: block;
    margin-top: 30px;
    z-index: 1;
    cursor: pointer;
    margin-left: 20px;
    padding-right: 30px;
    background-image: url(../f/arr_white.svg);
    background-repeat: no-repeat;
    background-position: 144px 18px;
}
.saleMain {
    margin-top: 40px;
}
a.saleMain_item_more:hover {
    background-color: #526b30;
    transition: all 0.15s;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

a.saleMain_item_more:active {
    transform: scale(0.95);
}
.blogItem {
    box-sizing: border-box;
    padding: 50px 65px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    width: calc(50% - 10px);
    margin-top: 20px;
}
@media(max-width:1440px){
.blogItem {
   
    padding: 50px 20px;

}
}
.blogMain {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

a.blogItem_name:hover {
    color: #94bd57;
    text-decoration: underline;
}

a.blogItem_name {
    font-size: 29px;
    font-family: MSblack;
    color: #333333;
    text-decoration: none;
    line-height: 34px;
    margin-bottom: 20px;
    display: block;
    margin-top: 0px;
}

.blogItem_descript {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    font-family: Rlight;
    color: #333333;
    line-height: 21px;
}

a.blogItem_more {
    display: inline-block;
    /* padding: 0px 35px; */
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: MSbold;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    margin-top: 13px;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    background-color: #88b14b;
    border: 1px solid transparent;
    color: white;
    letter-spacing: 0.25px;
    width: 195px;
    text-align: center;
    display: block;
    margin-top: 30px;
    z-index: 1;
    cursor: pointer;
    margin-left: 20px;
    padding-right: 30px;
    background-image: url(../f/arr_white.svg);
    background-repeat: no-repeat;
    background-position: 144px 18px;
}

a.blogItem_more:hover {
    background-color: #526b30;
    transition: all 0.15s;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

a.blogItem_more:active {
    transform: scale(0.95);
}

.CONTENT ul li {
    font-size: 16px;
    font-family: Rlight;
    color: #333333;
    letter-spacing: 0.25px;
    line-height: 23px;
}

.CONTENT ol li {
    font-size: 16px;
    font-family: Rlight;
    color: #333333;
    letter-spacing: 0.25px;
    line-height: 23px;
}
.serviceHeader_minidescript ul {
    margin-top: 40px;
}

.CONTENT h3 {
    font-family: MSblack;
    font-size: 28px;
    color: #333333;
    margin-bottom: -5px;
    margin-top: 0px;
    display: block;
    position: relative;
    margin-top: 45px;
}
 .doc-detail {
    display: flex;
    margin-top: 40px;
    flex-wrap: inherit;
    flex-direction: row;
}

.DOCINFO {
    display: block;
    position: relative;
    padding: 50px 55px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    width: 100%;
}

img.detail_doc {
    border-radius: 6px 0px 0px 6px;
    width: 250px;
}

h2.docTitlte {
    margin-bottom: 15px;
    margin-top: 30px;
}

.docPosition {
    font-family: MSbold;
    font-size: 21px;
}

.doc_Cliniick {
    margin-top: 5px;
    font-size: 16px;
    font-family: MSbold;
    color: #88b14b;
}
.blogItem_descript p {
    margin-top: 0px !important;
}
ul li a {}

.news-detail ul li a {
    color: #88b14b;
}

.news-detail ul li a:hover {
    color: #333333;
}

span.pluseButton {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #8fba4f;
    border-radius: 20px;
    margin-top: 4px;
    right: 20px;
    background-image: url('/bitrix/templates/main/f/pluse.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all ease 0.15s;
}

span.pluseButton:hover {
    background-color: #4d4d4d;
}
span.pluseButton.active {
    background-color: #4d4d4d;
    background-image: url(/bitrix/templates/main/f/minus.svg);
}

.breadREVIEWS_MAIN {
    margin-top: 50px;
    position: relative;
    display: inline-block;
}

.breadREVIEWS_MAIN a {
    display: inline-block;
    position: relative;
    height: 65px;
    /* background-color: #88b14b; */
    width: 65px;
    text-align: center;
    font-size: 19px;
    border-radius: 6px;
    font-family: MSbold;
    color: white;
    cursor: pointer;
    /* box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55); */
    transition: all ease 0.15s;
    margin-top: 0px;
    /* background-image: url(../f/rev.svg); */
    background-repeat: no-repeat;
    background-position: 40px 19px;
    text-transform: uppercase;
    line-height: 67px;
    border: 0px;
    outline: none;
    letter-spacing: 0.25px;
    /* margin-top: 30px; */
    border: 1px solid #88b14b;
    box-sizing: border-box;
    color: #88b14b;
    text-decoration: none;
    margin-right: 7px;
}

.breadREVIEWS_MAIN b {
    display: inline-block;
    position: relative;
    height: 65px;
    background-color: #88b14b;
    width: 65px;
    text-align: center;
    font-size: 19px;
    border-radius: 6px;
    font-family: MSbold;
    color: white;
    cursor: pointer;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: 40px 19px;
    text-transform: uppercase;
    line-height: 67px;
    border: 0px;
    outline: none;
    letter-spacing: 0.25px;
    border: 1px solid #88b14b;
    box-sizing: border-box;
    text-decoration: none;
    margin-right: 7px;
}

.breadREVIEWS_MAIN a:hover {
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    background-color: #88b14b;
    cursor: pointer;
    color: white;
}

.feedBackPopUp {
    background-color: white;
    position: fixed;
    z-index: 22222;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 15px 85px rgba(0, 0, 0, 0.24);
    width: 380px;
    top: 40px;
    left: 50%;
    margin-left: -110px;
    display: none;
}
.feedBackPopUp .feedBack_title {
    padding-top: 0px;
}

.feedBackPopUp_clouser {
    width: 50px;
    height: 50px;
    background-color: #88b14b;
    position: absolute;
    right: -25px;
    top: -25px;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.feedBackPopUp_sahder {position: fixed;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.22);left: 0px;top: 0px;z-index: 2222;display: none;}

.feedBackPopUp input[type=text], .feedBackPopUp textarea ,  .feedBackPopUp input[type=email]{
    display: block !important;
    width: 100%;
    margin-bottom: 17px;
}

.feedBackPopUp_clouser:hover {
    background-color: #749c38;
}

.feedBackPopUp .feedBack_submit {
    width: 100% !important;
    /* text-align: left; */
    /* padding-left: 70px; */
    background-position: calc(50% - 100px);
}


.servicePrice
table {
    border: 1px solid rgb(173, 173, 173);
    width: 100%;
    margin-top: 30px;
}
.servicePrice
table td {
    border: 1px solid rgba(77, 77, 77, 0.46);
    padding: 5px;
}
.servicePrice
table tr {
    /* border: 1px solid red; */
    padding: 0px;
}
textarea.feedBack_input.reviw {
    padding-top: 15px;
    height: 120px;
}
.popUpConfirm {
    background-color: white;
    position: fixed;
    z-index: 22222;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 15px 85px rgba(0, 0, 0, 0.24);
    width: 380px;
    top: 40px;
    left: 50%;
    margin-left: -110px;
    display: none;
}

.confirmText {
    text-align: center;
    font-size: 20px;
    font-family: Rroman;
    color: #88b14b;
}
button.feedBack_submit.reviwButton {
    background-image: url('/bitrix/templates/main/css/../f/rev.svg');
    background-position: calc(50% - 85px);
    padding-left: 38px;
}
div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
    display: block;
    float: none;
}

a#MenuIcon_11:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 29px;
    background-repeat: no-repeat;
    background-position: 3px 5px;
    background-image: url(/bitrix/templates/main/f/main_icon-4.svg);
    width: 100px;
}
input.searchInput {box-sizing: border-box;margin-left: 20px;width: 180px;height: 40px;border-radius: 4px 0px 0px 4px;border: 0px solid transparent;margin-bottom: 5px;}

input.searchButton {
    height: 50px;
    display: block;
    position: relative;
}

form.searchForm {
    background-color: red;
    display: flex;
}
.search-page > a {
    font-family: MSblack;
    font-size: 29px;
    color: #333333;
    font-size: 35px;
    font-family: MSblack;
    color: #4D4D4D;
    text-decoration: none;
    margin-bottom: -16px;
    display: block;
    display: inline-block;
}

.search-page > a:hover {
    color: #88b14b;
    text-decoration: underline;
}

.search-page > hr {
    border: 1px solid #ececec;
    margin: 40px 0px;
    margin-top: 60px;
}

.search-page > small {
    margin-left: 20px;
    position: relative;
    display: block;
    padding-left: 0px;
    margin-bottom: -13px;
    font-family: Msblack;
    color: #4d4d4d;
}

.search-page > small > a {
    color: #94bd57;
}

.search-page p {
    margin-bottom: 15px;
}

.search-page > form {
    margin-bottom: -60px;
}
button.searchButton {
    margin-left: 2px;
    border: 0px;
    background-color: white;
    height: 45px;
    width: 100px;
    font-family: Rroman;
    font-size: 13px;
    outline: none;
    border-radius: 0px 6px 6px 0px;
    color: #88b14b;
    font-family: Rbold;
    cursor: pointer;
    transition: all ease 0.15s;
}

button.searchButton:hover {background-color: rgba(255, 255, 255, 0.45);/* color: white; */}

input.searchInput:focus {
    background-color: white;
}

form.searchForm {
    background-color: transparent;
    display: flex;
    margin-top: 13px;
}
input.searchInput {
    box-sizing: border-box;
    margin-left: 0px;
    width: 180px;
    height: 45px;
    border-radius: 6px 0px 0px 6px;
    border: 0px solid transparent;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    font-family: Rroman;
    background-color: rgba(255, 255, 255, 0.80);
    outline: none;
    transition: all ease 0.15s;
}
.search-page > form {
    margin-bottom: -20px;
}
input.searchdetailinput {
    box-sizing: border-box;
    margin-left: 0px;
    width: 270px;
    height: 45px;
    border-radius: 6px 0px 0px 6px;
    border: 0px solid transparent;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    font-family: Rroman;
    background-color: rgba(255, 255, 255, 0.80);
    outline: none;
    transition: all ease 0.15s;
    border: 1px solid #88b14b;
}

button.searchdetailbutton {
    margin-left: 2px;
    border: 0px;
    background-color: #88b14b;
    height: 45px;
    width: 100px;
    font-family: Rroman;
    font-size: 13px;
    outline: none;
    border-radius: 0px 6px 6px 0px;
    color: #ffffff;
    font-family: Rbold;
    cursor: pointer;
    transition: all ease 0.15s;
    margin-left: -4px;
}
.search-page > form {
    margin-bottom: -50px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 222;
}
.servicePrice
 table td {
    border: 1px solid rgba(77, 77, 77, 0.46);
    padding: 8px;
    margin: -5px !important;
    position: relative;
}
.servicePrice_item_more ul li {
    border: 1px solid #e6e6e6;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: -1px;
    padding: 8px 20px;
    cursor: default;
    padding-right: 100px;
    position: relative;
}
.servicePrice_item_more ul {
    padding: 0px;
}

.servicePrice_item_more ul li:hover {
    background-color: rgb(244, 244, 244);
}
.servicePrice_item_more ul li b {
    font-family: Rbold;
    float: right;
    position: absolute;
    right: 10px;
    top: 8px;
}
.servicePrice_item_more {
    padding-top: 19px;
}.servicePrice_item_more {
    padding-top: 19px;
    width: calc(100% + 224px);
}
 .promoHeader {
    position: relative;
    height: auto;
    position: relative;
}

.promoHeader_BG {
    position: absolute;
    width: 1920px;
    /* background-color: rebeccapurple; */
    height: calc(100% + 60px);
    left: 0px;
    top: -60px;
    /* left: -50%; */
    margin-left: -425px;
    background-image: url(/bitrix/templates/main/f/headerBG_promo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    /* padding-bottom: 60px; */
}

.promoHeader_content {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

img.breackets_promoIMG {
    position: absolute;
    right: 0px;
    bottom: 100px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.promoHeader_content_title_1 {
    font-family: MSblack;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.promoHeader_content_title_2 {
    font-size: 17px;
    font-family: Rroman;
    text-align: center;
    margin-top: 10px;
}

.promoHeader_content_preim_items.flex {
    padding: 50px 0px;
    max-width: 820px;
}

.promoHeader_content_preim_item.flex {
    width: 50%;
    font-family: MSbold;
    padding: 5px 0px;
    font-size: 15px;
}

span {}

.promoHeader_content_preim_item.flex {}

.promoHeader_content_preim_item.flex i {
    width: 8px;
    height: 8px;
    background-color: #88b04c;
    border-radius: 100%;
    top: 5px;
    position: relative;
    margin-right: 11px;
}

.promoHeader_content_preim_item.flex span {
    width: auto !important;
    border-bottom: 1px dashed #88b04c;
    padding-bottom: 3px;
}
.promoHeader_pricer_line {
    font-size: 30px;
    font-family: MSblack;
    color: #333;
}

.promoHeader_pricer_line span {
    color: #88b04c;
}

.promoHeader_pricer_line.fixOldPrice {
    text-decoration: line-through;
    color: #717171;
}
.promoMOD_title {
    font-family: MSblack;
    text-align: center;
    font-size: 35px;
    color: #333;
    margin-top: 80px;
    margin-bottom: 40px;
}

.PROMO_doctors_item.flex {
    /* border: 1px solid red; */
    width: 100%;
}

.PROMO_doctors_carsuel.flex {
    position: relative;
}

.PROMO_doctors_carsuel_arr {
    width: 50px;
    height: 50px;
    background-color: #e8e8e8;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.25s;
    cursor: pointer;
}

.PROMO_doctors_items {
    width: calc(100% - 100px);
    padding-left: 50px;
}

.PROMO_doctors_item_ava {
    width: 320px;
}

img.PROMO_doctors_item_ava_avat {
    width: 100%;
}

.PROMO_doctors_item_info {
    width: calc(100% - 320px);
    box-sizing: border-box;
    padding-left: 30px;
}

.PROMO_doctors_carsuel_arr.rightARR {
    right: -1px;
    background-image: url(/bitrix/templates/main/f/docSlider-right.svg);
}

.PROMO_doctors_carsuel_arr.leftARR {
    left: 0px;
    background-image: url(/bitrix/templates/main/f/docSlider-left.svg);
}

.PROMO_doctors_items {
    overflow: hidden;
    width: calc(100% - 100px) !important;
    padding-left: 0px;
    margin-left: 50px;
    border: 1px solid #e8e8e8;
}
.PROMO_doctors_item.flex {
    /* border: 1px solid red; */
    width: calc(100% - 2px);
}
.PROMO_doctors_carsuel_arr:hover {
    background-color: #dcdcdc;
}
.PROMO_doctors_item_info_name {
    font-size: 24px;
    font-family: MSblack;
    color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
}

.PROMO_doctors_item_info_minidesc {
    font-size: 18px;
    font-family: MSbold;
    color: #88b14b;
    margin-top: 0px;
    /* margin-bottom: 10px; */
}

.PROMO_doctors_item_info_params {
    padding-top: 30px;
}

.PROMO_doctors_item_info_params {
    display: block;
    width: 100% !important;
}

.PROMO_doctors_item_info_params > span {
    width: 100%;
    display: block;
    line-height: 29px;
    font-size: 16px;
}

.PROMO_doctors_item_info_params > span > span {
    font-family: MSblack;
}

.PROMO_doctors_item_info_params > span > b {
    font-family: MSblack;
    margin-right: 5px;
}

.PROMO_doctors_item_info_fullParams_title {
    width: 100%;
    display: block;
    line-height: 29px;
    font-size: 16px;
    font-family: MSblack;
}

.PROMO_preim_items.flex {
    justify-content: space-between;
}

.PROMO_preim_item {
    width: 33.33%;
    max-width: 370px;
    text-align: center;
    margin-bottom: 50px;
    padding: 0px 20px;
    color: #333;
    box-sizing: border-box;
}

.PROMO_preim_item_title {
    font-size: 16px;
    font-family: MSblack;
    margin-top: 20px;
}

.PROMO_preim_item_icon img {
    height: 75px;
}

.PROMO_preim_item_desc {
    font-size: 15px;
    margin-top: 10px;
    font-family: Rroman;
}

.PROMO_product {
    position: relative;
}

.PROMO_product_content {
    position: relative;
    z-index: 2;
    /* padding: 40px 0px; */
    margin-top: 45px;
    padding-bottom: 70px;
    display: block;
    padding-top: 1px;
}

.PROMO_product_BG {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f4f4f4;
    left: -430px;
    width: 1920px;
    top: 0px;
}

button.feedBack_submit.PROMO_product_send {
    width: 430px;
    background-image: none;
    padding-left: 0px;
}

input.PROMO_product_content_detail_form_tell.feedBack_input.feedBack_tell {
    width: 260px;
    margin-right: 10px;
    border: 1px solid #d6d6d6;
}

.PROMO_product_content_detail_logo {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PROMO_product_content_detail_form {
    background-color: white;
    border: 4px solid rgb(227, 236, 213);
    margin-left: 20px;
    box-sizing: border-box;
    padding: 20px 0px;
    width: calc(100% - 450px);
    box-sizing: border-box;
    box-sizing: border-box;
    min-width: 860px;
}
.PROMO_product_content_detail_form_title {
    text-align: center;
    font-size: 20px;
    font-family: MSblack;
    color: #333;
    margin-top: 15px;
}

.PROMO_product_content_detail_form from {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: red;
}

form {}

.PROMO_product_content_detail_form form {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
img {}

a.PROMO_photos_itemLink.fancybox img {
    width: 100%;
}

a.PROMO_photos_itemLink.fancybox {
    width: calc(33.33% - 10px);
}

.PROMO_photos_items.flex {
    justify-content: space-between;
}

.PROMO_licence
.licenseMain {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}
.PROMO_licence {
    margin-bottom: 60px;
}

.PROMO_bottomFEEDBack {
    position: relative;
    margin-top: 90px;
}

.PROMO_bottomFEEDBack_content {
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

.PROMO_bottomFEEDBack_bg {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 0px;
    top: 0px;
    /* background-color: red; */
    left: -425px;
    background-image: url(/bitrix/templates/main/f/BackgroundFORM.jpg);
}

.promoMOD_desc {
    font-size: 17px;
    font-family: Rroman;
    text-align: center;
    margin-top: 10px;
    margin-top: -29px;
}

.PROMO_detailProduct_item {
    width: calc(33.33% - 50px);
}

.PROMO_detailProduct_items.flex {
    justify-content: space-between;
    margin-top: 50px;
}

.PROMO_detailProduct_item_top_title {
    font-size: 18px;
    font-family: MSblack;
    color: #94bd58;
    margin-left: 15px;
}

.PROMO_detailProduct_item_top_numb {
    width: 50px;
    height: 50px;
    background-color: #88b04c;
    border-radius: 100%;
    text-align: center;
    line-height: 52px;
    font-size: 29px;
    font-family: MSblack;
    color: white;
}

.PROMO_detailProduct_item_top.flex {
    align-items: center;
}

.PROMO_detailProduct_item_desc {
    box-sizing: border-box;
    padding-left: 65px;
    font-family: Rroman;
    color: #333;
    line-height: 22px;
}

.PROMO_detailProduct_price.flex {
    text-align: center;
    width: 100%;
    /* display: block; */
    justify-content: center;
    margin-top: 50px;
}


.PROMO_detailProduct_price.flex {
    font-size: 26px;
    font-family: MSblack;
    color: #333;
}

.PROMO_detailProduct_line.oldPRICE {
    color: #717171;
    text-decoration: line-through;
    margin-left: 40px;
}

.PROMO_detailProduct_line span {
    color: #88af4d;
}

.PROMO_detailProduct_line.oldPRICE span {
    color: #717171;
}div#panel {
    overflow-x: hidden;
}

.PROMO_doctors_item_ava {
    width: 320px;
    position: relative;
}

.PROMO_doctors_item_ava:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(249, 249, 249);
}

.PROMO_doctors_item_info_fullParams {
    padding-bottom: 30px;
}

.PROMO_licence
a.licece {
    padding: 10px;
    border: 1px solid #E6E6E6;
    /* display: block; */
    /* position: relative; */
    /* display: inline-block; */
    margin: 5px;
    box-sizing: border-box;
    width: 186px;
    border-radius: 4px;
    z-index: 1;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.15s;
    background-color: white;
}


.promoHeader_pricer_line.fixOldPrice span {
    color: #717171;
 
}
a.review_item_link.fancybox {
    display: block;
    width: 100%;
    height: 56px;
    margin-top: 32px;
    background-color: #88b14b;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    font-family: MSbold;
    color: white;
    cursor: pointer;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 56px;
    max-width: 200px;
}

a.review_item_link.fancybox:hover {
    background-color: #526b30;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}

ul.footerLinks > li > a {
    font-size: 22px;
    font-family: MSbold;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    margin-top: 30px;
    position: relative;
    width: auto;
}

.static_banner img{
    max-width: 100%;
    display: block;
}
.static_banner{
    border: 1px solid #88B14B;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.list-answer{
    margin-top: 30px;
    margin-bottom: 100px;
}
.list-answer .item{
    border: 2px solid #ececec;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.list-answer .title{
    font-size: 30px;
    font-weight: bold;
    font-family: "MSBlack";
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-right: 80px;
    padding-left: 140px;
    margin-bottom: 20px;
}
.list-answer .doctor{
    font-size: 20px;
    float: right;
    margin-top: 20px;
    color: #88b14b;
}
.list-answer .item:after,
.list-answer .doctor:after{
    clear: both;
    content: " ";
    display: block;
}
.list-answer .title:before{
    position: absolute;
    content: " ";
    display: block;
    width: 100px;
    height: 90px;
    background: url(../f/answer.png) center no-repeat;
    left: 20px;
    top: 50%;
    margin-top: -45px;    
    transition: .3s all;
}
.list-answer .open .title:after{
    background-image: url(../f/arr1.png);
}
.list-answer .title:after{
    position: absolute;
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 40px;
    background: url(../f/arr.png) center no-repeat #88b14b;
    background-size: 70%;
    border-radius: 5px;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
.list-answer .item p{
    margin-top: 0;
    font-family: "MSReg";
    font-size: 18px;
}
.list-answer .top{
    cursor: pointer;
}
.list-answer .img-block{
    width: 100px;
    background: url(../f/answer.png) center no-repeat;
    background-size: 90%;
    margin-right: 20px;
}
.list-answer .img-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-answer .img-arrow div{
    width: 40px;
    height: 40px;
    margin-left: 40px;
    background: url(../f/arr.png) center no-repeat #88b14b;
    background-size: 70%;
    border-radius: 5px;
}
.list-answer .contecnt{
    display: none;
}
.list-answer .open{
     border: 2px solid transparent;
    box-shadow:  0 0 20px 7px rgba(0,0,0,0.2)   
}
.btn{
        cursor: pointer;
    width: 310px;
    display: inline-block;
    position: relative;
    height: 65px;
    line-height: 65px;
    background-color: #88b14b;
    width: 275px;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    font-family: MSbold;
    color: white;
    cursor: pointer;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all ease 0.15s;
    margin-top: 0px;
    text-transform: uppercase;
}
.btn:hover{
    background-color: #526b30;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}
#addAnswer{
    margin-top: 30px;
}


.newHeader {
    background-color: transparent !important;
    margin-left:  -425px;
    padding-left: 425px;
    box-sizing:  border-box;
    margin-right: -60px;
    margin-top: -59px;
    color:  white;
    padding-bottom:  80px;
    padding-top: 160px;
    padding-right:  65px;
    position:  relative;
}

.newHeader-logo {
    justify-content:  center;
    display:  flex;
    /* padding-top:  195px; */
}

.newHeader-title {
    text-align:  center;
    font-size:  36px;
    line-height:  40px;
    font-family: MSbold;
    margin-top: 40px;
    margin-bottom:  40px;
}

.newHeader-desc {
    margin:  0px auto;
    max-width:  900px;
    text-align:  center;
    font-size:  18px;
    line-height:  24px;
    font-family:  MSreg;
}

.newHeader-buttonWrap {
    display:  flex;
    justify-content:  center;
    margin-top:  40px;
    margin-bottom:  40px;
}

.downArr {
    display:  flex;
    justify-content:  center;
}

.newHeader-bottomIcons {
    display:  flex;
    justify-content:  space-between;
    margin-top:  112px;
}

.newHeader-bottomIcon-item {
    display:  flex;
    align-items:  center;
}

.newHeader-bottomIcon-item .desc {
    padding-left:  24px;
    font-size:  12px;
    text-transform:  uppercase;
    line-height: 20px;
}

.newHeader-bottomIcon-devider {
    width:  1px;
    background-color: rgba(255, 255, 255, 0.32);
}

.newHeader-button.servicePrice_morePrice {
    display:  flex;
    align-items:  center;
    margin-top:  0px;
    margin-left:  0px;
}

.newHeader-button.servicePrice_morePrice img {
    margin-right:  12px;
    position:  relative;
    top: -2px;
}

.newHeader-BG {
    background-image: url(../f/headerVideoBG.jpg);
    position:  absolute;
    width:  100%;
    height: 100%;
    left:  0px;
    top: 0px;
    z-index: -1;
    display:  block;
}

.newHeader-content {
    position:  relative;
    z-index:  3;
}

.newService {
    display:  flex;
    justify-content: space-between;
    flex-direction:  row;
    flex-wrap:  wrap;
    padding: 60px 0px;
}

.newService .item {
    background-color:  #F7F7F7;
    padding:  48px;
    box-sizing:  border-box;
    margin-bottom: 12px;
    width: calc(33.33% - 8px);
    border-radius:  4px;
    text-align:  center;
    transition:  all ease 0.32s;
    display:  flex;
}

.newService .item .wrap {
    display:  flex;
    flex-wrap:  wrap;
    justify-content:  space-between;
    flex-direction:  column;
}

.newService .item .wrap .intro .icon {
    display:  flex;
    justify-content:  center;
}

.newService .item .wrap .intro .iconWrap {
    width:  128px;
    height:  128px;
    background-color:  white;
    border-radius:  100%;
    display:  flex;
    justify-content:  center;
    margin-bottom:  32px;
    box-shadow: 0px 24px 72px rgba(0, 0, 0, 0.05);
    transition:  all ease 0.32s;
}

.newService .item .wrap .intro a.title {
    font-size:  24px;
    line-height:  32px;
    color:  #333333;
    font-family:  MSblack;
    text-decoration:  none;
    margin-bottom: 16px;
    display:  block;
    transition: all ease 0.16s;
}

.newService .item .wrap .intro .desc {
    font-size: 14px;
    line-height:  24px;
    color:  #787878;
    margin-bottom: 24px;
}

.newService .item .wrap .buttons a.greenBTN.serviceLink.servicePrice_morePrice {
    margin-right:  16px;
}

a.borderBTN.servicePrice_morePrice {
    background-color:  transparent;
    border: 1px solid #88b14a;
    box-sizing:  border-box;
    box-shadow:  none;
    color: #88b14a;
}

a.borderBTN.servicePrice_morePrice {}

a.greenBTN.servicePrice_morePrice {}

.newService .item .wrap .buttons * {
    margin-top:  0px;
    margin-left:  0px;
    height:  48px;
    line-height:  48px;
    font-size: 14px !important;
    padding:  0px 32px;
    border-radius:  4px;
}
.newService .item:hover {
    background-color: #efefef;
}

.newService .item:hover .intro .iconWrap {
    box-shadow: 0px 32px 112px rgba(0, 0, 0, 0.10);
    transform: translateY(-16px);
}

.newService .item .wrap .intro a.title:hover {
    color: #94bd58;
}


a.borderBTN.servicePrice_morePrice:hover {
    /* box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55); */
    background-color: rgba(136, 177, 75, 0.10);
    color: #88b14a;
}

.newFeedBackForm {
    padding: 0px 65px;
    background-color: #E4EED6;
    display:  flex;
    flex-wrap:  wrap;
    flex-direction:  row;
    justify-content:  space-between;
    border-radius:  4px;
}

.newFeedBackForm .fromWraper {
    flex:  1;
    padding:  65px 0px;
    max-width:  675px;
    padding-bottom:  35px;
}

.newFeedBackForm .imageWrap {position:  relative;display:  flex;justify-content:  center;}

.newFeedBackForm .imageWrap .imageBlock {
    /* background-color:  red; */
    width: 500px;
    position:  relative;
    height:  100%;
    margin-top: 0px;
}

.newFeedBackForm .imageWrap .imageBlock img {position:  absolute;bottom:  0px;}

.newFeedBackForm .fromWraper .title {
    font-size:  32px;
    font-family:  MSblack;
    color:  #333333;
    margin-top:  -10px;
    margin-bottom: 15px;
}

.newFeedBackForm .fromWraper .desc {
    font-size:  14px;
    line-height:  20px;
    color:  #333333;
    margin-bottom: 25px;
}

.newFeedBackForm .fromWraper form {}

.newFeedBackForm .fromWraper form .wrap {
    display:  flex;
    flex-wrap:  wrap;
    flex-direction:  row;
}

.newFeedBackForm .fromWraper form .wrap .itemLine {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom:  16px;
}

.newFeedBackForm .fromWraper form .wrap .itemLine input {
    width:  100%;
}

.newFeedBackForm .fromWraper form .wrap .itemLine label {
    display:  flex;
    padding-top:  16px;
}

.newFeedBackForm .fromWraper form .wrap .itemLine label input.newFormInputCheck {
    width:  auto;
    margin:  0px;
    margin-right:  15px;
}

.newFeedBackForm .fromWraper form .wrap .itemLine label span {
    font-size:  12px;
    color:  #476915;
}

.newFeedBackForm .fromWraper form .wrap .itemLine button.snedFOrma.feedBack_submit {
    width:  100%;
    background-image:  none;
    padding:  0px;
}

.docItems {}

.docItems .item {
    background-color: #F7F7F7;
    border-radius:  4px;
    overflow:  hidden;
    transition: all ease 0.32s;
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
}

.docItems .item > .wrap {
    display:  flex;
    flex-wrap:  wrap;
}

.docItems .item .wrap .info {padding:  48px 72px;box-sizing:  border-box;flex: 1;width:  564px;/* transition: all ease 0.32s; */padding-bottom: 56px;}

.docItems .item .wrap a.avatar {
    width:  312px;
    background-size:  cover;
    background-color:  #ccc;
    position:  relative;
    pointer-events:  none;
    height:  464px;
}

.docItems .item .wrap .info .wrap {}

.docItems .item .wrap .info a.borderBTN.rezumeBTN {
    display: block;
    height:  56px;
    border: 2px solid #8FBA4F;
    font-size:  15px;
    font-family: MSbold;
    color:  #8FBA4F;
    text-transform: uppercase;
    text-decoration:  none;
    line-height:  56px;
    padding: 0px 32px;
    border-radius:  4px;
    transition: all ease 0.32s;
    width: 140px;
    text-align:  center;
}

.docItems .item .wrap .info .wrap .famili {
    line-height: 40px;
    font-size:  32px;
    color:  #333333;
    font-family:  MSblack;
}

.docItems .item .wrap .info .wrap .name {
    line-height: 32px;
    font-size: 24px;
    color: #333333;
    font-family: MSreg;
}

.docItems .item .wrap .info .wrap .type {
    margin-top:  16px;
    font-family:  Rbold;
    color: #333;
    line-height:  24px;
}

.docItems .item .wrap .info .wrap .clinic {
    font-family: Rbold;
    color: rgba(51, 51, 51, 0.65);
    line-height: 20px;
    font-size:  14px;
}

.docItems .item .wrap .info .wrap .desc {
    margin:  24px 0px;
    font-size:  13px;
    line-height:  20px;
    color: rgba(51, 51, 51, 0.64);
}

.docItems .item .wrap .info a.borderBTN.rezumeBTN:hover {
    background-color: rgba(143, 186, 79, 0.16);
}

.docItems .item .wrap a.avatar:after {
    content:  "";
    position:  absolute;
    width: calc(100% - 32px);
    height:  calc(100% - 32px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    left:  16px;
    top: 16px;
}
.docCarusel .owl-item.active.center {
}

.docCarusel .owl-item .item .wrap .info{
    display:  none;
}

.docCarusel .owl-item.active.center .item .wrap .info {
    display: flex;
    flex-wrap:  wrap;
    justify-content:  space-between;
    flex-direction:  column;
}
.docCarusel .owl-stage-outer {
    overflow: hidden;
    padding-bottom: 64px;
}

.docCarusel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    margin-left: -270px;
}
.docCarusel .owl-item .item {
    transform:  scale(0.86);
    opacity: 0.5;
    box-shadow:  0px 0px 0px transparent;
}

.docCarusel .owl-item.active.center .item {
    transform:  scale(1);
    opacity:  1;
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
}


.docMainCarusel .docArrows {
    width: 876px;
    margin:  0px auto;
    position:  absolute;
    z-index:  2;
    left:  50%;
    margin-left: -438px;
    height: 0px;
    top: 50%;
    margin-top: -86px;
}

.docMainCarusel {
    position:  relative;
}

.docMainCarusel .docArrows .arrow.arr-left {
    border-radius: 52px 0px 0px 52px;
    left: -40px;
}

.docMainCarusel .docArrows .arrow.arr-left img {}

.docMainCarusel .docArrows .arrow {
    background-color: rgba(51, 51, 51, 0.72);
    transition:  all ease 0.32s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 52px;
    height: 104px;
    position:  absolute;
}

.docMainCarusel .docArrows .arrow:hover {
    background-color: rgba(51, 51, 51, 0.88);
}
.docMainCarusel .docArrows .arrow.arr-right {
    border-radius:  0px 52px 52px 0px;
    right: -63px;
}


.colorOwlDots .owl-dots {
    display:  flex;
    justify-content:  center;
    position:  absolute;
    bottom:  0px;
    width:  100%;
}

.colorOwlDots .owl-dot {
    width:  16px;
    height:  16px;
    background-color: #DEDEDE;
    border-radius:  16px;
    transition:  all ease 0.24s;
    margin:  0px 4px;
}

.colorOwlDots .owl-dot.active {
    background-color: #88b14a;
}
.newMOD-title {
    line-height: 48px;
    font-size: 40px;
    color: #333333;
    font-family: MSblack;
    display:  flex;
    justify-content:  center;
    width:  100%;
    align-items:  center;
    margin-bottom: 24px;
    margin-top:  60px;
}

.newMOD-title i {
    width:  64px;
    height:  2px;
    background-color:  #8FBA4F;
}

.newMOD-title span {
    margin:  0px 32px;
}


.sales {
    /* margin-top:  48px; */
}

.sales .item {
    margin-bottom:  24px;
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
    width: 876px;
    border-radius:  4px;
}

.sales .item .pic {
    width: 358px;
    background-repeat:  no-repeat;
    background-position:  top left;
    background-size: auto;
    background-position: center;
}

.sales .item .gradients {
    height:  100%;
    position:  relative;
}

.sales .item .gradients .gradient-1 {
    height:  100%;
    width: 128px;
    position:  absolute;
    right:  0px;
    top: 0px;
}

.sales .item .cont {
    padding: 48px;
    padding-left:  0px;
    box-sizing:  border-box;
    flex:  1;
}

.sales .item .cont a.title {
    font-size:  22px;
    color:  #1F2125;
    text-decoration:  none;
    line-height:  32px;
    transition: all ease 0.24s;
    display:  block;
    font-family:  MSblack;
}

.sales .item .cont .info, .typeHeader.saleHeader .info {
    align-items:  stretch;
    margin: 24px 0px;
}

.sales .item .cont .bottom {}

.saleCounter {}

.sales .item .cont .info .saleCounter .title, .typeHeader.saleHeader .info .title {
    font-size:  12px;
    text-align:  center;
    color: rgba(31, 33, 37, 0.56);
    margin-bottom: 6px;
    line-height:  20px;
    font-family:  MSbold;
}

.sales .item .cont .info .saleCounter {}

.sales .item .cont .info .oldPrice {}

.saleMarker {
    position:  relative;
    height:  24px;
    background-color: #EB5757;
    line-height:  24px;
    color:  white;
    font-weight:  700;
    padding:  0px 8px;
    padding-left: 4px;
    margin-left: 20px;
}

.sales .item .cont .info .price, .typeHeader.saleHeader .info .price {}

.sales .item .cont .info .price .salePrice, .typeHeader.saleHeader .info .salePrice {
    font-size: 32px;
    color:  #1F2125;
    line-height:  40px;
    font-weight:  700;
    font-family: MSblack;
}

.sales .item .cont .info .price .endSaleDate, .typeHeader.saleHeader .info .endSaleDate {
    font-size: 12px;
    color: rgba(31, 33, 37, 0.56);
    margin-bottom: 6px;
    line-height: 20px;
}

.sales .item .cont .bottom .socialShare {}

.sales .item .cont .bottom .buttonsWrap {}

.sales .item .cont .bottom .buttonsWrap a.borderBTN.moreBTN {
    margin-right:  16px;
    display: block;
    height: 56px;
    border: 2px solid #8FBA4F;
    font-size: 15px;
    font-family: MSbold;
    color: #8FBA4F;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 53px;
    padding: 0px 32px;
    border-radius: 4px;
    transition: all ease 0.32s;
    text-align: center;
    box-sizing:  border-box;
}

.sales .item .cont .bottom .buttonsWrap a.feedSale.redBTN {
    margin-right: 16px;
    display: block;
    height: 56px;
    border: 0px;
    font-size: 15px;
    font-family: MSbold;
    color: #8FBA4F;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 56px;
    padding: 0px 32px;
    border-radius: 4px;
    transition: all ease 0.32s;
    text-align: center;
    background-color:  #8FBA4F;
    color:  white;
    margin-right:  0px;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
}

.sales .item .cont .bottom .buttonsWrap a.feedSale.redBTN img, .typeHeader.saleHeader .bottom .buttonsWrap a.feedSale.redBTN.openPopUp img {
    margin-right:  8px;
    top: 4px;
    position:  relative;
}

.countdown img.dotsCount {
    position:  relative;
    top: -28px;
}

.sales .item .wrap.flex {
    align-items:  stretch;
}

.sales .item:last-child {
    margin-bottom:  0px;
}

.sales .item .cont .bottom .socialShare a.socShare.medal, .typeHeader.saleHeader .bottom .buttonsWrap .socialShare.flex a.socShare.medal {
    position:  relative;
    margin-right:  8px;
}

.sales .item .cont .bottom .socialShare a.socShare.medal .medailTollTip {
    width:  110px;
    padding: 10px 0px;
    top: 50px;
    margin-left: -57px;
}

.sales .item.nomask .gradients {
    display:  none;
}

.sales .item .cont .info .devider, .typeHeader.saleHeader .info .devider {
    width:  1px;
    background-color: rgba(31, 33, 37, 0.08);
    display:  none;
}

.sales .item .cont a.title:hover {
    opacity: 0.64;
}

.sales .item .cont .info .oldPrice span, .typeHeader.saleHeader .info .oldPrice span {
    font-size:  18px;
    line-height: 24px;
    color: rgba(31, 33, 37, 0.56);
    font-weight:  700;
    text-decoration:  line-through;
    font-family: MSblack;
}

.saleMarker:after {
    content:  "";
    display:  block;
    position:  absolute;
    border: 12px solid transparent;
    border-right: 7px solid #EB5757;
    top: 0px;
    left: -19px;
}
.sales .item .cont .bottom .socialShare a.socShare.medal img, .typeHeader.saleHeader .bottom a.socShare.medal img {
    opacity: 0.8;
    transition:  all ease 0.32s;
    cursor:  pointer;
}

.sales .item .cont .bottom .socialShare a.socShare.medal:hover img {
    opacity:  1;
}

.sales .item.darkmode .cont a.title {
    color:  white;
}

.sales .item.darkmode .cont .info .oldPrice span,  .typeHeader.saleHeader.darkmode .info .oldPrice span {
    color: rgba(255, 255, 255, 0.80);
}

.sales .item.darkmode .cont .info .price .salePrice, .typeHeader.saleHeader.darkmode .info .salePrice {
    color: #ffffff;
}

.sales .item.darkmode .cont .info .price .endSaleDate,
.typeHeader.saleHeader.darkmode .info .endSaleDate {
    color: rgba(255, 255, 255, 0.80);
}

.item.darkmode {}

.darkmode .countdown-container .countdown-value {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.darkmode .countdown-container .countdown-heading {
    color: rgba(255, 255, 255, 0.64);
}

.sales .item.darkmode .cont .info .saleCounter .title,
 .typeHeader.saleHeader.darkmode .info .title {
    color: rgba(255, 255, 255, 0.80);
}

.darkmode .borderBTN {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.40);
}

.item.darkmode .borderBTN:hover {
    background-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.56);
}
.sales .item.darkmode .cont .info .devider, .typeHeader.saleHeader.darkmode .info .devider {
    background-color: rgba(255, 255, 255, 0.16);
}


.countdown {
  text-transform: uppercase;
}

.countdown > div { display: inline-block; }

.countdown > div > span {
  display: block;
  text-align: center;
}

.countdown-container { margin: 0 3px; }

.countdown-container .countdown-heading {
  font-size: 10px;
  margin: 4px;
  color: rgba(31, 33, 37, 0.32);
  text-transform:  none;
}

.countdown-container .countdown-value {
  font-size: 24px;
  background: rgba(31, 33, 37, 0.08);
  padding: 8px;
  color: #1F2125;
  border-radius: 2px;
  font-weight:  700;
  line-height:  24px;
  font-family:  MSbold;
  width: 28px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;            
}


.flex-just_start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.flex-just_end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.flex-just_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.flex-just_space {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-align_start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.flex-align_end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.flex-align_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-dir_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
a.borderBTN.moreBTN:hover {
    background-color: rgba(143, 186, 79, 0.16);
}
.sales .item .cont .bottom .buttonsWrap a.feedSale.redBTN:hover {
    background-color: #526b30;
    box-shadow: 8px 8px 25px rgba(82, 107, 48, 0.55);
}
.owl-controls {}

.sales .owl-stage-outer.owl-height {
    overflow:  hidden;
    padding-bottom: 60px;
}

.sales .owl-item.active.center {}

.sales .owl-item.active.center {}

.sales .owl-item.active.center .item {
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
    opacity:  1;
}

.sales .owl-item .item {
    box-shadow: 0px 0px 0px;
    opacity: 0.32;
}
.newFeedBackForm .fromWraper form .wrap .itemLine button.snedFOrma.feedBack_submit img {
    position:  relative;
    top: 8px;
    margin-right:  8px;
}
.newHeader-mask {
    position: absolute;
    z-index:  2;
    width:  100%;
    height:  100%;
    background-color: rgba(0, 0, 0, 0.40);
    left:  0px;
    top: 0px;
}
 
.downArr {
    display: flex;
    justify-content: center;
    display: none;
}
.doc-detail-exampels {
    background-color: #f5f5f5;
    position:  relative;
    border-radius: 8px;
    margin-top: 50px;
}

.doc-detail-exampels .title {
    position:  absolute;
    z-index:  22;
    font-family: MSblack;
    font-size: 33px;
    color: #333333;
    display: block;
    top: 40px;
    left: 48px;
}

.doc-detail-exampels .items {
    z-index:  1;
}

.doc-detail-exampels .items .item {
    width:  100%;
}
.doc-detail-exampels .items .item .wrap{
    display:  flex;
    flex-wrap:  wrap;
    flex-direction:  row;
}

.doc-detail-exampels .items .carusel {
    overflow:  hidden;
}

.doc-detail-exampels .arrows {}

.doc-detail-exampels .arrows .arrow {
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius:  40px;
    background-repeat:  no-repeat;
    background-position: center;
    margin: 0px 4px;
    cursor:  pointer;
    transition:  all ease 0.32s;
}

.doc-detail-exampels .arrows .arrow.left {}

.doc-detail-exampels .arrows .arrow.right {}

.doc-detail-exampels .items .item .wrap .descript {
    width:  50%;
    padding: 48px;
    box-sizing:  border-box;
    padding-top: 100px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Rlight;
    color: #333333;
    letter-spacing: 0.25px;
    line-height: 23px;
    display: block;
}

.doc-detail-exampels .items .item .wrap .pic {
    width:  50%;
    position:  relative;
    border-radius:  8px 0px 0px 8px;
    min-height: 450px;
}

.doc-detail-exampels .items .item .wrap .pic .imgs {
    display: block;
    align-items: flex-start;
    height:  100%;
}

.doc-detail-exampels .items .item .wrap .tabChanger {
    position:  absolute;
    bottom: 48px;
    display:  flex;
    margin:  0px auto;
    width:  160px;
    left:  50%;
    margin-left:  -80px;
}

.doc-detail-exampels .items .item .wrap .tabChanger .tab {
    padding:  0px 24px;
    height:  40px;
    background-color: rgba(255, 255, 255, 0.65);
    display:  flex;
    align-items:  center;
    justify-content:  center;
    color:  #333;
    font-size: 15px;
    cursor:  pointer;
    transition:  all ease 0.32s;
}



.doc-detail-exampels .items .item .wrap .pic .imgs  {
 
}

img#pic-posle {
    display:  none;
}

img#pic-do {
    display:  block;
}

.doc-detail-exampels .items .item .wrap .pic .imgs .imagePic {
    position:  absolute;
    left: 0px;
    top: 0px;
    width:  100%;
    height:  100%;
    background-size:  cover;
    background-position:  center;
}

div.pic-posle {
    display: none;
}

div.pic-do {
    display:  block;
}
.doc-detail-exampels .items .owl-item.active {
    height: auto;
}

.doc-detail-exampels .items .owl-item {
    height:  0px;
}


.doc-detail-exampels .arrows {
   position:  absolute;
   bottom:  44px;
   left: 48px;
   z-index: 3;
   display:  flex;
}
.doc-detail-exampels .arrows .arrow.right {
    background-image: url(../f/slide_right.svg);
    background-position: 20px center !important;
}
.doc-detail-exampels .arrows .arrow.left {
    background-image: url(../f/slide_left.svg);
    background-position: 16px center !important;
}
.doc-detail-exampels .arrows .arrow:hover {
    box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.08);
}

.tab.active {}

.tab.tab-do {
    border-radius: 4px 0px 0px 4px;
}

.tab.tab-posle {
    border-radius:  0px 4px 4px 0px;
}


a.imagePic.pic-posle {
    display:  none;
}

a.imagePic.pic-do {
    display:  block;
}


.doc-detail-exampels .items .item .wrap .tabChanger  .tab:hover {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.doc-detail-exampels .items .item .wrap .tabChanger .tab.active {
    background-color: rgba(255, 255, 255, 0.96) !important;
}

.info_credit_top{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 20px 0;
}
.info_credit_top ul{
    list-style-type: none;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}
.info_credit_top ul li{
    line-height: 27px;
}
.info_credit_top .col{
    width: 50%;
    border: 1px solid #000;
}
.info_credit_top .col:first-child{
    border-right: 0;
}

div#calculators {
    background-color: #f4f4f4;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    overflow: hidden;
}

div#calculators .calc__links {
    background-color: lightgrey;
    margin: -40px;
    margin-bottom: 40px;
}

div#calculators .calc__section {}

div#calculators .navs {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 40px;
}

div#calculators .calc__links a {
    padding: 40px;
    width: 33.33%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 20px;
    color: rgba(51, 51, 51, 0.56);
    transition: all ease 0.32s;
    border-right: 1px solid #c4c4c4;
}

div#calculators .calc__links a:hover {
    background-color: #e2e2e2;
    border-right: 0px solid transparent;
}

div#calculators .calc__links a.active {
    background-color: #f4f4f4;
    border-right: 1px solid transparent;
    color: #333;
}

div#calculators .calc__section .tabs {
    margin: -40px;
    margin-bottom: 40px;
}

div#calculators .calc__section .tabs > div {display: flex;color: #333;/* margin-right: 50px; */padding: 24px 40px;border-bottom: 3px solid #e2e2e2;height: 128px;box-sizing: border-box;flex: 1;cursor: pointer;transition: all ease 0.24s;align-items: center;}

div#calculators .calc__section .tabs > div:hover {
    background-color: #ececec;
}

div#calculators .calc__section .tabs > div.active {
    border-bottom: 3px solid #88b14c;
}

div#calculators .calc__section .tabs > div b {
    font-size: 45px;
    margin-right: 15px;
    /* margin-top: -6px; */
    font-weight: normal;
}

div#calculators .calc__section .tabs > div span {
    font-size: 17px;
}

div#calculators .calc__section .blocks {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

div#calculators .calc__section .blocks > div {
    display: none;
}

div#calculators .calc__section .blocks > div.active {
    display: block;
}

div#calculators .navs > div {}

div#calculators .navs .btns {
    display: flex;
    flex-wrap: wrap;
}

div#calculators .navs .total {
    text-align: right;
}

div#calculators .navs .total .title {}

div#calculators .navs .total .price {
    font-size: 24px;
    color: #333;
    margin-bottom: 16px;
    display: block;
    font-family: MSbold;
}

div#calculators .navs .total .price span {}

div#calculators .navs .btns .btn {
    width: auto;
    padding: 0px 32px;
}

div#calculators .navs .btns .btn .fillBTN {}

div#calculators .navs .btns .btn .borderBTN {}

div#calculators .navs .btns .btn.next {}

div#calculators .navs .btns .btn.back {
    display: none;
}

div#calculators .calc__links a:last-child {
    border-right: 0px;
}

div#calculators .calc__section .blocks > div .params {}

div#calculators .calc__section .blocks > div .desc {
    padding: 40px 0px;
    padding-top: 40px;
    /* border-bottom: 1px solid #ccc; */
    /* margin-bottom: 40px; */
    /* display: none; */
}

div#calculators .calc__section .blocks > div .params .title {
    font-size: 17px;
    color: #333;
    margin-bottom: 16px;
    font-family: MSbold;
}

div#calculators .calc__section .blocks > div .params select {
    width: auto;
    -webkit-appearance: none;
    padding: 0px 40px;
    height: 70px;
    font-size: 16px;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 0px;
    padding-right: 120px;
    outline: none;
    color: #333;
    transition: all ease 0.24s;
    cursor: pointer;
    border-radius: 4px;
    background-image: url(../f/arr.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 40px) center;
}

div#calculators .calc__section .blocks > div .desc > div {
    width: 50%;
}

div#calculators .calc__section .blocks > div .desc > div .title {
    font-size: 17px;
    color: #333;
    margin-bottom: 16px;
    display: block;
    font-family: MSbold;
}

div#calculators .calc__section .blocks > div .desc > div .text {}

div#calculators .calc__section .blocks > div .params select:hover {
    box-shadow: inset 0px 0px 0px 3px #88b14c;
}

div#calculators .navs .btns .btn:first-child {
    margin-right: 24px;
}

div#calculators .navs .btns .btn.borderBTN {
    color: #88b14c;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 3px #88b14c;
}

div#calculators .navs .btns .btn.borderBTN:hover {
    background-color: rgba(136, 177, 76, 0.24);
}

div#calculators .calc__section .tabs > div.active b {
    color: #88b048;
}

div#calculators .calc__section .blocks > div .desc {
    padding-bottom: 0px;
}

/* start style for services fixed navigation*/
.services__fixed-navigation-page {
    display: flex;
    top: 30%;
    right: 0;
    max-width: 60px;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;            
}

.services__navigation-item {
    display: flex;
    width: 50px;
    height: 50px;
    margin: 5px 5px;
    background: rgba(143, 186, 79, 0.95);
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.services__navigation-item:hover {
    background-color: rgba(143, 186, 79, 0.5);
    transition: all 0.7s;
}

.services__navigation-link {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.services__navigation-link img {
    max-width: 25px;
}

/*end style for services fixed navigation*/

.services__price-block {
    /*display: none;*/
    max-width: 820px;
    padding: 0 20px;
}

.services__video {         
}
.services__video-title {
    margin: 25px auto;
    text-align: center;
}
.services__video-block {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.services__video-iframe {
    text-align: center;
    margin: 0 auto;
}
.services__video-iframe iframe {
    width: 100%;
    height: 300px;
}
.services__video-description {
    padding: 0 25px;
    text-align: justify;
}
.services__video-text {
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 1280px) {
    .services__video-block {
        grid-template-columns: 1fr;
    }
}

.calc_chekboxs label {
    cursor:  pointer;
    width: 33.33%;
    padding-right: 40px;
    box-sizing: border-box;
    margin: 8px 0px;
}

.calc_chekboxs label input {
    display:  none;
}

.calc_chekboxs label .flex i {
    width:  24px;
    height:  24px;
    background-color: transparent;
    border-radius:  4px;
    border: 3px solid #87b13f;
    transition: all ease 0.32s;
    background-position:  center;
    background-repeat:  no-repeat;
}

.calc_chekboxs label .flex span {
    margin:  0px;
    flex: 1;
    padding-left:  16px;
    transition: all ease 0.32s;
}

.calc_chekboxs label:hover span {
    /* color: #1c46c7; */
}

.calc_chekboxs label:hover i {
    background-color: rgba(135, 177, 63, 0.24);
}

.calc_chekboxs label input:checked + .flex > span {
    color: #87b13f;
}

.calc_chekboxs label input:checked + .flex > i {
    background-color: rgb(135, 177, 63);
    background-image: url(../f/checkbox.svg);
}

.calc_chekboxs label input:disabled + .flex > span {
    color: #333;
    opacity: 0.4;
    pointer-events: none;
}

.calc_chekboxs label input:disabled + .flex > i {
    border: 3px solid #333;
    opacity: 0.4;
    pointer-events: none;
}

.calc_chekboxs label:hover input:disabled + .flex > i {
    background-color: transparent;
}


.calc_chekboxs label .flex {
    align-items: center;
}