


@media screen and (max-width: 600px) {
   .hide_descktop{
    display: block;
   } 
body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 265px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: rgb(143, 186, 79);
}

.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
/*  overflow-x: hidden;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
.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;
    display: none;
}
.CONTENT {
    padding-left: 0px;
    box-sizing: border-box;
    padding-right: 60px;
    padding-top: 60px;
    display: block;
    position: relative;
    padding-bottom: 60px;
    width: auto;
    padding: 20px 20px;
    padding-bottom: 45px;
    background-color: white;
}
.FOOTER {
    background-color: #526B30;
    padding-left: 0px;
    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;
    padding: 20px;
}
.footerRight {
    float: left;
    width: auto;
    text-align: left;
    /* background-color: red; */
    display: block;
}
.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: 17px;
    letter-spacing: 0.25px;
    /* line-height: 65px; */
    width: calc(50% - 150px);
    transition: all 0.15s;
    width: 100%;
    margin-bottom: 16px;
}
.feedBack_submit {
    cursor: pointer;
    width: 310px;
    display: inline-block;
    position: relative;
    height: 65px;
    line-height: 65px;
    background-color: #88b14b;
    width: 275px;
    text-align: center;
    font-size: 13px;
    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: 28px 18px;
    padding-left: 40px;
    text-transform: uppercase;
}
.feedBack_title {
    font-size: 26px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 0px;
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding: 45px 0px !important;
}
ul.footerLinks {
    margin: 0px;
    padding: 0px;
    display: block;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: -10px;
}
.preimMain_item {
    text-align: center;
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 25px 15px;
}
.preimMain {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 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: 50%;
    box-sizing: border-box;
    padding: 15px 10px;
}
 
.aboutClinik {
    display: block;
    flex-wrap: inherit;
    flex-direction: row;
}

img.logoMain {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    display: inline-table;
    position: relative;
    display: block;
    float: none;
    width: auto;
    padding-right: 0px;
    margin: 0px auto;
}

.aboutClinik p {
    font-family: Rroman;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 100%;
    line-height: 22px;
    margin-top: 15px;
    letter-spacing: 0.25px;
    padding-left: 0px;
    /* background-color: red; */
    box-sizing: border-box;
    padding-right: 0px;
}
h1 {
    font-size: 29px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 0px;
    margin-top: 10px;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 0px !important;
}

