@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/* glide */
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

body
{
	/* font-family:'latoregular', sans-serif; */
	font-family: 'Roboto', Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.65;
    word-wrap: break-word;
   	margin:0;
	padding:0;
}

a
{
	color:#b61aae;
	font-size:inherit;
	margin:0;
	padding:0;
	display:inline-block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

a:hover
{
	text-decoration:none;
}

.button
{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	border-radius:3px;
	padding:0;
	border:none;
	outline:none;
}

img
{
	max-width:100%;
	height:auto;
}

.header .logo
{
	padding:18px 0;
}
.header-logo-name {
	color: #b61aae;
    display: block;
    text-align: end;
}
.header-logo-title {
	display: block;
	color: #b61aae;
}

.header .logo .custom p
{
	margin:0;
}

.header .logo .custom a
{
	display:inline-block;
}

.header .logo .custom a img:hover, .footer .footer-logo .custom a img:hover {
	animation: pulse 0.5s; 
}

.header .logo a
{
	cursor:pointer;
}
.phone-header-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.phone-header
{
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	line-height:1.6em;
	text-align:center;
}
.phone-header a {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    pointer-events: auto;
}
.phone-header a span:nth-child(1) {
	color: #0c056d;
    font-weight: bold;
    width: 100%;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.header-mail{
	font-size: 20px;
}
.phone-header a span:nth-child(1)::before {
	content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #0c056d;
    transform: translateX(-50%);
}
.phone-header a span:nth-child(2) {
	color: #572d65;
    width: 100%;
    display: block;
}

.button-header .custom__request-button
{
	color:#fff;
}

.button-header .custom__request-button p
{
	padding:0;
	margin:0;
}

.button-header .custom__request-button .request-button
{
	display:block;
	background-color: #B61AAE;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:50px;
	padding:0 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.mod-languages .visually-hidden {
	display: none;
}

.button-header .custom__request-button .request-button:hover, .error-page .col a:hover, .form-modal-submit:hover
{
	background-color: #f98b8b;
}
.menu-list {
    width: 100%;
    display: flex;
    justify-content: center;
	gap: 2rem;
}

nav.moduletable_menu.span1 {
    width: 100%;
}
.main-menu .mod-languages {
	/* order: 1; */
}
.main-menu .mod-languages a {
	padding: 0;
}
.main-menu .mod-languages .lang-active {
	background-color: transparent;
}
.main-menu .mod-languages .lang-active a {
	color: #f25d9c;
}

.main-menu
{
	background-color:#572d65;
	position:sticky;
	top:0;
	z-index:10;
}

.main-menu ul
{
	display:flex;
	justify-content: space-between;
}

.main-menu ul li
{
	text-align:center;
	flex:initial;
}

.main-menu ul a
{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:51px;
	color:#fff;
	padding:0 10px;
}

.main-menu ul.menu a:hover, .main-menu .current-menu-item a {
    background-color: #B61AAE;
}
.main-menu .menu-wrapper {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.main-menu .menu-wrapper  .mobile-phone-wrapper {
	display: none;
}
.main-menu .menu-wrapper  .mobile-phone-wrapper a {
	color: #fff;
    font-size: 20px;
    padding: 10px;
}
.main-menu .menu-wrapper .mobile-menu-toggler {
	display: none;
	color: #fff;
    width: 50px;
    margin-left: auto;
    padding: 5px 10px;
    font-size: 30px;
}
.main-menu .menu-wrapper .menu-list nav .menu li.menu-item-has-children ul.sub-menu {
	flex-wrap: wrap;
}
.main-menu .menu-wrapper .menu-list nav .menu li.menu-item-has-children ul.sub-menu li {
	width: 100%;
}
@media (max-width: 767px) {
	.button-header {
		margin-bottom: 20px;
	}
	.phone-header-wrapper {
		display: none;
	}
	.main-menu .menu-wrapper  .mobile-phone-wrapper {
		display: block;
	}
	.main-menu .menu-wrapper .mobile-menu-toggler {
		display: block;
	}
	.main-menu .menu-wrapper .menu-list {
		display: none;
	}
	.main-menu .menu-wrapper .menu-list nav .menu {
		flex-wrap: wrap;
	}
	.main-menu .menu-wrapper .menu-list nav .menu li {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		border-bottom: 1px solid #774c86;
	}
	.main-menu .menu-wrapper .menu-list .nav-header {
		position: relative;
	}
	.main-menu .menu-wrapper .menu-list .nav-header::after {
		content: "\f107";
		font-weight: 900;
    	font-family: 'fontawesome';
		position: absolute;
		top: 0;
		right: 0;
	}
	.main-menu .menu-wrapper .menu-list .nav-header.active::after {
		content: "\f106";
		font-weight: 900;
    	font-family: 'fontawesome';
		position: absolute;
		top: 0;
		right: 0;
	}
	.main-menu .menu-wrapper .menu-list nav .menu li a, .main-menu .menu-wrapper .menu-list nav .menu li span {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #774c86;
	}
	.main-menu .menu-wrapper .menu-list nav .menu li.menu-item-has-children ul.sub-menu {
		display: none;
		position: static;
		width: 100%;
		flex-wrap: wrap;
		background-color: rgb(101, 59, 115);
	}
	.moduletable_menu li.menu-item-has-children:hover .sub-menu {
		display: block !important;
	}
	.main-menu .mod-languages ul {
		justify-content: flex-start;
	}

	.questions--page .questions_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
	}
}
.main-content
{
	margin-top:-1px;
}

ul.breadcrumb
{
	background:none;
	padding:0;
	margin:12px 0 27px;
	font-family: 'Roboto', sans-serif;
}

ul.breadcrumb li
{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
}

ul.breadcrumb li a
{
	text-decoration:underline;
	color:#0c056d;
}

ul.breadcrumb li a:hover
{
	text-decoration:none;
}

ul.breadcrumb li span.divider
{
	margin:0 7px;
}

ul.breadcrumb li.active,
ul.breadcrumb li.active:before
{
	/*font-size:14px;*/
	color:#b61aae;
}

ul.breadcrumb li.active
{
	background:none;
}

ul.breadcrumb li.active span.divider:first-child
{
	display:none;
}

h1
{
	font-size:35px;
	color:#572D65;
	padding:0px;
	margin:25px 0px;
	line-height:35px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
}

.slider .custom p {
	text-align: center;
}
.slider .custom p img {
	max-width: 95%;
}

/* .djslider-default
{
	} */

.slider .djslider-default .navigation-container-custom
{
	top:auto;
	right:auto;
	left:20px;
	bottom:20px;
}

.djslider-default .navigation-container-custom span.load-button
{
	background-color:#fff;
	border:none;
	opacity:1;
}

.djslider-default .navigation-container-custom span.load-button:hover
{
	background-color:#000;
}

.djslider-default .navigation-container-custom span.load-button-active
{
	background-color:#c51162;
}

.djslider-default .navigation-container-custom span.load-button-active:hover
{
	background-color:#c51162;
}

.djslider-default .navigation-container-custom span.load-button:focus
{
	outline:none;
}

.mobile_main_banner {
	display: none;
}

.custom__description-site, .custom__description-site-food
{
	margin-top:24px;
}

.description-site-item:hover img {
	animation: jello 1s;
}

.description-site-item img
{
	display:block;
	margin:0 auto;
}

.description-site-item a
{
	margin:17px 0px 9px 0px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	display:block;
	font-size:14px;
	color:#b61aae;
	text-decoration:none;
}

.main-form-img .custom__main-form-img img
{	width: 100%;
	max-width:100%;
	height:auto;
}

.main-form
{
	max-width: 380px;
	width:88.05%;
}

.main-form input, .main-form textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 14px;
    padding: 0px 1.5%;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    background-color: #572D65;
}

.main-form textarea
{
	height:30px;
	min-height: 30px;
	padding:5px 1.5%;
	margin-bottom: 0;
	max-height: 150px;
}

.main-form input[type="submit"] {
    width: auto;
    background-color: #B61AAE;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 33px;
    margin: 14px 0 0 auto;
    border: 0px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.main-form input[type="submit"]:hover
{
	cursor:pointer;
	background-color:#f98b8b;
}

.main-form #captcha-109 {
	width: 57%;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}

#clearbtn, input[name="mod_istcontacst_submited"]
{
	transition:auto!important;
}

.item-block-title
{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	text-align:Center;
	color:#b61aae;
	margin:14px 0px 0px 0px;
}

.item-block-title a:hover
{
	color:#b61aae;
}

.news-sidebar ul.newsflash-vert
{
	margin:0px 0px 31px 0px;
}

.news-sidebar h4.item-block-title
{
	margin-top:74px;
}

.news-sidebar ul.newsflash-vert
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.news-sidebar ul.newsflash-vert li.newsflash-item
{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:13px;
	color:#646472;
	margin:10px 0px;
}

.news-sidebar ul.newsflash-vert li.newsflash-item a
{
	font-size:16px;
	line-height:13px;
	color:#0c056d;
}

.news-sidebar ul.newsflash-vert li.newsflash-item a:hover
{
	color:#b61aae;
}

.articles-sidebar ul.newsflash-vert
{
	margin:0px 0px 31px 0px;
}

.articles-sidebar h4.item-block-title
{
	margin-top:74px;
}

.articles-sidebar ul.newsflash-vert
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.articles-sidebar ul.newsflash-vert li.newsflash-item
{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:13px;
	color:#646472;
	margin:10px 0px;
}

.articles-sidebar ul.newsflash-vert li.newsflash-item a
{
	font-size:16px;
	line-height:13px;
	color:#0c056d;
}

.articles-sidebar ul.newsflash-vert li.newsflash-item a:hover
{
	color:#b61aae;
}

.articles-sidebar ul.newsflash-vert h4.newsflash-title
{
	line-height: 1.65;
    border: 1px #e4eff5 solid;
    padding: 10px;
    font-family: 'Roboto', Arial,sans-serif;
}

.video .item-block-title
{
	margin:35px 0px 30px 0px;
}

.form-wrapper
{
	background-image:url(../img/formfoot.jpg);
	background-position:left top;
	background-size:cover;
	background-repeat:no-repeat;
	margin-top:20px;
	padding:5px 0px 23px 40%;
}

.form-wrapper h3
{
	font-family: 'Roboto', sans-serif;
	font-size:37px;
	color:#d03558;
	text-align:center;
	margin-bottom:10px;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
}

.form-wrapper form
{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
}

.input-wrapper
{
	width: 65%;
}

.input-wrapper input
{
	width:100%;
}

.comments-form-buttons-wrapper
{
	/*width:25%;*/
	display:flex;
	align-items:flex-end;
	justify-content:center;
}
.icon-angle-double-left::before {
    content: "<<";
}

.icon-angle-left::before {
    content: "<";
}

.icon-angle-double-right::before {
    content: ">>";
}

.icon-angle-right::before {
    content: ">";
}
.jcom-send-outer {
	text-align: center;
	width: 35%;
}

/* #comments-form #comments-form-buttons
{
	} */

.reviews .jcomments-latest
{
	margin:0;
	padding:0;
}

.jcomments-latest li
{
	list-style-type:none;
}

.jcomments-latest h4
{
	text-align:Center;
	font-size:20px;
	color:#b61aae;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	margin:35px 0px 30px 0px;
}

.jcomments-latest .comment
{
	padding:36px 0px;
	font-family: 'Roboto', sans-serif;
	line-height:18.4px;
	color:#646472;
	font-size:14px;
}

.jcomments-latest .comment span.author
{
	display:block;
	font-family: 'Roboto', sans-serif;
	color:#0c056d;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}

.jcomments-latest .comment span.date
{
	display:block;
	text-align:right;
	font-family: 'Roboto', sans-serif;
}

.jcomments-latest .rounded
{
	border-radius:0!important;
}

.form-sidebar-title
{
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	color:#29b6f6;
	text-align:center;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
}

.sidebar-contacts
{
	width:100%;
	background:url(../img/formright.jpg) center top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding:6px 0px 12px 0px;
	margin-top:5px;
	transition: all 0.5s ease;
  	height: 390px;
}

.sidebar-contacts:hover {
	-webkit-background-size: 102%;
	background-size: 102%;
}


.sidebar-contacts #captcha-99 {
	margin-left: -15px;
}

.sidebar-contacts #captcha-99 .g-recaptcha {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: top center;
	-webkit-transform-origin: top center;
}

.sidebar-contacts form
{
	padding:0 10px 7px 10px;
	margin-top:111px;
}

.sidebar-contacts input
{
	border:1px solid #2bb6f6;
-webkit-border-radius:3px;
-moz-border-radius:3px;
	font-family: 'Roboto', sans-serif;
	border-radius:3px;
	color:#646472;
	margin-bottom:6px;
	padding:0px 1.5%;
	width:100%;
	font-size:14px;
	height:30px;
	line-height:30px;
}

.sidebar-contacts input[type="submit"]
{
	width:auto;
	background-color:#f25d9c;
	font-family: 'Roboto', sans-serif;
	line-height:28px;
	color:#ffffff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
	border-radius:3px;
	padding:0px 13px;
	margin:10px auto 8px;
	border:0px;
	display:block;
}

.sidebar-contacts input[type="submit"]:hover
{
	cursor:pointer;
	background-color:#f98b8b;
}

#clearbtn, input[name="mod_istcontacst_submited"]
{
	transition:auto!important;
}

.comments h2
{
	font-size:24px;
	color:#0c056d;
	padding:0px;
	margin:25px 0px;
	line-height:35px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
}

.cookie_agreement {
    position: fixed;
    bottom: 0;
    margin-left: 2rem;
    margin-bottom: 2rem;
    width: 500px;
    max-width: 95vw;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 4px;
    z-index: 100;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    display: none;
}
.cookie_agreement.active {
    display: block;
	background: #ffffff;
    color: #212529;
}
.cookie_agreement__close {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg class='cookie_agreement__close' fill='currentColor' height='16' width='16' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 490 490' xml:space='preserve'%3E%3Cpolygon points='456.851,0 245,212.564 33.149,0 0.708,32.337 212.669,245.004 0.708,457.678 33.149,490 245,277.443 456.851,490 489.292,457.678 277.331,245.004 489.292,32.337 '%3E%3C/polygon%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
}
.cookie_agreement__title {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.6;
    color: #572d65;
}
.cookie_agreement__text {
    line-height: 1.6;
    margin-top: 1rem;
}
.cookie_agreement__buttons {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.cookie_agreement__buttons .button{
	width: 150px;
    max-width: 45vw;
    text-transform: uppercase;
    padding-block: 0.7rem;
    transition: 0.2s ease;
    font-size: 14px;
    font-weight: 600;
	cursor: pointer;
}
.cookie_agreement__buttons .cookie_agreement__agree_button {
    border: 1px solid #b61aae;
    border-radius: 4px;
    background: #b61aae;
    color: #fff;
}
.cookie_agreement__buttons .cookie_agreement__agree_button:hover {
    background-color: #ffffff;
    color: #b61aae;
}
.cookie_agreement__buttons .cookie_agreement__rules_link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b61aae;
    border-radius: 4px;
    color: #b61aae;
    text-decoration: none;
}
.cookie_agreement__buttons .cookie_agreement__rules_link:hover {
    background-color: #b61aae;
    color: #ffffff;
    text-decoration: none;
}

.menu {
	list-style: none;
	padding-inline: 0;
}

.footer
{
	background-color:#572d65;
	padding:40px 0 10px 0;
	color:#fff;
}

.envirabox-theme-base_dark .envirabox-thumbs>ul {
	display: flex;
    justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.hidden-gallery-image {
	display: none;
}

.footer .footer-title
{
	font-size:16px;
	margin-bottom:7px;
}

.footer-menu .current
{
	color:#f25d9c;
}

.footer-menu .active, .footer-menu .current
{
	background:none;
}

.footer-menu ul.menu li
{
	width:100%;
}

.footer-menu ul.menu li a
{
	color:#fff;
	}

.footer-menu ul.menu li a:hover
{
	color:#f25d9c;
}

.video .moduletable h3
{
	font-size:15px;
}

.footer-contacts .footer-contacts-title
{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#ffffff;
	margin-bottom:7px;
}

.footer-contacts .custom p
{
	color:#FFFFFF;
	line-height:22.4px;
	font-size:14px;
	margin-bottom:0px;
}
.footer-text, .footer-text p {
	font-size: 14px;
}
.footer-text p a {
	color: #f25d9c;
    text-decoration: underline;
	display: inline;
}
.footer-text p a:hover {
	text-decoration: none;
}
footer .copyright {
	text-align: center;
    margin-inline: auto;
    justify-content: center;
	font-size: 14px;
	margin-top: 20px;
	gap: 0.25rem;
}
footer .copyright p {
	margin-bottom: 0;
}

.modal-contacts
{
	height:auto;
	display:none;
	position:fixed;
	z-index:1000;
	top:50vh;
	left:50vw;
	transform:translate(-50%, -50%);
	background-color:#fff;
	border-radius:12px;
	outline:none;
	border-radius: 20px;
	box-shadow: 4px 4px 33.9px 0px #0000001A;
	max-height: 100vh;
    overflow-y: auto;
	overflow-x: hidden;
}

.form-modal-title h4
{
	background:#2e9598;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:30px;
	text-align:center;
	border-radius:12px;
	cursor:move;
	padding:0;
	position:relative;
}

.form-modal-title .close-form-modal-wrapper
{
	position:absolute;
	top:4px;
	right:19px;
}

.form-modal-title a#close-form-modal
{
	width:22px;
	height:22px;
	border-radius:50%;
	position:relative;
	cursor:pointer;
}

.form-modal-title a#close-form-modal:hover,
.form-modal-title a#close-form-modal:active
{
	background-color:#fff;
}

.form-modal-title a#close-form-modal:hover:after,
.form-modal-title a#close-form-modal:active:after
{
	background-color:#f25d9c;
}

.form-modal-title a#close-form-modal:hover:before,
.form-modal-title a#close-form-modal:active:before
{
	background-color:#f25d9c;
}

.form-modal-title a#close-form-modal:after
{
	content:'';
	width:10px;
	height:3px;
	display:table;
	border-radius:2px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) rotate(45deg);
	background-color:#fff;
}

.form-modal-title a#close-form-modal:before
{
	content:'';
	width:10px;
	height:3px;
	display:table;
	border-radius:2px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) rotate(-45deg);
	background-color:#fff;
}

