

/* Start:/local/templates/verba/build/fancybox.css?15873932833730*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {position: relative;background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);box-shadow: 0 10px 25px rgba(0,0,0,.5);}
.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}
.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url("/local/templates/verba/build/fancybox_sprite.png");}
#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: .8;cursor: pointer;z-index: 8060;}
#fancybox-loading div {width: 44px;height: 44px;background: url("/local/templates/verba/build/fancybox_loading.gif") center center no-repeat;}
.fancybox-close {position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;}
.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url("/local/templates/verba/build/blank.gif");-webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040;}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;}
.fancybox-prev span {left: 10px;background-position: 0 -36px;}
.fancybox-next span {right: 10px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important;}
.fancybox-lock {overflow: hidden !important;width: auto;}
.fancybox-lock body {overflow: hidden !important;}
.fancybox-lock-test {overflow-y: hidden !important;}
.fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: url("/local/templates/verba/build/fancybox_overlay.png");}
.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;}
.fancybox-title {visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 8050;}
.fancybox-opened .fancybox-title {visibility: visible;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8050;text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent;background: rgba(0,0,0,.8);-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;text-shadow: 0 1px 2px #222;color: #fff;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {padding-top: 10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0,0,0,.8);}
/* End */


/* Start:/local/templates/verba/css/content-cards.css?17537694003393*/
.content-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px 20px;
    margin-bottom: 40px;
}

.content-cards__item {
    display: flex;
    flex-direction: column;
    text-align: left;
}



.content-cards__image {
    width: 100%;
    height: clamp(320px, 26vw, 538px);
    object-fit: cover;
    display: block;
}

.content-cards__content {
    flex: 1;
    margin-top: 20px;
}

.content-cards__name {
    font-family: 'Clear Sans';
    font-weight: 700;
    font-style: bold;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #282828;
    margin-bottom: 0;
}

.content-cards__profession {
    margin-top: 8px;
    margin-bottom: 0;
    padding-right: 0;
    font-family: 'Clear Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #858585;
}

.content-cards__text {
    margin-top: 16px;
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #191E29;
    margin-bottom: 0;
}

.content-cards__text--clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.6s ease;
    position: relative;
}

.content-cards__text--clamp.has-overflow:not(.expanded)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.8) 100%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.content-cards__text--clamp.expanded::after {
    opacity: 0;
}

.content-cards__text--clamp.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.content-cards__read-more {
    cursor: pointer;
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #191E29;
    position: relative;
}

.content-cards__read-more::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #191E29;
}

@media (max-width: 768px) {
    .content-cards--horizontal-scroll .content-cards__item {
        flex: 0 0 280px;
        width: 280px;
    }
    .content-cards--horizontal-scroll .content-cards__grid{
        display: flex;
        gap: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        overflow-x: auto;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .content-cards__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 20px;
    }
}

@media (max-width: 768px) {
    .content-cards__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 32px;
    }

}

@media (max-width: 600px) {
    .content-cards__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px 0;
    }
    .content-cards__image {
        height: clamp(320px, 80vw, 538px);
    }
}



.content-cards--personal {
    padding-top: 80px;
}

.content-cards--personal .stuff-item2 .popup-stuff-right,
.content-cards--personal .stuff-item2 .dop-info {
    display: none;
}
/* End */


/* Start:/local/templates/verba/base.css?17541286205677*/
.section--grey {
    background: #f8f9fa;
}

:root {
    --section-padding-min: 40px;
    --section-padding-max: 100px;

    --header-height-xl: 140px;
    --header-height-sm: 80px;

    --spacing-xxl: 200px;
    --spacing-xl: 95px;
    --spacing-lg: 80px;
    --spacing-md: 55px;
    --spacing-base: 40px;
    --spacing-sm: 32px;
    --spacing-xs: 16px;
    --spacing-xxs: 12px;
}

