

/* Start:/bitrix/templates/main/css/twentytwenty-no-compass.css?15828924515158*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  transition-property: background;
  background: transparent;
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px; }

/* End */


/* Start:/bitrix/templates/main/css/style.css?1629389557140861*/
@font-face {font-family: MSLight; src: url(/bitrix/templates/main/css/../fonts/MuseoSansLight.ttf); font-display: swap;}
@font-face {font-family: MSReg; src: url(/bitrix/templates/main/css/../fonts/MuseoSansRegular.ttf); font-display: swap;}
@font-face {font-family: MSMed; src: url(/bitrix/templates/main/css/../fonts/MuseoSansMedium.ttf); font-display: swap;}
@font-face {font-family: MSBold; src: url(/bitrix/templates/main/css/../fonts/MuseoSansBold.ttf); font-display: swap;}
@font-face {font-family: MSBlack; src: url(/bitrix/templates/main/css/../fonts/MuseoSansBlack.ttf); font-display: swap;}
@font-face {font-family: RBold; src: url(/bitrix/templates/main/css/../fonts/RBold.ttf); font-display: swap;}
@font-face {font-family: RRoman; src: url(/bitrix/templates/main/css/../fonts/RRoman.ttf); font-display: swap;}
@font-face {font-family: RMed; src: url(/bitrix/templates/main/css/../fonts/RMed.ttf); font-display: swap;}
@font-face {font-family: RLight; src: url(/bitrix/templates/main/css/../fonts/RLight.ttf); font-display: swap;}
@font-face {font-family: RThin; src: url(/bitrix/templates/main/css/../fonts/RThin.ttf); font-display: swap;}
@font-face {font-family: Neucha; src: url(/bitrix/templates/main/css/../fonts/Neucha.otf); font-display: swap;}

@keyframes phonepulse-one {
	from {
		height: 120%;
		width: 120%;
		margin-left: -20%;
		margin-top: -20%;
	}
	to {
		height: 140%;
		width: 140%;
		margin-left: -30%;
		margin-top: -30%;
	}
}

@keyframes phonepulse-two {
	from {
		height: 140%;
		width: 140%;
		margin-left: -20%;
		margin-top: -20%;
	}
	to {
		height: 180%;
		width: 180%;
		margin-left: -40%;
		margin-top: -40%;
	}
}


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

.call-btn
{     transition: all 0.9s; 
    height: 50px; 
   
    z-index: 55555;
    bottom: 50px;
    right: 20px;
    border-radius: 25px;
    padding: 5px;
    position: fixed;
    
    background: #fff;}
.call-btn.active {display: flex; transition: all 0.9s;
    align-items: center;}
.call-btn:before {
    content: "";
    height: 120%;
    width: 120%;
    border-radius: 100%;
    display: block;
    margin-left: -10%;
    margin-top: -10%;
    background: #88b14b;
    z-index: 1;
    position: absolute;
    opacity: 0.25;
    animation-duration: .75s;
    animation-name: phonepulse-one;
    animation-iteration-count: infinite;
}
.call-btn.active
{ width: auto;    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
      transition: all 0.5s;  }
.call-btn.active:before,.call-btn:hover:before  { content: none;}
.call_icon
{ font-size: 0px; cursor: pointer;
    height: 40px;
    width: 40px; margin-right: 0px;
    bottom: 50px;
    right: 20px;
    border-radius: 100%;
    background: url(/bitrix/templates/main/css/../images/iconfinder_phone_1055012.png) center center no-repeat; background-size: contain;
}
.active .call_icon { margin-right: 10px;}
.call_clozeicon
{     height: 40px; cursor: pointer;
    margin-left: 10px;
    width: 40px;
    bottom: 50px;
    right: 20px;
    border-radius: 100%;
    border: 1px solid #88b14b;
    color: #88b14b;
	
    background: url(/bitrix/templates/main/css/../images/iconfinder_icon-close-round_211651.png) center center no-repeat #fff;
    background-size: 12px;
	
    
}
.active .call_wrap0 { width: 320px; display: flex; height: 40px;transition: all 0.8s;    margin: 0;}
.call_wrap0 { width: 320px; overflow: hidden;display: flex; height:0px;transition: all 0s;    margin-right: -330px;}
.active .call_wrap { width: 320px; height: 40px; transition: all 0.8s;    margin: 0;}
.call_wrap { width: 0px; height: 0px; overflow: hidden; transition: all 0.8s;    margin-right: 0px;}
.call_submit
{    height: 40px; font-size: 0px;
    margin-left: 10px;
    width: 40px; outline: none; cursor: pointer;
    bottom: 50px;
    right: 20px;
    border-radius: 100%;
    border: 1px solid #88b14b;
	   background: url(/bitrix/templates/main/css/../images/iconfinder_check_2467374.png) center center no-repeat #88b14b;
    background-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
   
    line-height: 0;
    font-weight: normal;}
.call_submit:before
{ content: "о";    margin-top: -2px;}
.call_form
{ display: flex;width: 270px;align-items: center;}
.call_text
{    font-size: 0.7rem;
    flex: 0 1 100px;
    margin-right: 10px;}
.call_form form { flex:0 1 170px;display: flex;}
.call_tell{width: 120px;}
@media screen and (max-width: 600px) {
	.call-btn { left: 20px; right: unset;}
	.call_text {
    font-size: 0.6rem;
    flex: 0 1 50px;
    margin-right: 5px;
}
	.call_submit { margin-left: 5px;}
	.call_clozeicon { display: none;}
	.active .call_wrap,.active .call_wrap0,.call_form { width: 225px;}
	.active  .call_icon {    border-radius: 100%;
    border: 1px solid #88b14b;
    color: #88b14b;
    background: url(/bitrix/templates/main/css/../images/iconfinder_icon-close-round_211651.png) center center no-repeat #fff;
    background-size: 12px;}
	.call_clozeicon.--aftersend { display: block;}
	.call__ok-text { font-size: 12px;}
}
.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('/bitrix/templates/main/css/../f/logo_footer.svg');
    background-position: calc(50% + 165px) center;
    background-repeat: no-repeat;
}

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

ul.LeftMenu_ul::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

ul.LeftMenu_ul::-webkit-scrollbar-button:vertical:start:decrement,
ul.LeftMenu_ul::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
    background: transparent;
}

ul.LeftMenu_ul::-webkit-scrollbar-thumb {
    background-color: rgb(114, 146, 65);
    background-image: url(/bitrix/templates/main/css/../f/icon-scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2em;
    opacity: 0.75;
}

ul.LeftMenu_ul::-webkit-scrollbar-thumb:hover {
    background-color: rgb(114, 146, 65);
    opacity: 0.75;
}

ul.LeftMenu_ul > li > a {
    height: 32px;
    display: block;
    position: relative;
    background-color: transparent;
    line-height: 32px;
    border-radius: 6px;
    font-family: Rlight;
    font-size: 17px;
    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: #526B30;
}

/*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_btns {
    margin-left: 20px;
    margin-bottom: 0px;
}
@media screen and (max-width: 1440px)
{
	.LeftMenu_btns {
    margin-left: 20px;
    margin-bottom: 0px;
}
}

.LeftMenu_btnCredit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 30px;
    font-size: 15px;
    line-height: 45px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background: #A2456F;
    box-shadow: 0px 12px 34px rgba(105, 22, 60, 0.35);
    border-radius: 8px;
}

.LeftMenu_btnCredit:hover {
    background: #69163C;
}

.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% - 120px);
    padding-bottom: 40px;
    /* 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('/bitrix/templates/main/css/../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 {
    display: none;
}

ul.LeftMenu_detail_items > li > a::after {
    position: absolute;
    content: '';
    left: 0;
    width: 80%;
    height: 42px;
}

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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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: 20px;
    /*margin-bottom: 20px;*/
    color: #444 !important;
}

.list-answer .item p {
    margin-top: 0;
    font-family: "MSReg";
    font-size: 18px;
    padding-left: 20px !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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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: 30px;
    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;
	clear:both;
}
.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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../f/form_1.svg');
    padding-left: 60px;
}