.modal-contacts .form-modal
{
	padding:10px 15px;
}

.form-modal .fields
{
	margin:10px 0 0 0;
}

.form-modal .label-input label
{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	color:#333;
	margin:0;
}

.form-modal input[type="text"]
{
	width:100%;
	height:26px;
	border:1px solid #ccc;
	border-radius:4px;
	padding:0 0 0 4px;
	line-height:initial;
}

.form-modal input[type="text"]:focus
{
	border-color:#fee356;
}

.form-modal input[type="submit"]
{
	display:block;
	margin:15px auto 0;
	line-height:1.3;
	background:#2e9598;
	padding:0.4375em 1.375em;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	border:0;
	border-radius:4px;
	margin:0 auto;
	text-align:center;
	width:146px;
	margin-top: 1rem;
}

.form-modal input[type="submit"]:focus
{
	outline:none;
}

.form-modal #captcha-106 {
	transform: scale(0.97);
	-webkit-transform: scale(0.97);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin: 10px auto;
}
/* footer-form */
.footer-form
{
	margin-top:80px;
	background-color: #E8F8FA;
	/* background-image: url(/images/footer-form__background-image.png); */
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: auto;
}

.footer-form-wrapper:hover {
	-webkit-background-size: 102%;
	background-size: 102%;
}