.section__wrapper {
    margin: 0 10.7%;
    padding: clamp(var(--section-padding-min), 10vw, var(--section-padding-max)) 0;
}
.section:first-of-type > .section__wrapper {
    padding: calc(clamp(var(--section-padding-min), 10vw, var(--section-padding-max))*2) 0 clamp(var(--section-padding-min), 10vw, var(--section-padding-max)) 0;
}
.section:last-of-type > .section__wrapper {
    padding: clamp(var(--section-padding-min), 10vw, var(--section-padding-max)) 0 calc(clamp(var(--section-padding-min), 10vw, var(--section-padding-max))*2) 0;
}
.section__wrapper--full {
    margin: 0;
}

.section__wrapper--nopadding {
    padding: 0;
}
.section div.section__wrapper.section__wrapper--nopadding-top {
    padding-top: 0;
}
.section div.section__wrapper.section__wrapper--contacts {
    padding-bottom: clamp(var(--spacing-sm), 8vw, var(--spacing-xl));
}
.section:first-of-type .section__wrapper--nopadding {
    padding: 0;
}
.section:first-of-type .section__wrapper--head {
    padding: calc(clamp(var(--section-padding-min), 10vw, var(--section-padding-max))*2 + var(--header-height-sm)) 0 clamp(var(--section-padding-min), 10vw, var(--section-padding-max)) 0;
}

.section__wrapper--relative {
    position: relative;
}
.section__wrapper--gray {
background-color: #f8f8f8;
}

.section__wrapper-text-list {
    padding-left: var(--spacing-base);
}

.section__wrapper-text-item {
    list-style-type: disc;
    margin-bottom: var(--spacing-xs);
}
@media (max-width: 768px) {
    .section:first-of-type .section__wrapper--head {
        padding: calc(clamp(var(--section-padding-min), 10vw, var(--section-padding-max))*2 + var(--header-height-sm)) 0 clamp(var(--section-padding-min), 10vw, var(--section-padding-max)) 0;
    }
    .section .section__wrapper.section__wrapper--padding-top-sm {
        padding-top: var(--spacing-sm);
    }
}
.section__wrapper-text {
    max-width: 930px;
}
.section__wrapper-text p {
    padding: 0;
    max-width: unset;
}
@media (max-width: 768px) {
    .section__wrapper-text h3 {
        margin-bottom: var(--spacing-xs);
    }
    .section__wrapper-text p {
        margin-bottom: var(--spacing-xxs);
    }
    .section__wrapper-text p:last-child {
        margin-bottom:0;
    }
    .section .section__wrapper.section__wrapper--padding-b-0 {
        padding-bottom: 0;
    }
}
.section__title {
    margin: 0 0 clamp(32px, 5vw, 95px) 0;
    font-family: "Clear Sans";
    font-weight: 400;
    font-style: normal;
    font-size: clamp(50px, 5vw, 90px);
    line-height: clamp(50px, 5vw, 90px);
    letter-spacing: 0px;
    color: #282828;
}
.section__title--mb-mid {
    margin-bottom: 45px;
}
.section__title--medium {
    font-size: clamp(30px, 6vw, 45px);
    line-height: clamp(30px, 6vw, 45px);
}
.section__title--nomargin {
    margin: 0;
}
.section__title--personal {
    margin: 0 0 30px 0;
}
@media (max-width: 768px) {
    margin: 0 0 24px 0;
}
.section__description {
    padding: 26px;
    display: inline-flex;
    gap: 40px;
    background: #f8f8f8;
    align-items: center;
    margin-bottom: clamp(24px, 5vw, 65px);
}
@media (max-width: 768px) {
    .section__description {
        padding: 12px;
        gap: 10px;
    }
}
.section__description-img {
    width: 100%;
    max-width: 114px;
}
@media (max-width: 768px) {
    .section__description-img {
        max-width: 61px;
    }
}
.section__description-text {
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #282828;
    padding-right: 0;
}
@media (max-width: 768px) {
    .section__description-text {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 860px) {
    .section__wrapper {
        margin: 0 6%;
    }
    .section__wrapper--full {
        margin: 0;
    }
}

.section__head {
    margin-bottom: 64px;
    max-width: 1024px;
    width: 100%;
}
.section__head--lit-margin {
    margin-bottom: 40px;
}

.section__desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #282828;
    margin: 20px 0 0 0;
    letter-spacing: inherit;
    padding: 0;
    max-width: inherit;
}

.ap-button {
    text-align: left;
}