input.feedBack_input.feedBack_tell {
    background-repeat: no-repeat;
    background-position: 25px 20px;
    background-image: url(/bitrix/templates/main/css/../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;*/
    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: 20px;
    margin-bottom: 0px;
        display: block;
}

p.fullWidthP {
    width: 100%;
    font-size: 18px;
}
h2 {
    font-family: MSblack;
    font-size: 30px;
    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('/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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;
	background-position:center right;
	background-size:cover;
	background-repeat:no-repeat;
}

.maskBG {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    background-image: url('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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_items_detail {
    display: none;
    width: 100%;
}

.servicePrice_btnMore {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.servicePrice_btnMore::before {
    position: absolute;
    content: '';
    right: 0;
    top: 52%;
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
    background-image: url(/bitrix/templates/main/css/../f/greenUpArr.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
}

.servicePrice_btnMore.active::before {
    transform: rotate(0deg);
}

.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(/bitrix/templates/main/css/../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: 470px;
    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('/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../f/slide_left.svg');
    background-position: 18px center !Important;
}
.aboutSlider
.owl-next {
    background-image: url('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../f/arr_GreenDown_2.svg);
    background-repeat: no-repeat;
    background-position: 375px 36px;    
}
.contactInforem_button.active {
    background-image: url(/bitrix/templates/main/css/../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('/bitrix/templates/main/css/../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;
    margin-left: 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(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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 {
	margin-top:1rem;
	margin-bottom:1rem;
}
.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: 22px;
    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 {
    z-index: 2;
    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.pluseMainButton {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #8fba4f;
    background-image: url('/bitrix/templates/main/f/pluse.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    cursor: pointer;
    transition: all ease 0.15s;
}

span.pluseButton:hover {
    background-color: #4d4d4d;
}

span.pluseMainButton:hover {
    background-color: #4d4d4d;
}

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

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

div.moreMainButton {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 150px;
}

div.moreMainButton::before {
    z-index: 5;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div.moreMainButton.active::before {
    display: none;
}

.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(/bitrix/templates/main/css/../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;  margin-top: 10px;
}
.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: 20px;
    padding-left: 20px;
    /*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(/bitrix/templates/main/css/../f/answer.png) center no-repeat;
    left: 20px;
    top: 50%;
    margin-top: -45px;    
    transition: .3s all;
}
.list-answer .open .title:after{
    background-image: url(/bitrix/templates/main/css/../f/arr1.png);
}
.list-answer .title:after{
    position: absolute;
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 40px;
    background: url(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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)   
}
.data {
    padding-left: 20px;
}
.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);
}
.btnMoreCreditInfo {
    width: auto;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    text-decoration: none;
    background: #A2456F;
    box-shadow: 0px 12px 34px rgba(105, 22, 60, 0.35);
    border-radius: 8px;
}
.btnMoreCreditInfo:hover {
    background: #69163C;
}
#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;
    height: 150px;
    /* 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(/bitrix/templates/main/css/../f/headerVideoBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    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;
}

.feedBack_main form label {
    margin-top: 10px;
}

.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;*/
  font-size: 18px;
  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(/bitrix/templates/main/css/../f/slide_right.svg);
    background-position: 20px center !important;
}
.doc-detail-exampels .arrows .arrow.left {
    background-image: url(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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(/bitrix/templates/main/css/../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;
}

.link-policy {
    float: left;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
}

.link-policy:hover {
    opacity: .64;
}

.belberry-copyright {
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 40px;
	color: #2a2367;
	text-decoration: none;
	transition: all ease .24s;
	font-size: 14px;
}

.belberry-copyright:hover {
	opacity: .64;
}

.belberry-copyright__title {
	margin-right: 16px;
}

.belberry-copyright__logo-tumb {
	width: 100%;
	max-width: 128px;
}

.belberry-copyright__logo {
	width: 100%;
	max-width: 100%;
}

.mainBTN {
    z-index: 10;
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 170%);
    display: flex;
    align-items: center;
    height: 65px;
    padding: 0px 24px;
    font-size: 15px;
    font-family: MSbold;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    background-color: #88b14b;
    box-shadow: 8px 8px 25px rgba(136, 177, 75, 0.55);
    transition: all 0.5s;
    border-radius: 4px;
}

.mainBTN.active {
    transform: translate(-50%, 0);
    transition: all 0.5s;
}

.mainBTN img {
    margin-right: 4px;
}

.newAction {
    margin-top: 100px;
    margin-bottom: 100px;
}

.newAction__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 55px;

    font-family: MSblack;
    font-size: 40px;
    line-height: 48px;

    color: #333333;
}

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

.newAction__title span {
    margin: 0px 32px;
}

.newAction__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, 200px);
    grid-gap: 30px;
}

.newAction__list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    background-color: #EFEFEF;
    border-radius: 10px;
    background-repeat: no-repeat;
}

.newAction__list-item:nth-of-type(1) {
    background-image: url('/bitrix/templates/main/css/../f/newaction-bg-01.png');
    background-position: top 56px right;
}

.newAction__list-item:nth-of-type(2) {
    background-image: url('/bitrix/templates/main/css/../f/newaction-bg-02.png');
    background-position: top 15px right 28px;
}

.newAction__list-item:nth-of-type(3) {
    background-image: url('/bitrix/templates/main/css/../f/newaction-bg-03.png');
    background-position: bottom 20px right;
}

.newAction__list-item:nth-of-type(4) {
    background-image: url('/bitrix/templates/main/css/../f/newaction-bg-04.png');
    background-position: bottom 20px right;
}

.newAction__list-item:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    padding: 55px;
    box-sizing: border-box;
}

.newAction__list-item:nth-of-type(2) {
    grid-column-start: 3;
    grid-column-end: 5;
}

.newAction__list-item-title {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;

    font-family: MSblack;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-decoration: none;

    color: #333333;
}

.newAction__list-item-title:hover {
    color: #88B14B;
}

.newAction__list-item:nth-of-type(2) .newAction__list-item-title {
    font-size: 20px;
    line-height: 24px;
}

.newAction__list-item:nth-of-type(1) .newAction__list-item-title {
    max-width: 368px;
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 29px;
}

.newAction__list-item-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.newAction__list-item:nth-of-type(1) .newAction__list-item-price {
    margin-bottom: auto;
}

.newAction__list-item-price-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.newAction__list-item-price-old {
    margin: 0;
    padding: 0;

    font-family: MSblack;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.204651px;

    color: #979696;
}

.newAction__list-item-price-old span {
    font-family: Arial;
}

.newAction__list-item:nth-of-type(2) .newAction__list-item-price-old {
    font-size: 14px;
    line-height: 17px;
}

.newAction__list-item:nth-of-type(1) .newAction__list-item-price-old {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
}

.newAction__list-item-price-current {
    margin: 0;
    margin-right: 5px;
    padding: 0;

    font-family: MSblack;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.25px;

    color: #333333;
}

.newAction__list-item-price-current span {
    font-family: Arial;
}

.newAction__list-item:nth-of-type(2) .newAction__list-item-price-current {
    margin-right: 10px;
    font-size: 20px;
    line-height: 24px;
}

.newAction__list-item:nth-of-type(1) .newAction__list-item-price-current {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
}

.newAction__list-item-price-discount {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 23px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 23px;
    letter-spacing: 0.204348px;

    color: #FFFFFF;
    background-color: #FB4D4D;
    border-radius: 3px;
}

.newAction__list-item-btns {
    display: flex;
}

.newAction__list-item-btns .moreBTN {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin-right: 16px;
    padding: 0px 37px;

    font-size: 15px;
    font-family: MSbold;
    text-decoration: none;
    text-align: center;
    line-height: 46px;

    color: #8FBA4F;
    border: 1px solid #8FBA4F;
    border-radius: 6px;
    transition: all ease 0.32s;
    box-sizing: border-box;
}

.newAction__list-item-btns .moreBTN:hover {
    background-color: rgba(136, 177, 75, 0.10);
    color: #88b14a;
}

.newAction__list-item-btns .openPopUp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin-right: 16px;
    padding: 0px 37px;

    font-size: 15px;
    font-family: MSbold;
    text-decoration: none;
    text-align: center;
    line-height: 48px;

    color: #FFFFFF;
    background-color: #8FBA4F;
    border-radius: 6px;
    transition: all ease 0.32s;
    box-sizing: border-box;
}

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

.newAction__list-item small {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 25px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;

    color: rgba(51, 51, 51, 0.6);
}

.newAction__list-item:nth-of-type(2) small {
    position: absolute;
    right: 28px;
    bottom: 15px;
}

.newAction__list-item-more {
    position: relative;
    margin: 0;
    padding: 0;
    padding-right: 25px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    text-decoration: none;

    color: #88B14B;
}

.newAction__list-item-more::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 8px;
    background-image: url('/bitrix/templates/main/css/../f/icon-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}

.newAction__list-item-more:hover::before {
    right: 5px;
}

.contact-wrap p {
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.25px;
    color: #000000;
}

.contact-wrap__content {
    display: flex;
    margin-top: 40px;
}

.contact-wrap__content-info {
    position: relative;
    z-index: 2;
    width: 480px;
    max-width: 100%;
    /*overflow: hidden;*/
    overflow: visible !important;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #88B14B;
}

.contact-wrap .contactInforem_info {
    display: none;
    height: 0;
    padding: 0 35px;
    transition: all 0.5s ease;
}

.contact-wrap .contactInforem_info.active {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px 35px;
    border-bottom: none;
    transition: all 0.5s ease;
}

.contact-wrap .contactInforem_info_metro {
    background-image: url(/bitrix/templates/main/css/../f/icon-metro.svg);
}

.contact-wrap .contactInforem_info_metro ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-wrap .contactInforem_info_metro ul li {
    position: relative;
    padding-left: 14px;
}

.contact-wrap .contactInforem_info_metro ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #526B30;
    border-radius: 50%;
}

.contact-wrap .contactInforem_info_location {
    padding-left: 54px;
    padding-top: 30px;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    background-image: url(/bitrix/templates/main/css/../f/icon-location.svg);
    background-repeat: no-repeat;
    background-position: 5px 25px;
}

.contact-wrap .contactInforem_info_tell {
    font-family: inherit;
    background-image: url(/bitrix/templates/main/css/../f/icon-phone.svg);
}

.contact-wrap .contactInforem_info_mail {
    background-image: url(/bitrix/templates/main/css/../f/icon-mail.svg);
}

.contact-wrap .contactInforem_info_mail a {
    color: inherit;
    text-decoration: none;
}

.contact-wrap .contactInforem_info_time {
    background-image: url(/bitrix/templates/main/css/../f/icon-clock.svg);
}

.contact-wrap .contactInforem_info_Callback {
    max-width: 100%;
}

.contact-wrap__btns {
    display: flex;
}

.contact-wrap__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 80px;
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    letter-spacing: 0.25px;
    background-color: #526B30;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.5s ease;
}

.contact-wrap__btn.active {
    background-color: #FFFFFF;
    color: #333333;
    transition: all 0.5s ease;
}

.contact-wrap__maps {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: -10px;
    min-height: 590px;
}

.contact-wrap__maps-item {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.contact-wrap__maps-item.active {
    display: block;
    opacity: 1;
    transition: all 0.5s ease;
}

.ymaps-2-1-77-controls__toolbar {
    left: 25px !important;
    top: 15px;
    opacity: 1;
}

.contactInforem_info_social {
    display: flex;
    margin: 30px auto 0;
}

.contactInforem_info_social-item {
    width: 46px;
    height: 46px;
    margin: 0 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.contactInforem_info_social-item:hover {
    opacity: 0.75;
}

.contactInforem_info_social-item--vk {
    background-image: url(/bitrix/templates/main/css/../f/icon-vk.svg);
}

.contactInforem_info_social-item--viber {
    background-image: url(/bitrix/templates/main/css/../f/icon-viber.svg);
}

.contactInforem_info_social-item--insta {
    background-image: url(/bitrix/templates/main/css/../f/icon-instagram.svg);
}

.contactInforem_info_social-item--fb {
    background-image: url(/bitrix/templates/main/css/../f/icon-fb.svg);
}

.contactInforem_info_link-navi {
    display: none;
}
@media screen and (max-width: 600px) {
    .contactInforem_info_link-navi {
        display: block;
        position: absolute;
        top: 105%;
        right: 0;
        padding: 4px 10px 4px 25px;
        background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y0MyIgZD0iTTcgMGE3IDcgMCAwIDAtNC45NSAxMS45NWMxLjI3IDEuMjcgNC4yNSAzLjEgNC40MiA1LjAzLjAzLjI4LjI0LjUyLjUzLjUyLjI5IDAgLjUtLjI0LjUzLS41Mi4xNy0xLjkzIDMuMTUtMy43NiA0LjQyLTUuMDNBNyA3IDAgMCAwIDcgMHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA5LjQ1YTIuNDUgMi40NSAwIDEgMCAwLTQuOSAyLjQ1IDIuNDUgMCAwIDAgMCA0Ljl6Ii8+PC9zdmc+) left 5px center no-repeat;
        color: #000;
        font-size: 12px;
        border-radius: 3px;
        text-decoration: none;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
    }
    .ymaps-2-1-77-gotoymaps {
        display: none !important;
    }
}

.doctor-wrap__header {
    display: flex;
}

.doctor-wrap__photo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 256px;
    height: 340px;
    margin-right: 16px;
    overflow: hidden;
    border-radius: 6px;
}

.doctor-wrap__photo img {
    max-width: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
}

.doctor-wrap__header-info h1 {
    max-width: 400px;
    margin-bottom: 25px;
}

.doctor-wrap__header-info-position {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.doctor-wrap__header-info-branch {
    margin-bottom: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #88B14B;
}

.doctor-wrap__header-info .btn {
    margin-bottom: 40px;
    text-decoration: none;
}

.doctor-wrap__header-info-links {
    display: flex;
    list-style-type: none;
    padding-left: 15px;
}

.doctor-wrap__header-info-links li {
    margin-right: 26px;
}

.doctor-wrap__header-info-links li:nth-last-of-type(1) {
    margin-right: 0;
}

.doctor-wrap__header-info-links a {
    position: relative;
    display: block;
    padding-left: 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #88B14B;
}

.doctor-wrap__header-info-links a:hover {
    opacity: 0.75;
}

.doctor-wrap__header-info-links a::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arrow.svg);
}

.doctor-wrap__content {
    margin-bottom: 65px;
}

.doctor-wrap__content-title--more {
    cursor: pointer;
}

.doctor-wrap__content-title h2 {
    display: inline-block;
    vertical-align: bottom;
}

.doctor-wrap__content-title span {
    display: inline-block;
    margin-left: 25px;
    width: 27px;
    height: 27px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arr-circle.svg);
    transition: all 0.25s ease;
}

.doctor-wrap__content-title span.active {
    transform: rotate(180deg);
    transition: all 0.25s ease;
}

.doctor-wrap__content ul {
    display: none;
    padding-left: 30px;
    list-style-type: none;
}

.doctor-wrap__content ul:nth-of-type(1) {
    display: block;
}

.doctor-wrap__content li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.doctor-wrap__content li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.doctor-wrap__content li::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #88B14B;
    border-radius: 50%;
}

.doctor-certificates {
    overflow: hidden;
}

.doctor-certificates h2 {
    margin-bottom: 22px;
}

.doctor-certificates__slider {
    margin: 0 80px 65px;
}

.doctor-certificates__slider a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 225px;
    height: 321px;
}

.doctor-certificates__slider a img {
    max-width: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
}

.doctor-certificates__slider .owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: -80px;
    right: -80px;
}

.doctor-certificates__slider .owl-nav {
    display: flex;
    justify-content: space-between;
}

.doctor-certificates__slider.owl-carousel .owl-controls .owl-nav .owl-prev {
    width: 52px;
    height: 52px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arrow-slider.svg);
}