.footer-form-wrapper form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-form-wrapper .form-footer-title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-top: 88px;
    color: #572D65;
}

.footer-form-wrapper input
{
	border:1px solid #2bb6f6;
-webkit-border-radius:3px;
-moz-border-radius:3px;
	font-family: 'Roboto', sans-serif;
	border-radius:3px;
	color:#646472;
	margin-bottom:6px;
	padding:0px 1.5%;
	width:100%;
	font-size:14px;
	height:30px;
	line-height:30px;
}

.footer-form-wrapper input[type="submit"]
{
	width:auto;
	border:0px;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	background-color:#f25d9c;
-webkit-border-radius:3px;
-moz-border-radius:3px;
	border-radius:3px;
	line-height:28px;
	padding:0px 13px;
}
.footer-form-wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #f98b8b;
}
.footer-form-wrapper .fields-outer {
    width: 95%;
}
div#send-footer-form input {
    background-color: #B61AAE;
    border-radius: 3px;
    width: 152px;
    height: 52px;
    font-size: 14px;
	letter-spacing: 0.03em;
	font-weight: 700;
	text-transform: uppercase;
}
div#send-footer-form input:hover {
    background-color: #f98b8b;
}
.footer-form-wrapper .fields-outer input {
    border: none;
    border-bottom: 1px solid #D3D2D7;
    background-color: inherit;
	border-radius: 0;
	margin-top: 15px;
}
.footer-form-wrapper .fields-outer input:focus {
    outline: none;
}

.footer-form-wrapper .submit-outer {
    width: 100%;
    margin-top: 55px;
	margin-bottom: 40px;
}

.footer-form-wrapper #captcha-113 {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-bottom: -6px;
}

.questions--page
{
	counter-reset:my-sec-counter;
}

.questions--page .questions_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	column-gap: 4rem;
}

.questions--page .item .page-header h2
{
	margin-block-start:14px;
	margin-block-end:14px;
	margin-inline-start:0px;
	margin-inline-end:0px;
}

.questions--page .item .page-header h2 a
{
	text-align:left;
	color:#0c056d;
	text-decoration:underline;
	font-size:14px;
	line-height:18.4px;
	font-family: 'Roboto', sans-serif;
}

.questions--page .item .page-header h2 a:before
{
	counter-increment:my-sec-counter;
	content:" " counter(my-sec-counter) ". ";
}

.questions--page .item .page-header h2 a:hover
{
	text-decoration:none;
}

div#breadcrumbs {
    margin-top: 0.75rem;
    color: #0c056d;
	margin-bottom: 52px;
}
div#breadcrumbs a {
	color: #0c056d;
    text-decoration: underline;
}
div#breadcrumbs a:hover {
	text-decoration: none;
}
div#breadcrumbs span.breadcrumb_last {
    text-decoration: underline;
}
div#breadcrumbs span.breadcrumb_last:hover {
	text-decoration: none;
}
.content p {
	clear: none;
}
.footer-faq .faq-title a
{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#ffffff;
	margin-bottom:7px;
}

.footer-faq .newsflash-vert
{
	padding-left:0;
}

.footer-faq .newsflash-vert .newsflash-item
{
	list-style-type:none;
}

.footer-faq .newsflash-vert .newsflash-item a
{
	color:#FFFFFF;
	text-decoration:None;
	line-height:22.4px;
	font-size:14px;
}

.footer-faq .newsflash-vert .newsflash-item a:hover
{
	color:#f25d9c;
}

.address-contacts span i
{
	text-transform:uppercase;
	font-style:normal;
}

.address-contacts span i:before
{
	font-family:'FontAwesome';
	font-size:34px;
	position:relative;
	height:40px;
	top:4px;
	margin-right:10px;
}

.address-contacts .custom--address,
.address-contacts .custom--tel,
.address-contacts .custom--email
{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	padding:0px 1.5%;
	color:#525261;
	font-size:16px;
	line-height:17.6px;
	margin:24px 0 80px 0;
}

.address-contacts .custom--address:hover span,
.address-contacts .custom--tel:hover span,
.address-contacts .custom--email:hover span {
	animation: bounce 1s;
}


.address-contacts .custom--address span,
.address-contacts .custom--tel span,
.address-contacts .custom--email span
{
	display:block;
	height:40px;
	line-height:40px;
	text-align:Center;
	font-size:20px;
	color:#0c056d;
	margin-bottom:35px;
}

.address-contacts .custom--address span i:before
{
	content:"\f041";
}

.address-contacts .custom--tel span i:before
{
	content:"\f095";
}

.address-contacts .custom--email span i:before
{
	content:"\f0e0";
}

.address-contacts .custom--email a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

.address-contacts .custom--address p,
.address-contacts .custom--tel p,
.address-contacts .custom--email p
{
	margin-bottom:5px;
}

.contact-page-contacts .contact-page-contacts-title
{
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-size:35px;
	color:#f25d9c;
	margin-bottom:50px;
}

.contact-page-contacts .column-left
{
	width:41.3%;
}

.contact-page-contacts .column-right
{
	width:54%;
}

.contact-page-contacts #send-123 {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.contact-page-contacts #captcha-123 {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.contact-page-contacts input, .contact-page-contacts textarea
{
	box-sizing:content-box;
	width:96%;
	height:28px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#646472;
	border:1px solid #307f34;
-webkit-border-radius:3px;
-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:14px;
	padding:0px 1.5%;
}

.contact-page-contacts textarea
{
	height:110px;
	padding:5px 1.5%;
}

.contact-page-contacts input[type="submit"]
{
	width:auto;
	background-color:#f25d9c;
	font-family: 'Roboto', sans-serif;
	line-height:28px;
	color:#ffffff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
	border-radius:3px;
	padding:0px 13px;
	margin:0 0 0 auto;
	border:0px;
	display:block;
}

.contact-page-contacts input[type="submit"]:hover
{
	cursor:pointer;
	background-color:#f98b8b;
}

.contact-page-address .custom__address
{
	margin-top:48px;
}

.contact-page-address .custom__address address
{
	margin-bottom:0;
}

.contact-page-address .custom__address a {
	display: inline;
}


.cities-list ul.menu li
{
	display:block;
	width:100%;
	font-family: 'Roboto', sans-serif;
	line-height:13px;
	color:#646472;
	margin:10px 0px;
}