.serviceSale_slider:before {
    content: "";
    display: none;
    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: none;
    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-dots {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}
img.logoMain {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    display: inline-table;
    position: relative;
    display: block;
    float: none;
    width: auto;
    padding-right: 0px;
    margin: 0px auto;
    display: none;
}
.serviceSale {
    margin-bottom: 20px;
}
.preimMain_title {
    margin-top: 10px;
    font-family: MSbold;
    font-size: 13px;
    color: #333333;
    word-wrap: break-word;
}
.LeftMenu{
  display: none;
}

.mobLeftMenu
.LeftMenu {
    background-color: rgb(143, 186, 79);
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 12px;
    height: calc(100% - 70px);
    display: block;
    position: relative;
    z-index: 1000;
    padding: 35px 25px;
    padding-top: 25px;
    display: block;
    height: 100%;
}
.LeftMenu_MenuItems {
    height: auto;
    /* background-color: red; */
    /* position: relative; */
    /* display: block; */
    /* top: 140px; */
}
ul.LeftMenu_ul {
    height: 305px;
    top: 0px;
    position: relative;
    margin-top: 0px;
}
.LeftMenu_bottmInfo {
    bottom: 25px;
    position: relative;
    margin-top: 50px;
}
img.logo_Menu {
    /* width: 100%; */
    margin-bottom: 15px;
    width: 100%;
}
.LeftMenu_cont {
    margin-left: 0px;
}
.LeftMenu_soc {
    margin-left: 0px;
    margin-top: 15px;
}
.LeftMenu_telephone {
    font-family: Rbold;
    font-size: 25px;
    color: white;
}
.mobLeftMenu
 .LeftMenu {
    background-color: rgb(143, 186, 79);
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 12px;
    height: calc(100% - 70px);
    display: block;
    position: relative;
    z-index: 1000;
    padding: 35px 25px;
    padding-top: 25px;
    display: block;
    height: auto;
    padding-bottom: 0px;
}

p {
    padding-left: 0px;
    /* 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: 0px;
    margin-bottom: 0px;
}
h2 {
    font-family: MSblack;
    font-size: 25px;
    color: #333333;
    margin-bottom: -5px;
    margin-top: 0px;
    display: block;
    position: relative;
    margin-top: 45px;
}
p {
    padding-left: 0px;
    /* display: flex; */
    position: relative;
    display: inline-table;
    /* width: calc(50% - 5px); */
    box-sizing: border-box;
    margin: 30px 0px;
    font-size: 15px;
    font-family: Rlight;
    color: #333333;
    letter-spacing: 0.25px;
    line-height: 20px;
    padding-right: 0px;
    margin-bottom: 0px;
}
.CONTENT ul li {
    font-size: 15px;
    font-family: Rlight;
    color: #333333;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin: 10px 0px;
}
.CONTENT
ul {
    padding-left: 20px;
}
.footerRight_addresMain {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.footerRight span {
    display: block;
    width: 100%;
    float: left;
    padding-left: 0px;
}
.mobileTopMenu {
    display: block;
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
    background-color: white;
}
.mob_menu.js-slideout-toggle {
    width: 60px;
    height: 70px;
    float: left;
    /* border-right: 1px solid #e4e4e4; */
    background-image: url(../mob/mobmenu.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 21px center;
}
a.logoMobile {
    position: relative;
    display: inline-block;
    width: calc(100% - 170px);
    /* background-color: red; */
    height: 70px;
    background-image: url(../mob/mob_logo.svg);
    background-repeat: no-repeat;
    background-size: 165px;
    background-position: center 18px;
}

a.telephoneMobBloker {
    width: 50px;
    height: 70px;
    float: right;
    /* border-right: 1px solid #e4e4e4; */
    background-image: url(../mob/mob_tell.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    /* background-color: red; */
    display: block;
    /* z-index: 222; */
    position: relative;
}
a.telephoneMobBloker.wa{
    background-image: url(../f/wa.png);
    background-size: 30px;
}
.mobileTopMenu {
    display: block !important;
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
    background-color: white;
    z-index: 22;
    position: relative;
}
.owl-carousel {
    display: none;
    width: calc(100% + 40px) !important;
    /* -webkit-tap-highlight-color: transparent; */
    position: relative;
    z-index: 1;
    margin-left: -20px;
    /* background-color: red; */
    margin-top: -20px;
}
.serviceSale_slider_item img {
    width: 100%;
    border-radius: 0px;
}
.LeftMenu_detail {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.98);
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    padding-top: 55px;
    height: 100%;
    padding: 20px;
}
.LeftMenu_detail_cloise {
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    right: 20px;
    /* background-color: red; */
    top: 27px;
    background-image: url(../f/close.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.0s;
    background-size: 25px;
}



 
a#MenuIcon_4:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: relative;
    left: -14px;
    top: 11px;
    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: relative;
    left: 0px;
    top: 1px;
    background-repeat: no-repeat;
    background-position: 0px 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: relative;
    left: -1px;
    top: 15px;
    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: relative;
    left: 0px;
    top: 10px;
    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: relative;
    left: 0px;
    top: 12px;
    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: relative;
    left: 0px;
    top: 11px;
    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: relative;
    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: relative;
    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: relative;
    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_7:before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background-color: transparent;
    position: relative;
    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: relative;
    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: relative;
    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: relative;
    left: 0px;
    top: 29px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-image: url('../f/menuIcon-10.svg');
    width: 100px;
}


ul.LeftMenu_detail_items > li {
    /* padding-left: 135px; */
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    box-sizing: border-box;
    margin-right: 0px;
    width: 370px;
    margin-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
    width: 100% !important;
    display: block;
}
ul.LeftMenu_detail_items > li > ul > li > a {
    /* display: block; */
    font-size: 15px;
    font-family: Rroman;
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    line-height: 16px;
    display: block;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
    padding-right: 0px;
    margin: 5px 0px;
    margin-right: 0px;
}
h2.LeftMenu_detail_title {
    font-family: MSblack;
    font-size: 30px;
    color: #88B14B;
    margin-top: 0px;
    margin-bottom: 0px;
}
span.pluseButton {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #8fba4f;
    border-radius: 20px;
    margin-top: 4px;
    right: 0px;
    background-image: url(/bitrix/templates/main/f/pluse.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all ease 0.15s;
}
#detailPACIENT ul.LeftMenu_detail_items > li {
    padding-top: 1px;
    padding-bottom: 5px;
}
.breadCrumbs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 16px;
    font-size: 15px;
    font-family: MSmed;
    letter-spacing: 0.25px;
    line-height: 21px;
}
.serviceHeader_minidescript ul li a {
    height: 39px;
    display: inline-block;
    position: relative;
    border: 1px solid #88b14b;
    text-decoration: none;
    line-height: 18px;
    box-sizing: border-box;
    padding: 0px 20px;
    padding-left: 40px;
    border-radius: 20px;
    color: #88b14b;
    font-size: 14px;
    font-family: Rmed;
    background-image: url(../f/arh.svg);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    margin-right: 0px;
    margin-bottom: 6px;
    transition: all 0.0s;
    border: 0px;
}
.CONTENT
 ul {
    padding-left: 20px;
    margin-top: 20px;
}
.CONTENT ul li {
    font-size: 15px;
    font-family: Rlight;
    color: #333333;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin: 4px 0px;
}
.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: 0px;
    padding-left: 30px;
    margin-left: 0px;
    /* margin-right: 20px; */
    /* cursor: pointer; */
    padding-right: 0px;
    padding: 0px;
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0px;
}
.servicePrice_item_buttons {
    position: relative;
    display: inline-block;
    float: none;
    right: 0px;
    top: 0px;
}
.servicePrice_item:hover {
    box-shadow: none;
    transition: all 0.20s;
    z-index: 2;
    position: relative;
    border: 0px solid transparent;
}
.servicePrice_title {
    font-size: 28px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 20px;
    margin-top: 40px;
    display: block;
    position: relative;
}
.servicePrice_item_title {
    position: relative;
    display: inline-block;
    font-family: MSmed;
    font-size: 16px;
    color: #666666;
}
.servicePrice_item_price {
    position: relative;
    display: inline-block;
    font-family: MSblack;
    font-size: 16px;
    color: #88b14b;
}
.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;
    margin-top: 10px;
    width: 100%;
}
.servicePrice_item_buttons {
    position: relative;
    display: inline-block;
    float: none;
    right: 0px;
    top: 0px;
    width: 100%;
}
.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;
    width: 100%;
    margin-top: 10px;
}
.servicePrice_item.active .servicePrice_item_title {
    font-family: MSmed;
    color: #333333;
}
.servicePrice_item_more {
    padding-left: 0px;
}
.servicePrice_dopInfo {
    position: relative;
    display: inline-block;
    height: 63px;
    /* background-color: red; */
    margin-left: 35px;
    /* width: 210px; */
    display: inline-flex;
    width: 420px;
    top: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
a.moreCreditInfo {
    font-size: 14px;
    color: #88b14b;
    font-family: Rmed;
    width: 100%;
    text-align: center;
}
.servicePrice_dopInfo {
    position: relative;
    display: inline-block;
    height: 63px;
    /* background-color: red; */
    margin-left: 0px;
    /* width: 210px; */
    display: inline-flex;
    width: 420px;
    top: 12px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.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: 0px;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
}
.serviceDoctors_title {
    font-size: 28px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 20px;
    margin-top: 40px;
    display: block;
    position: relative;
}
.serviceDoctors_item {
    /* margin: 12px; */
    width: calc(50% - 5px);
    /* display: block; */
    /* position: relative; */
    /* box-sizing: border-box; */
    /* background-color: rebeccapurple; */
    margin-right: 0px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.serviceDoctors_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-around;
}
.serviceDoctors_name {
    font-size: 17px;
    color: #526B30;
    text-decoration: none;
    font-family: Rlight;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    transition: all 0.15s;
}
.serviceDoctors_work {
    margin-top: 10px;
    font-size: 13px;
    font-family: Rbold;
    color: #333;
    margin-bottom: 5px;
    transition: all 0.15s;
}
.serviceHeader_minidescript ul {
    padding-left: 0px;
}
.serviseDOPUSL_item {
    width: 100%;
    position: relative;
    background-position: center center;
    display: block;
    /* background-color: rebeccapurple; */
}
.serviseDOPUSL {
    display: block;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 0px;
    /* background-color: red; */
    margin-left: -20px;
    width: calc(100% + 40px);
}
.serviseDOPUSL_content {
    padding: 20px;
    /* position: absolute; */
    z-index: 2;
    position: relative;
    padding-bottom: 120px;
    height: 100%;
    box-sizing: border-box;
    /* border: 1px solid red; */
    padding-top: 40px;
}
.serviceHeader_minidescript p {
    font-size: 15px;
    font-family: Rlight;
    line-height: 23px;
    color: #333333;
    max-width: 820px;
    width: 100%;
}
a.licece {
    padding: 5px;
    border: 1px solid #E6E6E6;
    /* display: block; */
    /* position: relative; */
    /* display: inline-block; */
    margin: 5px;
    box-sizing: border-box;
    width: calc(50% - 5px);
    border-radius: 0px;
    z-index: 1;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.15s;
    background-color: white;
    margin: 0px;
    margin-bottom: 10px;
}
.licenseMain {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.aboutSlider
.owl-controls{
    display: none;
}
a.serviceDoctors_filter_button {
    display: inline-block;
    padding: 0px 15px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E6E6E6;
    margin-right: 3px;
    border-radius: 4px;
    font-family: MSblack;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    color: #4D4D4D;
    margin-top: 7px;
    cursor: pointer;
    box-sizing: border-box;
    width: calc(50% - 5px);
    text-align: center;
}
.doc-detail {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}
.DOCINFO {
    display: block;
    position: relative;
    padding: 0px;
    border: 0px solid transparent;
    box-sizing: border-box;
    /* width: 100%; */
}
img.detail_doc {
    border-radius: 6px 0px 0px 6px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}
.servicePrice.PriceCatalog .servicePrice_item {
    margin-left: 0px;
}
.servicePrice_item:hover {
    border-bottom: 1px solid #d2d2d2;
}

.PriceCatalog .servicePrice_dopInfo {
    position: relative;
    display: inline-block;
    height: 63px;
    /* background-color: red; */
    margin-left: 0px;
    /* width: 210px; */
    display: inline-flex;
    width: 100%;
    top: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    display: none;
}
.servicePrice_mainItemPricer_title {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-family: MSblack;
    color: #4D4D4D;
    text-decoration: none;
    margin-bottom: 20px;
    top: 5px;
    margin-top: -20px;
}

.servicePrice_mainItemPricer_title:before {
    display: none !important;
}
.servicePrice_mainItemPricer {
    border-top: 0px solid #d8d8d8;
    margin-top: 20px;
    padding-top: 20px;
}
.review_item {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    width: 100%;
    margin-top: 20px;
}
.review_data {
    float: left;
    font-family: MSblack;
    color: #88B14B;
    top: 0px;
    position: relative;
    /* left: -320px; */
}
.review_review {
    display: block;
    position: relative;
    border-left: 2px solid #88b14b;
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: 3px;
    font-family: Rlight;
    line-height: 23px;
    font-size: 15px;
    margin-top: 10px;
}
.review_reward {
    display: block;
    position: relative;
    border-left: 2px solid #88b14b;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 3px;
    font-family: Rlight;
    line-height: 23px;
    font-size: 14px;
    margin-top: 15px;
    background-color: rgba(136, 177, 75, 0.1);
    color: #88b14b;
}
.review_name {
    font-size: 28px;
    font-family: MSblack;
    color: #333333;
    margin-bottom: 5px;
    float: none;
    display: block;
}
.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;
    display: block;
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
}
.breadREVIEWS_MAIN a {
    display: inline-block;
    position: relative;
    height: 50px;
    /* background-color: #88b14b; */
    width: 50px;
    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: 50px;
    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: 50px;
    background-color: #88b14b;
    width: 50px;
    text-align: center;
    font-size: 18px;
    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: 50px;
    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 {
    margin-top: 30px;
    position: relative;
    display: inline-block;
}
 
.LeftMenu_detail_menuItems {
    /* background-color: red; */
    height: auto;
    overflow: auto;
}

.LeftMenu_detail_menuItems
.CONTENT
 ul {
    padding-left: 0px !important;
    margin-top: 20px;
}

ul.LeftMenu_detail_items {
    padding-left: 0px;
}
.LeftMenu_detail {
    display: none;
    position: relative;
    background-color: rgba(255, 255, 255, 0.98);
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    padding-top: 55px;
    height: auto;
    padding: 20px;
    overflow-y: auto;
}
ul.LeftMenu_detail_items > li > a:before {
    display: none !important;
}
ul.LeftMenu_detail_items > li > a {
    font-size: 26px;
    font-family: MSblack;
    color: #4D4D4D;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    margin-top: 35px;
}
.saleMain_item {
    box-sizing: border-box;
    padding: 0px;
    border: 0px;
    margin-top: 15px;
    border-radius: 4px;
    display: block;
}
.saleMain_item_img {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
}
.saleMain_item_content {
    width: 100%;
}
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: 20px;
    z-index: 1;
    cursor: pointer;
    margin-left: 0px;
    padding-right: 30px;
    background-image: url(../f/arr_white.svg);
    background-repeat: no-repeat;
    background-position: 144px 18px;
}
.saleMain_item_content {
    width: 100%;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid gainsboro;
}
a.saleMain_item_title {
    font-size: 27px;
    font-family: MSblack;
    color: #333333;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}
.news-detail img {
    width: 100%;
    height: auto;
}
.blogItem {
    box-sizing: border-box;
    padding: 0px;
    border: 0px solid #E6E6E6;
    border-radius: 0px;
    width: 100%;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}
a.blogItem_name {
    font-size: 23px;
    font-family: MSblack;
    color: #333333;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 20px;
    display: block;
    margin-top: 0px;
}
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: 0px;
    padding-right: 30px;
    background-image: url(../f/arr_white.svg);
    background-repeat: no-repeat;
    background-position: 144px 18px;
}
.blogItem_descript {
    box-sizing: border-box;
    padding-left: 0px;
    font-size: 14px;
    font-family: Rlight;
    color: #333333;
    line-height: 21px;
}
.contactInforem {
    width: calc(100% - 40px);
    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;
    margin-top: 25px;
}
.contactInforem_button {
    height: 80px;
    line-height: 20px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 0px 35px;
    font-family: Rbold;
    font-size: 17px;
    color: #333333;
    transition: all 0.15s;
    cursor: pointer;
    padding-top: 20px;
    padding-left: 20px;
}
.contactInforem_button.active {
    background-image: url(../f/arr_GreenUp.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) 27px;
}
.contactInforem_button {
    background-image: url(../f/arr_GreenDown_2.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) 27px;
}
.contactInforem_info {
    height: 390px;
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Rroman;
    color: #333333;
    line-height: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.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: 100%;
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-top: 35px;
    z-index: 1;
    cursor: pointer;
}
.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: 100%;
    top: 40px;
    left: 0px;
    margin-left: 0px;
    display: none;
}