.ap-button__link {
    display: inline-block;
    padding: 23px 50px;
    background-color: #191E29;
    color: #fff;
    font-family: 'Clear Sans';
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.4s ease;
    text-decoration: none;
    text-align: center;
    flex: 1;
}

.ap-button__link:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .ap-button--news .ap-button__link{
        font-family: 'Clear Sans';
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 14px 50px;
    }
}

.desktop-br {
    display: none;
}
@media (min-width: 768px) {
    .desktop-br {
        display: inline;
    }
}
/* End */


/* Start:/local/templates/verba/components/bitrix/menu/verba_menu_main_footer/style.css?15631976814414*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/verba/components/bitrix/menu/verba_menu_main_footer/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/verba/components/bitrix/menu/verba_menu_main_footer/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/verba/components/bitrix/menu/verba_menu_main_footer/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/components/skobeeff/visually-impaired/templates/.default/style.css?17189545911771*/
.bvi-active .loader {
	display: none;
}

.bvi-active .menu {
	margin: 0;
	margin-left: 100px;
}

.bvi-active header {
	top: 108px;
}

body .bvi-body[data-bvi-theme="white"] button.nav-button,
body .bvi-body[data-bvi-theme="blue"] button.nav-button,
body .bvi-body[data-bvi-theme="brown"] button.nav-button,
body .bvi-body[data-bvi-theme="green"] button.nav-button {
	background-color: #fff !important;
	border: 1px solid #000 !important;
}

body .bvi-body[data-bvi-theme="black"] button.nav-button {
	background-color: #000 !important;
	border: 1px solid #fff !important;
}

.bvi-active .footer-top {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

@media screen and (min-width: 860px) {
	.bvi-active .footer-top {
		flex-direction: row;
	}
}

body.bvi-active .footer-submit input[type="submit"] {
	font-size: 0px !important;
}

body .bvi-body[data-bvi-theme="white"] .footer-submit::before,
body .bvi-body[data-bvi-theme="blue"] .footer-submit::before,
body .bvi-body[data-bvi-theme="brown"] .footer-submit::before,
body .bvi-body[data-bvi-theme="green"] .footer-submit::before {
	background: #fff;
	z-index: 1;
	box-sizing: content-box;
}

body .bvi-body[data-bvi-theme="white"] .footer-submit::after,
body .bvi-body[data-bvi-theme="blue"] .footer-submit::after,
body .bvi-body[data-bvi-theme="brown"] .footer-submit::after,
body .bvi-body[data-bvi-theme="green"] .footer-submit::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: content-box;
}


body .bvi-body[data-bvi-theme="black"] .footer-submit::before {
	background: #000;
	z-index: 1;
	box-sizing: content-box;
}

body .bvi-body[data-bvi-theme="black"] .footer-submit::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	box-sizing: content-box;
}
/* End */