.cities-list ul.menu li a
{
	font-size:16px;
	line-height:13px;
	color:#0c056d;
	text-decoration:underline;
}

.cities-list ul.menu li a:hover
{
	text-decoration:none;
}

.belarus-page ul.menu
{
	width:80%;
	padding-bottom:80px;
}

.belarus-page ul.menu li
{
	display:block;
	font-family: 'Roboto', sans-serif;
	line-height:26px;
	height:26px;
	width:130px;
	color:#646472;
	margin:10px 0;
}

.belarus-page ul.menu li a
{
	font-size:14pt;
	color:#0c056d;
	text-decoration:underline;
}

.belarus-page ul.menu li a:hover
{
	text-decoration:none;
}

.crimea-page ul.menu
{
	display:flex;
}

.crimea-page ul.menu li
{
	display:flex;
	width:150px;
	margin-right:80px;
}

.crimea-page ul.menu li a
{
	font-size:14pt;
	color:#0c056d;
	text-decoration:underline;
}

.crimea-page ul.menu li a:hover
{
	text-decoration:none;
}

.crimea-page ul.menu li a img
{
	max-width:100%;
	height:auto;
}

.crimea-page ul.menu li:hover img {
	animation: pulse 1s;
}


.crimea-page ul.menu li a span
{
	display:block;
	text-align:center;
	margin:15px 0;
}

.slicknav_menu
{
	background-color:#b61aae;
	padding:5px 0;
	height: 40px;
	color: #fff;
}

.main-menu a:not([href]):not([tabindex]),
.main-menu a:not([href]):not([tabindex]):focus, 
.main-menu a:not([href]):not([tabindex]):hover {
	color: #ffffff;
}

.slicknav_menu .slicknav_icon
{
	display: inline-block;
	/* float: left; */
	margin: 5px 10px 0 0;
}

.slicknav_menu .slicknav_menutxt
{
	font-size:19px;
	line-height: 32px;
	color: #0c056d;
}

.slicknav_menu .slicknav_icon-bar
{
	width:24px;
	height:3px;
	background-color:#0c056d;
	display: block;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar
{
	margin-top:5px;
}

.slicknav_btn
{
	background-color:transparent;
	margin-left: 15px;
	text-shadow:none;
	float: left;
}

.slicknav_nav {
	background-color: #b61aae;
	list-style-type: none;
	padding-inline-start: 0;
	margin-top: 35px;
	width: 100%;
}
.slicknav_nav li a
{
	margin:0;
	padding: 0px 10px 0px 25px;
	line-height: 32px;
	position: relative;
}

.slicknav_nav a:hover
{
	border-radius:0px;
	background:#f25d9c;
	color:#fff;
}

.slicknav_nav a:focus
{
	border:none;
	outline:none;
}

.slicknav_nav a:focus:before {
	color: #0c056d;
}

#back-to-top
{
	position:fixed;
	bottom:40px;
	right:5px;
	z-index:9999;
	width:56px;
	height:56px;
	border-radius:50%;
	cursor:pointer;
	text-decoration:none;
	transition:opacity 0.2s ease-out;
	opacity:0;
	font-size:24px;
	font-weight:bold;
	line-height:52px;
	text-align:center;
	box-sizing:border-box;
	background:rgb(87 45 101);
	color:#fff;
}

#back-to-top:hover
{
	background:#fff;
	border:2px solid rgb(151, 197, 97);
	color:rgb(151, 197, 97);
}

#back-to-top.show
{
	opacity:1;
}

#content-to-top
{
	height:0px;
	display:none;
}

/* phoca-gallery */
#phocagallery-module-ri
{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	border-top:5px solid #0c056d;
	border-bottom:5px solid #0c056d;
	padding:18px 0;
}

#phocagallery-module-ri .pg-cv-box-mod-ri 
{
	box-shadow:none;
}

#phocagallery-module-ri .pg-cv-box-mod-ri img {
	transition: all 0.3s ease;
}


#phocagallery-module-ri .pg-cv-box-mod-ri img:hover {
	opacity: 0.9;
}


.article-info {
	font-size: 10px;
}

.article-info .createdby, .article-info .published {
	margin-bottom: 0;
}

.item-page-hospis-ist h2 {
	text-align: left;
	font-size: 25px;
	line-height: 25px;
	margin: 8px 0;
}
.item-page p, .blog:not(.home) p {
    /* text-indent: 15px; */
	clear: none;
}

div.error-form,div.success-form{width:50%;margin:10px auto;padding:10px;}

div.success-form{color:green;border:1px solid green;}

.captcha-outer-form>div>div{margin:0 auto;}

.news--page img {
	margin-right: 15px;
}

.news--page .items-row {
	margin-bottom: 40px;
}

.news--page .items-row .item .page-header h2 { 
	font-size:24px;
	color:#0c056d;
	padding:0px;
	margin:25px 0px;
	line-height:35px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
}

.contact-page-contacts #skype {
	display: none;
}

.col-12:has(.form-modal-body) {
	padding-inline: 0;
}

.form-modal-block {
	display: flex;
    width: 718px;
    background: #ffffff;
}
.form-modal-decoration {
	width: 85px;
    height: auto;
    background-image: url(/images/modal_desk_decor.webp);
    flex: 0 0 12%;
	background-size: 100% 100%;
}
.form-modal-body-block {
	padding: 0;
    overflow: hidden;
    box-shadow: 4px 4px 33.9px 0px #0000001A;
	flex: 0 0 86%;
	background: #ffffff;
	padding: 1rem;
	min-height: 418px;
}
.form-modal-body {
	/* background: #ffffff;
	padding: 1rem;
	flex: 0 0 88%; */
	border-radius: 20px;
    overflow: hidden;
	box-shadow: 4px 4px 33.9px 0px #0000001A;
}
.close-form-modal-wrapper {
	width: max-content;
    margin-inline-start: auto;
	cursor: pointer;
}
.form-modal-title {
	text-align: center;
    font-size: clamp(1.25rem, 1.5vw ,1.85rem);
    font-weight: 500;
    color: #572d65;
    line-height: 1;
}
.form-modal-inputs {
	margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding-inline: 3rem;
}
.form-modal-input {
	display: flex;
    flex-direction: column;
}
.form-modal-input label {
	color: #636363;
    line-height: 1;
    margin-bottom: 6px;
}
.form-modal-input input {
	border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding-block: 0.614rem;
    padding-inline: 1rem;
	width: 100%;
}

.form-modal-submit {
	margin-inline: auto;
    display: block;
    color: #fff;
    background: #b61aae;
    text-transform: uppercase;
    font-weight: 700;
    width: 200px;
    padding-block: 13px;
	margin-top: 2.75rem;
	transition: all 0.2s ease;
	border-radius: .25rem;
	border: none;
}

.form-modal-block .wpcf7 {
	flex: 0 0 87%;
}
.form-modal-block form {
	padding-block: 0.5rem;
	padding-inline: 1rem;
}


.form-modal-block .captcha-outer-form {
    /* position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%); */
	margin-top: 2rem;
}


.thank-form-modal {
	position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 13rem;
    background: #ffffff;
    padding-inline: 1rem;
    padding-block: 1.125rem;
    display: none;
    gap: 16px;
    z-index: 10;
    border-radius: 14px;
    box-shadow: 0px 1px 12.1px 0px #2F474D4D;
}
.thank-form-modal.active {
	display: flex;
	background: #ffffff;
}
.thank-form-title {
	font-size: clamp(1.25rem, 1.5vw ,1.75rem);
    font-weight: 600;
    line-height: 1;
	color: #1E2231;
}
.thank-form-subtitle {
	font-size: 1.125rem;
    color: #52555F;
    margin-top: 0.75rem;
}
.close-thank-modal {
	cursor: pointer;
	margin-top: -0.25rem;
}