.feedBackPopUp {
    background-color: white;
    position: fixed;
    z-index: 22222;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 15px 85px rgba(0, 0, 0, 0.24);
    width: calc(100% - 20px);
    top: 40px;
    left: 10px;
    margin-left: 0px;
    display: none;
    box-sizing: border-box;
}
.feedBackPopUp_clouser {
    width: 50px;
    height: 50px;
    background-color: #88b14b;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 22;
}
.feedBack_title {
    font-size: 26px;
    font-family: MSblack;
    color: #88B14B;
    margin-bottom: 0px;
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding: 45px 0px !important;
    padding-top: 10px !important;
}
.feedBack_submit {
    cursor: pointer;
    width: 310px;
    display: inline-block;
    position: relative;
    height: 65px;
    line-height: 65px;
    background-color: #88b14b;
    width: 100%;
    text-align: center;
    font-size: 13px;
    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(/bitrix/templates/main/mob/../f/timer.svg);
    background-repeat: no-repeat;
    background-position: 28px 18px;
    padding-left: 40px;
    text-transform: uppercase;
    padding-left: 0px !IMPORTANT;
    background-image: none;
}

.contactInforem {
    width: calc(100% - 40px);
    height: 550px;
    background-color: white;
    position: absolute;
    margin-left: 0px;
    margin-top: 45px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: 25px;
    position: relative;
    display: block;
    width: 100%;
}
.LeftMenu_bottmInfo {
    bottom: 25px;
    position: relative;
    margin-top: 110px;
}
input.searchdetailinput {
    box-sizing: border-box;
    margin-left: 0px;
    width: calc(100% - 100px);
    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;
}
.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    /* overflow-x: hidden; */
    z-index: 22222;
}