.doctor-certificates__slider.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arrow-slider.svg);
}

.doctor-reviews {
    position: relative;
    padding: 65px 50px 75px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    border-radius: 6px;
}

.doctor-reviews h2 {
    margin-top: 0;
    margin-bottom: 32px;
}

.doctor-reviews__slider-item-head {
    display: flex;
    margin-bottom: 15px;
}

.doctor-reviews__slider-item-name {
    margin-right: 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.doctor-reviews__slider-item-date {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #949494;
}

.doctor-reviews__slider-item-text {
    max-width: 725px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.doctor-reviews__slider {
    max-width: 100%;
    overflow: hidden;
}

.doctor-reviews__slider dl {
    margin-bottom: 25px;
}

.doctor-reviews__slider dl div {
    margin-bottom: 20px;
}

.doctor-reviews__slider dl div:nth-last-of-type(1) {
    margin-bottom: 0;
}

.doctor-reviews__slider dt {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #88B14B;
}

.doctor-reviews__slider dd {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.doctor-reviews__slider .owl-nav {
    display: flex;
}

.doctor-reviews__slider.owl-carousel .owl-controls .owl-nav .owl-prev {
    width: 46px;
    height: 46px;
    margin-right: 20px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arrow-slider.svg);
    background-size: cover;
}

.doctor-reviews__slider.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arrow-slider.svg);
    background-size: cover;
}

.doctor-reviews__link {
    position: absolute;
    right: 50px;
    bottom: 75px;
    padding-right: 36px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #88B14B;
}

.doctor-reviews__link::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arrow-link.svg);
}

.doctor-portfolio {
    position: relative;
    margin-bottom: 65px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #979696;
}

.doctor-portfolio h2 {
    position: absolute;
    top: 50px;
    left: 50px;
    margin-top: 0;
}

.doctor-portfolio__slider-item {
    display: flex;
    justify-content: space-between;
    min-height: 407px;
}

.doctor-portfolio__slider-item p {
    max-width: 50%;
    margin-top: 135px;
    margin-left: 50px;
    margin-right: 10px;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.doctor-portfolio__slider-wrap {
    flex-shrink: 0;
    display: block;
    width: 448px;
    max-width: 100%;
    min-height: 407px;
    height: 100%;
}

.doctor-portfolio__slider-item-pic {
    min-height: 407px;
    height: 100%;
}

.doctor-portfolio__slider .owl-controls {
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.doctor-portfolio__slider .owl-nav {
    display: flex;
}

.doctor-portfolio__slider.owl-carousel .owl-controls .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arrow-slider.svg);
    background-size: cover;
}

.doctor-portfolio__slider.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/main/css/../f/arrow-slider.svg);
    background-size: cover;
}

img.left {
	float:left;
	margin-right:2rem;
	margin-top:1rem;
	margin-bottom:1rem;
}
img.right {
	float:right;
	margin-left:2rem;
	margin-top:1rem;
	margin-bottom:1rem;
}
@media (max-width: 1100px) {
	img.left, img.right {
		float: none;
		height: auto;
		max-width:100%;
		display: block;
	}
	img.left {
		margin:1rem 0;
	}
	img.right {
		margin:1rem 0;
	}
}
hr {
	margin:1em auto; 
	border:none; 
	height:1px; 
	display:block;
	clear:both;
	background-color:currentColor;
}
/* End */


/* Start:/bitrix/templates/main/css/style-1680.css?16043097382584*/
@media screen and (max-width: 1680px) {

.PROMO_product_content_detail_logo img {
    width: 100%;
}

.PROMO_product_content_detail_logo {
    width: calc(100% - 880px);
}
.newService .item {
    background-color: #F7F7F7;
    padding: 32px;
    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 .buttons * {
    margin-top: 0px;
    margin-left: 0px;
    height: 48px;
    line-height: 48px;
    font-size: 14px !important;
    padding: 0px 24px;
    border-radius: 4px;
}

.newService .item .wrap .buttons a.greenBTN.serviceLink.servicePrice_morePrice {
    margin-right: 8px;
}
.newHeader-bottomIcon-devider {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.32);
    display: none;
}
.newHeader-bottomIcon-item .desc {
    padding-left: 14px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
}

.newHeader {
    background-color: rgba(0, 0, 0, 0.56);
    margin-left: -425px;
    padding-left: 425px;
    box-sizing: border-box;
    margin-right: -60px;
    margin-top: -59px;
    color: white;
    padding-bottom: 60px;
    padding-top: 70px;
    padding-right: 65px;
    position: relative;
}
.newHeader-bottomIcons {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}

.newFeedBackForm .imageWrap {
    position: relative;
    display: flex;
    justify-content: center;
    display: none;
}
.newFeedBackForm .fromWraper {
    flex: 1;
    padding: 65px 0px;
    max-width: 100%;
    padding-bottom: 35px;
}
.newFeedBackForm .fromWraper .desc {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 25px;
    max-width: 540px;
}

ul.LeftMenu_ul > li > a {
   
 
}
ul.LeftMenu_ul {
    height: 305px;
    top: 50%;
    position: relative;
    margin-top: -176px;
}

    .newAction__list-item {
        padding: 20px;
    }

    /*.newAction__list-item:nth-of-type(1) {*/
    /*    background-size: 70% auto;*/
    /*    background-position: center right;*/
    /*}*/

    .newAction__list-item:nth-of-type(3) {
        background-size: 40% auto;
        background-position: bottom 50px right;
    }

    .newAction__list-item:nth-of-type(4) {
        background-size: 40% auto;
        background-position: bottom 50px right;
    }



    .newAction__list-item-title {
        font-size: 16px;
    }




}
/* End */


/* Start:/bitrix/templates/main/css/style-1440.css?15954297484622*/
@media screen and (max-width: 1440px) {
ul.LeftMenu_ul {
    /*height: 305px;*/
    height: 100%;
    top: 0;
    /*top: 50%;*/
    position: relative;
    /*margin-top: -155px;*/
    margin-top: 0;
    overflow-y: auto;
}
ul.LeftMenu_detail_items > li {
    /* padding-left: 135px; */
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
    width: 430px;
}
ul.LeftMenu_detail_items {
    padding-left: 0px;
}
ul.footerLinks > li {
    width: 210px;
    display: block;
    padding-right: 30px;
}
.preimMain_item {
    text-align: center;
    display: block;
    width: 33.33%;
    box-sizing: border-box;
    padding: 25px 45px;
}
.HeaderOnMain {
    width: 100%;
    height: 350px;
    background-color: #eee;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 65px;
}
.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(/bitrix/templates/main/css/../f/timer.svg);
    background-repeat: no-repeat;
    background-position: 43px 18px;
    padding-left: 45px;
    text-transform: uppercase;
    border: 0px;
    outline: none;
    letter-spacing: 0.25px;
}
.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% - 165px);
    transition: all 0.15s;
}
.serviceDoctors_item {
    /* margin: 12px; */
    width: 220px;
    /* display: block; */
    /* position: relative; */
    /* box-sizing: border-box; */
    /* background-color: rebeccapurple; */
    margin-right: 15px;
    margin-bottom: 30px;
}
.serviseDOPUSL_item {
    width: 50%;
    position: relative;
    background-position: center center;
}
.review_item {
    box-sizing: border-box;
    padding: 50px 65px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    width: 100%;
    margin-top: 20px;
}

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

.PROMO_detailProduct_item {
    width: calc(33.33% - 20px);
}
img.breackets_promoIMG {
    position: absolute;
    right: -50px;
    bottom: 170px;
    width: 440px;
}

.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;
}
.PROMO_product_content_detail_logo {
    width: calc(40% - 20px);
}
.PROMO_product_content_detail_form_title {
    text-align: center;
    font-size: 20px;
    font-family: MSblack;
    color: #333;
    margin-top: 15px;
}

input.PROMO_product_content_detail_form_tell.feedBack_input.feedBack_tell {
    width: 430px;
    margin-right: 10px;
    border: 1px solid #d6d6d6;
    margin-right: 0px;
    margin-bottom: 13px;
}
button.feedBack_submit.PROMO_product_send {
    width: 430px;
    background-image: none;
    padding-left: 0px;
    margin-bottom: 20px;
}

.PROMO_doctors_item_ava {
    width: 240px;
}

div#panel {
    overflow-x: hidden;
}
ul.footerLinks > li {
    width: calc(50% - 30px);
    display: block;
    padding-right: 30px;
}

.newService .item .wrap .intro .iconWrap {
    width: 112px;
    height: 112px;
    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;
}
.docItems .item .wrap .info {
    padding: 48px 48px;
    box-sizing: border-box;
    flex: 1;
    width: 454px;
    /* transition: all ease 0.32s; */
    padding-bottom: 56px;
}
.docCarusel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    margin-left: -230px;
}
.docMainCarusel .docArrows {
    width: 767px;
    margin: 0px auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -399px;
    height: 0px;
    top: 50%;
    margin-top: -86px;
}











}
/* End */


/* Start:/bitrix/templates/main/css/style-1366.css?16111462847888*/
@media screen and (max-width: 1366px) {

ul.LeftMenu_detail_items > li {
    /* padding-left: 135px; */
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    box-sizing: border-box;
    margin-right: 30px;
    /*width: 400px;*/
    width: 43%;
    /* margin-left: -14px; */
}
	.doctor-review__left .swiper-pagination-clickable .swiper-pagination-bullet {
    
    width: 45px !important;
    height: 45px !important;
	}
	
	.tabb__head a {
    padding: 15px !important;
    font-size: 0.9rem !important;}
.LeftMenu_detail_cloise {
    width: 36px;
    height: 36px;
    position: absolute;
    display: block;
    right: 30px;
    /* background-color: red; */
    top: 65px;
    background-image: url(/bitrix/templates/main/css/../f/close.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.0s;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 20px;
    right: -60px !important;
    height: auto;
}
ul.footerLinks > li {
    width: 260px;
    display: block;
    padding-right: 20px;
}
.preimMain_item {
    text-align: center;
    display: block;
    width: 33.3%;
    box-sizing: border-box;
    padding: 25px 35px;
}
.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% - 160px);
    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(/bitrix/templates/main/css/../f/timer.svg);
    background-repeat: no-repeat;
    background-position: 40px 18px;
    padding-left: 40px;
    text-transform: uppercase;
}
.serviceDoctors_item {
    /* margin: 12px; */
    width: 201px;
    /* display: block; */
    /* position: relative; */
    /* box-sizing: border-box; */
    /* background-color: rebeccapurple; */
    margin-right: 15px;
    margin-bottom: 30px;
}
a.licece {
    padding: 10px;
    border: 1px solid #E6E6E6;
    /* display: block; */
    /* position: relative; */
    /* display: inline-block; */
    margin: 5px;
    box-sizing: border-box;
    width: auto;
    border-radius: 4px;
    z-index: 1;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.15s;
    background-color: white;
}



span.dopInfoDevider {
    display: block;
    width: 1px;
    background-color: rgb(216, 216, 216);
    height: 35px;
    margin: 0px 21px;
}
.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;
}

.sales .item {
    margin-bottom: 24px;
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
    width: 856px;
    border-radius: 4px;
}
.sales .item .pic {
    width: 338px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    background-position: center;
}


}