.comments .main-form-bacgkround-color .wpcf7-spinner {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

.comments .main-form-bacgkround-color input.wpcf7-form-control {
	margin-bottom: 0;
}

.price-table {
	overflow: auto;
}

body.home .table-prise {
	margin-top: 50px;
}
.price-table__element {
	display: grid;
    grid-template-columns: repeat(var(---count-columns), minmax(200px, 300px));;
    text-align: center;
	gap: 0.25rem;
}
.col-lg-8 .price-table__element,
.col-lg-9 .price-table__element {
	grid-template-columns: repeat(var(---count-columns), minmax(100px, 300px));;
}

.price-table__element_item {
	padding-block: 1.25rem;
    padding-inline: 0.5;
}
.price-table__element:nth-child(2n - 1) .price-table__element_item {
	background: #E8F8FA;
}
.price-table__element_item.price-table__main_field {
	text-align: left;
	padding-inline: 1.25rem;
}
.price-table__main_field,
.price-table__element:first-child .price-table__element_item {
	font-size: 18px;
    font-weight: 700;
	color: #572D65;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p {
     clear: both;
}



@media(min-width:1200px)
{
	.container
{
	padding:0;
}

.slicknav_menu
{
	display:none;
}

.error-code-message {
	width: max-content;
}

}

@media(max-width:1199px)
{
	.slicknav_menu
{
	display:block;
	position:sticky;
	top:0;
	z-index:10;
}

.form-modal-body-block {
	flex: 1 0 86%;
}

.footer-form-wrapper {
	background-size: cover;
		padding-left: 25%;
}

}

@media(min-width:992px) and (max-width:1199px)
{
	.google-map
{
	max-height:325px;
	overflow:hidden;
}

.form-wrapper
{
	padding-left:22%;
}

.comments-form-buttons-wrapper
{
	width:30%;
}

.footer-text {
	margin-top: 24px;
}

}

@media(max-width:1024px) {
	.main-form #captcha-109 {
		transform-origin: right center;
		width: auto;
	}
	.main-form input[type="submit"] {
		margin-top: 0;
	}
	.sidebar-contacts form {
		margin-top: 50px;
	}
	.sidebar-contacts input[type="email"] {
		margin-bottom: 0;
	}
	.sidebar-contacts input[type="submit"] {
		margin-top: 0;
	}

	.sidebar-contacts #captcha-99 {
		margin-left: -19%;
	}
	.sidebar-contacts #captcha-99 .g-recaptcha {
		transform: scale(0.62);
		transform-origin: center center; 
	}
	.contact-page-contacts #captcha-123 {
		transform-origin: right top;
	}
	.contact-page-contacts #send-123 {
		display: flex;
    flex-direction: column;
    align-items: flex-end;
	}
	.comments-form-buttons-wrapper {
		width: auto;
	}
	.form-modal #captcha-106 {
		transform: scale(0.87);
	}
	.form-modal-title {
		margin-left: -15px;
		margin-right: -15px;
	}
	.form-modal-title .close-form-modal-wrapper {
		right: 4px;
	}

	.questions--page .questions_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}



@media(max-width:991px)
{
	.faq-title, .footer-text
{
	margin-top:24px;
}

.google-map
{
	margin-top:24px;
}

.footer-form-wrapper
{
	padding:10px 15px 10px 30%;
}

.form-modal-block {
	max-width: 320px;
	flex-direction: column;
}

.form-modal-decoration {
	height: 40px;
	display: block;
	flex: auto;
	width: 100%;
	background-size: 100%;
	background-image: url(/images/modal_mob_decor.webp);
}
.form-modal-body-block {
	padding-inline: 1.25rem;
	min-height: 375px;
}
.form-modal-inputs {
	padding-inline: 0;
}

.form-modal-title {
	margin-top: -24px;
}
.close-form-modal-wrapper {
	right: -0.5rem;
}

}

@media(min-width:768px) and (max-width:991px)
{
	.header-phone a {
		font-size: 22px !important;
	}
	.footer-contacts .footer-contacts-title {
		margin-top: 3px;
	}
	

.phone-header span
{
	font-size:22px;
}
.address-contacts .custom--address,
.address-contacts .custom--tel,
.address-contacts .custom--email {
	font-size: 13px;
}

.form-modal-block .captcha-outer-form {
	left: 110%;
	bottom: 3rem;
}

}

@media(max-width:767px) {
	.header .logo .custom p
	{
		text-align:center;
	}

	.button-header
	{
		margin-top:20px;
	}

	.footer-form-wrapper
	{
		padding:10px 15px 10px 5%;
	}

	.footer-form-wrapper .submit-wrapper
	{
		margin-left:13px;
	}

	.description-site-item p
	{
		text-align:center;
	}
	.contact-page-contacts .column-left,
	.contact-page-contacts .column-right {
		width: 100%;
	}
	.form-wrapper
	{
		padding-left:30%;
	}

	.crimea-page ul.menu
	{
		justify-content:space-around;
	}

	.crimea-page ul.menu li
	{
		margin-right:0;
	}

	#jc	#comments .even, #comments .odd {
		width: 100%;
	}
	#comments-form p {
		text-align: center !important;
	}
	.form-wrapper {
		padding-left: 29%;
	}
	.cookie_agreement {
		margin-left: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media(max-width:480px)
{
	.footer-form-wrapper .form-footer-title
{
	font-size:27px;
}

.footer-form-wrapper form
{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	flex-direction:column;
}
.footer-contacts-title {
	margin-top: 24px;
}
.footer-form-wrapper .fields-wrapper
{
	width:100%;
}

.footer-form-wrapper .submit-wrapper
{
	width:100%;
}

.footer-map {
	margin-top: 25px;
}
.footer-logo {
	margin-bottom: 25px;
}

.slider .djslider-default .navigation-container-custom
{
	top:auto;
	right:auto;
	left:10px;
	bottom:10px;
}

.comments h2
{
	font-size:24px;
	line-height:24px;
}

.comments img
{
	margin:0!important;
	float:none!important;
}

.form-wrapper
{
	padding:5px 5% 23px;
}

#comments-form
{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
}

.comments-form-buttons-wrapper
{
	width:auto;
	margin-top:2%;
	justify-content:center;
}

.phoca-gallery #pg-msnr-container
{
	justify-content:center;
}

.footer-form-wrapper .fields-outer {
	width: auto;
}

.footer-form-wrapper .submit-outer {
	padding-left: 0;
}
.footer-form-wrapper .submit-outer {
  width: 100%;
}

.footer-form-wrapper #captcha-113 {
	margin-left: 20%;
}

.footer-form-wrapper #send-footer-form {
	margin-top: -10px;
}

.input-wrapper {
	width: 100%;
}
.jcom-send-outer {
	width: 100%;
	margin-left: unset;
	margin-top: 5px;
}

.form-modal-block .captcha-outer-form {
	/* bottom: -5rem; */
}


}


/* 404 page */
.error-page {
	margin-top: 5rem;
    margin-bottom: 3.75rem;
}

.error-page .row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.error-page .col {
	width: 50%;
	text-align: center;
}
.error-page .col a {
	text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #b61aae;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 4.4rem;
    text-transform: uppercase;
    font-weight: 700;
	padding-block: 13px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mod-languages li {
	list-style-type: none;
	margin: 0 .5rem;
	/* Убираем маркеры */
}
  
.main-menu ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

.error-code-block {
	text-align: left;
    display: flex;
    flex-direction: column;
	margin-bottom: 6rem;
}
.error-code h1 {
	text-align: left;
    margin: 0;
    font-size: 48px;
    font-weight: 600;
}

.error-code-message {
	font-size: clamp(20px, 2.5vw, 36px);
    line-height: 1.4;
    margin-top: 2rem;
	color: #572D65;
}

.kksr-legend {
	margin-top: 0.5rem;
}

.ti-widget.ti-goog {
	margin-top: 5rem;
}


@media(max-width:425px) {

	.footer-form-wrapper #captcha-113 {
		transform-origin: center center;
		margin-left: 7%;
	}
	.main-form {
		margin: 0 auto 25px;
	}
	.main-form #captcha-109 {
		width: 100%;
		transform-origin: center center;
		margin-left: 4%;
	}
	.main-form input, .main-form textarea {
		width: 96%;
	}

	.main-form input[type="submit"] {
		margin-top: 0px
	}
	.footer-form-wrapper #send-footer-form {
		margin-top: 0;
	}
	.contact-page-contacts .column-left {
		width: 100%;
	}
	.contact-page-contacts .column-right {
		width: 100%;
	}
	.contact-page-contacts #send-123 {
		flex-direction: column;
		align-items: center;
	}
	.contact-page-contacts #captcha-123 {
		transform-origin: center top;
	}


}

@media(max-width:375px) {

	.main-form #captcha-109 {
		margin-left: -3%;
	}
	.contact-page-contacts #captcha-123 {
		transform-origin: center center;
		margin-right: unset;
	}
	.footer-form-wrapper #captcha-113 {
		transform-origin: center center;
		margin-left: unset;
    margin-right: 37%;
	}

	.after-menu__block > img.mobile_main_banner {
		margin-bottom: -14rem;
	}

}

@media(max-width:320px) {
	.main-form #captcha-109 {
		margin-left: -18%;
	}
}

/* CUSTOM  */
.moduletable_menu .menu li span {
	display: block;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 51px;
    color: #fff;
    padding: 0 10px;
}
.moduletable_menu .menu li span:hover {
	background-color: #572d65;
}
.moduletable_menu .menu li.menu-item-has-children {
	position: relative;
}
.moduletable_menu li.menu-item-has-children:hover .sub-menu {
	display: block;
}
@media (min-width: 768px) {
	.moduletable_menu li.menu-item-has-children:hover .sub-menu {
		left: -50px;
	}
	
}
.moduletable_menu li.menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
    border: 0;
    left: 0;
    background-color: #572d65;
    list-style: none;
    width: 200px;
    padding: 0;
}