.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: 0px;
    margin-left: 10px;
    display: none;
    width: calc(100% - 20px);
    box-sizing: border-box;
}
.feedBackPopUp_clouser {
    width: 50px;
    height: 50px;
    background-color: #88b14b;
    position: absolute;
    right: -1px;
    top: -26px;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 22;
}
.scrolltop {
    width: 50px;
    height: 50px;
    background-color: #88b14b;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 222222;
    border-radius: 100%;
    /* border: 3px solid white; */
    box-sizing: border-box;
}

.scrolltop:after {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid white;
    left: 17px;
    top: 12px;
}
.servicePrice_item_more {
    padding-top: 19px;
    width: 100%;
}
.CONTENT ul {
    padding-left: 0px;
}

.promoHeader_content_title_1 {
    font-family: MSblack;
    text-align: center;
    font-size: 32px;
    color: #333;
}


.promoHeader_content_preim_item.flex {
    width: 100%;
    font-family: MSbold;
    padding: 5px 0px;
    font-size: 15px;
}
img.breackets_promoIMG {
    position: absolute;
    right: -50px;
    bottom: 170px;
    width: 440px;
    display: none;
}
.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;
    display: none;
}
.PROMO_doctors_items {
    overflow: hidden;
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0px;
    border: 1px solid #e8e8e8;
}
.PROMO_bottomFEEDBack_bg {
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    left: 0px;
    top: 0px;
    /* background-color: red; */
    left: -20px;
    background-image: url(/bitrix/templates/main/f/BackgroundFORM.jpg);
    background-size: cover;
}
.PROMO_bottomFEEDBack_content {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    padding-top: 20px;
}

