/* a.dropdown-toggle {
	pointer-events: none;
} */
footer {
	background: #067476;
	color: #ffffff;
}
footer a {
	color: #ffe78b;
}
.ftr-banner {
	display: flex;
	padding: 0 0 15px;
	margin-right: -15px;
	margin-left: -15px;
}
.ftr-banner a {
	flex: 1;
	position: relative;
	min-width: 150px;
}
.ftr-banner a img {
	padding: 0 15px;
}
form.mod-finder img{
	max-width:26px;
}
.mod-finder__search {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 2;	
}
.mod-finder-search .awesomplete {
	width: calc(100% - 38px);
}
.slider-arrow{
	display:flex;
	align-items:center;
}
.slider-arrow > * + *{
	margin-left:15px;
}
.slider-arrow .slick-prev, 
.slider-arrow .slick-next {
	position: initial;
	width: 50px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #989898;
	border-radius: 50px;
	background-color: rgba(255,255,255,0.15);

}
.slider-arrow .slick-prev:before, 
.slider-arrow .slick-next:before {
	content: '';
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px 18px;
}
.slider-arrow .slick-prev:before{
	background-image: url("../images/prev.svg");
}
.slider-arrow .slick-next:before{
	background-image: url("../images/next.svg");
}
.interier-clinic .col-auto {
	
}
.interier-clinic-carousel img {
	object-fit:cover;
	width:100%;
	height: 380px;
}
.cost-tabs{
	position:relative;
}
.tabs__content{
	position:absolute;
	overflow:hidden;
	display:block;
	transition: all 0.3s ease;
	opacity: 0;
}
.tabs__content.active{
	position: relative;
	z-index: 3;
	opacity: 1;
	padding-bottom: 15px;
}
.tabs_titles{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.tabs_titles .tab_title + .tab_title{
	margin-left:50px;
}
.tab_title{
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	font-weight: 400;
	font-size: 16px;
	color: rgba(24, 28, 27, 0.5);
}
.tab_title.active{
	color: #181c1b;
	cursor:default;
}
.tab_title span{
	font-weight: 600;
	font-size: 24px;
	color: #141414;
	opacity: 0.5;
	max-width: 157px;
	display: inline-block;
	line-height: 100%;
}
.tab_title.active span{
	opacity: 1;
}
ul.list-tags { 
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.list-tags li {
	cursor: pointer;
}
ul.list-tags li + li {
	margin-left: 15px;
}
ul.list-tags li[data-value="dir"]{order: 1}
ul.list-tags li[data-value="burevesnik"]{order: 2}
ul.list-tags li[data-value="koposovo"]{order: 3}
ul.list-tags li[data-value="fedoseenko"]{order: 4}
/* ul#select-dir{
	width: 155px;
}
ul#select-doc{
	width: 100px;
}
ul#select-dir:before {
	content: "Направления:";
}
ul#select-dщс:before {
	content: "Врачи:";
}
ul.list-tags:before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% + 15px);
	transform: translateY(-50%);
	color: #000000;
	opacity: 0.5;
}
ul.list-tags:after {
	content: "";
	width: 6px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("../images/list-tags.svg") no-repeat center center;
}
ul.list-tags li { 
	z-index: 2; 
	position: relative;
	line-height: 30px;
}
ul.list-tags li a {
	padding: 5px 10px;
}
ul.list-tags li:not(.init) {
	display: none; 
	background: #ddd;
	width: 230px;
}
ul.list-tags li:not(.init):hover,
ul.list-tags li.selected:not(.init) {
	background: #09f;
}
ul.list-tags li.init {
	cursor: pointer;
} */
.filter-box-search form{
	width: 400px;
	display: flex;
	align-items: center;
	padding-right:15px;
	padding-left:15px;
	position: relative;
}
.filter-box-search form:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
}
.filter-box-search button{
	background: none;
}
.filter-box-search input{
	width: 100%;
	margin-left: 20px;
	outline: none;
}
.filter-box-search button,
.filter-box-search input{
	border: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
.flavor-nav > span {
	margin: 0;
}
.certificates-carousel {
	border: 1px solid #d5d8e0;
}
.certificates-carousel .col-auto {
	padding: 0;
	margin: 0;
}
.certificates-carousel a {
	padding: 10px;
	position: relative;
	height: 100%;
	display: block;
}
.certificates-carousel a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #d5d8e0;
}
.certificates-carousel .slick-track {
	display: flex;
	
}
.certificates-carousel.slick-initialized .slick-slide {
	float: none;
}
.certificates-carousel.slick-initialized .slick-slide div{
	height:100%;
}
.action-content .calendar span:last-child {
	display:none;
}
.readmore {
	background: url("../images/readmore.svg") no-repeat center center;
	height: 9px;
	width: 26px;
	display: block;
	transition: all 0.3s ease;
}
.sub-item {
	cursor: pointer;
}
.sub-item img,
.row-about img {
	object-fit: contain;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 3;
}
span.noimage {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
span.noimage:before {
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 70px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: rgba(68, 138, 201, 0.3);
}
.item-content > a {
	display: block;
}
.sub-item:hover .readmore,
.item-content > a:hover .readmore {
	transform: translateX(25px);
}
.stage-row {
	counter-reset: section;
}
.stage-row [class*="col-"]:before {
	counter-increment: section;
	content: counter(section);
}
.stage-row [class*="col-"]:nth-child(-n+9):before {
	content: "0"counter(section);
}
ba-slider {
    position: relative;
    overflow: hidden;
}
.ba-slider img {
    width: 100%;
    display:block;
    max-width:none;
}
.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.ba-slider .handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:1px;
  margin-left:-1px;
 
  background: #ffffff;
  cursor: ew-resize;
}
.ba-slider .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    content:"";
    text-align:center;
    line-height:46px;
    background: url("../images/arrow-before-after.svg") no-repeat center center #ffffff;
    border-radius: 50%;
    transition:all 0.3s ease;
}
.ba-slider .handle.ba-draggable:after {
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    line-height:46px;
    font-size:30px;
}
.before-after{
	position:relative;
	margin:0;
}
.before-after:before,
.before-after:after{
	content: "";
	position: absolute;
	bottom: -1px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
.before-after .custom_field {
	border: 0;
	padding: 0 15px; 
}
.before-after .ba-slider{}
.before-after .ba-slider:after,
.before-after .resize:before{
	position:absolute;
	top:30px;
	color:#ffffff;
	background: rgba(255, 255, 255, 0.20);
	line-height:40px;
	padding-right:20px;
	padding-left:20px;
}
.before-after .ba-slider:after{
	content:"После";
	right:30px;
}
.before-after .resize:before{
	content:"До";
	left:30px;
}
.item-content-before-after .item-header{
	font-weight: 350;
	font-size: 18px;
	color: #000000;
	padding: 15px;
	line-height:120%;
}
.portfolio-carousel {
	margin-right: -15px;
	margin-left: -15px;
}
.mod-price {}
.mod-price .desc {
	margin-bottom: 30px;
}
.mod-price ul {
	margin: 0;
	list-style: none;
	border-radius: 15px;
	padding: 45px;
	background: #edf0f9;
}
.mod-price li + li {
	margin-top: 15px;
}
.mod-price li div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 350;
	font-size: 17px;
	line-height: 100%;
	color: #000000;
	border-bottom: 1px dashed rgba(75, 75, 75, 0.5);

}
.mod-price li p {
	margin: 0;
	font-weight: 350;
	font-size: 14px;
	color: rgba(75, 75, 75, 0.5);
	max-width: 65%;
	line-height: 110%;
	margin-top: 5px;
}
.mod-price ul span {
	display: block;
	position: relative;
	bottom: -1px;
	background: #edf0f9;
}
.mod-price .name {
	padding-right: 10px;
}
.mod-price .value {
	padding-left: 10px;
}
.mod-price span a {
	color: #448ac9;
	text-decoration: underline;
	display: block;
}
.mod-price span a:hover {
	text-decoration: none;
}
.com-service .banner-carousel,
.com-service .slider-arrow-banner,
.up-to span:last-child {
	display:none;
}
.articles-item .text {
	padding:25px;
}
.doctor-med {
	position: absolute;
	bottom: 0;
	max-height: 250px;
	display: flex;
	align-items: center;
}
.doctor-med img {
	max-width: 205px; 
}
.price-box-item {}
.price-box-item .container {
	padding-right: 0;
	padding-left: 0;
}
.price-box-item .container .item-header,
.price-box-item .desc {
	display: none;
}
.price-box-item .mod-price ul {
	margin: 0 0 30px;
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.price-box-item .mod-price ul span {
	background: #ffffff;
}
.ymap {
	width: 100%;
	height: 750px;
}
.ymap > .ymaps-map,
.ymap > .ymaps-map > * {
	width: 100% !important;
}
.ymaps-layers-pane
/* [class*="ymaps-2"][class*="-ground-pane"] */{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter:grayscale(100%);
}
.cost-tabs {}
.cost-tabs .tab_title {}
.cost-tabs .tab_title + .tab_title{
	margin-left:15px;
}
.menu-toggler{
	display:block;
	width:26px;
	height:40px;
	cursor:pointer;
	position:relative;
	z-index:2;
	line-height:1;
	flex-shrink:0;
}
.menu-toggler:hover .menu-toggler__bar{
	/* background-color:#ac070c; */
}
.menu-toggler__bar:first-child{
	margin-top:0;
	top:30%;
}
.menu-toggler__bar:last-child{
	margin-top:0;
	top:auto;
	bottom:30%;
}
.menu-toggler__bar{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	background:#ffe78b;
	height:2px;
	margin-top:-1px;
	transition:all 0.3s ease;
}
.menu-toggler.active .menu-toggler__bar:first-child{
	opacity:1;
	top:50%;
	transform:rotate(135deg);
}
.menu-toggler.active .menu-toggler__bar:last-child{
	opacity:1;
	top:50%;
	transform:rotate(-135deg);
}
.menu-toggler.active .menu-toggler__bar{
	opacity:0;
}
.header {
	background: #027476;
	padding: 15px 0 0; 
}
.header .container {
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}
.mainmenu {
	width: 100%;
}
.header ul.top_menu {}
.header ul.top_menu .nav-item {}
.header ul.top_menu > .nav-item {}
.header ul.top_menu > .nav-item + .nav-item {
	margin-left: 15px;
}
.header ul.main-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header ul.main-menu .nav-item {}
.header ul.main-menu > li > a {
	color: #ffffff;
}
ul.main-menu > .nav-item.parent a {
	display: flex;
	align-items: center;
}
ul.main-menu > .nav-item.parent .dropdown-menu a {
    line-height: 1em;
    padding: 6px 0px;

}
ul.main-menu > .nav-item.parent a:after {
	content: "";
	width: 9px;
	height: 5px;
	background: url("../images/parent.png") no-repeat center center;
	background-size: contain;
	margin-left: 10px;
}
.header ul.main-menu >  .nav-item +  .nav-item {
	margin-left: 15px;
}
.mod-finder-search.input-group {
	position: absolute;
	right: 0;
	left: 0;
	width: auto;
}
footer a.nav-link img {
	display: none;
}
footer li.nav-item a {
	display: block;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	text-decoration: none;
	background: none;
	border: 0;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
footer li.nav-item a:hover {
	background: rgba(0,0,0,0.1);
}
footer .mdl-header {
	font-size: 24px;
	margin-bottom: 15px;
}
.copyright {
	text-align: center;
}
.zbull {}
.zbull a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #ffffff;
	text-align: right;
}
.zbull a span {
	color: #ffe78b;
}
.article-tags {
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom:0;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.schedule-container.row {
	margin-bottom:0;
}
.schedule-container.row .col-6 {
	margin-bottom:0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.tab-navigation {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
}
.tab-navigation li {
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;

}
.tab-navigation li.active {
    opacity: 1;

}
.tab-navigation li + li {
	margin-left: 15px;
}
.mdl-header {
    font-size: calc(1.375rem + 1.5vw);
	font-family: "EB Garamond", serif;
	margin-bottom: 25px;
}
a.buy_tickets {
	transition: all 0.3s linear;
	border: 1px solid #ffe78b;
	border-radius: 50px;
	color: #ffe78b;
	background: #027476;
	font-weight: 500;
	font-size: 16px;
	display: block;
	box-shadow: 0 0 25px rgba(255, 231, 139, 0.15);

}
a.buy_tickets:hover {
	box-shadow: 0 0 25px rgba(255, 231, 139, 0.55);
}
.card-header {
	font-family: "EB Garamond", serif;
	text-align: center;
	font-weight: 400;
	font-size: 42px;
}
a.buy_tickets span {
	display: none;
}
a.buy_tickets:first-letter {
	text-transform: uppercase;
}
.hdr_menu_switcher_link {
	display: flex;
	align-items: center;
	color: #ffe78b;
}
.hdr_menu_switcher_link > div {
	position: relative;
}
.hdr_menu_switcher_link:after {
	content: "Меню";
	margin-left: 45px;
}
.hdr_menu_switcher_link.backdrop_close {
	position: relative;
	color: #ffe78b;
	top: 0;
}
.hdr_menu_switcher_link.backdrop_close:hover {
	color: #ffe78b;
}
.backdrop_close img {
	filter: grayscale(1) invert(1);
	width: 20px;
}
.main-categories.branch {}
.main-categories.branch a {
    display: block;
    position: relative;
    color: #ffffff;
    border-radius: 5%;
    overflow: hidden;

}
.main-categories.branch img {
    border-radius: 5%;
    object-fit: cover;

}
.main-categories.branch .mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    top: ;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.37));

}
.main-categories.branch .page-header {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 100%;
}
.main-categories.branch .desc {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.main-categories.branch .slick-arrow {
	width: 66px;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
}
.slick-arrow:before {
	width: 66px;
	height: 66px;
	display: block;
}
.main-categories.branch .slick-list {
	padding-right: 0;
	padding-left: 0;
}
.main-categories.branch .slick-list {
	
}
.main-categories.branch .view {
	margin-bottom: 0;
}
.main-categories.branch .row.branch {
	margin-bottom: 0;
}
.main-categories.branch .desc {
	position: relative;
}
.main-categories.branch .schedule {
	position:absolute;
	right: 0;
	bottom: 0;
}
.main-categories.branch .schedule .item {
	display: flex;
	flex-direction: column;
}
.main-categories.branch .schedule .item span:first-child {
	font-size: 12px;
}
.puschkin-cart {
	background: #027476;
	color: #ffffff;
	font-family: "EB Garamond", serif;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.puschkin-cart img {}
.puschkin-cart .txt {
	font-weight: 400;
}
.puschkin-cart .txt p {
	display: flex;
	flex-direction: column;
}
.puschkin-cart {}
.puschkin-cart button {
	border-radius: 50px;
	border: 0;
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
	background: #ffffff;
	color: #027476;
	font-family: "Montserrat", sans-serif;
	display: flex;
	align-items: center;
}
.puschkin-cart button:hover {
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
	background: #ffffff;
	color: #027476;
}
.puschkin-cart button:after {
	content: "";
	width: 17px;
	height: 14px;
	background: url("../images/brif.svg") no-repeat center center;
	margin-left: 10px;
}
.bg-grey {
	background: #f1f1f1;
}
.see-kino,
.tabs-1,
.tabs-2,
.tabs-3 {
	padding: 50px 0;
}
.see-kino img {
	border-radius: 10px;
	margin-bottom: 15px;
}
.see-kino .item-header {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	margin-top: 15px;
}
.see-kino .schedule-container {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.see-kino .slick-prev {
	left: -7px;
}
.see-kino .slick-next {
	right: -7px;
}
.see-kino .row,
.see-kino [class*="col-auto"] {
	margin-bottom: 0;
}
center.see-all a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	padding: 0 50px;
	margin-right: auto;
	margin-left: auto;
	line-height: 60px;
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
	background: #ffffff;
	transition: all 0.3s linear;
}
center.see-all a span:after {
	content: "";
	width: 15px;
	height: 8px;
	background: url("../images/see-kino.svg") no-repeat center center;
	margin-left: 10px;
}
center.see-all a:hover span {
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}
.action-body img {
	width: 100%;
}
.puschkin-cart img {
	margin-top: auto;
}
.event-body .article-tags {
	margin-top: 10px;
}
.event-body .item-header {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;

}
.event-body .time,
.event-body .vozrast {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.site-grid-featured .blog-items {
	margin: 0;
}
.row.ftr-bottom-row,
.row.ftr-bottom-row [class*="col-"] {
	margin-bottom: 0;
}
.sitename {
	display: flex;
	flex-direction: column;
}
.featured-spoiler.closed {
	overflow: hidden;
}
.item-content-featured {
	padding: 50px 0;
}
.item-content-featured .col-featured {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.event-body img {
	width: 100%;
	border-radius: 20px;
}

.int-category-blog .event-body .item-header {
	margin-top: 10px;
}
.int-category-desc {
	background: #027476;
	padding: 65px 0;
	color: #ffffff;
}
header .container {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.filial-img img {
    border-radius: 5%;
    object-fit: cover;
    /* max-width: 630px; */

}
.see-kino.card {
	padding: 0;
}
.filial-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.filial-phone .fields-container {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 24px;
}
.filial-txt {
	display: flex;
}
.filial-txt .schedule .item {
	display: flex;
	flex-direction: column;
}
.filial-txt .schedule .item span.day {
	order: 2;
} 
.filial-phone span,
.filial-txt .adress:after,
.filial-txt .schedule .item span.day {
    opacity: 0.5;

}
.filial-txt .schedule .item span.time {
	order: 1;
	font-size: 24px;
}
.filial-desc {
	position:relative;
}
.filial-txt .schedule {
	position: absolute;
	top: 0;
	right: 20%;
}
.filial-txt .adress {
	display: flex;
	flex-direction: column;
	font-size: 24px;
	margin-top: 30px;
}
.filial-txt .adress:after {
	content: "Адрес";
	font-size: 16px;
}
.kino-blog .flavor img {
	border-radius: 20px;
}
.flavor .foreach_tag {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 100%;

}
#sektsii-i-kruzhki.site-default .flavor .foreach_tag,
#meropriyatiya.site-default .flavor .foreach_tag,
#burevesnik .tabs-1 .event-body .article-tags,
#burevesnik .tabs-2 .event-body .article-tags,
#koposovo .tabs-1 .event-body .article-tags,
#koposovo .tabs-2 .event-body .article-tags,
#fedoseenko .tabs-1 .event-body .article-tags,
#fedoseenko .tabs-2 .event-body .article-tags {
    display: none;

}
#sektsii-i-kruzhki.site-default .flavor .page-header,
#meropriyatiya.site-default .flavor .foreach_tag {
    margin-top: 15px;

}
.flavor .page-header {
    margin-top: 15px;
    margin-bottom: 10px;

}
.flavor h2 {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	line-height: 100%;
	margin: 0;
}
.flavor .time-container,
.flavor .vozrast-container {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.select-dir a {
	color: rgba(24, 28, 27, 0.5);
}
.select-dir a.current {
	color: #181c1b;
}
.see-kino.item-content {
	padding: 0;
}
.firstscreen {
	color: #ffffff;
	background: #027476;
	padding: 50px 0;
	margin-bottom: 50px;
}
.firstscreen img {
    border-radius: 5%;
    object-fit: cover;

}
.firstscreen-service > .container > .row,
.firstscreen-service > .container > .row > [class*="col-"] {
	margin-bottom: 0;
}
.firstscreen .breadcrumb-item a,
.firstscreen .breadcrumb-item.active,
.firstscreen .breadcrumb-item + .breadcrumb-item:before {
	color: #ffffff;
}
.rukovoditel-block-items {
	margin-bottom: 50px;
}
.rukovoditel-block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 800px;
}
.rukovoditel-block img {
    border-radius: 50%;
    flex: 0 0 200px;
    max-width: 200px;
    height: 200px;
    margin-right: 60px;
    object-fit: cover;
    object-position: top;

}
.rukovoditel-block .txt {
	
}
.rukovoditel-block .imya {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
}
.rukovoditel-block .dolzhnost {
	font-weight: 400;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.5);
}
.com-content-service__body {
	border-radius: 20px;
	padding: 40px 60px;
	background: #f1f1f1;
	font-weight: 400;
	font-size: 18px;
	line-height: 180%;
	color: #000;
	margin-bottom: 50px;
}
.com-content-service__body *:last-child {
	margin-bottom: 0;
}
.com-service .item-header {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	color: #181c1b;
	margin-bottom: 50px;
}
.service-schedule {
    display: flex;
    border: 1px solid #8f8f8f;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 50px;

}
.service-schedule th, .service-schedule td, .service-schedule .conditions {
    text-align: center;
    position: relative;
    min-width: 150px;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    transition: background-color 0.3s ease;
    border: 1px solid #8f8f8f;

}
.service-schedule th:first-child, .service-schedule td:first-child {
    border-left: 0px;

}
.service-schedule th:last-child, .service-schedule td:last-child {border-right: 0px;}
.service-schedule tr:first-child th {border-top: 0px;}
.service-schedule tr:last-child td {border-bottom: 0px;}
.service-schedule .conditions {
    flex: 1;
    display: flex;
}
.service-schedule tbody tr {
    /* width: 100%; */
    /* display: flex; */

}
.service-schedule .table-responsive {
    width: 100%;

}
.service-schedule .conditions span, .service-schedule th, .service-schedule td {
    width: 100%;
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    vertical-align: middle;

}
.service-schedule td p {
    vertical-align: middle;

}
.service-schedule .conditions span {display: block;}
.service-schedule .conditions span:first-child, .service-schedule th {
    background: #087274;
    color: #ffffff;

}
.service-schedule p {
    margin: 0;

}
.sert-gall,
.service-gall {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 50px;
}
.sert-gall a,
.service-gall a {
	padding: 0 15px;
	display: block;
	overflow: hidden;
}
.sert-gall img,
.service-gall img {
	border-radius: 20px;
}
.com-service .event-body .item-header {
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}
.create {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);

}
.com-news img {
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.item-page {
	margin-top: 50px;
	margin-bottom: 50px;
}
.com-document .mod-breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
}
.document-box .item a {
	border-radius: 10px;
	padding: 30px 40px;
	background: #f1f1f1;
	display: flex;
	flex-direction: column;
}
.document-box .item span:first-child {
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}
.document-box .item span:last-child{
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #8a8a8a;
	margin-top: 10px;
}
.document-box .item + .item {
	margin-top: 30px;
}
.firstscreen-jobs .info {
	display: flex;
	align-items: center;
}
.firstscreen-jobs .buy_tickets {
	margin-top: 50px;
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
	background: #ffffff;
	border-color: #ffffff;
	color: #027476;
}
.firstscreen-jobs .buy_tickets:hover {
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}
.firstscreen-about {
	padding-bottom: 0;
}
.firstscreen-about .item-image img {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    object-position: bottom;

}
.firstscreen-about .com-content-article__body img {
	height: auto;
	border-radius: 0;
	max-width: 254px;
	opacity: 1;
	margin-left: 25px;
}
.firstscreen-about .row,
.firstscreen-about [class*="col-"] {
	margin-bottom: 0;
}
.firstscreen-about figure {
	margin: 0;
}
.firstscreen-about [class*="col-"] {
	display: flex;
	align-items: center;
}
blockquote {
	font-family: "Hortensia", serif;
	margin: 0 0 25px;
	position: relative;
	line-height: 110%;
}
blockquote:after {
	content: "";
	width: 50px;
	height: 36px;
	background: url("../images/quote.svg") no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
}
.firstscreen-about .info p {
	line-height: 100%;
}
.firstscreen-about .info p:first-child {
	font-weight: 400;
	margin-bottom: 10px;
}
.firstscreen-about .info p:last-child {
	margin-bottom: 0;
}
.firstscreen-about small {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}
.firstscreen-about {}
.num-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}
.num-block .item {
	text-align: center;
}
.num-block .num {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	color: #027476;
}
.num-block .desc {
    font-weight: 400;
    font-size: 14px;
    color: #181c1b;
    line-height: 100%;
    max-width: 260px;
    margin: auto;

}
.nagrady-block {
	margin-bottom: 50px;
}
.nagrady-block .slick-list {
	margin-right: -15px;
	margin-left: -15px;
}
.nagrady-block .slick-slide > div {
	padding-right: 15px;
	padding-left: 15px;
}
.nagrady-block .item {
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	background: #f1f1f1;
	display: flex !important;
	align-items: center; 
}
.about-container .item-header {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 110%;
	color: #181c1b;
	margin-bottom: 50px;
}
.nagrady-block .info {}
.nagrady-block .name {
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}
.nagrady-block .desc {
	margin-bottom: 10px;
}
.nagrady-block .date {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.value-block {
	margin-bottom: 50px;
}
.value-block img {
	border-radius: 10px;
}
.value-block .item {}
.value-block .title {
	font-weight: 600;
	font-size: 24px;
	color: #027476;
	margin: 15px 0;
}
.value-block {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000;
}
.value-block .row {
	margin-bottom: 0;
}
.history-container {
	position: relative;
	margin-bottom: 50px;
}
.slider-arrow-history {
	position:absolute;
	right: 0;
	bottom: 0;
}
.history-block {}
.history-block .item {
	
}
.history-block img {
	padding-right: 50px;
}
.history-block .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.history-block .year {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 72px;
	line-height: 100%;
	color: #181c1b;
	margin-bottom: 40px;
}
.history-block .desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	color: #000;
	margin-bottom: 60px;
}
.history-container .slider-arrow .slick-arrow {
	background: #027476;
	color: #ffffff;
	border: 0;
}
.history-container .slider-arrow .slick-prev.slick-arrow:before {
	display: none;
}
.history-container .slider-arrow .slick-prev.slick-arrow span:before {
	content: "";
	background-image: url("../images/history-prev.svg");
	width: 17px;
	height: 12px;
	display: block;
}
.history-container .slider-arrow .slick-next.slick-arrow {
	width: auto;
	font-size: 16px;
}
.history-container .slider-arrow .slick-next.slick-arrow:before {
	display: none;
}
.history-container .slider-arrow .slick-next.slick-arrow span {
	display: flex;
	align-items: center;
	padding-right: 30px;
	padding-left: 30px;
}
.history-container .slider-arrow .slick-next.slick-arrow span:after {
	content: "";
	background-image: url("../images/history-next.svg");
	width: 17px;
	height: 12px;
	display: block;
	margin-left: 10px;
}
.history-container .slider-arrow .slick-arrow.slick-disabled {
	opacity: 0.7;
}
.contact-blog {}
.contact-blog .tabs__content {
	display: none;
}
.contact-blog .tabs__content.active {
	display: block;
}
.contact-blog .ymaps-glass-pane.ymaps-events-pane {
	position: relative;
}
.contact-blog .ymaps-glass-pane.ymaps-events-pane:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 350px;
	top: 0;
	right: 0;
	left: 0;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);

}
.contact-blog .ymaps-glass-pane.ymaps-events-pane:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 350px;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.contact-blog  img {
	border-radius: 50%;
	object-fit: cover;
}
.service-gall img {
	object-fit: cover;
	width: 100%;
	height: 350px;
	object-position: center top;
}
.events-carosel .event-body img {
	object-fit: cover;
	width: 100%;
	height: 350px;
	object-position: center top;
}
.portfolio-body img {
	border-radius: 20px;
}
.flavor img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    object-position: center top;
    border-radius: 5%;

}
#segodnya-v-kino .flavor img {
    height: 100%;

}
.banner-about {
	border-radius: 20px;
	padding: 50px;
	color: #ffffff;
	background: #027476;
}
.banner-about img {
	position: absolute;
}
.banner-about h4 {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	line-height: 110%;
}
.banner-about button.sf2-callBtn {
    border-radius: 50px;
    padding: 0 50px;
    line-height: 60px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #027476;
    border: 0;
    margin-top: 15px;

}
.banner-about button.sf2-callBtn:hover {
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
	background: #ffffff;
	color: #027476;
}
.mod-breadcrumbs__wrapper {
    margin: auto;
    display: table;

}
.firstscreen .mod-breadcrumbs__wrapper {
    display: block;

}
.breadcrumb-item {
	line-height: 100%;
}
.breadcrumb-item span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);

}
.firstscreen .breadcrumb-item span {
    color: rgba(255, 255, 255, 0.5);

}
.firstscreen .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5) !important;

}
.firstscreen h1 {
	font-weight: 400;
	font-size: 42px;
	line-height: 110%;
}
.firstscreen .info {
	display: flex;
	flex-direction: column;
}
.info-row [class*="col-"] div {
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
} 
.info-row [class*="col-"] span {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
	line-height: 100%;
	display: block;
}
.row-service {
	
}
.row-jobs > .info,
.row-service > .info {
	display: flex;
	justify-content: center;
}
.com-service .tabs {
	padding-top: 0;
}
.backdrop_content.left_side ul.dropdown-menu a {
	color: #027476;
}
.com-news .service-gall img {
	object-fit: cover;
	width: 100%;
	height: 350px;
	object-position: center top;
	border-radius: 20px;
}
.news-inner .breadcrumb-item span,
.com-reviews .breadcrumb-item span {
	font-weight: 400;
	font-size: 14px;
	color: rgba(24, 28, 27, 0.5);
}
.news-inner .breadcrumb-item + .breadcrumb-item:before,
.com-reviews .breadcrumb-item + .breadcrumb-item:before {
	color: rgba(24, 28, 27, 0.5) !important;
}
.module_special_visually.active img {
	filter: grayscale(100%) invert(100%);
	-webkit-filter: grayscale(100%) invert(100%);
	-moz-filter: grayscale(100%) invert(100%);
} 
.module_special_visually .params.show p {
	display: none;
}
.news-body {
	margin-top: 30px;
}
.news-inner .item-header {
	font-family: "EB Garamond", serif;
}
.com-reviews .breadcrumb {
	justify-content: center;
}
.sf2-checkbox-label {
	display: inline-flex !important;
	align-items: center;
    cursor: pointer;
}
.sf2-form-group input[type="radio"],
.sf2-form-group input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
	width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0.25rem;
    background-color: #fff;
	background-image: url("../images/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 5px 0 0;
}
.sf2-form-group input[type="radio"]:checked,
.sf2-form-group input[type="checkbox"]:checked {
	background-color: #fff;
    background-image: url("../images/checkbox-checked.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.sf2-form-group.rating .sf2-checkbox-label {
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
	font-size: 1.4rem;
	color: #027476;
	user-select: none;
	transition: transform 0.3s ease;
}

.sf2-form-group.rating .sf2-checkbox-label:hover {
	/* transform: scale(1.02); */
}
.sf2-form-group.rating .sf2-checkbox-label input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.sf2-form-group.rating .sf2-checkbox-label i {
	display: flex;
	transition: transform 0.3s ease;
}
.sf2-form-group.rating .sf2-checkbox-label i:before {
	content: "";
	width: 39px;
	height: 37px;
	background: url("../images/star.svg") no-repeat center center;
	transition: transform 0.3s ease;
}
.sf2-form-group.rating .sf2-checkbox-label input:checked ~ i:before {
	content: "";
	background: url("../images/star.svg") no-repeat center center;
	filter: drop-shadow(0 10px 15px rgba(2, 116, 118, 0.75));
	
	/* box-shadow: 0 0 8px #027476, 0 0 12px #027476; */
}
.sf2-form-group.rating .sf2-checkbox-label span {
	display: none;
}
.sf2Shade .sf2Style-default button.sf2-element[type="submit"],
.com-reviews .sf2Style-default button.sf2-element[type="submit"] {
	background: #027476;
	color: #ffffff;
	margin-bottom: 0;
	border-radius: 50px;
	padding: 0 56px;
	line-height: 60px;
	font-weight: 500;
	font-size: 16px;
}
.sf2Shade .sf2Style-default button.sf2-element[type="submit"]:hover,
.com-reviews .sf2Style-default button.sf2-element[type="submit"]:hover {
	background: #027476;
	box-shadow: 0 0 15px rgba(2, 116, 118, 0.3);
}
.sf2Style-default .sf2-form-group input.sf2-element,
.sf2Style-default .sf2-form-group textarea.sf2-element {
	border: 1px solid #ebebeb;
	border-radius: 15px;
	padding: 18px 30px;
	box-shadow: none;
	resize: none;
}
.com-reviews .sf2Style-default .sf2-form-group textarea.sf2-element {
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 765px;
	min-height: 100px;
}
.contact-info > *,
.contact-tabs-nav > *,
.contact-tabs-nav .page-header {
	line-height: 100% !important;
}
.cont-info > * + * {
	margin-top: 15px;
}
.blog-item .puschkin-cart img {
	margin: 0;
}
.cont-info-item {
	display: flex;
	align-items: center;
	font-weight: 400;
	color: #000;
}
.cont-info-item:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
.cont-info-item.addres-map-container {
	align-items: flex-start;
}
.addres-map-container .link-map a {
	font-size: 75%;
	color: #4b4b4b;
	margin-top: 10px;
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 120%;
}
.addres-map-container .link-map a:hover {
	border-color: transparent;
}
.schedule-item span {
	font-size: 75%;
	color: #4b4b4b;
}
.mail-container a {
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 120%;
}
.mail-container a:hover {
	border-color: transparent;
}
.addres-map-container:before {
	background: url("../images/contact/locate.svg") no-repeat left top;
	background-size: contain;
}
.phone-container:before {
	background: url("../images/contact/phone.svg") no-repeat left top;
	background-size: contain;
}
.schedule-container:before {
	background: url("../images/contact/clock.svg") no-repeat left top;
	background-size: contain;
}
.mail-container:before {
	background: url("../images/contact/brif.svg") no-repeat left top;
	background-size: contain;
}
.appenddots .slick-dots {
	position: inherit;
}
.container-appenddots {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.row.row-appenddots,
.appenddots .slick-dots,
.appenddots {
	height: 100%;
	position: relative;
}
.appenddots .slick-dots li {
	border: 1px solid;
	width: 45px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.appenddots .slick-dots li.slick-active .dot-play {
	font-weight: bold;
}
.appenddots .dot-play {
	width: 100%
	line-height: 100%;
}
.appenddots .slick-dots li:nth-child(1) .dot-play:before {
	content: "1955";
}
.appenddots .slick-dots li:nth-child(2) .dot-play:before {
	content: "1997";
}
.appenddots .slick-dots li:nth-child(3) .dot-play:before {
	content: "2000";
}
.appenddots .slick-dots li:nth-child(4) .dot-play:before {
	content: "2001";
}
.appenddots .slick-dots li:nth-child(5) .dot-play:before {
	content: "2008";
}
.appenddots .slick-dots li:nth-child(6) .dot-play:before {
	content: "2016";
}
.appenddots .slick-dots li:nth-child(7) .dot-play:before {
	content: "2019";
}
.appenddots .slick-dots li:nth-child(8) .dot-play:before {
	content: "2025";
}
.rukovoditel-block-items > *:last-child {
	margin-bottom: 0;
}



nav.navbar-expandz {
	flex-wrap: nowrap;
	justify-content: flex-start;
	flex-grow: 2;
}
.header ul.top_menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.top_menu > .nav-item > a,
ul.top_menu > .nav-item > a.show {
	color: #ffffff;
	display: flex;
	align-items: center;
}
ul.top_menu > .nav-item.parent a:after {
	content: "";
	width: 9px;
	height: 5px;
	background: url("../images/parent.png") no-repeat center center;
	background-size: contain;
	margin-left: 10px;
	border: none;
}
@media (max-width: 1199.98px) {
	.dropdown-menu {
		position: relative !important;
		transform: translate(0px, 0px) !important;
	}
	.dropdown-item {
		white-space: wrap !important;
		line-height: 100%;
	}
}
@media (min-width: 1024px) {
  nav.navbar-expandz {
    padding: 0px 25px;
  }
}
@media (min-width: 1280px) {
  nav.navbar-expandz {
    padding: 0px 50px;
  }
}