@media(max-width: 767px) {
	.error-page .col {
		width: 100%;
	}

}
/* FEATURES */
.features .features-item {
    color: #636363;
    max-width: 307px;
    margin-top: 60px;
}
.features .features-item img {
	margin-bottom: 10px;
}
.features .features-item .features-title {
	font-size: 16px;
    color: #572D65;
	margin-bottom: 10px;
	font-weight: 700;
}

/***********************
MODAL STYLE 18.08.2020
************************/
.table p {
    text-indent: 0;
}
.table.table-hover.table-responsive > tbody {
    display: table;
    width: 100%;
}
.table.table-hover.table-responsive th {
	width: 20%;
	color: #572D65;
}
.table.table-hover.table-responsive td {
	width: 80%;
	color: #434343;
}
ul.sigFreeClassic li.sigFreeThumb{
	margin: 5px;
	padding: 0px;
	overflow: hidden;
}
.sigFreeClassic {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 4s;
	animation-name: fade;
	animation-duration: 4s;
  }
  
  @-webkit-keyframes fade {
	0% {opacity: .1}
	100% {opacity: 1}
  }
  
  @keyframes fade {
	0% {opacity: .1}
	100% {opacity: 1}
  }
ul.sigFreeClassic{
	margin: 0 auto!important;
	padding: 0 auto!important;
	justify-content: center;
}
.simple-gallery__button__button {
    border: 1px solid #8A8A8A;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 14px 38px;
    font-size: 14px;
    font-weight: 700;
    color: #8A8A8A !important;
	letter-spacing: 0.03em;
	margin-top: 43px;
	margin-bottom: 143px;
}
.simple-gallery__button__button:hover {
	background-color: #B61AAE;
    color: #fff!important;
}