.PROMO_detailProduct_item {
    width: 100%;
    margin: 10px 0px;
}
.PROMO_preim_item {
    width: 100%;
    max-width: 370px;
    text-align: center;
    margin-bottom: 50px;
    padding: 0px 20px;
    color: #333;
    box-sizing: border-box;
}
.PROMO_product_content_detail_logo {
    width: 100%;
}
.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: 60%;
    box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
}

.promoMOD_title {
    font-family: MSblack;
    text-align: center;
    font-size: 26px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
}
button.feedBack_submit.PROMO_product_send {
    width: calc(100% - 30px);
    background-image: none;
    padding-left: 0px;
    margin-bottom: 20px;
}
input.PROMO_product_content_detail_form_tell.feedBack_input.feedBack_tell {
    width: calc(100% - 30px);
    margin-right: 10px;
    border: 1px solid #d6d6d6;
    margin-right: 0px;
    margin-bottom: 13px;
}
.PROMO_doctors_item_ava {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -55px;
     top: 20px;
}

.PROMO_doctors_item_info {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    padding-top: 130px;

}
.PROMO_doctors_item_info_name {
    font-size: 24px;
    font-family: MSblack;
    color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.PROMO_doctors_item_info_minidesc {
    font-size: 18px;
    font-family: MSbold;
    color: #88b14b;
    margin-top: 0px;
    /* margin-bottom: 10px; */
    text-align: center;
}

.PROMO_doctors_item.flex {
    /* border: 1px solid red; */
    width: calc(100% - 2px);
    overflow: hidden;
}
.PROMO_doctors_item_info_params > span {
    width: 100%;
    display: block;
    line-height: 22px;
    font-size: 16px;
    padding: 8px 0px;
}
.promoHeader_content_preim_items.flex {
    padding: 35px 0px;
    max-width: 820px;
}
a.PROMO_photos_itemLink.fancybox {
    width: 100%;
}
.PROMO_detailProduct_line.oldPRICE {
    color: #717171;
    text-decoration: line-through;
    margin-left: 0px;
}

.PROMO_detailProduct_line span {
    display: block;
    text-align: center;
}


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

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

.promoHeader_pricer_line span {
    display: block;
    color: #88b04c;
}

.promoHeader_pricer_line.fixOldPrice span {
    color: #717171;
    display: block;
}


.promoHeader_pricer_line.fixOldPrice {
    text-decoration: line-through;
    color: #717171;
    margin-top: 11px;
    margin-bottom: 25px;
}
.promoHeader_pricer_line {
    font-size: 23px;
    font-family: MSblack;
    color: #333;
}

.promoHeader_content_preim_item.flex {
    width: 100%;
    font-family: MSbold;
    padding: 5px 0px;
    font-size: 15px;
    padding-left: 25px;
}
.promoHeader_content_preim_item.flex i {
    width: 8px;
    height: 8px;
    background-color: #88b04c;
    border-radius: 100%;
    top: 5px;
    position: relative;
    margin-right: 11px;
    position: absolute;
    left: 0px;
    top: 9px;
}.promoHeader_content_preim_item.flex {
    width: 100%;
    font-family: MSbold;
    padding: 5px 0px;
    font-size: 15px;
    padding-left: 19px;
    position: relative;
}
.promoHeader_BG {
    position: absolute;
    width: calc(100% + 50px);
    /* background-color: rebeccapurple; */
    height: calc(100% + 60px);
    left: -20px;
    top: -60px;
    /* left: -50%; */
    margin-left: 0px;
    background-image: url(/bitrix/templates/main/f/headerBG_promo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    /* padding-bottom: 60px; */
    background-size: cover;
}
.CONTENT > div > div p img {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0px !important;
    margin-top: 20px !important;
}

.fancybox-opened {
    z-index: 222222;
}


.list-answer .title{
    padding-left: 0;
    font-size: 16px;
    padding-right: 40px;

}
.list-answer .title:before{
    display: none;
}
.list-answer .title:after{
    width: 30px;
    height: 30px;
    margin-top: -15px;
    right: 10px;
}
.list-answer .title{
    min-height: 55px;
    margin-bottom: 5px;
}
.list-answer .item{
    padding: 10px;
}
.list-answer .item p, .list-answer .doctor{
    font-size: 14px;
}
.list-answer .doctor{
    margin-top: 10px;
}
.newService .item {
    background-color: #F7F7F7;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 12px;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    transition: all ease 0.32s;
    display: flex;
}
a.borderBTN.servicePrice_morePrice {
    margin-top: 8px !important;
    display: block;
}

.newHeader-logo img {
    width: 100%;
}
.newHeader-title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: MSbold;
    margin-top: 0px;
    margin-bottom: 16px;
}

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

.newHeader-button.servicePrice_morePrice span {
    line-height: 24px;
}

.newHeader-button.servicePrice_morePrice img {
    display: none;
}
.newHeader {
    background-color: rgba(0, 0, 0, 0.56);
    margin-left: -24px;
    padding-left: 23px;
    box-sizing: border-box;
    margin-right: -60px;
    margin-top: -59px;
    color: white;
    padding-bottom: 60px;
    padding-top: 70px;
    padding-right: 65px;
    position: relative;
}

.newFeedBackForm {
    padding: 0px 24px;
    background-color: #E4EED6;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 4px;
}
.newFeedBackForm .fromWraper {
    flex: 1;
    padding: 24px 0px;
    max-width: 100%;
    padding-bottom: 35px;
}

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

.newHeader-bottomIcons {
    display: none;
}
.newService {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 0px;
    padding-top: 25px;
    padding-bottom:  16px;
}
.newFeedBackForm .fromWraper form .wrap .itemLine {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
}
.newFeedBackForm .fromWraper form .wrap .itemLine label {
    display: flex;
    padding-top: 0px;
    padding-bottom: 16px;
}

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

.newMOD-title {
    line-height: 32px;
    font-size: 24px;
    color: #333333;
    font-family: MSblack;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 34px;
    margin-top: 40px;
}

.docItems .item .wrap a.avatar {
    width: 100%;
    background-size: cover;
    background-color: #ccc;
    position: relative;
    pointer-events: none;
    height: 300px;
    order: 1;
}
.docCarusel .item .wrap .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    order: 2;
    padding:  24px;
}