/* Start:/local/components/skobeeff/reservation/templates/.default/style.css?16976989761008*/
.loader-wave,
.loader-wave:before,
.loader-wave:after {
	background: #fff;
	-webkit-animation: loader-wave-keyframes 1s infinite ease-in-out;
	animation: loader-wave-keyframes 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader-wave {
	color: #fff;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader-wave:before,
.loader-wave:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader-wave:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader-wave:after {
	left: 1.5em;
}
@-webkit-keyframes loader-wave-keyframes {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes loader-wave-keyframes {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

/* End */


/* Start:/local/templates/verba/styles.css?175393986021924*/
.picture-as-darkened-background--news img {
    object-position: left;
}

.information .text-container a {
    color: #000;
}

.col-sm-3 {
    width: 22%;
    display: inline-block;
    padding: 0px 1%;
    vertical-align: top;
}

.col-sm-3 img {
    margin-bottom: 10px;
}

.price_right {
    margin-top: 25px;
}

.price_right img {
    max-width: 100%;
    margin-bottom: 15px;
}

.price_right h3 {
    font-size: 20px;
}

.price_right p {
    font-size: 14px;
}

.price_right p b {
    font-size: 18px;
    color: rgb(63, 100, 33);
}

.price_right a.button {
    width: 240px;
}

#open_form {
    display: none;
}

form.form {}

/* Desktop styles for docs section */
.docs .col {
    max-width: 22%;
    display: inline-block;
    vertical-align: top;
}

.docs .col a {
    display: block;
    text-align: center;
    color: #000;
    max-width: 200px;
    margin: 0 auto;
}

.docs .col a img {
    display: block;
    margin-bottom: 10px;
}

/* Mobile responsive styles for docs section */
@media (max-width: 767px) {
    .docs {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .docs .col {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        width: calc(40% - 10px);
        margin-right: 15px;
        flex-shrink: 0;
    }
    
    .docs .col:last-child {
        margin-right: 0;
    }
    
    .docs .col a {
        color: transparent;
        font-size: 0;
        line-height: 0;
    }
}

form.form label {
    display: block;
}

form.form input[type=text],
form.form textarea {
    margin: 0px!important;
    min-width: 320px;
    border: 1px solid #ddd;
    padding: 8px 14px;
}

form.form input[type=radio] {
    height: auto!important;
    width: auto!important;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
}

form.form tr {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

form.form td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 5px;
    padding-right: 5px;
}

form.form a.button {
    width: 150px;
    text-align: center;
}

p.ask {
    text-align: center;
    font-size: 22px;
}

@media(max-width:768px) {
    .col-xs-6 {
        width: 47%;
        margin: 20px 0px;
    }
}

.of-b-discount [data-name="discount"],
.of-b-recommended [data-name="recommended"] {
    white-space: normal;
}

.copy p {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.625em;
}

.checkup {
    width: 100%;
    border-collapse: collapse;
}

.checkup td {
    border-bottom: 2px solid #f8f8f8;
    padding: 10px;
}

.checkup td.category {
    font-weight: bold;
    background: #EFF4DB;
    color: #404040;
}

.checkup .table_header {
    background: #f8f8f8
}

.checkup .table_header td {
    font-weight: bold;
    color: #a2a235;
}

.checkup td p {
    margin-bottom: 5px;
    margin-top: 5px;
}


.text_after {
    padding: 30px 0 0 0;
}

.text-inner a {
    color: #000;
}

.info-links {
    margin-bottom: 20px;
}
@media(max-width:768px) {
    .info-links {
        margin-bottom: var(--spacing-xs);
    }
    .pt-contacts p {
        margin-bottom: var(--spacing-xs);
    }
    .pt-contacts p:last-child {
        margin-bottom: 0;
    }
    .pt-content {
        height: auto;
        position: initial;
    }
    .page-top {
        height: auto;
    }
    .contacts h4 {
        margin-bottom: var(--spacing-xs);
    }
    .contacts p {
        margin-bottom: var(--spacing-xxs);
    }
    .contacts p:last-child {
        margin-bottom: 0;
    }
    .contacts .map-view {
        margin-top: var(--spacing-sm);
    }
}
.info-links a {
    display: inline-block;
    margin-right: 38px;
    font-size: 20px;
    line-height: 30px;
    color: inherit;
    font-weight: 500;
}

.pt-contacts {
    margin-top: 0vh;
}

.spoiler .showtxt,
.spoiler.active .hidetxt {
    display: inline;
}

.spoiler .hidetxt,
.spoiler.active .showtxt {
    display: none;
}

.show-block{
    display: block;
}
.hide-block{
    display: none !important;
}
.mobile-show {
    display: none !important;
}
@media (max-width:767px) {
    .mobile-show {
        display: block !important;
    }
    .mobile-hidden{
        display: none !important;
    } 
}
.d-none {
    display: none;
}



#button_modal_new{
    display: none;
}
.modal_new_exit{
    display: none;
}
.open_modal_new .modal_new_exit{
    display: block;
    cursor: pointer;
    position: absolute;
    right: 46px;
    pointer-events: auto;
}
.open_modal_new #button_modal_new{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 40px;
    gap: 10px;
    width: calc(100% - 82px);
    background: #191E29;
    border: 1px solid #FFFFFF;
    font-family: 'Clear Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    pointer-events: auto;
    margin-bottom: 16px; 
}
.open_modal_new #button_modal_new:hover{
    background: #FFFFFF;
    color: #191E29;
}
.modal-title-new{      
 font-family: 'Clear Sans';
 font-style: normal;
 font-weight: 400;
 font-size: 25px;
 line-height: 34px;
 color: #FFFFFF;  
 margin-bottom: 24px;
}
.modal-subtitle-new{
 font-family: 'Clear Sans';
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 line-height: 22px;
 color: #FFFFFF;  
 margin-bottom: 12px; 
}
.modal_text_wrapp ul{
    margin-left: 30px;
    list-style: disc;
}
.modal_text_wrapp ul li{
    list-style: disc;
    margin-bottom: 8px;
    
}
.modal_text_wrapp ul li a{
text-decoration: underline;
pointer-events: auto;
 color: #FFFFFF;  
}
.modal_text_wrapp ul li a:hover{
text-decoration: none;
}
.open_modal_new .header-bottom_open_modal{
    display: flex;
    width: 912px;
    background: #191E29;
    font-family: 'Clear Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
    bottom: 0;
    right: 0;
    z-index: 4;

    position: absolute;
    max-width: 912px;
    pointer-events: auto!important;
    animation: modal_new 1s ease;
}
.header-bottom_open_modal.active .hb-button .button{
    animation: modal_new_q 0.5s ease;

}
@keyframes modal_new {
  0% {width: 0px;}
  100% {width: 912px;}
}
@keyframes modal_new_q {
  0% {width: 393px;}
  100% {width: 126px;}
}
.open_modal_new .header-bottom_open_modal .header-bottom{
    position: unset;
}
.open_modal_new .header-bottom_open_modal  .header-bottom_open_modal_item img{
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  object-fit: cover;
  object-position: center;
}
.open_modal_new .header-bottom_open_modal .header-bottom_open_modal_item{
    pointer-events: none;
    width: calc(50% - 22px);
}
.open_modal_new  .header-bottom_open_modal .header-bottom_open_modal_item:last-child{
    padding: 40px 45px;
    width: calc(45% - 12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.open_modal_new .header-bottom_open_modal .button{
    width: calc(100% - 76px);
}
.open_modal_new .header-bottom_open_modal_bg{
  background: rgba(25, 30, 41, 0.6);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}
.open_modal_new{
    overflow: hidden;
}
.header-bottom {
    margin-bottom: 30px;
    right: 2.2%;
/*    margin-bottom: 40px;*/
}
.open_modal_new .header-bottom {
    margin-bottom: 0;
}
.open_modal_new .button:hover:before,  .open_modal_new .button:hover canvas {
    transform: unset;
}
.modal_text_new{
    display: none;
    width: 90%;
}
.open_modal_new .modal_text_new{
    display: block;
}
.open_modal_new .header-bottom .wa-link{
    display: none;
}

 html.page-invert .open_modal_new .hb-button {
  opacity: unset;
  transform: unset;
  pointer-events: auto;
  visibility: unset;
  transition: unset;
}

.open_modal_new .mb-button{
display: none;
}

 html.page-invert .open_modal_new .plus-button {
display: none;
}


@media screen and (max-width: 920px) {
    .open_modal_new .header-bottom_open_modal {
        width: 100%;
        animation: unset;
    }
}
@media screen and (max-width: 600px) {
    .open_modal_new .header-bottom_open_modal {
        max-height: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        animation: unset;
    }
    .open_modal_new .header-bottom_open_modal {
        width: calc(100% - 44px);
        flex-direction: column;
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 16px;
    }
    .open_modal_new .header-bottom_open_modal .header-bottom_open_modal_item:last-child {
        position: unset;
        width: calc(105% - 16px);
        height: 100%;
        padding: 0px;
    }
    .open_modal_new .header-bottom_open_modal .header-bottom_open_modal_item {
        width: calc(105% - 16px);
    }
    .open_modal_new .header-bottom_open_modal .header-bottom_open_modal_item img {
        height: 420px;
        object-position: bottom;
    }
    .modal_text_new {
        width: 100%;
    }
    .open_modal_new .header-bottom_open_modal .header-bottom_open_modal_item img{
       padding-top: 58px; 
   }
   .open_modal_new .modal_new_exit {
    right: 26px;
    top: 26px;
}
.modal-title-new {
    margin-bottom: 12px;
    margin-top: 16px;
}
.modal_text_wrapp ul li {
    margin-bottom: 0px;
}
.modal_text_wrapp ul {
    margin-bottom: 20px;
}
.modal-subtitle-new {
    margin-bottom: 8px;
}
.open_modal_new .header-bottom_open_modal .button {
    width: calc(100% - 65px);
}
}
@media screen and (max-width: 400px) {
    .open_modal_new .header-bottom_open_modal .header-bottom_open_modal_item img {
        height: 235px;
        object-position: bottom;
    }
}

.program-items .view-slider  .slide{
    height: 0;
}
.program-items .view-slider  .slide.to-center{
  height: 100%;
}

.link_new{
    font-size: 16px;
}

.recommended-programs-item_new {
    margin-top: 0;
    padding-top: 0;
}

.link_wrap {
    margin-left: 6%;
    margin-top: 40px;
    margin-bottom: 30px;
}

.rm-content-inner .rm-link.title_text {
    position: relative;
}
.rm-content-inner .rm-link.title_text .info_text{
    display: none;
    position: absolute;
    width: 310px;
    padding: 12px 27px;
    background: #FFFFFE;
    font-size: 16px;
    z-index: 2;
    color: #282828;
    line-height: 23px;
    bottom: 11px;
    left: 119%;
} 
.rm-content-inner .rm-link.title_text:hover .info_text {
    display: block;
} 
@media screen and (max-width: 500px){
    .rm-content-inner .rm-link.title_text .info_text{
        left: 50%;
    }
}
@media screen and (min-width: 860px){
    .link_wrap {
        margin-left: 10.7%;
    }
}
@media screen and (min-width: 1300px){
    .rooms-main .image.image-wrapper picture {
        min-width: 1300px;
    }
}



.razdel_name_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-top: 70px;
}

.razdel_name_wrap .zagolovok_razdela {
    max-width: initial;
    text-align: left;
    font-size: 40px;
    margin: 0;
    padding: 0;
    margin-left: 2.9%;
}

body .stuff-page {
    margin-top: 0;
}

@media screen and (min-width: 860px) {
    .stuff-page .wrapper .staff-row-1 {
        margin: 3.7% 1.45% 0 2.9%;
    }

    .stuff-page .wrapper .staff-row-2 {
        margin: 6.7% 1.45% 0 0;
    }

    .stuff-page .wrapper .staff-row-3 {
        margin: 3.7% 2.9% 0 0;
    }

    .stuff-page .wrapper .si-notice_new{
        transition-delay: .2s;
        margin: 9.7% 0 0;
    }

}

@media screen and (max-width: 859px) {
    .stuff-replace .popup-stuff-left{
        width: 100% !important;
    }
}


.bold {
    font-weight: bold;
}

.specialist_prop__wrap {
    font-size: 16px;
    padding-right: 7%;
    margin-bottom: 1em;
    line-height: 1.714em;
    letter-spacing: -.005em;
}
.specialist_BUTTON_WhatsApp__wrap{
    margin-top: 25px;
}

.specialist_BUTTON_WhatsApp__wrap a{
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    color: black;
    font-weight: bold;
    background: rgb(241, 239, 239);
    background: linear-gradient(90deg, rgba(241, 239, 239, 1) 25%, rgba(194, 194, 194, 1) 75%);
}

.specialist_BUTTON_WhatsApp__wrap a:hover{
    background: rgb(241, 239, 239);
    background: linear-gradient(90deg, rgba(220, 220, 220, 1) 25%, rgba(175, 175, 175, 1) 75%);
}

.text_WhatsApp{
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pub_item{
    border: 1px solid gray;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    width: 50%;
}

.stuff-replace {
    display: block !important;
}

.stuff-replace .popup-stuff-left {
    float: left;
}

.stuff-replace .popup-stuff-right {
    float: right;
}

.stuff-item .dop-info {
    display: none;
}

.popup-inner .dop-info {
    display: block;
    font-size: 15px;
}

.button-zapis-na-priem canvas {
    background-color: #536e4a;
}

.popup-stuff-right .button-zapis-na-priem {
    color: #fff;
}

.popup-callback .modal__desc.h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}

.popup-callback .callback__button.button {
    margin-top: 0;
}
.button.callback {
    color: #fff;
    margin-right: 20px;
    border: 1px solid #191e29;
}
.hb-button .button.callback::before {
   background: #191e29;     
}
.popup-callback .input-wrapper.not-empty.error input {
    animation: error .4s ease;
}
#popup-response.active-bgr .popup-content {
    background: #fff;
}

.popup-callback.order-form form.popup-callback-form {
    position: static;
    height: 100%;
   /*display: flex;
   flex-direction: column;
   justify-content: end;
   height: 100%;*/
}
/*.popup-callback .of-buttons-wrapp .of-buttons{
    justify-content: space-between;
}*/
.popup-callback .of-buttons-wrapp p.footer{
    margin: 0;
}
.header-bottom.header-bottom-modile {
    display: flex;
}
.header-bottom-modile .border-btn.border-btn .button {
    border: 1px solid #ccc;
}
.text_in_main_top:not(.main_top) {
    top: 18px;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    background:#DBDB00;
    padding:2px;
}
.text_in_main_top.main_top {
    background:#DBDB00;
    padding:2px;
    text-align: center;
}
.text_in_main_top a {
    font-weight: bold;
    color: #282828;
}

.text_in_main_top .icon_in_info_main.whatsapp_icon{
    background:url(/local/templates/verba/build/whatsapp.png) no-repeat center;
    background-size: contain;
    margin-left: 9px;
}
.text_in_main_top .icon_in_info_main.teleg_icon{
    background:url(/local/templates/verba/build/telegram1.png) no-repeat center;
    right: 0;
    background-size: contain;
}


.text_in_main_top .icon_in_info_main {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius:50%;
    bottom: -4px;
}
.text_in_main_top.main_top p{
    max-width: 100%;
    margin: 0;
    line-height: 1.2em;
    padding: 0;
}
.text_in_main_top.main_top .icon_text{
    position: relative;
    padding-right: 59px;
    width: 730px;
    text-align: center;
    margin:0 auto;
}
.text_in_main_top.main_top p.bold {
    margin-bottom: 5px;
}
@media screen and (min-width: 860px){
  .text_in_main_top.main_top p{
        max-width: 100%;
        margin: 0;
        line-height: 1.2em;
    }  
}
@media screen and (min-width:600px) and (max-width:790px) {
    .text_in_main_top.main_top .icon_text span {
        display: block;
        position: 0 2px;
    }
    
}
@media screen and (max-width:790px) {
    .text_in_main_top.main_top .icon_text {
        width: 100%;
    }
    .text_in_main_top .icon_in_info_main {
        position: static;
    }

    .text_in_main_top .icon_in_info_main.whatsapp_icon,
    .text_in_main_top .icon_in_info_main.teleg_icon{
/*        display: none;*/
    }
}

@media screen and (max-width:767px) {
    .text_in_main_top {
        top: 78px;
        padding: 2px 10px;
        left: 0;
        transform: none;
        margin-right: 0;
    }
    .text_in_main_top.main_top {
        position: absolute;
        z-index: 9;
    }
}
@media screen and (max-width:600px) {
    .text_in_main_top.main_top .icon_text,
    .text_in_main_top.main_top p {
        line-height: 1.1em;
    }
    .text_in_main_top .icon_in_info_main {
        width: 25px;
        height: 27px;
    }
    .text_in_main_top.main_top p.bold {
      margin-bottom: 0;
    }
}
@media screen and (max-width:860px) {
    .header-bottom.header-bottom-modile .wa-link {
        bottom: 170px;
    }
    .header-bottom.header-bottom-modile .telegram {
        bottom: 115px;
    }
}
@media screen and (max-width:550px) {
    .header-bottom.header-bottom-modile {
        flex-wrap: wrap;
    }
    .header-bottom.header-bottom-modile .hb-button {
        width: 100%;
        text-align: right;
    }
    .header-bottom.header-bottom-modile .hb-button .button.callback {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .header-bottom.header-bottom-modile .wa-link {
        bottom: 220px;
    }
    .header-bottom.header-bottom-modile .telegram {
        bottom: 170px;
    }
    html.headerHidden .header-bottom-modile .plus-button {
        height: 44px;
    }

    .mobile_box_button{
        height: 44px;
        display: block;
        position: absolute;
        bottom: 40px;
        right: 20px;
        width: 44px;
        border-radius:50%;
        opacity: 1;
        pointer-events: auto;
        background:#fff url(/local/templates/verba/build/phone-call.png) no-repeat center;
        background-size: auto;
        cursor: pointer;
        background-size: 67%;
        border:1px solid #191e29;
        transition:bottom 0.5s;
        /* iOS touch improvements */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
    .mobile_box_button:not(.active):focus {
        border:1px solid #191e29;
    }
    .mobile_box_button.active {
        bottom: 310px;
/*        bottom: 261px;*/
        background:url(/local/templates/verba/build/close.png) no-repeat center;
        background-size: contain;
        border:none;
    }

    .mobile_box.mobile_box-hidden {
        display: none;
    }

}

/* iOS Touch Optimization for Nav Button */
.nav-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.nav-button i,
.nav-button span {
    pointer-events: none;
}

.news {
    padding-top: 80px;
}

.news__list {
    display: flex;
    gap: 55px;
    flex-direction: column;
}

.news__card {
    display: flex;
    gap: 21px;
}

.news__card-image {
    width: clamp(300px, 30vw, 592px);
    flex-shrink: 0;
}

.news__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__card-content {
    display: flex;
    flex-direction: column;
}

.news__card-content-title {
    font-family: 'Clear Sans';
    font-weight: 700;
    font-size: clamp(20px, 2.6vw, 30px);
    line-height: clamp(20px, 2.6vw, 30px);
    letter-spacing: 0;
}

.news__card-content-text {
    font-family: 'Clear Sans';
    font-size: clamp(16px, 2.6vw, 20px);
    line-height: clamp(18px, 2.6vw, 24px);
    letter-spacing: 0;
    color: #282828;
    margin-top: 12px;
    overflow: hidden;
    padding-right: 0;
}

.news__card-content-text--detail {
    transition: max-height 2s ease;
    position: relative;
}

.news__card-content-text--detail.has-overflow:not(.expanded)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.8) 100%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.news__card-content-text--detail.expanded::after {
    opacity: 0;
}

.news__card-content-text--detail.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.news__card-detail-btn-wrapper {
    margin-top: 8px;
}

.news__card-detail-btn {
    cursor: pointer;
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: clamp(16px, 2.6vw, 20px);
    line-height: clamp(18px, 2.6vw, 24px);
    letter-spacing: 0;
    color: #191E29;
    position: relative;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    display: inline-block;
    width: auto;
}

.news__card-detail-btn::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #191E29;
}

.news__card-content-text p {
    padding-right: 0;
    max-width: unset;
}

.news__card-content-button {
    margin-top: 30px;
    margin-bottom: 16px;
}

.news__card-content-date {
    font-family: 'Clear Sans';
    font-size: clamp(12px, 2.6vw, 20px);
    line-height: clamp(12px, 2.6vw, 14px);
    letter-spacing: 0;
    color: rgba(40, 40, 40, 0.5);
    margin-top: auto;
}

@media (max-width: 768px) {
    .news__list {
        gap: 32px;
    }

    .news__card {
        flex-direction: column;
        gap: 0;
    }

    .news__card-image {
        width: 100%;
    }

    .news__card-content-date {
        order: -1;
        margin-top: 12px;
    }

    .news__card-content-title {
        margin-top: 4px;
    }

    .news__card-content-text {
        margin-top: 4px;
    }

    .news__card-content-button {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .news__card-content-button div {
        display: flex;
    }
}

.detail-text-collapsed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.detail-text-expanded {
    opacity: 1;
}
/* End */
/* /local/templates/verba/build/fancybox.css?15873932833730 */
/* /local/templates/verba/css/content-cards.css?17537694003393 */
/* /local/templates/verba/base.css?17541286205677 */
/* /local/templates/verba/components/bitrix/menu/verba_menu_main_footer/style.css?15631976814414 */
/* /local/components/skobeeff/visually-impaired/templates/.default/style.css?17189545911771 */
/* /local/components/skobeeff/reservation/templates/.default/style.css?16976989761008 */
/* /local/templates/verba/styles.css?175393986021924 */