@media screen and (max-width: 1360px) { 

    .newService .item {
        background-color: #F7F7F7;
        padding: 48px;
        box-sizing: border-box;
        margin-bottom: 12px;
        width: calc(50% - 8px);
        border-radius: 4px;
        text-align: center;
        transition: all ease 0.32s;
        display: flex;
    }

    .newHeader-bottomIcon-item img {
        width: 48px;
    }

    .newHeader-bottomIcon-item .desc {
        padding-left: 14px;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 16px;
    }

.sales .item {
    margin-bottom: 24px;
    box-shadow: 0px 64px 72px -48px rgba(0, 0, 0, 0.24);
    width: 766px;
    border-radius: 4px;
}
.sales .item .cont .info .price .salePrice, .typeHeader.saleHeader .info .salePrice {
    font-size: 27px;
    color: #1F2125;
    line-height: 40px;
    font-weight: 700;
    font-family: MSblack;
}

.sales .item .cont {
    padding: 32px;
    padding-left: 0px;
    box-sizing: border-box;
    flex: 1;
}
.sales .item .pic {
    width: 288px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    background-position: center;
}

.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 24px;
    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 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);
}
form.searchForm {
    background-color: transparent;
    display: flex;
}
.LeftMenu_telephone a {
    text-decoration: none;
    color: white;
    transition: all 0.0s;
    font-size: 21px;
}


div#calculators {
    background-color: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
}
div#calculators .calc__links {
    background-color: lightgrey;
    margin: -30px;
    margin-bottom: 30px;
}
div#calculators .calc__section .tabs {
    margin: -30px;
    margin-bottom: 30px;
}
div#calculators .calc__section .tabs > div {
    display: flex;
    color: #333;
    /* margin-right: 50px; */
    padding: 24px 30px;
    border-bottom: 3px solid #e2e2e2;
    height: 112px;
    box-sizing: border-box;
    flex: 1;
    cursor: pointer;
    transition: all ease 0.24s;
    align-items: center;
}
div#calculators .calc__section .tabs > div span {
    font-size: 16px;
}

div#calculators .calc__section .tabs > div b {
    font-size: 42px;
    margin-right: 15px;
    /* margin-top: -6px; */
    font-weight: normal;
}

    /*.newAction__list-item:nth-of-type(2) {*/
    /*    background-size: 40% auto;*/
    /*    background-position: center right;*/
    /*}*/

    .newAction__list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .newAction__list-item:nth-of-type(2) {
        grid-column-start: 1;
        grid-column-end: 4;
        background-position: top 10px right 120px;
    }

    .newAction__list-item:nth-of-type(3) {
        grid-row-start: 1;
        background-size: 50% auto;
        background-position: bottom 40px right;
    }

    .newAction__list-item:nth-of-type(4) {
        grid-row-start: 2;
        background-size: 50% auto;
        background-position: bottom 40px right;
    }



















}



/* End */


/* Start:/bitrix/templates/main/css/style-1280.css?16043223963718*/
@media screen and (max-width: 1280px) {
ul.LeftMenu_detail_items > li {
    /* padding-left: 135px; */
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    box-sizing: border-box;
    margin-right: 30px;
    /*width: 370px;*/
    width: 43%;
    margin-left: 0px;
}
	img.logo_Menu { margin-bottom: 0px; height: 50px;}
	ul.LeftMenu_ul > li > a { height: 29px;}
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: 45px;
    margin: 5px 0px;
    margin-right: 60px;
}
.preimMain_item {
    text-align: center;
    display: block;
    width: 33.3%;
    box-sizing: border-box;
    padding: 25px 15px;
}

.fbform {
    padding: 15px;
    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: 17px;
    letter-spacing: 0.25px;
    /* line-height: 65px; */
    width: calc(50% - 150px);
    transition: all 0.15s;
}
.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: 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(/bitrix/templates/main/css/../f/timer.svg);
    background-repeat: no-repeat;
    background-position: 28px 18px;
    padding-left: 40px;
    text-transform: uppercase;
}

.PriceCatalog
.serviceDoctors_item {
    /* margin: 12px; */
    width: 241px;
    /* display: block; */
    /* position: relative; */
    /* box-sizing: border-box; */
    /* background-color: rebeccapurple; */
    margin-right: 15px;
    margin-bottom: 30px;
}
.PriceCatalog
a.licece {
    padding: 10px;
    border: 1px solid #E6E6E6;
    /* display: block; */
    /* position: relative; */
    /* display: inline-block; */
    margin: 5px;
    box-sizing: border-box;
    width: 185px;
    border-radius: 4px;
    z-index: 1;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.15s;
    background-color: white;
}
.PriceCatalog
.servicePrice_dopInfo {
    position: relative;
    display: inline-block;
    height: 63px;
    /* background-color: red; */
    margin-left: 35px;
    /* width: 210px; */
    display: inline-flex;
    width: 350px;
    top: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.PriceCatalog
a.moreCreditInfo {
    font-size: 14px;
    color: #88b14b;
    font-family: Rmed;
    width: 120px;
}
.serviceDoctors_item {
    /* margin: 12px; */
    width: 188px;
    /* display: block; */
    /* position: relative; */
    /* box-sizing: border-box; */
    /* background-color: rebeccapurple; */
    margin-right: 10px;
    margin-bottom: 30px;
}




































}
/* End */


/* Start:/bitrix/templates/main/css/jqcloud.css?15553251791158*/
/*!
 * jQCloud 2.0.3
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 2014-2017 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.jqcloud {
  font: 10px "Helvetica", "Arial", sans-serif;
  line-height: normal;
  overflow: hidden;
  position: relative;
}

.jqcloud-word {
  margin: 0;
  padding: 0;
}
.jqcloud-word.w1 {
  color: #aab5f0;
  font-size: 100%;
}
.jqcloud-word.w2 {
  color: #99ccee;
  font-size: 150%;
}
.jqcloud-word.w3 {
  color: #a0ddff;
  font-size: 200%;
}
.jqcloud-word.w4 {
  color: #90c5f0;
  font-size: 250%;
}
.jqcloud-word.w5 {
  color: #90a0dd;
  font-size: 300%;
}
.jqcloud-word.w6 {
  color: #90c5f0;
  font-size: 350%;
}
.jqcloud-word.w7 {
  color: #3399dd;
  font-size: 400%;
}
.jqcloud-word.w8 {
  color: #00ccff;
  font-size: 450%;
}
.jqcloud-word.w9 {
  color: #00ccff;
  font-size: 500%;
}
.jqcloud-word.w10 {
  color: #00ccff;
  font-size: 550%;
}
.jqcloud-word a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.jqcloud-word a:hover {
  color: #00ccff;
}

/* End */