.docCarusel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    margin-left: 0px;
}
.docCarusel .owl-item .item {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
}

.docCarusel .owl-item .item .wrap .info {
    display: block;
    width: 100%;
}

.newMOD .owl-carousel {
 width: 100% !important;
 /* -webkit-tap-highlight-color: transparent; */
 position: relative;
 z-index: 1;
 margin-left: 0px;
 /* background-color: red; */
 margin-top: 0px;
}
.docItems .item .wrap .info .wrap .famili {
    line-height: 32px;
    font-size: 24px;
    color: #333333;
    font-family: MSblack;
}

.docItems .item .wrap .info .wrap .name {
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    font-family: MSreg;
}
.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: 100%;
    text-align: center;
    box-sizing: border-box;
}

.docMainCarusel .docArrows {
    width: 767px;
    margin: 0px auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -399px;
    height: 0px;
    top: 50%;
    margin-top: -86px;
    display: none;
}
.sales .owl-item .item {
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
    opacity: 1;
}
.sales .item {
    margin-bottom: 24px;
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
    width: 100%;
    border-radius: 4px;
}
.sales .item .cont {
    padding: 24px;
    padding-left: 24px;
    box-sizing: border-box;
    flex: 1;
}
.sales .owl-stage-outer.owl-height {
    overflow: hidden;
    padding-bottom: 150px;
}
.sales .item .cont .bottom .buttonsWrap a.borderBTN.moreBTN {
    margin-right: 0px;
    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 24px;
    border-radius: 4px;
    transition: all ease 0.32s;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin: 16px 0px;
}
.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 24px;
    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);
    width: 100%;
}
.sales .item .cont .bottom .socialShare {
    display: none;
}