/***********************************
MODAL STYLE 18.08.2020 MEDIA-ZAPROS
***********************************/
@media screen and (max-width:1199px) {
	ul.sigFreeClassic li.sigFreeThumb{
		padding: 0px!important;
	}
	ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
		margin: -15px;
		padding: 15px;
		background-color: #fff;
		overflow: hidden;
	}
	ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover {
		margin: -15px;
		padding: 15px;
		background-color: #fff;
	}
	.main-menu .mod-languages ul {
		justify-content: flex-start;
	}

}
@media screen and (max-width:767px) {
	.table-responsive {
		font-size: 13px;
	}
	.sigFreeImg {
		max-width: 69%;
	}
	ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover{
		margin: -15px;
	}
	ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink{
		margin: -15px;
	}
	.alert__btn-d-block {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width:567px) {
	.sigFreeImg {
		max-width: 100%!important;
	}
	.main-form-img {
		display: none;
	}
	ul.sigFreeClassic{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover{
		margin: -15px;
	}
	ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink{
		margin: -15px;
	}
	.error-page .row {
		display: grid;
	}
	.error-page .col-image {
		order: 1;
	}
	.error-page .col-content {
		order: 0;
	}
	.error-code-block {
		margin-bottom: 3.75rem;
	}
	.error-code-block br {
		display: none;
	}
	.error-code-message {
		margin-top: 1.25rem;
	}
	.error-page .col a {
		margin-top: 2.5rem;
	}
	.error-code-button {
		margin-top: 2.5rem;
	}


	.thank-form-modal {
		width: 80%;
		text-align: center;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.main-menu ul a {
		padding: 0 9px;
	}
	.header-mail a {
		font-size: 13px !important;
	}
}
/***********
MODULE ALERT
***********/
div.alert.rosporyadok {
    background-color: #572D65;
    color: #fff;
}
div.alert.rosporyadok a {
    color: #fff;
    text-decoration: underline;
}
.alert-prise-link {
    color:#572D65;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    line-height: 140%;
    /* max-width: 845px; */
    font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 0;
}
.alert-title.before,
.alert-prise-link strong {
    border-left: 3px solid #572D65;
    padding-left: 9px;
}
.alert-prise-link strong {
	font-weight: 400;
}

.alert-title__link{
    color:#F25D9C;
    text-decoration: underline;
}
.alert-title__link:hover{
    color: #f98b8b;
    text-decoration: underline;
}
.btn.alert__btn{
    background-color: #F25D9C;
    color: #fff;
    padding: 8px 17px;
}
.btn.alert__btn:hover{
    color: #fff;
    background-color: #f98b8b;
}
/***********
MODULE ALERT
***********/
/*****************
SIDEBAR-MENU STYLE
*****************/
.sidebar-menu{
	margin-top: 15px;
}
.sidebar-menu__header{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
    color: #b61aae;
}
.sidebar-menu ul>li {
    display: flex;
    width: 100%;
    margin-top: 10px;
    border: 1px #e4eff5 solid;
    padding: 10px;
}
.sidebar-menu a {
	color: #0c056d;
	width: 100%;
}
.sidebar-menu a:hover {
    color: #b61aae;
}
i.sidebar-menu__drop::before{
    content: "\f0c9";
}
@media screen and (min-width:768px){
    .sidebar-menu ul{
        display: block!important;
    }
    i.sidebar-menu__drop{
        display: none;
    }
}
@media screen and (max-width:767px){
    .sidebar-menu__header{
        text-align: left;
        margin-left: 5px;
    }
    .sidebar-menu ul{
        display: none;
    } 
    .sidebar-menu__drop{
        display: block;
        width: 15%;
        float: right;
        font-size: 24px;
        color: #b61aae;
        width: 50px;
        margin-left: auto;
        padding: 0px 10px;
        font-size: 24px;
    }
}
/*************
BLOG STYLE
*************/
.blog p {
    max-height: 135px;
    overflow: hidden;
}
.article-info-term, .createdby {
    display: none;
}
.span4 {
    min-height: 530px;
}
.pull-left.item-image {
    min-height: 210px;
}
.pull-left.item-image a>img{
	height: 205px;
}
.span4 h2 > a {
    font-size: 20px;
}
.card-date__block {
    position: absolute;
    top: 0px;
    font-size: 12px;
    background-color: #572d65;
    color: #fff;
    border: 5px solid #572d65;
}
.item-page.news--page .card-date__block {
    position: relative;
    top: 0;
}
.comments .article-info.muted .card-date__block {
    position: relative;
}
.blog.news--page .article-info.muted .card-date__block {
    position: absolute;
}
/*************
BLOG STYLE
*************/
/*************
BLOCKQUTE STYLE
*************/
blockquote {
    margin: 15px 0;
    background: #a252bd;
    color: #fff;
    padding: 20px 30px;
    position: relative;
    border-left: 35px solid #572d65;
    font-family: 'Lato', sans-serif;
    box-shadow: 0px 0px 8px #333;
}
blockquote::before {
    content: " \27A5";
    font-family: serif;
    position: absolute;
    left: -29px;
    top: 12px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 0px 3px #fff;
}
/*************
BLOCKQUTE STYLE
*************/
.nav-links {
    display: flex;
    list-style-type: none;
    gap: 0.5rem;
    justify-content: center;
    margin-inline: auto;
}
.nav-links > .page-numbers {
    display: block;
    margin-left: 10px;

	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.nav-links > .page-numbers.current {
	color: #ffffff;
	background-color: #007bff;
}


/**************************************
NEW DESIGHN Front-page DATE 10.11.2020
***************************************/
.after-menu__block {
    position: relative;
    margin-top: -2px;
}
.container.after-menu__block-item {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.after-menu__block-item.custom-radius {
    color: #fff;
    border-radius: 70px 0;
    padding: 22px 0px 22px 18px;
    font-size: 14px;
    display: flex;
	margin: 10px 0;
	min-height: 144px;
	background-color: #b61aae;
}
.color-card-item:nth-child(2) .after-menu__block-item.custom-radius {
	background-color: #a252bd;
}
.color-card-item:nth-child(3) .after-menu__block-item.custom-radius {
	background-color: #572d65;
}
img.custom-radius__img {
    min-width: 44px;
}
.custom-radius__text-block {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
span.custom-radius__title {
    display: block;
    font-weight: 700;
    font-size: 18px;
}
span.custom-radius__text {
    display: block;
}
.after-menu__header {
    display: block;
    position: absolute;
    bottom: 40%;
    color: #572D65;
    
    padding: 51px 38px;
    background-color: #D9F8FA;
    font-weight: 700;
    font-family: "Roboto", Arial, sans-serif;
}
.row.features {
    padding-top: 118px;
}
.bg-color{
	position: absolute;
	width: 100%;
	height: 65%;
	background-color: #EFFEFF;
	bottom: 0;
}
.white-background {
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.big-number, .big-number__title {
	z-index: 2;
	position: relative;
	margin-top: 106px;
	display: inline-block;
	margin-bottom: 106px;
}
.big-number__title {
	font-size: 16px;
	color: #572D65;
	padding-left: 20px;
	padding-top: 10px;
	max-width: 170px;
}
.big-number {
	/* min-width: 140px; */
	color: #A252BD;
	font-size: 48px;
	font-weight: 700;
}
.main-title h2 {
	margin-top: 100px;
	font-weight: 700 !important;
	color: #572D65;
	text-align: center;
	font-weight: normal;
}
.main-text {
	padding: 26px 0 100px 0;
	text-align: justify;
	font-size: 16px;
	color: #636363;
}
.padding-left {
    padding-left: 99px;
}.padding-right {
    padding-right: 99px;
}
.main-image {
    margin-top: 168px;
}

.main-seccond-title__content {
	padding-top: 160px;
}
.main-seccond-title__content p {
	text-align: justify;
}
.main-seccond-title__content strong {
	color: #572D65;
    font-weight: 700;
}
.tabs__content p {
	margin-bottom: 12px;
}
.tabs__content p br {
    content: "";
    margin: 0.39vw;
    display: block;
    font-size: 24%;
}
.tabs__content img {
	padding-bottom: 1rem;
}
.tabs__content .custom {
	padding-inline: 0;
}
.title__content__header {
	font-size: 40px;
	color: #572D65;
	font-weight: 700;
	display: block;
}

.title__content__text {
	color: #636363;
	font-size: 16px;
	text-align: justify;
}

.title__content__footer {
	color: #572D65;
	font-weight: 700;
	font-size: 16px;
	text-align: justify;
}
img.title__content__image {
    padding: 0 70px 0 0;
}
.main-seccond-title-seccond-block .title__content__header {
	text-align: center;
	width: 100%;
}








/*******************
TABS
******************/
.main-seccond-title__content__tabs {
padding-top: 49px;

}
.content__tab-button {
	background-color: #fff;
	color: #444444;
	cursor: pointer;
	padding: 24px 55px 24px 45px;
	width: 100%;
	border: none;
	font-weight: 700;
	text-align: left;
	outline: none;
	font-size: 16px;
	transition: 0.6s all;
	position: relative;
}

.content__tab-button::after {
content: "";
display: block;
position: absolute;
top: 10px;
right: 10px;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 0px 0px 0px 0px;
font-size: 25px;
border: 1px solid #D3D2D7;
background-image: url(/images/Vector1__for-arrow.svg);
background-repeat: no-repeat;
background-position: 12px 16px;
transition: 0.4s all;
}

.content__tab-button.active::after {
transform: rotate(180deg);
background-image: url(/images/Vector-white__for-arrow.svg);
	border: none;
	background-color: #B61AAE;
}

.content__tab-button:hover::after {
	background-color: #B61AAE;
	color: #fff;
	border: none;
	background-image: url(/images/Vector-white__for-arrow.svg);
}
.active,
.content__tab-button:hover {
	background-color: rgba(0, 255, 255, 0.068);
	color: #B61AAE;
}

.tabs__content {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s cubic-bezier(0, 0, 0.4, 0.4);
}

.tabs__content__text,
.tabs__content p {
	color: #434343;
	text-align: justify;
	font-size: 16px;
}

.tab__first-content {
	padding: 48px 30px 60px 30px;
}
.content__tabs__tab {
margin: 1px 0;
box-shadow: 0px 1px 4px rgba(181, 173, 163, 0.6);
border-radius: 3px;
}
.content__tab-button:focus {
outline: none;
}
.tabs__content .custom {
    /* padding: 0 30px; */
}
.custom table tbody tr:nth-child(2n-1) {
	background-color: #F3F9FA;
}
.after-content-tabs {
    text-align: center;
    margin: 54px 0 94px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.after-content-tabs-button.btn {
    background: #B61AAE;
}
.after-content-tabs-button:hover {
	background-color: #f98b8b;
	color: #fff;
}
.table-warning, .table-warning > td, .table-warning > th {
    background-color: #F3F9FA;
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color:#F3F9FA;
}
.table-hover tbody tr:hover {
    background-color:#fff!important;
}
.custom__time-left {
    color: #572d65;
    font-size: 14px;
    width: 105px;
    margin: 10px 45px 0 0;
}
.header-right-block {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.header-right-block .mod-custom custom:has(.header__work-time) {
	width: max-content;
}
p.header__work-time {
    font-size: 16px;
    color: #572D65;
    margin: 0 2.85rem 0 0;
	width: 100%;
}

.wpcf7 form .wpcf7-response-output {
	display: none !important;
}
body .wpcf7-not-valid-tip {
	position: absolute;
    top: -1.25rem;
    font-size: 13px;
}

/**********************
Prise Table
**********************/
#mod-custom154 .container.table-prise, #mod-custom204 .container.table-prise {
    margin-bottom: 178px;
}

.table-prise__body {
    margin-top: 20px;
    display: flex;
    overflow-x: auto;
    overflow-y: clip;
}
#mod-custom154 .table-prise__body, #mod-custom204 .table-prise__body {
	margin-top: 50px;
}
.table-prise__border {
    width: 224px;
    margin: 0 2px;
}
.row__name.row__name-care {
    min-height: 104px;
}
.row__name {
   min-height: 72px;
    padding-top: 20px;
}
.row__name.row__name-prise, .row__name-food {
    background-color: #E8F8FA;
}
.table-prise__text-center .row__name {
    text-align: center;
}
.color-text, .row__name-prise {
    color: #572D65;
}
.color-text p {
    padding-left: 20px;
}
.color-text p, .row__name-prise {
    font-size: 18px;
    font-weight: 700;
}
.row__name span {
    color: #444;
    font-size: 16px;
}
.table-prise__border.table-prise__text-center:hover {
    margin: 3px 3px;
    box-shadow: 0px 0px 25px rgba(9, 16, 83, 0.17);
}
h2.color-text {
    color: #572D65;
    text-align: center;
    font-weight: 700;
    margin-top: 120px;
    font-size: 40px;
}
h3.color-text {
    color: #572D65;
    text-align: center;
    font-weight: 700;
    margin-top: 120px;
    font-size: 40px;
}

.main-form-background-image {
    padding: 104px 0 98px 0;
    background-image: url(/images/main-form-background-image.webp);
}
.container.main-form-bacgkround-color {
    background-color: #572D65;
	overflow: hidden;
}
.main-form__header span {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 47px;
	margin-top: 60px;
	margin-bottom: 38px;
    display: block;
}


/********************
MAIN SLIDER
*********************/
.mail-slider-header{
	text-align: justify; color: #572d65; font-size: 40px; font-weight: bold;margin-top: 60px;
}
#after-content-tabs-button-modal {
    color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.after-content-tabs-button.btn > a {
    color: #fff;
    text-transform: uppercase;
}
.after-slider__callback {
	text-align: center;
	margin-top: 51px;
}
/*******************
********************/
.main-slider-doctors {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

.slider-doctors__slide {
	display: flex;
	transition: transform 0.6s ease;
	position: relative;
	z-index: 2;
	padding: 0;
}
.doctor__slide-item {
	flex: 0 0 100%;
	max-width: 100%;
	z-index: 2;
}
/*  */
/*  */
.main-slider-background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background-color: #EFFEFF;
}
.slider-doctors__slide-text {
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: relative;
}
.slider-doctors__slide-text__body {
	position: absolute;
	bottom: 0;
}

.slider-doctors__slide-text__body > span {
	display: block;
	font-size: 16px;
	color: #636363;
	max-width: 342px;
}
span.slide-text__doctor-name {
	color: #B61AAE;
	font-weight: 700;
	font-size: 20px;
}
span.slide-text__doctor-profesy {
	color: #572D65;
	font-weight: 700;
	margin: 4px 0 20px 0;
}
.slide-text__doctor-work-klass {
	margin-bottom: 20px;
}
.slide-text__doctor-category {
	margin-bottom: 37px;
}
.main-slider__prev, .main-slider__next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	bottom: 110px;
	z-index: 5;
	border: none;
	box-shadow: 0px 8px 10px rgba(9, 16, 83, 0.07);
	background-image: url(/images/Vector1__for-arrow.svg);
	background-repeat: no-repeat;
	background-position: 50%;
}
.main-slider__prev:hover, .main-slider__next:hover {
    width: 35px;
    height: 35px;
	background-color: #B61AAE;
	background-image: url(/images/Vector-white__for-arrow.svg);
}
.main-slider__next {
	right: 21px;
	transform: rotate(-90deg);
}
.main-slider__prev {
	left: 21px;
	transform: rotate(90deg);
}
.main-slider__prev:focus, .main-slider__next:focus {
	border: none;
	outline: none;
}


/********************
MAIN SLIDER
*********************/

/***************************
MAIN_LATEST_STATTI
**************************/
.latest-statti__publish-date {
    display: block;
    font-size: 14px;
    color: #B61AAE;
    margin-top: 21px;
}
.right-body__item__publish-date {
    margin: 0;
}
.latest-statti {
    font-size: 20px;
    font-weight: 700;
    color: #572D65;
    margin-top: 11px;
    line-height: 30px;
}
.right-body__item__link.latest-statti {
	margin-top: 11px;
}
.left-body__item__link {
    font-size: 30px;
    line-height: 40px;
}
.latest-statti__right-body__item {
    display: flex;
}
.latest-statti__right-body__item:nth-child(2n) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 27px 0;
    padding: 27px 0;
}
.right-body__item__text {
    padding-left: 27px;
}
.right-body__item__image > img {
    min-width: 190px;
    height: 142px;
    width: 190px;
}

.footer-fotm__background-img {
    background-image: url(/images/footer-form__bkg.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 28px 0 19px 0;
}

.glide__bullets {
	display: none;
	justify-content: center;
	gap: 0.5rem;
}
.glide__bullet {
    width: 9px;
    height: 9px;
    border: none;
    border-radius: 20px;
    padding: 0;
}
.glide__bullet.glide__bullet--active {
	background-color: darkgray;
}
.glide__arrows {
    display: flex;
    justify-content: space-between;
    margin-inline: -5rem;
    position: relative;
    top: -13rem;
}
.glide__arrows svg {
	width: 30px;
	height: 30px;
	fill: #582e66;
	cursor: pointer;
}

.main-reviews__header {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #572D65;
    margin-bottom: 28px;
}
.main-reviews__body {
    background: #FEFBF2;
    box-shadow: 0px 8px 10px rgba(83, 61, 9, 0.07);
    padding: 74px 41px 43px 119px;
	position: relative;
	margin: 15px 0;
}

.item-page .main-reviews__body {
    margin: 30px 10px;
}
.main-reviews__body::before {
    content: "";
    position: absolute;
    background-image: url(/images/Vector1.png);
    top: 46px;
    left: 40px;
    width: 57px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-reviews__body span {
    display: block;
}
span.main-reviews__title {
    font-size: 20px;
    font-weight: 700;
    color: #572D65;
    margin-bottom: 7px;
}
.main-reviews .main-reviews__text {
    max-height: 138px;
    overflow: hidden;

	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
span.main-reviews__text {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 20px;
}
.main-reviews__link {
    text-decoration: none;
    color: #B61AAE;
    font-size: 14px;
}
.main-reviews__link:hover {
    text-decoration: none;
    color: #572D65;
}

.lang-swithcer {
	display: flex;
}
.wpml-ls-sidebars-lang-switcher {
	margin-block: auto;
}
.main-menu .wpml-ls-legacy-list-horizontal ul {
	display: flex;
	gap: 1rem;
}
.main-menu .wpml-ls-legacy-list-horizontal ul a {
	line-height: 1;
	padding: 0;
}
.wpml-ls-current-language a span {
	color: #f25d9c;
}

@media screen and (min-width:1366px){.after-menu__header {font-size: 46px;} .right-body__item__link.latest-statti {margin-top: 0;} }
@media screen and (min-width:768px) and (max-width:1365px) {.after-menu__header {font-size: 24px;}.row.features {padding-top: 0px;} .features .features-item {margin-top: 10px;}.main-image {margin-top: 80px;}.main-title h2 {margin-top: 50px;}.main-text {padding: 26px 0 20px 0;}.main-seccond-title__content {padding-top: 60px;}h2.color-text{margin-top: 20px;}.container.table-prise {margin-bottom: 60px;}.mail-slider-header {margin-top: 30px;}.main-latest-statti h3.color-text {margin-top: 50px !important;font-size: 26px;}.big-number, .big-number__title {margin: 50px 0 50px 0;}.after-menu__block>img {margin-bottom: -9rem;}span.after-menu__header {display: none;}.container.after-menu__block-item {position: relative;margin-top: 50px;}   }
@media screen and (min-width:768px) and (max-width:991px) {.main-menu .menu-wrapper .mobile-menu-toggler {display: block;}.main-menu .menu-wrapper .mobile-phone-wrapper {display: block;}.main-menu .menu-wrapper .menu-list {display: none;}.main-menu .menu-wrapper .menu-list nav .menu li {display: flex;width: 100%;flex-wrap: wrap;border-bottom: 1px solid #774c86;}.header-right-block {flex-direction: column;text-align: center;margin-left: 40px;}p.header__work-time {margin: 0;}.bg-color{height: 75%;}.main-image {margin-top: 50px;} .glide__arrows {margin-inline: -2.25rem;} }
@media screen and (max-width:767px){.header-right-block {flex-direction: column;text-align: center;margin-left: 0px;padding: 0 20%;}p.header__work-time {margin: 0;}.left-body__item__link {font-size: 20px;line-height: 24px;}h2.mail-slider-header {text-align: left;font-size: 26px;}.row__name {min-height: 64px;padding-top: 10px;}.main-form__header span {font-size: 26px;margin: 20px 0;}h2.color-text{font-size: 26px;margin-top: 50px;}h3.color-text{font-size: 26px;margin-top: 50px;}.item-page h3 {font-size: 26px;text-align: center;}.after-menu__header {position: relative;padding: 0; text-align: center;}.row.features {padding-top: 20px;} .features .features-item {margin-top: 0px; max-width: 100%;}.bg-color{height: 87%;}.big-number {min-width: 140px;}.big-number, .big-number__title {margin: 0 0 0 0;}.main-title h2{margin: 0;font-size: 27px;}.main-text{padding: 0;}.main-image {margin-top: 0;}.main-seccond-title__content {padding-top: 40px;}.container-fluid.main-seccond-title {padding: 0;}span.title__content__header {font-size: 25px;}button.content__tab-button {font-size: 14px;padding: 15px 52px 15px 10px;}.tab__first-content {padding: 5px 0px;}.tab__first-content img {padding: 0!important;}table.table.table-hover.table-responsive h3 {font-size: 15px;}.tabs__content .custom {padding: 0;}.simple-gallery {display: none;}.custom__time-left {margin: 0;}.container.main-latest-statti>h2.color-text {margin-top: 25px!important;}.latest-statti__right-body__item {display: block;}.right-body__item__text {padding-left: 0;}.right-body__item__image > img {width: 100%;height: auto;}.footer-form-wrapper .submit-outer {margin-top: 15px;margin-bottom: 15px;}.footer-form-wrapper .form-footer-title {font-size: 20px;margin: 15px 0;}.container.table-prise {margin-bottom: 0;}.after-menu__block>img {display: none;}span.after-menu__header {display: none;}.container.after-menu__block-item {position: relative;margin-top: 50px;}img.title__content__image {padding: 0;}.slider-doctors__slide-text__body {position: relative!important;bottom: 0;padding: 10px;}.main-slider__prev, .main-slider__next {width: 30px;height: 30px;bottom: 15px;}    .main-reviews__body::before {display: none;}.main-reviews__body{padding: 15px;} .glide__bullets {display: flex;} .main-reviews.container { max-width: 90vw; } .glide__arrows { top: -11rem; margin-inline: -2.25rem; } .after-menu__block > img.mobile_main_banner { display: block; margin-bottom: -8rem; } .main-menu .wpml-ls-legacy-list-horizontal ul a { line-height: 2; } }
@media(max-width:375px) { 
	.after-menu__block > img.mobile_main_banner {
		margin-bottom: -14rem;
	}
}
.pansionats__item__image {
	max-width: 100%;
	width: 420px;
	height: 320px;
}
.new-block__us-pansionats__items-row {
    justify-content: space-between;
}
.us-pansionats__item {
   padding: 5px;
   margin: 10px 0;
   text-align: center;
}
.us-pansionats__item img {
    max-height: 240px;
    width: 100%;
}
.us-pansionats__item__button{
    display: block;
    margin-top: 10px;
    border: 1px solid #8A8A8A;
    color: #8A8A8A;
    background-color: initial;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    padding: 10px 0;
}
.us-pansionats__item__button:hover {
    background-color: #B61AAE;
    color: #fff;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.footer .col-sm-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.form-modal-block .captcha-outer-form {
		left: 110%;
        bottom: 3rem;
	}
}
.content_rating, .content_rating + form {
    display: none;
}


.transport-link {
	font-size: 12px;
	width: max-content;
	color: #ffffff;
	display: block;
	margin-top: 0.5rem;
}
.transport-link:hover {
	text-decoration: none;
	color: #f25d9c;
}