/* Start:/bitrix/templates/main/mob/mob.css?161114651656772*/
@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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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;
    z-index: 100000;
    top: 0;
    /*position: fixed;*/
    width: 100%;
    will-change: transform;
    transition: all 0.25s ease;
}
.mobileTopMenu.active {
    transform: translateX(265px);
    will-change: transform;
    transition: all 0.35s ease-in-out;
}
.mobileTopMenu.active-scroll {
    position: fixed;
    transition: all 0.25s ease;
}
.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(/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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('/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../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(/bitrix/templates/main/mob/../f/arr_GreenUp.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) 27px;
}
.contactInforem_button {
    background-image: url(/bitrix/templates/main/mob/../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%;
    height: 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%;
}

.belberry-copyright {
	margin-top: 0;
}








































}
/* End */


/* Start:/bitrix/templates/main/css/custom.css?162244621947416*/
.swiper-container {
    width: 600px;
    height: 300px;
}
.contact__text { display: none;}
.contact__text.active { display: block;}
.doctor-review0__prev.swiper-button-prev:after {
    content: "◀";
    color: #fff;
    font-size: 1.8rem;
}
.contact__navi {     background: url(/upload/1200px-YandexNavigatorLogo.svg.png) center left no-repeat;
    background-size: 15px;
    padding: 0px 0px 0px 20px;
    text-decoration: none; color: #88b14b;
    /* padding-left: 20px; */
    margin-top: 5px;
    display: block;}
.doctor-review0__pagination.swiper-pagination
{    width: calc(100% - 100px);
    height: auto;
    position: relative;    display: flex;
        justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;}
.doctor-review__left .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 80px; margin-right: 5px; margin-bottom: 5px;
    height: 80px;
    background-color: #F7F7F7; position: relative; outline: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='37' height='49' viewBox='0 0 37 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='18.5431' cy='12.5819' rx='12.4397' ry='11.9612' fill='%23C4C4C4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.5264 48.4657C36.1793 48.4657 36.7241 47.958 36.7241 47.3052C36.7241 37.2641 28.5842 29.1241 18.5431 29.1241C8.502 29.1241 0.362072 37.2641 0.362072 47.3052C0.362072 47.958 0.906945 48.4657 1.55978 48.4657H35.5264Z' fill='%23C4C4C4'/%3e%3c/svg%3e ");
	 background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.75;
}
.doctor-review__left .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active
{filter: drop-shadow(0px 7px 20px #88B14B); opacity: 1;}


.doctor-review0__next.swiper-button-next:after {
    content: "▶";
    color: #fff;
	font-size: 1.8rem;}
.doctor-review0__wrap:before
{ content: "▶";
    color: #fff;
    font-size: 3rem;
    z-index: 5;
    position: absolute;
    left: 15%;
    top: -35px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.doctor-review0__prev.swiper-button-prev
{    background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
    box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
  
    left: -5px;
    height: 40px;
    width: 40px;
    outline: none;
    border-radius: 100%;
    background-size: contain;}
.doctor-review0__next.swiper-button-next
{    background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
    box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
  
    right: -5px;
    height: 40px;
    width: 40px;
    outline: none;
    border-radius: 100%;
    background-size: contain;}
.doctor-review>h3 { margin-top: 0px;}
.doctor-tabb
{    margin: 80px 0px;}
.doctor-review0__swiper.swiper-container
{
	width: calc(100% - 100px);
	height: auto;border-radius: 10px;
    box-shadow: 0px 8px 40px rgba(159, 205, 90, 0.5);
	background: #fff;

}
.doctor-review0__swiper.swiper-container
{}

.doctor-review0__wrap { position: relative;}
.doctor-review0__date
{    font-size: 0.9rem; color: #333;
    padding: 30px 0px 0px 20px}
.doctor-review0__name
{color: #88B14B; }
.doctor-review0__footer
{background: #E8FFC5;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.doctor-review0__text p
{padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;}
.doctor-review__reviews
{ display: flex;margin-top: 50px;
 flex-wrap:wrap;}
.doctor-review__left { flex:1 1 65%;padding-right: 60px;width: 65%;
    position: relative;}
.doctor-review__right { flex:1 1 35%; position: relative; text-align: center;}
.doctor-review__right img {     max-width: 100%;
    margin-bottom: -50px;}
.doctor-review__right .btn-review
{    background: #fff;
    border: 2px solid #88b14b;
    box-shadow: none;
    color: #88b14b;

    margin-bottom: 25px;
    height: auto;
  
    padding: 18px 55px;
    width: auto;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;}
.doctor-review__recomend
{display: block; position: absolute;
    cursor: pointer;
    background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
    box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
    height: 120px;
    width: 120px;
    line-height: 1;
    padding: 50px 0px 0 0px;
    border-radius: 100%;
    /* position: absolute; */
    left: -45px;
    top: 0px;
    transition: all 0.25s;
    color: #fff;
    font-size: 0.70rem;}
.doctor-review__recomend:before
{content: "";
    height: 137px;
    width: 137px;
    border-radius: 100%;
    border: 1px solid #88B14B;
    position: absolute;
    left: -9px;
    top: -9px;}
.doctor-review__right .btn-review:before {
    content: "";
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: -5px;
    margin-top: -5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='32' viewBox='0 0 24 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.4219 5.19472H20.7188V3.09208C20.7188 1.60142 19.7725 0.388672 18.6094 0.388672C17.4463 0.388672 16.5 1.60142 16.5 3.09208V3.8301C16.5 4.76392 16.0107 5.59531 15.3101 5.85183L14.625 6.10271V6.09586C14.625 5.59819 14.3102 5.19472 13.9219 5.19472H11.1094C10.7211 5.19472 10.4062 5.59819 10.4062 6.09586V10.1209H2.10938C0.946266 10.1209 0 11.3337 0 12.8243V30.2463C0 30.5786 0.142734 30.884 0.371344 31.0408C0.475313 31.1121 0.589312 31.1474 0.703078 31.1474C0.839484 31.1474 0.975516 31.0966 1.09312 30.996L3.72853 28.7444H17.1094C18.2725 28.7444 19.2188 27.5316 19.2188 26.041V16.6091H21.4219C22.8435 16.6091 24 15.1268 24 13.3049V8.49888C24 6.67697 22.8435 5.19472 21.4219 5.19472ZM11.8125 6.99699H13.2188V14.8068H11.8125V6.99699ZM17.8125 26.041C17.8125 26.5379 17.4971 26.9421 17.1094 26.9421H3.51562C3.37683 26.9421 3.24113 26.9948 3.12563 27.0935L1.40625 28.5625V12.8243C1.40625 12.3274 1.72167 11.9232 2.10938 11.9232H10.4062V15.708C10.4062 16.2056 10.7211 16.6091 11.1094 16.6091H13.9219C14.2831 16.6091 14.5804 16.2598 14.6201 15.8105C15.2465 16.3225 15.983 16.6091 16.749 16.6091H17.8125V26.041ZM22.5938 13.3049C22.5938 14.1331 22.068 14.8068 21.4219 14.8068H16.749C15.894 14.8068 15.0956 14.2541 14.625 13.3502V7.97713L15.6964 7.58483C16.9975 7.10837 17.9062 5.56437 17.9062 3.8301V3.09208C17.9062 2.59519 18.2217 2.19094 18.6094 2.19094C18.9971 2.19094 19.3125 2.59519 19.3125 3.09208V6.09586C19.3125 6.59352 19.6273 6.99699 20.0156 6.99699H21.4219C22.068 6.99699 22.5938 7.67074 22.5938 8.49888V13.3049Z' fill='%2388B14B'/%3e%3cpath d='M3.51562 17.3301H8.20312C8.59144 17.3301 8.90625 16.9266 8.90625 16.429C8.90625 15.9313 8.59144 15.5278 8.20312 15.5278H3.51562C3.12731 15.5278 2.8125 15.9313 2.8125 16.429C2.8125 16.9266 3.12731 17.3301 3.51562 17.3301Z' fill='%2388B14B'/%3e%3cpath d='M15.7031 19.1321H3.51562C3.12731 19.1321 2.8125 19.5356 2.8125 20.0332C2.8125 20.5309 3.12731 20.9344 3.51562 20.9344H15.7031C16.0914 20.9344 16.4062 20.5309 16.4062 20.0332C16.4062 19.5356 16.0914 19.1321 15.7031 19.1321Z' fill='%2388B14B'/%3e%3cpath d='M15.7031 22.7368H3.51562C3.12731 22.7368 2.8125 23.1403 2.8125 23.638C2.8125 24.1356 3.12731 24.5391 3.51562 24.5391H15.7031C16.0914 24.5391 16.4062 24.1356 16.4062 23.638C16.4062 23.1403 16.0914 22.7368 15.7031 22.7368Z' fill='%2388B14B'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: 20px;
}
.doctor-review
{ background: url(/bitrix/templates/main/css/../images/image18.png) bottom center no-repeat; background-size: cover; 
padding: 40px; margin: 80px 0px;}
.doctor-photo__slider .swiper-container
{ width: 100%; height: auto;    padding-bottom: 85px;
    position: relative;}
.doctor-photo__slider { position: relative;}
.doctor-review__video { position: relative;}
.doctor-review__video img { max-width: 80%; transition: all 0.3s;    margin-top: 10%; filter: brightness(0.5);}
.doctor-review__video  .swiper-slide { text-align: center;}
.doctor-review__video  .swiper-wrapper { display: flex; height: 230px; margin-top: 40px; margin-bottom: 40px;
    align-items: center;}
.doctor-review__video .swiper-container
{ width: 90%; margin-left: 5%; position: relative; height: auto;}
.doctor-review__prev.swiper-button-prev
{    background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
    box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
   
    left: calc(33% - 15px);
    top: calc(50% + 15px);
 
    height: 30px;
    width: 30px;
    outline: none;
    border-radius: 100%;
    background-size: contain;
    position: absolute;}
.doctor-review__prev.swiper-button-prev:after
{
    content: "◀";
    color: #fff;
    font-size: 1.8rem;
}
.doctor-review__next.swiper-button-next:after
{
        content: "▶";
    color: #fff;
    font-size: 1.8rem;
}
.doctor-review__next.swiper-button-next
{    background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
    box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
   
    right: calc(33% - 15px);
    top: calc(50% + 15px);
 
    height: 30px;
    width: 30px;
    outline: none;
    border-radius: 100%;
    background-size: contain;
    position: absolute;}
.doctor-review__video .swiper-slide-next img  {  transition: all 0.3s;  max-width: 120%; margin-top: 0px;
    width: 120%; filter: brightness(1);
    margin-left: -10%;}
.doctor-photo__prev.swiper-button-prev
{  background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
    box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
    right: 100px;
    bottom: 20px;
    top: unset;
    left: unset;
    height: 40px;
    width: 40px;
    outline: none;
    border-radius: 100%;
    background-size: contain;
    position: absolute;
}
.doctor-photo__prev.swiper-button-prev:after
{ 
content: "◀";
    color: #fff;
    font-size: 1.8rem;
}
.doctor-photo__next.swiper-button-next:after
{    content: "▶";
    color: #fff;
    font-size: 1.8rem;}
.doctor-photo__next.swiper-button-next
{ outline: none;
    background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
    box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
    border-radius: 100%;
    right: 40px;
    bottom: 20px;
    top: unset;
    left: unset;
    height: 40px;
    width: 40px;
    background-size: contain;
position: absolute;}
.doctor-photo__slider  .swiper-slide{ display: flex; flex-wrap: wrap;}
.doctor-photo__slider img { max-width: 100%;}
.doctor-photo__head {    display: flex;align-items: center;
    justify-content: space-between;margin-bottom: 25px;}
.doctor-photo__head a {
    
    height: auto;
    border: 2px solid #88b14b;
    padding: 18px 55px;
    width: auto;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;background: #fff;
    border: 2px solid #88b14b;
    box-shadow: none;
    color: #88b14b;
}
.doctor-photo__head  h3
{ margin-top: 0px;}
.doctor-photo
{    margin: 80px 0px 0 0;}
.doctor-photo__one
{flex: 1 1 56.5%; width:56.5%; }
.doctor-photo__four
{    display: grid;flex: 1 1 43.5%; width: 43.5%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    padding-left: 1.5rem;}
.popup-video iframe { height: 350px; width: 640px;} 
.popup-mask
{    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    left: 0px;
    top: 0px;
    z-index: 22222;
    display: none;}
.popup h3 {    font-size: 2rem;
    font-family: MSblack;
    color: #88B14B;
 
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 25px;}
.popup {
    background-color: white;
    position: fixed;
    z-index: 2222222;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 15px 85px rgba(0, 0, 0, 0.24);
    width: 700px;
    top: 40px;
   left: calc(50% - 340px);
    
    display: none;
}
.popup__close {
    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;
}
.popup__close:hover
{ background-color:#526b30}
.doctor-examples
{background: linear-gradient(0deg, #FBFBFB, #FBFBFB), #C4C4C4;    padding: 30px 50px;
border-radius: 10px; margin: 80px 0px;}
.doctor-examples__block
{    display: flex;
    flex-wrap: wrap;}
.doctor-examples__block>div { flex: 1 1 50%; width: 50%; padding: 0px 15px; position: relative;}
.doctor-examples .twentytwenty-container img,.doctor-examples .doctor-portfolio__slider-item-pic
{ width: 100%; height: auto; min-height: 2px;}
.doctor-examples__wrap  { position: relative;}
.doctor-examples h3
{text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;}
.tabb__head
{display: flex;
    justify-content: space-between;
    background: #F9F9F9;
    border-radius: 10px;}
.tabb__head a
{    padding: 20px 30px;
    color: #333333; text-align: center;
    font-size: 1.1rem;
    font-weight: bold;flex: 1 1 auto;
    text-decoration: none;
    border-radius: 10px; transition: all 0.25s;}
.tabb__head a:hover { background: #ddd;
}
.tabb__head a.active
{background: #88B14B; color: #fff;}
.tabb__body
{    padding: 0px 20px;}
.tabb__body h2 { margin-top: 30px;}
.license-doctor
{     display: grid;
    grid-template-columns: 1fr 1fr  1fr 1fr;
    grid-gap: 1.5rem; margin-top: 2rem;}
.license-doctor img { width: 100%;}
.tabb__tab { display: none;}
.tabb__tab.active { display: block;}
.doctor-recomend__slider {     flex: 1 1 calc(100% - 300px);
    width: calc(100% - 300px); overflow: hidden; position: relative;}
.doctor-recomend__slider  img { width: 100%; margin-bottom: 10px; border-radius: 10px}

.doctor-recomend__prev.swiper-button-prev,.doctor-examples__prev.swiper-button-prev
{background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
    right: 100px;
    bottom:20px;
    top: unset;
    left: unset;
    height: 40px;
    width: 40px;outline: none; border-radius: 100%;
    background-size: contain;
    position: absolute;}
.doctor-recomend__prev.swiper-button-prev:after, .doctor-examples__prev.swiper-button-prev:after,  .doctor-recomend__next.swiper-button-next:after
{ content: "◀";    color: #fff;
    font-size: 1.8rem;}
 .doctor-recomend__next.swiper-button-next:after, .doctor-examples__next.swiper-button-next:after
{ content: "▶";    color: #fff;
    font-size: 1.8rem;}
.doctor-recomend__prev.swiper-button-prev:hover,.doctor-examples__prev.swiper-button-prev:hover,.doctor-recomend__next.swiper-button-next:hover,.doctor-examples__next.swiper-button-next:hover
{
	background-color: #526b30;
}
.twentytwenty-before-label,.twentytwenty-after-label { opacity: 1;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 0px;
	bottom: 1px;
    background: #E8FFC5;
    border-radius: 10px;
    color: #;
    color: #88B14B;
    position: absolute;
    display: block;
    z-index: 222;
    content: "до";top: unset; top: unset;
}
.doctor-examples__right .btn.btn-green
{margin-bottom: 25px;
    height: auto;
    border: 2px solid #88b14b;
    padding: 18px 55px;
    width: auto;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;}
.twentytwenty-horizontal .twentytwenty-after-label:before {
       right: 0px;
    top: 20px;
    background: #E8FFC5;
    border-radius: 10px;
    color: #;
    color: #88B14B;
    position: absolute;
    display: block;
}
.doctor-recomend__next.swiper-button-next,.doctor-examples__next.swiper-button-next
{outline: none;background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6); border-radius: 100%;
    right: 40px;
    bottom: 20px;
    top: unset;
    left: unset;
    height: 40px;
    width: 40px;
    background-size: contain;
    position: absolute;}
.doctor-examples__right p
{font-size: 0.9rem;
    line-height: 1.3;
    padding: 0px;
    margin-bottom: 25px;}
.doctor-examples__right h4
{color: #88B14A;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 0px;}
.doctor-examples__next.swiper-button-next {left: calc(50% + 10px);}
.doctor-examples__prev.swiper-button-prev {left: calc(50% - 50px);}
.twentytwenty-container { border-radius: 10px;
}
 .doctor-recomend__img:before
{ content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='85' height='85' viewBox='0 0 85 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='42.5' cy='42.5' r='42.5' fill='white' fill-opacity='0.7'/%3e%3cpath d='M52 43L38.5 35.2058V50.7942L52 43Z' fill='%2388B14B'/%3e%3c/svg%3e ");height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    background-size: contain;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 35px);}
.doctor-recomend__date
{    color: #C4C4C4;
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.doctor-recomend__name, .doctor-recomend__name a
{color: #333;
    font-size: 1rem;
    text-decoration: none;}
.doctor-recomend__head {    flex: 0 1 300px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 600;
    font-family: MSblack; margin-top: -150px;}
.doctor-review__video h3 { text-align: center;}
.swiper-slide-next .doctor-review__img:before {
  z-index: 2;
    content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='85' height='85' viewBox='0 0 85 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='42.5' cy='42.5' r='42.5' fill='white' fill-opacity='0.7'/%3e%3cpath d='M52 43L38.5 35.2058V50.7942L52 43Z' fill='%2388B14B'/%3e%3c/svg%3e ");height: 70px;
    height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    background-size: contain;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 35px);
}
.doctor-recomend
{    DISPLAY: flex;    margin-top: 80px; margin-bottom: 80px;
   
    flex-wrap: wrap;
    align-items: center;}
.doctor-recomend .swiper-container
{width: calc(100% + 150px); height: auto;    padding-bottom: 85px}
.doctor-examples .swiper-container
{width: 100%; height: auto;    padding-bottom: 85px; position: relative;}


.doctor-metod { background: url(/bitrix/templates/main/css/../images/doctor-fon-metod.jpg); border-radius: 10px; margin: 80px 0px;}
.doctor-metod  h2 {    font-size: 2rem;
    font-weight: 500;
    padding-top: 35px;
    margin-bottom: 25px;
    display: block;
    text-align: center; }
.doctor-metod__block { 
	position: relative;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='447' height='431' viewBox='0 0 447 431' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='215' cy='215' r='180' fill='url(%23paint0_linear)'/%3e%3ccircle cx='215.5' cy='215.5' r='214' stroke='url(%23paint1_linear)' stroke-width='3'/%3e%3ccircle cx='433' cy='206' r='12.5' fill='%2388B14B' stroke='white' stroke-width='3'/%3e%3cpath d='M429 204.929L432.2 209L437 203' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3ccircle cx='408' cy='115' r='12.5' fill='%2388B14B' stroke='white' stroke-width='3'/%3e%3cpath d='M404 113.929L407.2 118L412 112' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3ccircle cx='350' cy='46' r='12.5' fill='%2388B14B' stroke='white' stroke-width='3'/%3e%3cpath d='M346 44.9286L349.2 49L354 43' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3ccircle cx='79' cy='48' r='12.5' fill='%2388B14B' stroke='white' stroke-width='3'/%3e%3cpath d='M75 46.9286L78.2 51L83 45' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3ccircle cx='22' cy='125' r='12.5' fill='%2388B14B' stroke='white' stroke-width='3'/%3e%3cpath d='M18 123.929L21.2 128L26 122' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='215' y1='35' x2='215' y2='395' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2388B14B'/%3e%3cstop offset='1' stop-color='%2388B14B' stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='215.5' y1='0' x2='215.5' y2='431' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2388B14B'/%3e%3cstop offset='1' stop-color='%2388B14B' stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
	background-position:  center center;
	background-repeat:  no-repeat; background-size: 400px;    height: 450px;}
.doctor-metod__block:before
{     content: "";
    height: 420px;
    width: 420px;
    background: url(/bitrix/templates/main/css/../images/doctor-fon-girl.png) center bottom no-repeat; background-size: contain;
    display: block;
    position: absolute;
    
    bottom: 5px;
    left: calc(50% - 210px);}
.doctor-metod__metod
{color: #333;
    width: 200px;
   
    font-size: 0.8rem;
    line-height: 1.1;
    position: absolute;
   }
.metod1
{ right: calc(50% - 200px + 400px); top: 130px;
    text-align: right;}
.metod2
{right: calc(50% - 200px + 360px);
    top: 65px;
    text-align: right;}
.metod3
{right: calc(50% - 200px - 140px);
    top: 65px;
    text-align: left;}
.metod4
{right: calc(50% - 200px - 190px);
    top: 125px;
    text-align: left;}
.metod5
{    right: calc(50% - 200px - 210px);
    top: 205px;
    text-align: left;}
.doctor-top
{display: flex; flex-wrap: wrap;    margin-top: 40px; margin-bottom:80px;}
.doctor-top__left
{flex: 0 1 30%;    position: relative;}
.doctor-top__pic img
{ max-width: 100%; position: relative; z-index: 11; width: 80%; left: 10%; margin-bottom: 11%;}
.doctor-top__pic
{position: relative;}
.doctor-top__pic:before
{ content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='458' height='416' viewBox='0 0 458 416' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M412.335 100.512C423.989 201.35 377.348 357.308 276.511 368.962C175.673 380.617 45.167 311.211 33.5129 210.373C21.8588 109.535 101.589 113.299 188.735 66.8831C281.714 28.0535 400.68 -0.325429 412.335 100.512Z' fill='%2388B14B'/%3e%3cpath d='M438.533 172.44C413.705 270.865 314.835 400.183 216.41 375.356C117.984 350.528 20.5331 239.387 45.3608 140.961C70.1886 42.5353 143.413 74.302 241.352 61.7726C342.057 58.4033 463.361 74.0139 438.533 172.44Z' fill='%23E9EBE6'/%3e%3c/svg%3e");
	background-size: 100%; background-repeat: no-repeat; background-position: bottom center;
}
.doctor-top__rating {     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 260px;
    align-items: center;}
.doctor-top__review { padding-top: 10px; padding-bottom: 35px;}
.doctor-top__review a
{font-size: 0.9rem;
    color: #88B14B; transition: all 0.25s;}
.doctor-top__review a:hover{ color:#526b30;}
.doctor-top__rate
{color: #C4C4C4;
    font-size: 0.9rem;}
.doctor-top__star
{   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='25' viewBox='0 0 27 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5 0L16.5309 9.32827H26.3393L18.4042 15.0935L21.4351 24.4217L13.5 18.6565L5.5649 24.4217L8.59584 15.0935L0.660737 9.32827H10.4691L13.5 0Z' fill='%23dddddd'/%3e%3c/svg%3e ");
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;}
.doctor-top__star.active
{   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='25' viewBox='0 0 27 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5 0L16.5309 9.32827H26.3393L18.4042 15.0935L21.4351 24.4217L13.5 18.6565L5.5649 24.4217L8.59584 15.0935L0.660737 9.32827H10.4691L13.5 0Z' fill='%2388B14B'/%3e%3c/svg%3e ");
 background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;}
.doctor-top__picinfo
{    position: absolute;
    bottom: -10px;
    right: 10px;
    z-index: 22;}
.doctor-top__info
{    display: flex;
    flex-wrap: wrap;
}
.doctor-top__infoleft h3
{    font-weight: normal;
    font-family: revert;
    margin-top: 0px;
    margin-bottom:0px;}
.doctor-top__infoleft p
{    margin-top: 0px;
    padding: 0px;
    margin-bottom: 30px;
    font-weight: 600;    font-size: 0.9rem;}
.doctor-top__right h1 
{ margin-bottom: 40px;    margin-top: 40px;}
.doctor-top__infoleft
{   flex: 1 1;}
.doctor-top__inforight
{flex: 0 1 270px;}
.doctor-top__inforight a.btn-review {    background: #fff;
    border: 2px solid #88b14b;
    box-shadow: none;
    color: #88b14b;}
.doctor-top__inforight a.btn-review:before
{     content: "";
    height: 25px;
    width: 25px;
    display: inline-block;
   
 margin-bottom: -5px;
    margin-top: -5px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='32' viewBox='0 0 24 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.4219 5.19472H20.7188V3.09208C20.7188 1.60142 19.7725 0.388672 18.6094 0.388672C17.4463 0.388672 16.5 1.60142 16.5 3.09208V3.8301C16.5 4.76392 16.0107 5.59531 15.3101 5.85183L14.625 6.10271V6.09586C14.625 5.59819 14.3102 5.19472 13.9219 5.19472H11.1094C10.7211 5.19472 10.4062 5.59819 10.4062 6.09586V10.1209H2.10938C0.946266 10.1209 0 11.3337 0 12.8243V30.2463C0 30.5786 0.142734 30.884 0.371344 31.0408C0.475313 31.1121 0.589312 31.1474 0.703078 31.1474C0.839484 31.1474 0.975516 31.0966 1.09312 30.996L3.72853 28.7444H17.1094C18.2725 28.7444 19.2188 27.5316 19.2188 26.041V16.6091H21.4219C22.8435 16.6091 24 15.1268 24 13.3049V8.49888C24 6.67697 22.8435 5.19472 21.4219 5.19472ZM11.8125 6.99699H13.2188V14.8068H11.8125V6.99699ZM17.8125 26.041C17.8125 26.5379 17.4971 26.9421 17.1094 26.9421H3.51562C3.37683 26.9421 3.24113 26.9948 3.12563 27.0935L1.40625 28.5625V12.8243C1.40625 12.3274 1.72167 11.9232 2.10938 11.9232H10.4062V15.708C10.4062 16.2056 10.7211 16.6091 11.1094 16.6091H13.9219C14.2831 16.6091 14.5804 16.2598 14.6201 15.8105C15.2465 16.3225 15.983 16.6091 16.749 16.6091H17.8125V26.041ZM22.5938 13.3049C22.5938 14.1331 22.068 14.8068 21.4219 14.8068H16.749C15.894 14.8068 15.0956 14.2541 14.625 13.3502V7.97713L15.6964 7.58483C16.9975 7.10837 17.9062 5.56437 17.9062 3.8301V3.09208C17.9062 2.59519 18.2217 2.19094 18.6094 2.19094C18.9971 2.19094 19.3125 2.59519 19.3125 3.09208V6.09586C19.3125 6.59352 19.6273 6.99699 20.0156 6.99699H21.4219C22.068 6.99699 22.5938 7.67074 22.5938 8.49888V13.3049Z' fill='%2388B14B'/%3e%3cpath d='M3.51562 17.3301H8.20312C8.59144 17.3301 8.90625 16.9266 8.90625 16.429C8.90625 15.9313 8.59144 15.5278 8.20312 15.5278H3.51562C3.12731 15.5278 2.8125 15.9313 2.8125 16.429C2.8125 16.9266 3.12731 17.3301 3.51562 17.3301Z' fill='%2388B14B'/%3e%3cpath d='M15.7031 19.1321H3.51562C3.12731 19.1321 2.8125 19.5356 2.8125 20.0332C2.8125 20.5309 3.12731 20.9344 3.51562 20.9344H15.7031C16.0914 20.9344 16.4062 20.5309 16.4062 20.0332C16.4062 19.5356 16.0914 19.1321 15.7031 19.1321Z' fill='%2388B14B'/%3e%3cpath d='M15.7031 22.7368H3.51562C3.12731 22.7368 2.8125 23.1403 2.8125 23.638C2.8125 24.1356 3.12731 24.5391 3.51562 24.5391H15.7031C16.0914 24.5391 16.4062 24.1356 16.4062 23.638C16.4062 23.1403 16.0914 22.7368 15.7031 22.7368Z' fill='%2388B14B'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
	   background-size: 20px;
}
.doctor-top__inforight a.btn-review:hover { background: #88b14b;color: #fff;}
.doctor-top__inforight a {     margin-bottom: 25px;
    height: auto; border: 2px solid #88b14b;
    padding: 18px 55px;
    width: 100%;    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;}
.doctor-top__right
{   flex: 1 1;    padding-left: 50px; }
.doctor-top__picinfo a:before
{ content: "";
    height: 86px;
    width: 86px;
    border-radius: 100%;
    border: 1px solid #88B14B;
    position: absolute;
    left: -9px;
    top: -9px;}
.doctor-top__picinfo a:after
{ content: "◂";
    position: absolute;
    font-size: 40px;
    color: #fff;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 10px;
    left: 23px;
}
.doctor-top__picinfo a
{  display: none; cursor: pointer;
    background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #9FCD5A 0%, #88B14B 100%);
    box-shadow: 0px 8px 12px rgba(106, 160, 24, 0.6);
    height: 70px; 
    width: 70px;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    bottom: 0px; transition: all 0.25s;}
.doctor-top__picinfo span:hover
{ background: radial-gradient(64.71% 64.71% at 62.35% 35.29%, #526b30 0%, #526b30 100%); }
.doctor-top__picinfo p
{    color: #C4C4C4;
    font-size: 0.7rem;
    width: 159px;
    line-height: 1.2;
    position: absolute;
    right: -41px;
    bottom: -50px;}
#PriceIcon_247: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(/bitrix/templates/main/css/../f/menuIcon-247.png);
    width: 100px;
    display: inline-block;
    position: relative;
	background-size: 80%;
}

#PriceIcon_249: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(/bitrix/templates/main/css/../f/menuIcon-249.png);
    width: 100px;
    display: inline-block;
    position: relative;
	background-size: 86%;
}
@media (max-width: 1600px) {
.servicePrice_mainItemPricer_title {
    position: static;
    display: grid;
    align-items: flex-end;
    grid-template-columns: 100px auto;
    max-width: 52%;
    margin-top: 0;
    font-size: 28px;
}
.servicePrice_btnMore::before {
    top: 44%;
}
.servicePrice_dopInfo {
    width: unset !important;
	height: unset!important;
    margin-left: 20px !important;
    display: flex;
    top: 0 !important;
    align-items: center;
}
span.dopInfoDevider {
    margin: 0px 15px;
}
.servicePrice_dopInfo img {
    max-width: 45px;
}
.servicePrice_mainItemPricer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.servicePrice_items_detail {
    width: 100%;
}
}
@media (max-width: 1366px) {
	.servicePrice_dopInfo img {
    max-width: 37px;
}
    .doctor-portfolio__slider-item p {
        margin-top: 110px;
    }
.servicePrice_mainItemPricer_title {
    font-size: 25px;
}
.servicePrice.PriceCatalog .servicePrice_item {
    margin-left: 0px;
}
.servicePrice_items_detail {
    margin-top: 20px;
}
}
@media (max-width: 1280px) {
    .doctor-portfolio__slider-item {
        flex-direction: column;
        align-items: center;
    }
    .doctor-portfolio__slider .owl-controls {
        position: static;
        left: auto;
        bottom: auto;
        display: flex;
    }
    .doctor-portfolio__slider-item p {
        max-width: 90%;
        margin: 135px 50px 25px;
    }
    .doctor-portfolio__slider .owl-nav {
        margin: 25px auto;
    }
.servicePrice_mainItemPricer_title:before {
    height: 60px !important;
    width: 60px !important;
    background-size: 59% !important;
    background-position: center center !important;
	top: 0!important;
}
.PriceCatalog a.moreCreditInfo {
    width: unset !important;
}
.servicePrice_mainItemPricer_title {
    font-size: 25px;
    display: flex;
    align-items: center;
    margin-top: 0px;
	margin-bottom: 10px!important;
}
.servicePrice_items_detail {
    margin-top: 20px;
}
}


@media (max-width: 1200px) {
  .doc-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servicePrice.PriceCatalog .servicePrice_item {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
    .newAction__list {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(auto-fit, 220px);
    }
    .newAction__list-item-btns {
        margin-top: 20px;
    }
    .newAction__list-item:nth-of-type(2) {
        grid-column-start: 1;
        grid-column-end: 3;
        background-position: top 10px right 28px;
    }
    .newAction__list-item:nth-of-type(3) {
        grid-row-start: auto;
    }
    .newAction__list-item:nth-of-type(4) {
        grid-row-start: auto;
    }
	span.dopInfoDevider {
    display: none;
}
.servicePrice_dopInfo img {
    margin-right: 10px;
}
.servicePrice_mainItemPricer_title {
    font-size: 21px;
}
  .CONTENT {
    padding-left: 260px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newService {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
  .newService .item {
    padding: 20px;
  }
  .newFeedBackForm {
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .LeftMenu_detail {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.98);
    padding-left: 260px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
    padding-top: 55px;
    height: 100%;
  }
  img.logo_Menu {
    width: 100%;
    margin-bottom: 0px;
  }
  .LeftMenu {
    width: 230px;
    margin-left: 15px;
    margin-top: 35px;
    height: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 1000;
    padding: 40px 25px;
  }
  .FOOTER {
	display: flex;
	flex-wrap: wrap;
    background-color: #526B30;
    padding-left: 330px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    color: white;
    background-image: url("/bitrix/templates/main/css/../f/logo_footer.svg");
    background-position: calc(50% + 165px) center;
    background-repeat: no-repeat;
  }

	.belberry-copyright {
		margin-top: 70px;
	}
}

@media (max-width: 768px) {
  a.logoLink {
    display: none;
  }
  li.focused > a::after {
    content: "";
    display: none;
    border: 10px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 10px;
    border-right: 10px solid white;
    position: absolute;
    right: -25px;
    toP: 16px;
  }
  .LeftMenu {
    width: 100%;
    margin: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 1000;
    padding: 10px;
    border-radius: 0;
  }
  .LeftMenu_MenuItems {
    height: auto;
    position: relative;
    display: block;
    top: 0;
  }
  ul.LeftMenu_ul {
    height: auto;
    top: 0;
    position: relative;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  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: 14px;
    color: white;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0px 5px;
    -webkit-transition: all 0s;
    transition: all 0s;
    cursor: pointer;
  }
  ul.LeftMenu_ul > li::after {
    border-bottom: none;
    content: "";
    display: block;
    margin-left: 0;
    margin-top: 0px;
    margin-right: 0;
  }
  form.searchForm {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .LeftMenu_bottmInfo {
    bottom: 15px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .LeftMenu_bottmInfo > div {
    margin: 0;
    padding: 0;
  }
  .LeftMenu_detail {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.98);
    padding-left: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
    padding-top: 240px;
    height: 100%;
  }
  ul.LeftMenu_detail_items > li {
    padding-left: 90px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-right: 30px;
    width: 100%;
    margin-left: 0px;
  }
  .CONTENT {
    padding: 240px 20px 20px;
  }
  .newService .item {
    padding: 10px;
    margin-bottom: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newFeedBackForm .fromWraper form .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newFeedBackForm .fromWraper form .wrap .itemLine {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .doctor-wrap__header {
    flex-direction: column;
    align-items: center;
  }
  .CONTENT ul.doctor-wrap__header-info-links {
    flex-wrap: wrap;
  }
  .CONTENT ul.doctor-wrap__header-info-links li {
    margin-right: 15px;
  }
  .doctor-wrap__content-title--more {
    position: relative;
  }
  .doctor-wrap__content-title span {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .doctor-certificates__slider {
    width: 290px !important;
    margin: 0 auto;
  }
  .doctor-certificates__slider .owl-controls {
    left: 0;
    right: 0;
  }
  .doctor-reviews {
    padding: 65px 30px 75px;
  }
  .doctor-reviews__slider {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 25px;
    max-width: 100% !important;
  }
  .doctor-reviews__link {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .FOOTER {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .FOOTER .footerLeft {
    width: 100%;
    float: none;
  }
  .FOOTER ul.footerLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .FOOTER ul.footerLinks > li {
    width: auto;
    display: block;
    padding-right: 0;
  }
  .FOOTER ul.footerLinks > li a {
    margin: 0;
  }
  .FOOTER .footerRight {
    float: none;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 600px) {
    .doctor-certificates__slider a {
        margin: 0 auto 65px;
    }
    .contact-wrap__content {
        flex-direction: column;
        align-items: center;
    }
    .contact-wrap__maps {
        margin-left: 0;
    }
    .contact-wrap__maps {
        height: 300px;
        min-height: 300px;
    }
    .contact-wrap .contactInforem_info.active {
        padding: 20px 15px;
    }
    .doctor-portfolio h2 {
        left: 30px;
    }
    .doctor-portfolio__slider-wrap {
        width: 300px;
        min-height: 272px;
    }
    .doctor-portfolio__slider-item-pic {
        min-height: 272px;
    }
    .newAction__list {
        grid-template-columns: 1fr;
    }
    .newAction__list-item:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 2;
        padding: 25px;
        background-size: 60% auto;
    }
    .newAction__list-item:nth-of-type(2) {
        grid-column-start: 1;
        grid-column-end: 2;
        background-size: 50% auto;
        background-position: center right 28px;
    }
    .newAction__list-item-btns {
        flex-wrap: wrap;
    }
  .CONTENT {
    padding-top: 10px;
  }
  .LeftMenu_detail {
    padding-top: 10px;
  }
  .serviceDoctors_item {
    width: 100%;
  }
 
  a.logoLink {
       display: block;
  }
  
ul.LeftMenu_ul {
    flex-direction: column;
}

.LeftMenu_bottmInfo {
  
    flex-direction: column;
}
.mobLeftMenu .LeftMenu {
        padding: 35px 15px;
}

.LeftMenu_bottmInfo .LeftMenu_soc {
    margin-left: 0px;
    margin-top: 15px;
   
}
button.searchButton {
   
    width: 65px;}
    
    
	input.searchInput {	  
		width: 165px;
	}

    ul.LeftMenu_ul > li > a {
		height: 45px;
		line-height: 45px;
	}
    
    
    .LeftMenu_bottmInfo {
    	margin-top: 70px;
	}

	.belberry-copyright {
		margin-top: 0;
	}
}

@media (max-width: 420px) {
    .newAction__list-item-btns .moreBTN {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

    .doc {
        max-width: 300px;
        margin: 40px 20px;
        padding: 20px;
        border: 2px solid #88b14b;
        border-radius: 5px;
    }

    .doc__name {
        color: #88b14b;
        margin-top: 15px;
        display: inline-block;
    }

    .doc a {
        color: #88b14b;
        display: inline-block;
        margin-top: 15px;
       
        line-height: 1;
    }

@media screen and (max-width: 1366px) {
	.doctor-review__right .btn-review { padding: 15px;}
	.doctor-review0__footer { flex-direction: column;}
	.doctor-review__video .swiper-slide { height: auto;}
}

@media screen and (max-width: 991px) {
	.doctor-top__pic
	{    max-width: 300px;
    margin-left: auto;
    margin-right: auto;}
	.doctor-top__right h1 { font-size: 2rem;}
	.doctor-metod__block,.doctor-metod__block:before { background: none; content: none;height: auto;
    padding-bottom: 25px;}
	.doctor-review__prev.swiper-button-prev,.doctor-review__next.swiper-button-next
	{top: calc(50% + 30px);}
	.doctor-review__video .swiper-wrapper {
     height: auto;}
	.doctor-review0__swiper.swiper-container {
		width: calc(100% - 50px);}
	.doctor-recomend  { flex-direction: column;}
	.doctor-review__right {display: none;}
	.doctor-examples__block  { flex-direction: column;}
	.doctor-review__left {
    flex: 1 1 100%;
    padding-right: 0px;
		width: 100%;}
	.doctor-examples__block>div {
    flex: 1 1 100%;
    width: 100%;
		padding: 0px;}
	.doctor-recomend__slider {
    flex: 1 1 calc(100% - 0px);
		width: calc(100% - 0px);}
	.doctor-top__right { padding-left: 0px;}
	.doctor-recomend__head { margin-top: 0px;    flex: 0 0; margin-bottom: 25px;}
	.doctor-top { flex-direction: column;}
	.tabb__head{ flex-direction: column;}
	.doctor-top__left { margin-bottom: 50px;}
	.doctor-metod__metod {
    color: #333;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    position: relative;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    text-align: left !important;
    margin-left: 20px;
    margin-bottom: 20px;
}
	.doctor-top__picinfo {
   
    bottom: 10%;
	}
	.swiper-slide-next .doctor-review__img:before
	{height: 50px;
    width: 50px;
  
    top: calc(50% - 25px);
    left: calc(50% - 25px);}
}
@media screen and (max-width: 768px) {
	.doctor-review0__pagination.swiper-pagination {  display: none;}
	
.doctor-top__inforight a {
    
    padding: 18px 35px;
	width: 230px;}
.doctor-review__video .swiper-slide-next img, .doctor-review__video img {
    transition: all 0.3s;
    max-width:80%;
    margin-top: 0px;
    width: 80%;
	filter: brightness(1);}
	.doctor-top__pic {
   margin-left: auto;
    margin-right: auto;
		max-width: 300px;
	}.popup h3 {
    font-size: 1.5rem;
	}
	.popup-video iframe {
    height: 250px;
    width: 440px;
}
	.popup {    width: 500px;
   top: 40px;
    left: calc(50% - 250px);
    
}
    .doctor-recomend .swiper-container {
    width: calc(100% + 0px);
	}
	.doctor-review__prev.swiper-button-prev
	{ left: 0px !important;}
	.doctor-review__next.swiper-button-next
	{ right: 0px !important;}
	.doctor-review__prev.swiper-button-prev, .doctor-review__next.swiper-button-next {
    top: calc(50% + 20px);
}
}

@media screen and (max-width: 640px) {
	
	.popup {       width: 300px;
    top: 80px;
    left: calc(50% - 150px);
    
}.doctor-review__prev.swiper-button-prev, .doctor-review__next.swiper-button-next {
    top: calc(50% + 35px);
}
	.doctor-examples, .doctor-review {  padding: 30px 10px;}
	.doctor-top__picinfo p {
    
    width: 79px;
  
    right: 1px;
	}
	.popup-video iframe {
    height: 140px;
    width: 240px;
}
	.doctor-photo__slider .swiper-slide { flex-direction: column;}
	.doctor-photo__head h3 { margin-bottom: 20px;}
	.doctor-photo__one, .doctor-photo__four { width: 100%; flex: 1 1 100%;    margin-bottom: .5rem;}
	 .doctor-photo__four{grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
    padding-left: 0;}
	.doctor-photo__head { flex-direction: column;}
}



@media screen and (max-width: 768px) {
	.license-doctor
{     display: grid;
    grid-template-columns: 1fr 1fr;
	}
	
}
/*# sourceMappingURL=custom.css.map */


.docItems .item .wrap .info a.borderBTN.rezumeBTN{
	width: 100% !important;
}
/* End */


/* Start:/bitrix/templates/main/css/style-add.css?17875689416619*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

[class*="width-"] {
  padding: 0 15px;
}

.width-1-1 {
  width: 100%;
}

.width-1-2 {
  width: 50%;
}

.width-2-10 {
  width: 20%;
}

.width-8-10 {
  width: 80%;
}

.blog-author-block {
  border-top: 2px solid #95be58;
  border-bottom: 2px solid #95be58;
  padding: 30px;
  
}

.blog-author-block__img-box {
    max-width: 200px;
    margin-right: 30px;
}

.blog-author-block__img-box img {
  display: block;
  width: 100%;
}

.blog-author-block__title {
  display: block;
  margin-bottom: 20px;
  font-size: 21px;
  color: #95be58;
  font-family: sans-serif;
}

.blog-author-block__info {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-author-block__info a{
    display: block;
margin-bottom: 20px;
font-size: 21px;
color: #95be58;
font-family: sans-serif;
}


.blog-author-block__info strong {
  display: block;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  padding: 20px 40px;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
  background: #95be58;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}

.button:hover {
  opacity: 0.8;
}

.blog-author-block__btn {
  margin-bottom: 0px!important;
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
/*# sourceMappingURL=style-add.css.map */

/* A-Medik footer refresh 2026 */
.FOOTER.siteFooter {
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 0;
  margin: 0;
  padding: 48px 60px 22px 420px;
  overflow: hidden;
  color: #f7faf4;
  background: #2f462b !important;
  box-sizing: border-box;
}

.FOOTER.siteFooter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 420px;
  right: 60px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: #95be58;
}

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

.siteFooter a {
  color: #fff !important;
  text-decoration: none;
}

.siteFooter a:hover {
  color: #cfe8a9 !important;
}

.siteFooter__inner {
  display: grid;
  grid-template-columns: minmax(215px, 1.08fr) minmax(175px, .82fr) minmax(255px, 1.1fr);
  gap: 42px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.siteFooter__brand,
.siteFooter__nav,
.siteFooter__contacts {
  min-width: 0;
}

.siteFooter__logo {
  display: inline-block;
  line-height: 0;
}

.siteFooter__logo img {
  display: block;
  width: min(100%, 235px);
  height: auto;
}

.siteFooter__summary {
  max-width: 320px;
  margin: 20px 0 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.6;
}

.siteFooter__social {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s ease, border-color .2s ease;
}

.siteFooter__social:hover {
  border-color: #95be58;
  background: rgba(149, 190, 88, .14);
}

.siteFooter__title {
  margin: 2px 0 20px;
  color: #cfe8a9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.siteFooter__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.siteFooter__links li {
  margin: 0;
  padding: 0;
}

.siteFooter__links a {
  font-size: 15px;
  line-height: 1.35;
  transition: color .2s ease;
}

.siteFooter__phone {
  display: inline-block;
  margin: -2px 0 14px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.siteFooter__address {
  max-width: 340px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.55;
}

.siteFooter__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.siteFooter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.siteFooter__button:hover {
  transform: translateY(-1px);
}

.siteFooter__button--primary {
  color: #263820 !important;
  background: #a6cf69;
}

.siteFooter__button--primary:hover {
  color: #263820 !important;
  background: #b5da7e;
}

.siteFooter__button--secondary {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .06);
}

.siteFooter__button--secondary:hover {
  border-color: #95be58;
  background: rgba(149, 190, 88, .14);
}

.siteFooter__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1040px;
  margin: 38px auto 0;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.4;
}

.siteFooter__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.siteFooter__legal a {
  color: rgba(255, 255, 255, .74) !important;
}

.siteFooter__legal a:hover {
  color: #fff !important;
}

@media (max-width: 1100px) {
  .FOOTER.siteFooter {
    padding: 44px 38px 22px 330px;
  }

  .FOOTER.siteFooter::before {
    left: 330px;
    right: 38px;
  }

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

  .siteFooter__brand {
    grid-column: 1 / -1;
  }

  .siteFooter__summary {
    max-width: 520px;
  }
}

@media (max-width: 760px) {
  .FOOTER.siteFooter {
    padding: 38px 22px 24px;
  }

  .FOOTER.siteFooter::before {
    left: 22px;
    right: 22px;
  }

  .siteFooter__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .siteFooter__brand {
    grid-column: auto;
  }

  .siteFooter__links {
    max-width: 360px;
  }

  .siteFooter__bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 32px;
  }

  .siteFooter__legal {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .siteFooter__links {
    grid-template-columns: 1fr;
  }

  .siteFooter__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .siteFooter__button {
    width: 100%;
  }
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/mainLeftMenu/style.min.css?1492610853490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/mainLeftMenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/coffeediz.data-vocabulary.org/style.css?1494852915989*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/components/bitrix/breadcrumb/templates/coffeediz.data-vocabulary.org/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?16293871544126*/
#faq h2 {
    color: rgba(143, 186, 79, 0.95);
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 32px;
    font-weight: 900;
}
.list-faq .item {
    padding-left: 45px;
    margin-bottom: 64px;
}
.list-faq .item .title-faq {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-left: -45px;
    padding-left: 45px;
}
.list-faq .item .title-faq span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: rgba(143, 186, 79, 0.95);
    box-sizing: border-box;
    font-weight: 600;
}
#faq{
	margin-bottom: 0;
}
/* ================== */
@media (max-width: 1200px) {
  .CONTENT {
    padding-left: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10px;
    padding-top: 60px;
    display: block;
    position: relative;
    padding-bottom: 60px;
  }
  .LeftMenu {
    background-color: rgba(143, 186, 79, 0.95);
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 10px;
    margin-top: 35px;
    border-radius: 12px;
    height: calc(100% - 70px);
    display: block;
    position: fixed;
    z-index: 1000;
    padding: 35px 10px;
    padding-top: 35px;
    padding-top: 25px;
  }
  ul.LeftMenu_ul > li > a {
    padding: 0;
  }
  .docCarusel .owl-item.active.center .item .wrap .info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
  .docCarusel .owl-stage {
    margin-left: -200px;
}
.docItems .item .wrap a.avatar {
    width: 300px;
    height: 420px;
}
  .docItems .item .wrap .info {
    padding: 48px 10px;
    padding-bottom: 48px;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 340px;
    -webkit-transition: all ease 0.32s;
    transition: all ease 0.32s;
    padding-bottom: 56px;
  }
  
  .docItems .item .wrap .info .wrap {
    max-width: 190px;
        margin-right: 0;
    margin-left: auto;
}
}

@media (max-width: 768px) {
  .CONTENT {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10px;
    padding-top: 60px;
    display: block;
    position: relative;
    padding-bottom: 60px;
  }
  .LeftMenu {
    display: none;
  }
  .docItems .item .wrap .info {
    padding: 48px 10px;
    padding-bottom: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 454px;
    -webkit-transition: all ease 0.32s;
    transition: all ease 0.32s;
    padding-bottom: 56px;
  }
  
.docCarusel{
  
   
}
.docCarusel .owl-item .item {
   /* transform: scale(1);*/
    
}
  .docCarusel .owl-stage {
       margin-left: 0px;
}
.docItems .item .wrap a.avatar {
    width: 312px;
    height: 464px;
}
  .docItems .item .wrap .info {
  width: 350px;
   

  }
  
  .docCarusel .owl-item .item .wrap .info {
     /*display: block;*/
}
}

@media screen and (max-width: 600px){
    
    .docItems .item .wrap .info .wrap {
    max-width: 100%;}
    
.docItems .item .wrap a.avatar {

    margin-left: auto;
    margin-right: auto;
}
.docCarusel .owl-item .item {

    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
    min-height: 764px;
}

.docCarusel .owl-stage {
    margin-left: 0px;
}
.docCarusel .owl-item .item .wrap .info{
        flex-direction: column
}
.docCarusel .owl-item.center .item .wrap .info {
   
    min-height: 300px;
    max-width: 315px;

    margin-left: auto;
    margin-right: auto;
}
}
/*---------------*/
.blogItem_descript {
  padding-left: 0;
}

.blogItem_descript p {
  padding: 0;
}

.blogItem_descript .author {
  font-weight: bold;
}

 a.blogItem_more {
  margin-left: 0 ;
}
/* End */
/* /bitrix/templates/main/css/twentytwenty-no-compass.css?15828924515158 */
/* /bitrix/templates/main/css/style.css?1629389557140861 */
/* /bitrix/templates/main/css/style-1680.css?16043097382584 */
/* /bitrix/templates/main/css/style-1440.css?15954297484622 */
/* /bitrix/templates/main/css/style-1366.css?16111462847888 */
/* /bitrix/templates/main/css/style-1280.css?16043223963718 */
/* /bitrix/templates/main/css/jqcloud.css?15553251791158 */
/* /bitrix/templates/main/mob/mob.css?161114651656772 */
/* /bitrix/templates/main/css/custom.css?162244621947416 */
/* /bitrix/templates/main/css/style-add.css?17875689416619 */
/* /bitrix/templates/main/components/bitrix/menu/mainLeftMenu/style.min.css?1492610853490 */
/* /bitrix/components/bitrix/breadcrumb/templates/coffeediz.data-vocabulary.org/style.css?1494852915989 */
/* /bitrix/templates/main/template_styles.css?16293871544126 */