.newHeader-BG {
    z-index: 1;
    background-size: cover;
    background-position: top center;
}

.doc-detail-exampels .items .item .wrap .descript {
    width:  100%;
}

.doc-detail-exampels .items .item .wrap .pic {
    width:  100%;
    box-sizing:  border-box;
    margin-left:  20px;
    margin-right:  20px;
    border-radius:  0px 0px 8px 8px;
    min-height: 280px;
}

.doc-detail-exampels .title {
    left: 28px;
    top:  24px;
    font-size: 24px;
}

.doc-detail-exampels .arrows {
    display:  none;
}

.doc-detail-exampels {
    margin-bottom:  50px;
    overflow:  hidden;
}


    .info_credit_top .col{
        width: 100%;
        border: 1px solid #000 !important;
    }
    .info_credit_top .col:first-child{
        border-bottom: 0 !important;
    }
    .info_credit_top{
        flex-wrap: wrap;
    }
    .info_credit_top .col ul{
        margin: 0 !important;
        padding-left: 20px !important;
    }

div#calculators .calc__section .tabs > div {
    display: flex;
    color: #333;
    /* margin-right: 50px; */
    padding: 16px 20px;
    border-bottom: 3px solid #e2e2e2;
    height: auto;
    box-sizing: border-box;
    flex: 1;
    cursor: pointer;
    transition: all ease 0.24s;
    align-items: center;
}
div#calculators .calc__links a {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 24px;
}
div#calculators .calc__links {
    background-color: lightgrey;
    margin: 0px;
    margin-bottom: 40px;
}
div#calculators .calc__section .tabs > div.active {
    border-bottom: 3px solid #88b14c;
    display: flex;
}
div#calculators .calc__section .tabs > div {
    display: none;
}

div#calculators .calc__links {
    background-color: lightgrey;
    margin: -20px;
    margin-bottom: 40px;
}
div#calculators .calc__links a {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 16px;
    font-size: 16px;
    border-radius: 4px;
    background-color: lightgrey;
    margin-bottom: 8px;
    border-radius: 4px;
}
div#calculators .calc__links a.active {
    background-color: #88b14c;
    border-right: 1px solid transparent;
    color: #333;
    color: white;
}
div#calculators .calc__links {
    background-color: transparent;
}
div#calculators .calc__section .blocks > div .params select {
    padding: 0px 24px;
    padding-right: 55px;
    box-sizing: border-box;
    width: 100%;
    background-position: calc(100% - 20px) center;
    font-size: 15px;
}
div#calculators .calc__section .blocks > div .desc > div {
    width: 100%;
}
div#calculators .navs .btns {
    width: 100%;
}
div#calculators .navs .total {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
div#calculators .navs .btns .btn {
    width: auto;
    padding: 0px 32px;
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
}

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

.services__fixed-navigation-page {
    display: none;
}

.services__price-block {
    padding: 0;
}

.calc_chekboxs label {
    width: 100%;
}








































}