/*!
Theme Name: fragment_design
Author: fragment_design
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fragment_design
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fragment_design is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
    /* Основные цвета */
    --color-primary: #A67DF5;
    --color-secondary: #F9F5FF;

	/* стандартные цвета */
    --color-grey: #5A5A5A;
    --color-white: #ffffff;
    --color-black: #262626;
    --color-grey-light: #FAFAFA;
    --color-grey-light-2: #E9E9E9;
    --color-grey-light-3: #DEE2E5;
    --color-grey-light-4: #C2C2C2;
    --color-purple: #A67DF5;
    --color-grey-dark: #51555B;
    --color-grey-dark-2: #575757;
    --color-grey-dark-3: #808080;
	--color-grey-light-dark: #979BA0;
	--color-grey-dark-light: #D7D7DB;
	--color-grey-slider-bullet: #D9D9D9;
	

    /*не используются*/
    --color-success: #28a745;
    --color-danger: #dc3545;
    --color-warning: #ffc107;
    --color-info: #17a2b8;
    
    /* Нейтральные цвета */

    --color-gray-100: #f8f9fa;
    --color-gray-200: #e9ecef;
    --color-gray-300: #dee2e6;
    --color-gray-400: #ced4da;
    --color-gray-500: #adb5bd;
    --color-gray-600: #6c757d;
    --color-gray-700: #495057;
    --color-gray-800: #343a40;
    --color-gray-900: #212529;
    
    /* Цвета с прозрачностью */
    --color-primary-alpha: rgba(0, 123, 255, 0.5);
    
    /* Семантические переменные (переиспользуем базовые) */

    --color-text: var(--color-gray-800);
    --color-text-light: var(--color-gray-600);
    --color-background: var(--color-white);
    --color-border: var(--color-gray-300);
}


/*###* mobile first *###*/


a:link, a:visited, a:active {
	/*color: var(--color-primary);*/
}

a:hover {
	color: var(--color-primary);
	/*text-decoration: underline;*/
}


.container {
	/*max-width: 358px;*/
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

.header .logo img {
	width: 150px;
}



.header {
	background: var(--color-grey-light);
}

.header--fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
}

.header-height {
	min-height: 83px;
}

.header__inner {
	gap: 12px;
	padding: 12px 0;
	display: flex;
    align-items: center;
    justify-content: space-between;	
}

.nav__list {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 33px;	
}

.footer__copylinks a,
.footer__nav a,
.nav__list a,
.nav__link {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
}

.footer__copylinks a:hover,
.footer__nav a:hover,
.nav__list a:hover,
.nav__link:hover {
	color: var(--color-primary);
}

.footer__nav {
	margin: 0;
	display: flex;
  	align-items: flex-start;
  	justify-content: space-between;
	flex-direction: column;
  	gap: 10px;
}

.footer__copylinks a,
.footer__nav a {
	color: var(--color-white);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
}

.footer__copylinks {
	display: flex;
  	gap: 12px;
  	width: 100%;
  	flex-wrap: wrap;
  	margin-top: 12px;
}

.footer__copylinks a {
	display: flex;
  	flex: 1 1 20%;
  	text-align: left;	
}

.footer__inner--line-2.footer__inner {
	display: block;
}

.footer__phones {
	position: absolute;
  	left: 14px;
  	top: 76px;
}

.footer .socials {
	top: 104px;
	position: absolute;
  	left: 16px;
}


.search div.asl_w .probox .promagnifier .innericon svg {
	fill: #A67DF5;
}

.search div.asl_w .probox {
	height: 0;
	font-family: 'Nunito Sans';
  	min-height: 46px;
  	border: 2px solid var(--color-grey-light-2);
  	padding: 10px 10px 10px 45px;
  	max-width: 325px;
  	width: 325px;
  	border-radius: 10px;
  	border-width: 2px;
}

.header__mobile-menu.header__mobile-menu--active .search div.asl_w .probox {
	width: 100%;
	max-width: 100%;
}

.search #ajaxsearchlite1 .probox .proinput input, .search div.asl_w .probox .proinput input {
	font-family: 'Nunito Sans';
	font-size: 14px;
	font-weight: 300;
	color: var(--color-black)!important;
}

.search div.asl_w {
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

.search div.asl_w .probox .promagnifier {
	left: 14px;
  	right: unset;
  	position: absolute;
}


.search #ajaxsearchlite1 .probox, .search  div.asl_w .probox {
	height: 100%;
	min-height: 10px;
	border: 2px solid var(--color-grey-light-2);
  	border-radius: 10px;
  	box-sizing: border-box;
  	max-height: 50px;
}


.search {
	display: none;
}

.search__inner {
	position: relative;
}

.search__input {
	font-family: 'Nunito Sans';
	min-height: 46px;
	border: 2px solid var(--color-grey-light-2);
	padding: 10px 10px 10px 45px;
/*	max-width: 325px;
	width: 325px;*/
	border-radius: 10px;
	border-width: 2px;
}

.search__input:hover,
.search__input:active,
.search__input:focus {
	outline:none;
	border-color: var(--color-primary);
	box-shadow: none;
}

.header .button {
	padding: 6px;
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	/*max-width: 210px;*/
	max-width: 136px;
	width: 100%;
	height: 45;
	border-radius: 10px;
	/*padding: 14px;*/
	font-family: Nunito Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
}

.button--primary {
	color: white;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
}

.button--primary:hover {
	background: transparent;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}

.search__button {
	background: url(/wp-content/themes/fragment_design/img/icons/lupa.svg);
 	background-repeat: no-repeat;
  	background-position: center;
  	border: 0;
  	font-size: 0;
  	width: 16px;
  	height: 16px;	
  	position: absolute;
  	left: 16px;
  	top: 16px;
}

.nav {
	display: none;
}

.search-opener span {
	display: block;
	font-size: 0;
	display: block;
	font-size: 0;
	height: 30px;
	width: 30px;
	background: url(/wp-content/themes/fragment_design/img/icons/lupa.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.nav-opener {
	width: 20px;
	cursor: pointer;
	height: 16px;
}



.nav-opener span {
	display: block;
	position: relative;
	font-size: 0;
	height: 2px;
	width: 20px;
	background: var(--color-grey);
}

.nav-opener span::after,
.nav-opener span::before {
	transition: ease all .3s;
	content: " ";
	display: block;
	position: relative;
	font-size: 0;
	height: 2px;
	width: 20px;
	background: var(--color-grey);
}


.nav-opener span::before {
	bottom: -6px;
}

.nav-opener span::after {
	bottom: -10px;
}

.nav-opener.nav-opener--active span {
	background: transparent;
	height: 0;
}


.nav-opener.nav-opener--active span::before {
	transition: ease all .3s;
  	transform: rotate(225deg);
  	bottom: -8px;
}

.nav-opener.nav-opener--active span::after {
	transition: ease all .3s;
  	transform: rotate(-225deg);
  	bottom: -6px;
}


.header__mobile-menu {
	position: fixed;
	left: -100%;
  	right: 100%;
  	top: 54px;
  	padding: 0 16px;
  	background: var(--color-grey-light);
  	border-bottom: 6px solid var(--color-primary);
}

.header__mobile-menu.header__mobile-menu--active {
	left: 0;
	right: 0;
}

.header__mobile-menu .search__input {
	width: 100%;
}

.header__mobile-menu .nav {
	margin: 20px 0;
  	background-color: white;
  	padding: 30px;
  	border-radius: 10px;	
}


.header__mobile-menu .nav__list {
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.header__mobile-menu .search,
.header__mobile-menu .nav {
	display: block;
}


.banner-main {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;

}

.banner-main video,
.banner-main {
	min-height: 550px;
}

.section__background-video {
	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	top: 0;
}

.section__background-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-main video {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}

.banner-main__button {
	display: block;
	text-align: center;
	max-width: 325px;
	padding: 14px;

	border-radius: 10px;
	width: 100%;	
}

.banner-main__button--search-seminar {
	font-family: 'Nunito Sans';
	border: 1px solid var(--color-primary);
	border-radius: 10px;
	background-color: var(--color-primary);
	color: var(--color-white);
}

.banner-main__button--search-seminar:hover {
	background-color: transparent;
	color: var(--color-primary);
}

.banner-main__button--get-collaboration {
	font-family: 'Nunito Sans';
	border: 1px solid var(--color-white);
	background-color: transparent;
	color: var(--color-white);
}

.banner-main__button--get-collaboration:hover {
	border: 1px solid var(--color-primary);
}

.banner-main__inner {
	position: absolute;
  	top: 0;
  	z-index: 2;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	padding: 24px 24px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: 24px;
}

.banner-main__buttons {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.banner-main__title {
	font-family: 'Unbounded';
	font-weight: 500;
	font-style: Medium;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 0px;
	color: var(--color-white);
}

.section__background-img {
	position: absolute;
  	left: 0;
  	top: 0;
  	right: 0;
  	bottom: 0;	
}

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

.section__background,
.banner-main__background {
	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
  	z-index: 1;
  	background-color: rgba(1, 1, 1, 0.66);	
}
.banner-main__text {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 17px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	color: var(--color-white);
}
.section__title {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 31.42px;
	letter-spacing: -0.52px;
	margin-bottom: 30px;
	color: var(--color-black)
}



.section--title .section__buttons .section__btn {
	border-radius: 10px;
	display: flex;
	gap: 14px;
	padding: 12px;
	font-family: 'Nunito Sans';
	max-width: 325px;
	width: 100%;
	font-weight: 500;
	font-style: Medium;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}

.section--title .section__buttons {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.section__btn--primary {
	color: var(--color-white);
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);

}

.section__btn--black {
	color: var(--color-black);
	background-color: transparent;
	border: 1px solid var(--color-black);
}

a.section__btn--primary:hover,
.section__btn--primary:hover {
	background-color: transparent;
}

a.section__btn--black:hover,
.section__btn--black:hover {
	border: 1px solid var(--color-primary);
}

.section--title .section__tag,
.section--seminar .section__tag {
	border: 1px solid var(--color-black);
	color: var(--color-black);
	font-family: 'Nunito Sans';
	font-weight: 400;
	border-radius: 10px;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 3px 26px;
}

.section--title .section__tag.order-1 {
	order: 1;
}

.section--title .section__tag.order-2 {
	order: 2;
}

.section--title .section__tag.section__tag-main {
  	border-color: var(--color-primary);
	background-color: var(--color-primary);
	color: var(--color-white);
}

.section--title .section__tag.section__tag-main:hover {
	color: var(--color-primary);
	background: transparent;

}

.section--title .section__tag {
	border: 2px solid var(--color-grey-dark-3);
	font-weight: bold;
	color: var(--color-grey-dark-3);	
	transition: none;
}

.section--title .section__tags {
	display: flex;
  	gap: 10px;
  	flex-wrap: wrap;
}


.section--title .has-picture .section__tag:hover,
.section--seminar .has-picture .section__tag:hover,
.section--seminar .section__tag:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
	border-color: var(--color-primary);
}

.section--title .section__tag:hover {
	color: var(--color-primary);
	font-weight: bold;
	border-color: var(--color-primary);
}

.section--seminar .section__left {
	position: relative;
}

.section {
	margin-bottom: 74px;
}


.section__inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 20px;
}

.section--seminar .section__left/*, 
.section--title .section__left*/ {
	background: var(--color-secondary);
	min-height: 300px;
}

.section__left-inner,
.section__left {
	background: var(--color-secondary);
	border-radius: 20px;
	padding: 78px 24px;
	display: flex;
	width: 100%;
  	align-items: flex-start;
  	flex-direction: column;
  	justify-content: center;
 	gap: 26px;
  	/*gap: 30px;	*/
}

.section__left-inner {
	background: transparent;
	position: relative;
	z-index: 2;
	padding: 0;
}

.section__right {
	border-radius: 20px;
	height: 310px;	
	max-width: 100%;
	width: 100%;
}


.section--catalog .section__right {
	height: 100%;
}

.section--title .section__left {
	background: var(--color-secondary);
}

.section--title .section__right {
	/*background-color:var(--color-black);*/
	background: var(--color-secondary);
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.section--title .section__right img {
	width: 100%;
  	/*height: 100%;*/
  	/*width: auto;*/
  	height: auto;
  	object-fit: contain;
}

.section--contacts .section__right ,
.section--contacts .section__left,
.section--about-us-short .section__left,
.section--about-us-short .section__right {
	height: 100%;
}

.section--contacts iframe {
	width: 100%;
}


.section--seminar .section__right {
	height: 610px;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	background-color: var(--color-black);
   	padding: 40px 20px;		
}

.section--seminar .section__date-month,
.section--seminar .section__date-day {
	color: var(--color-white);
}

.section--seminar .section__date-day {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: -1.6px;
}

.section--seminar .section__date-month {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 19.8px;
	letter-spacing: -0.88px;
}

.section--seminar .section__date-row {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	gap: 8px;	
  	margin-bottom: 6px;
}

.section--seminar .section__info-row {
	margin-bottom: 20px;
}

.section--seminar .section__cost {
	text-transform: uppercase;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	max-width: 210px;
	width: 100%;
	margin-bottom: 24px;
	padding: 6px 0;
}

.section--seminar .section-property__name {
	color: var(--color-grey-dark-light);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 6px;
}

.section__info-image {
	overflow: hidden;
	border-radius: 10px;
	max-width: 240px;
	height: 160px;
}

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

.section--seminar  .section-property {
	margin-bottom: 20px;
}

.section__top-row {
	display: flex;
  	justify-content: flex-start;
  	gap: 28px;
  	width: 100%;
  	/*align-items: flex-end;*/
	align-items: flex-start;
  	flex-direction: column;
  	margin-bottom: 24px;
}

.section--catalog .section__title {
	margin-bottom: 0;
}

.section--catalog .section__left {
	width: 100%;
	max-width: 360px;
}

.section--catalog .search {
	width: 100%;
	display: block;
}

.section--catalog .search__input {
	width: 100%;
	max-width: 440px;
}

.section--seminar .section-property__value {
	color: var(--color-white);
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;

}

.section--contacts .section__right {
	background: transparent;
}

.section--50 .section__left, .section--50 .section__right,
.section--contacts .section__left, .section--contacts .section__right {
	max-width: 100%;
}

.section--contacts .section__left {
	gap: 0;
}

.section--contacts .section__left,
/*.section--title .section__left, .section--title .section__right,*/
.section--seminar .section__left, .section--seminar .section__right,
.section--50 .section__left, .section--50 .section__right,
.section--contacts .section__left, .section--contacts .section__right {
	border-radius: 20px;
	overflow: hidden;
}

.section__left,
.section__right {
	min-height: 100%;
	border-radius: 10px;
	/*overflow: hidden;*/
}

.section__left {
	background-color: var(--color-grey-light);
}

.section__h1 {
	font-family: 'Unbounded';
	font-weight: 500;
	font-style: Medium;
	font-size: 28px;
	leading-trim: NONE;
	line-height: 25px;
	letter-spacing: 0px;
	color: var(--color-black);
}

.section--seminar .has-picture .section__tag {
	border-color: var(--color-white);
}

.section--seminar .has-picture .section__tag,
.has-picture .section__text,
.has-picture .section__text *,
.has-picture .section__h1 {
	color: var(--color-white);
}

.section--seminar .section__h1 {
	font-family: 'Unbounded';
	font-weight: 500;
	font-style: Medium;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 25px;
	letter-spacing: 0px;

}

.section__text {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--color-black);
}

.section--we-offer-numbers .section__item {
	border-radius: 10px;
	background-color: var(--color-grey-light);
	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 24px 28px;
  	flex: 1 1 30%;
}

.section--we-offer-numbers .section__item .section__item-title {
	margin-bottom: 14px;
	font-size: 16px;
}

.section--we-offer-numbers .section__items {
	gap: 20px;
  	display: flex;
  	flex-wrap: wrap;	
  	width: 100%;
}

.section--we-offer-numbers .section__item .section__item-subtitle {
	text-align: left;
	margin-bottom: 10px;
}

.section--we-offer .section__item {
	max-width: 100%;
	width: 100%;
	background-color: var(--color-grey-light);
	background-image: url(/wp-content/themes/fragment_design/img/icons/check.svg);
	background-repeat: no-repeat;
	border-radius: 10px;
	background-repeat: no-repeat;
  	background-position: 50% 40px;
	padding:  80px 34px 34px 34px;
}

.section__item-title {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-primary);
	margin-bottom: 18px;
}


.section__item-subtitle {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 22px;
	color: var(--color-black);
}

.section__item-text {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--color-black);
}

.section--we-offer .section__items {
	display: flex;
  	align-items: stretch;
  	flex-direction: column;
  	gap: 18px;
}



.section__items--contacts {
	display: flex;
  	align-items: stretch;
  	flex-direction: column;
  	gap: 18px;
}

.section--contacts .section__left,
.section--contacts .section__right {
	width: 100%;
}

.section--contacts .section__items--contacts {
	width: 100%;
}



.section--seminar .section__button {
	padding: 14px;
	font-family: 'Nunito Sans';
	border-radius: 10px;
	max-width: 325px;
	width: 100%;
	text-align: center;
	border: 1px solid var(--color-primary);
	background-color: var(--color-primary);
	color: var(--color-white);
}

.section--seminar .section__button:hover {
	background-color: transparent;
	color: var(--color-primary);
}

.section--seminar .section__date-more {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 14.4px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-white);
}

.section--seminar .section__left {
	padding: 44px 30px;
}



.section__left,
.section__right {
	/*flex: 1 1 100%;*/
}

.section--contacts .section__right img {
	/*height: 100%;*/
	height: auto;
	width: 100%;
}

.section__left {
	padding: 28px 28px;
}

.section--catalog .section__left {
	padding: 0;
	background-color: transparent;
}

.section__address {
	display: block;
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0%;
	margin-bottom: 8px;
}
.section__contact-row,
.section-contacts__contact-row {
	margin: 14px 0;
}

.section__phone,
.section-contacts__phone {
	margin-bottom: 12px;
	font-family: 'Nunito Sans';
	display: block;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0%;
}


.section__email,
.section-contacts__email {
	display: block;
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0%;
}

.section--contacts .socials__items {
	display: flex;
	gap: 30px;
}

.section__description-text.section__text {
	line-height: 1.3em;
}

.section__description-text a {
	color: var(--color-primary);
	text-decoration: underline;
}

.section__description-text a:hover {
	text-decoration: none;
}

.section__description-text.section__text .h2,
.section__description-text.section__text h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.section__description-text p,
.section__description-text ul {
	margin-bottom: 10px;
}

.section__description-text ul {
	list-style: disc;
	padding-left: 30px;
}

.section--check-items .section__items,
.section--what-you-wait .section__items {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	gap: 28px;
}

.section--check-items .section__item-title,
.section--what-you-wait .section__item-title {
	margin-bottom: 16px;
}
.section--check-items .section__item,
.section--what-you-wait .section__item {
	max-width: 100%;
	width: 100%;
	background-color: var(--color-grey-light);
	background-image: url(/wp-content/themes/fragment_design/img/icons/check.svg);
	background-repeat: no-repeat;
	border-radius: 10px;
	background-repeat: no-repeat;
  	background-position: 50% 40px;
	padding:  88px 34px 34px 34px;
}

.section--check-items .section__item-title,
.section--what-you-wait .section__item-title {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-black);
}

.section--check-items .section__item-text,
.section--what-you-wait .section__item-text {
	color: var(--color-black);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;

}

.section--event-also .section__item {
	background-color: var(--color-secondary);
	border-radius: 16px;
	padding: 16px;
}

.section--event-also .section__date-day {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: -1.6px;
	color: var(--color-black);
}


.section--event-also .section__date-month {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 19.8px;
	letter-spacing: -0.88px;
}

.section--event-also .section__date-more {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 14.4px;
	letter-spacing: 0%;
	color: var(--color-grey-dark);
}

.section--event-also .section__date-row {
	display: flex;
  	align-items: center;
  	gap: 10px;	
  	margin-bottom: 6px;
}


.section--event-also .section__price {
	border-radius: 10px;
	padding: 6px 14px;
	border: 1px solid var(--color-primary);
	background-color: var(--color-primary);
	color: var(--color-white);
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
	leading-trim: NONE;
	letter-spacing: 0%;
	text-align: center;
	display: inline-block;
}

.section--event-also .section__information {
	color: var(--color-grey-dark);
}

.section--event-also .section__information {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 14px;
	letter-spacing: 0%;
	color: var(--color-grey-dark);
}

.section--event-also .section__info-row {
	display: flex;
  	justify-content: space-between;
  	margin-bottom: 14px;
}

.section--event-also .section__tag {
	border: 1px solid var(--color-primary);
	font-family: Nunito Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	border-radius: 10px;
	padding: 6px 15px;
	leading-trim: NONE;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-primary);
}

.section--seminar .section__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px;
}

.section--event-also .section__tags { 
	display: flex;
  	gap: 12px;
  	justify-content: flex-start;
  	align-items: stretch;
  	margin-bottom: 18px;
}

.section--event-also .section__item-name {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--color-black);
}	

.section--event-also .section__item-btn {
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-white);
	background-color: var(--color-primary);
	border-radius: 10px;
	display: block;
  	margin-top: 20px;
  	max-width: 260px;
  	padding: 8px;
}



.section--event-also .section__data-information {
	display: flex;
  	flex-direction: column;
  	align-items: flex-end;	
  	justify-content: flex-end;
  	gap: 6px;
}

.section__items--event-also {
	gap: 20px;
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
}

.section__items--event-also .catalog-item {
	flex: 1 1 33%;
	max-width: 440px;
	width: 100%;
	margin-bottom: 0;
}

.section--schedule .section__line-title {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 22px;
	letter-spacing: 0%;
	color: var(--color-black);
	cursor: pointer;
}

.section--schedule .section__line-title span:last-child {
	display: none;
}

.section--schedule .section__item--active .section__line-title span:first-child {
	display: none;
}

.section--schedule .section__item--active .section__line-title span:last-child {
	display: block;
}

.section--schedule .section__item {
	background-color: var(--color-grey-light);
	border-radius: 10px;
	padding: 18px 18px;
	width: 100%;
}

.section--faq .section__items,
.section--schedule .section__items {
	width: 100%;
}

.section--faq .section__items {
	/*column-count: 2;*/
	display: flex;
  	flex-wrap: wrap;
  	gap: 14px;
  	align-items: flex-start;
}

.section--schedule .section__line-top::after {
	position: absolute;
	content: " ";
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(/wp-content/themes/fragment_design/img/icons/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	 /*transform: translateY(-50%);*/
	 top:-5px;
	 right: 0;
	 cursor: pointer;
}

.section--schedule .section__item--active .section__line-top::after {
	transform: rotate(180deg);
}

.section--schedule .section__line-top {
	position: relative;
}

.section--schedule .section__line-column span:first-child {
	color: var(--color-black);
	font-family: 'Nunito Sans';
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
}

.section--schedule .section__line-column span:last-child {
	color: var(--color-black);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
}


.section--schedule .section__line-bottom {
	display: flex;
  	justify-content: flex-start;
  	flex-direction: column;
  	gap: 10px;
  	height: 0;
  	overflow: hidden;
  	padding: 0px;
  	opacity: 0;
}

.section--schedule .section__item--active .section__line-bottom {
	height: 100%;
	opacity: 1;
	padding-top: 30px;
	/*overflow: visible;*/
}

.section--schedule .section__line-bottom  .section__line-column {
	display: flex;
  	flex-direction: column;
  	/*grid-template-columns: repeat(1, 1fr); /* по умолчанию 4 колонки */*/
  	gap: 10px;
}

.swiper--gallery .swiper-slide__inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper--gallery .swiper-slide__inner a {
	width: 100%;
}

.swiper--gallery .swiper-slide__inner .swiper-slide__gallery-img {
	width: 100%;
}

.swiper {
	position: relative;
}

.swiper__button--default {
	width: 50px;
  	height: 50px;
  	background-color: var(--color-white);
  	position: absolute;
  	top: 0;
  	border-radius: 3px;
  	background-repeat: no-repeat;
  	background-position: center;
  	z-index: 1;
  	cursor: pointer;
  	top: 50%;
    transform: translateY(-50%);
}


.swiper__button-prev--default.swiper__button--calender {
	right: 30px;
	left: unset;
	background-image: url(/wp-content/themes/fragment_design/img/icons/calendar-left.svg);
}

.swiper__button-next--default.swiper__button--calender {
	background-image: url(/wp-content/themes/fragment_design/img/icons/calendar-right.svg);
	right: -6px;
}

.swiper__button--default.swiper__button--calender {
	background-color: transparent;
  	top: 9px;
  	width: 30px;
  	height: 30px;
}

.section--seminar-album .section__inner {
	flex-direction: column;
	display: flex;
}

.section--seminar-album .section__left {
	max-width: 100%;
}

.section--seminar-album .section__link {
	display: inline-block;
	border: 2px solid var(--color-primary);	
	border-radius: 10px;
	background-color: var(--color-primary);
	color: var(--color-white);
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	max-width: 358px;
	width: 100%;
	padding: 12px;
	cursor: pointer;
}

.section--seminar-album span.section__link {
	background-color: transparent;
}

.section--seminar-album a.section__link:hover {
	color: var(--color-primary);
	background-color: transparent;
}


.section--seminar-album .section__link.section__link--second:hover {
	background-color: var(--color-white);
	color: var(--color-black);
	border-color: var(--color-black);
}
/*
.section--seminar-album a.section__link:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-white);
}*/

.section--seminar-album span.section__link {
	cursor: default;
	position: relative;
	color: var(--color-grey-light-dark);
	border: 2px solid var(--color-grey-light-dark);	
}

.section--seminar-album span.section__link::before {
	content: "Скоро появится";
	display: block;
	position: absolute;
  	bottom: -30px;
  	left: 0;
  	right: 0;
	color: var(--color-grey-light-dark);
}



.section--seminar-album .section__links {
	display: flex;
  	flex-direction: column;
  	height: 100%;
	justify-content: center;
  	align-items: center;	
  	gap: 60px;
}

.section--gallery .section__inner {
	/*flex-direction: column;*/
}

.swiper__button-prev--default {
	left: 6px;
  	background-image: url(/wp-content/themes/fragment_design/img/icons/arrowLeft.svg);
}

.swiper__button-next--default {
	right: 6px;
  	background-image: url(/wp-content/themes/fragment_design/img/icons/arrowRight.svg);
}

.swiper__button--side-small.swiper-button-disabled {
	opacity: 0.8;
}

.swiper-pagination--default .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: var(--color-grey-slider-bullet);
}

.swiper-pagination--default .swiper-pagination-bullet.swiper-pagination-bullet-active {

	background-color: var(--color-primary);
}

.swiper-pagination--default {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin: 10px 0;
  	z-index: 1;	
}

.catalog-item__inner {
	display: flex;
  	align-items: center;
  	justify-content: space-between;
}

.section__items--event-also .catalog-item__inner {
	align-items: stretch;
}

.catalog-item .catalog-item__inner {
	padding: 14px;
	gap: 20px;
}

.catalog-item {
	position: relative;
	border-radius: 16px;
	background-color: var(--color-secondary);
	margin-bottom: 20px;

}

.catalog-item .catalog-item__inner {
	min-height: 225px;
}


.catalog-item__date-month {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 19.8px;
	letter-spacing: -0.88px;
}

.catalog-item__date-row-left,
.catalog-item__date-row {
	display: flex;
  	align-items: center;
  	justify-content: flex-start;
  	gap: 8px;
  	margin-bottom: 3px;
}

.catalog-item__date-row-left {
	min-width: 190px;
}

.catalog-item__date-row.catalog-item__date-row--main {
	gap: 30px;
}

.section__items--event-also .catalog-item__fast-tags {
	position: absolute;
  	/*top: 23px;*/
  	top: 104px;
  	left: unset;
  	bottom: unset;
  	right: 18px;
}

.section__items--event-also .catalog-item__fast-tags,
.catalog-item__fast-tags {
	flex-direction: column;
}

.section__items--event-also .catalog-item__fast-tag--soon,
.section__items--event-also .catalog-item__fast-tag--gift {
	min-width: 110px;
}

.section__items--event-also .catalog-item .wrap-scroll {
	position: relative;
	top: -10px;
}

.section__items--event-also .catalog-item .wrap-scroll,
.section__items--event-also .catalog-item__right,
.section__items--event-also .catalog-item__item-btn {
	min-width: 120px;
	width: 120px;
}

.catalog-item__fast-tags {
	display: flex;
  	justify-content: center;
  	gap: 10px;
  	align-items: center;	
  	/*position: absolute;*/
  	right: 26px;
  	bottom: 60px;
}


.catalog-item__date-row-right .catalog-item__fast-tags {
	display: none;
}

.catalog-item__fast-tag {
	font-family: 'Nunito Sans';
	font-weight: 500;
	position: relative;
	font-style: Medium;
	font-size: 9px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	border-radius: 50px;
	text-align: center;
	gap: 5px;
	padding: 3px;
	padding-left: 28px;
  	padding-right: 14px;
}

.catalog-item__fast-tag--soon {
	color: #762FFF;
	background-color: #E0CFFF;	
	max-width: 104px;
	width: 100%;
}

.catalog-item__fast-tag--gift {
	color: #3FCE33;
	background-color: #DCFFD9;
	max-width: 104px;
	width: 100%;
}

.catalog-item__fast-tag--gift::before,
.catalog-item__fast-tag--soon::before {
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	content: " ";
	left: 10px;
  	top: 50%;
  	transform: translateY(-50%);
}

.catalog-item__fast-tag--gift::before {
	background-image: url(/wp-content/themes/fragment_design/img/icons/gift.svg);
}

.catalog-item__fast-tag--soon::before {
	background-image: url(/wp-content/themes/fragment_design/img/icons/clock.svg);
}



.catalog-item__city {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 14.4px;
	letter-spacing: 0%;
	color: var(--color-grey-dark);
	margin-bottom: 6px;
}


.catalog-item__date-more {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	/*line-height: 14.4px;*/
	line-height: 1.1em;
	letter-spacing: 0%;
	color: var(--color-grey-dark);
}

.catalog-item__item-name {
	font-family: Unbounded;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--color-grey-dark);
	max-width: 260px;
	margin-bottom: 30px;
}

.catalog-item__item-img {
	display: none;
	border-radius: 20px;
	overflow: hidden;
	height: 83px;
  	width: 144px;
}

.catalog-item__left {
	display: none;
}


.catalog-item__inner .catalog-item__item-img {
	height: 166px;
	width: 166px;
	border-radius: 10px;
	overflow: hidden;
}

.catalog-item__date {
	/*margin-right: 8px;*/
	margin-bottom: 20px;
}

.catalog-item__item-img img {
	object-fit: cover;
  	width: 100%;
  	height: 100%;	
}

.catalog-item__date-day {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: -1.6px;
}

.catalog-item__information {
	font-family: Nunito Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 14px;
	letter-spacing: 0%;
	color: var(--color-grey-dark);
	display: flex;
  	flex-wrap: wrap;
  	gap: 4px;
}

.catalog-item__information * {
	font-family: Nunito Sans;
	color: var(--color-grey-dark);
}

.catalog-item__price {
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-white);
	border-radius: 10px;
	display: inline-block;
	background-color: var(--color-primary);
	padding: 4px 16px;
}


.catalog-item__data-information {
	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 6px;	
}

.catalog-item__info-row {
	display: flex;
  	justify-content: space-between;	
  	margin-bottom: 14px;
}

.catalog-item__info-column {
	display: flex;
	flex-direction: column;
  	justify-content: space-between;	
}

.catalog-item__info-column {
	height: 100%;
}

.catalog-item__left {
	width: 166px;
}

.catalog-item__right {
	width: 120px;
}

.catalog-item__right:not(.catalog-item__right--absolute) {
	padding-bottom: 46px;
  	background-color: var(--color-secondary);
}

.catalog-item__center {
	width: calc(100% - 144px);
}

.section__items--event-also .catalog-item__center {
	width: calc(100% - 126px);
	max-width: 190px;
}

.catalog-item__tags {
	margin-bottom: 20px;
	position: relative;
}

.catalog-item__tag {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	padding: 0px 12px;
	font-size: 10px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
}


.catalog-item__item-btn {
	color: var(--color-white);
	border: 1px solid var(--color-primary);
	background-color: var(--color-primary);
	border-radius: 10px;
	display: inline-block;
	/*min-width: 260px;*/
  	padding: 5px;
  	text-align: center;
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

.catalog-item__right--absolute {
	position: absolute;
  	right: 14px;
  	bottom: 20px;
  	min-width: 120px;
}

a.catalog-item__item-btn:hover,
.catalog-item__item-btn:hover {
	background-color: transparent;
}


.catalog-item__tag-list {
	border: 1px solid var(--color-grey-light-2);
	border-radius: 10px;
	position: absolute;
  	display: flex;
  	/*height: 0;*/
  	overflow: hidden;
  	/*opacity: 0;*/
  	transform: scale(0);
  	align-items: center;
  	flex-direction: column;
  	background-color: var(--color-white);
  	max-width: 200px;
  	width: 100%;
  	justify-content: center;
  	/*padding: 44px 14px 14px 14px;*/
  	padding: 0;
  	gap: 14px;
  	left: 0;
  	top: 14px;
}


.catalog-item__tag-close {
	cursor: pointer;
	position: absolute;
	display: inline-block;
	background-image: url(/wp-content/themes/fragment_design/img/icons/bigCloseCross.svg);
	background-position: center;
	width: 20px;
	height: 20px;
	top: 10px;
  	right: 10px;
}


.catalog-item__tag-list .catalog-item__tag {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 1px 10px;
}

.catalog-item__tag--main-active .catalog-item__tag-list {
	/*display: flex;*/
	transform: scale(1);
	/*opacity: 1;*/
	/*height: auto;*/
	z-index: 1;
	padding: 44px 14px 14px 14px;
}



.catalog-item:hover {
	box-shadow: 0px 0px 5px 0px #A67DF580;
	transform: scale(1.01);
}

.catalog-item__item-btn-area {
	min-height: 30px;
}

.resident-item .resident-item__inner {
	background-color: var(--color-secondary);
	border-radius: 10px;
  	padding: 22px;
  	display: flex;
  	/*flex-direction: column-reverse;*/
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: space-between;
  	gap: 20px;
	height: 100%;
	position: relative;
	padding-bottom: 72px;
}

.resident-item .resident-item__right {
	/*position: absolute;*/
	right: 12px;
  	top: 26px;
  	position: static;
  	height: auto;
  	width: 70%;
  	display: none;
  	/*width: 88px;*/
  	/*height: 42px;*/
}


.resident-item__img {
	width: 100%;
	/*max-width: 206px;*/
  	position: static;
  	right: 0;
  	top: -34px;
  	height: 140px;
  	overflow: hidden;
  	display: flex;
  	align-items: center;
  	margin-bottom: 10px;
}

.resident-item__img img {
	width: 100%;
	height: auto;
}

.resident-item .resident-item__right img {
	width: 100%;
  	height: 100%;
  	object-fit: contain;
}

.resident-item {
	flex: 1 1 100%;
	position: relative;
}

.resident-item .resident-item__buttons {
	position: absolute;
  	left: 22px;
  	bottom: 32px;	
  	width: 100%;
  	max-width: 300px;
}

.catalog-residents__content {
	display: flex;
	flex-wrap: wrap;
  	gap: 20px;
  	margin-bottom: 20px;
}

.catalog-residents__content .resident-item .resident-item__left {
	max-width: 100%;
	width: 100%;
}

.resident-item:hover .resident-item__inner {
	box-shadow: 0px 0px 5px 0px #A67DF580;
	transform: scale(1.01);
}

.resident-item__h1 {
	font-family: 'Unbounded';
  	font-weight: 500;
  	font-style: Medium;
  	font-size: 18px;
  	leading-trim: NONE;
  	line-height: 25px;
  	letter-spacing: 0px;
  	max-width: 220px;
  	color: var(--color-black);	
  	/*margin-bottom: 18px;*/
  	min-height: 50px;
  	display: flex;
  	align-items: center;
}

.resident-item__text {
	/*margin-top: 18px;*/
	margin-bottom: 12px;
	font-family: 'Nunito Sans';
  	font-weight: 400;
  	font-style: Regular;
  	font-size: 12px;
  	line-height: 16.8px;
  	letter-spacing: 0%;
  	text-align: left;
  	margin-top: 0;
}

.resident-item .resident-item__buttons .resident-item__btn {
	border-radius: 10px;
  	display: flex;
  	gap: 14px;
  	padding: 5px;
  	font-family: 'Nunito Sans';
  	max-width: 156px;
  	width: 100%;
  	font-weight: 500;
  	font-style: Medium;
  	text-align: center;
  	align-items: center;
  	justify-content: center;
  	font-size: 14px;
  	leading-trim: NONE;
  	line-height: 16.8px;
  	letter-spacing: 0%;
  	text-align: center;
  	vertical-align: middle;	
}

.resident-item .resident-item__buttons {
	margin-top: 20px;
}

.resident-item__buttons {
	margin-top: 30px;
}


.resident-item__btn--primary {
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.resident-item__btn--primary:hover {
	background-color: transparent;
}

.swiper-slide__gallery-img {
	/*width: 305px;*/
	height: 293px;
	overflow: hidden;
  	border-radius: 10px;
  	position: relative;
}

.swiper--gallery .fancybox-iframe {
	position: relative;
}

.swiper-slide__gallery-img .play-button {
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	background-color: rgba(0, 0, 0, 0.5);
}

.swiper-slide__gallery-img .play-button img {
	max-width: 79px;
  	height: auto;
}


.filter {
	width: 100%;
}

.filter.filter--catalog {
	position: relative;
}

.filter-calendar_controls__btn--calendar {
	color: var(--color-white);
	background-color: var(--color-primary);

}

.filter-calendar_controls__btn--filter {
	background-color: var(--color-black);
	color: var(--color-white);

}
.filter-calendar_controls {
	display: flex;
  	width: 100%;
  	justify-content: space-around;
  	align-items: center;	
  	gap: 10px;
  	margin-bottom: 20px;
}

.filter-calendar_controls__btn {
	padding: 14px;
	border-radius: 10px;
	text-align: center;
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
  	flex: 1 1 50%;
}

.filter-calendar {
	width: 100%;
	border-radius: 10px;
	max-width: 360px;
	padding: 60px 28px 12px 28px;
	background: var(--color-grey-light);
	border: 1px solid var(--color-grey-light-2);
	transform: scale(0);
  	position: absolute;
  	z-index: -2;
  	top: 114px;
}

.filter-calendar.filter-calendar--active {
	/*opacity: 1;*/
	z-index: 1;
	transform: scale(1);
}
.filter-options.filter-options--active {
	/*opacity: 1;*/
	transform: scale(1);
	z-index: 1;
}

.filter-options {
	max-width: 360px;
	width: 100%;
	/*opacity: 0;*/
	background-color: var(--color-white);
  	position: absolute;
  	z-index: -2;
  	transform: scale(0);
  	padding: 20px 16px;
  	border: 1px solid var(--color-grey-light-2);
  	border-radius: 10px;
  	top: 114px;
}

.filter-sort__reset {
	display: none;
}

.filter-sort__reset.filter-sort__reset--mobile {
	display: inline-block;
	border: 1px solid var(--color-grey-dark-light);
	font-size: 14px;
  	padding: 6px 34px 6px 12px;
  	border-radius: 10px;
  	min-width: 174px;
  	background-position: 142px center;
}


.filter-options__close,
.filter-calendar__close {
	position: absolute;
	background-image: url(/wp-content/themes/fragment_design/img/icons/calendar-cross.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	right: 10px;
	cursor: pointer;
  	top: 10px;
}

.filter-calendar__table {
	margin-left: -8px;
  	margin-right: -8px;	
}

.filter-calendar__title {
	font-family: 'Unbounded';
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 18px;
	letter-spacing: 0%;
	color: var(--color-black);
	vertical-align: middle;
}

.filter-calendar__thead .filter-calendar__td {
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 15px;
	leading-trim: NONE;
	line-height: 13.33px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}

.filter-calendar__tbody .filter-calendar__td {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.filter-calendar__td--has-event label::after {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	background-color: var(--color-primary);
	border-radius: 50%;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.filter-calendar__td--has-event input:checked + label::after {
	/*background-color: var(--color-grey-light-2);*/
}

 .filter-calendar__td {
 	width: 32px;
 	/*width: 100%;*/
 	height: 32px;
 	border-radius: 50%;
 	display: flex;
  	align-items: center;
  	justify-content: center;
 }

.filter-calendar__thead .filter-calendar__td {
  	height: 30px;
}

.filter-calendar__thead {
	margin-top: 8px;
}

.filter-calendar__tr {
	/*display: flex;
  	justify-content: space-between;
  	align-items: center;	*/
    display: grid;
    /* Создаём 7 колонок, каждая берёт 1 долю свободного места */
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
  	margin-bottom: 2px;
}

.filter-calendar__td input {
	display: none;
}

.filter-calendar__td input + label {
	cursor: pointer;
	border-radius: 50%;
	height: 100%;
  	width: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	position: relative;
}


.filter-calendar__td input:checked + label {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.filter-show-all {
	margin-bottom: 32px;
}

.filter-options__option {
	margin-bottom: 30px;
	max-width: 324px;
}

.filter-show-all__button {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	display: inline-block;
	width: 100%;
	max-width: 202px;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	color: var(--color-grey-dark-2);
	background-image: url(/wp-content/themes/fragment_design/img/icons/recursive.svg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}


.filter-options__title {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 26.4px;
	letter-spacing: 0%;
	color: var(--color-black);
	margin-bottom: 16px;
}

.filter-options__item .filter-types__icon {
	position: static;
	transform:none;
}

.filter-options__item {
	position: relative;
}

.filter-options__item--qa {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.filter-options__item label {
	font-family: 'Nunito Sans';
	cursor: pointer;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	position: relative;
	display: flex;
  	align-items: center;
  	justify-content: flex-start;
  	gap: 10px;
	color: var(--color-grey-dark-2);
}

.filter-options__item input {
	display: none;
}

.filter-options__item label::before {
	content: " ";
	width: 24px;
	height: 24px;
	display: block;
	border: 2px solid var(--color-grey-light-3);
	border-radius: 3px;
}

.filter-options__item input:checked + label::before {
	border-color: var(--color-primary);
}

.filter-options__item input:checked + label::after {
	content: " ";
	width: 24px;
	position: absolute;
	height: 24px;
	background-image: url(/wp-content/themes/fragment_design/img/icons/checked_filter.svg);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
  	right: unset;
}

.filter-options__items {
	display: flex;
  	flex-direction: column;
  	gap: 16px;	
}






.filter-price__slider {
  margin-top: 33px;
  height: 6px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.filter-price__inputs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.filter-price .noUi-horizontal .noUi-handle {
	right: -9px;
}

.filter-price .filter-price__inputs input {
	/*display: block;*/
}

.filter-price__input {
	border-radius: 10px;
  	max-width: 150px;
	font-family: 'Nunito Sans';
  	width: 100%;
  	border: 1px solid var(--color-grey-light-dark);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	gap: 5px;
  	padding: 6px;
}

.filter-price input::-webkit-outer-spin-button,
.filter-price input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Убираем стрелки в Firefox */
.filter-price input[type=number] {
  -moz-appearance: textfield;
}

.filter-price__prefix,
.filter-price__postfix,
.filter-price__center {
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;

}

.filter-price__inputs input {
	width: 100%;
  	padding: 0 8px;
	font-family: 'Nunito Sans';
  	border: 0;
  	border-radius: 0;
  	outline: none;
  	text-align: center;
}

.filter-price .noUi-handle::after, 
.filter-price .noUi-handle::before {
	display: none;
}
.filter-price .noUi-horizontal {
	height: 6px;
}
.filter-price .noUi-horizontal .noUi-handle {
	height: 16px;
	width: 16px;
	border-radius: 50%;
  	overflow: hidden;
  	box-shadow: none;
  	border: 0;
  	cursor: w-resize;
}

.filter-price .noUi-horizontal .noUi-handle[data-handle="0"] {
	background-color: var(--color-grey-light-4);
}

.filter-price .noUi-horizontal .noUi-handle[data-handle="1"] {
	background-color: var(--color-purple);
}

.filter-price .noUi-connect {
	background: linear-gradient(90deg, var(--color-grey-light-4) 0%, var(--color-purple) 100%);
}



.filter-types__item {
	position: relative;
}

.filter-types__item input {
	display: none;
}
.filter-types__item label {
	padding: 6px 8px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
  	border: 1px solid var(--color-grey-light-3);
  	border-radius: 10px;
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding-right: 42px;
}

.filter-types__item label[for="filter_type__all"] {
	padding: 6px 8px;
	text-align: center;
}

.filter-types__item input:checked + label {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-white);
}

.filter-types {
	display: flex;
  	align-items: center;
  	justify-content: flex-start;	
  	gap: 6%;
  	margin-bottom: 24px;
}

.filter-types.filter-types--mobile {
	flex-direction: column;
  	justify-content: flex-start;
  	align-items: flex-start;
  	gap: 14px;	
  	margin-bottom: 20px;
}


.filter-show-all:not(.filter-show-all--mobile),
.filter-sort:not(.filter-sort--mobile),
.filter-types:not(.filter-types--mobile) {
	display: none;
}



.section.section--catalog .section__inner {
	flex-direction: column;
}

.filter-sort.filter-sort--mobile .filter-sort__items,
.filter-sort.filter-sort--mobile .filter-sort__compose {
	gap: 18px;
}

.filter-sort__item--city {
	min-width: 170px;
	text-align: left;
}

.filter-sort__item--city label:hover {
	/*text-decoration: underline;*/
}

.filter-sort__item.filter-sort__item--city .filter-sort__value.filter-sort__value--title {
	text-align: left;
}

.filter-sort.filter-sort--mobile {
	margin-bottom: 36px;
}

.filter-sort.filter-sort--mobile .filter-sort__items {
	flex-direction: column;
  	align-items: flex-start;	
}

.filter-types__icon {
	background-image: url(/wp-content/themes/fragment_design/img/icons/riddle.svg);
  	background-repeat: no-repeat;
  	height: 20px;
  	width: 20px;
  	background-size: 18px;
  	position: absolute;
  	top: 0;
  	right: 0;
  	top: 50%;
  	transform: translateY(-50%);
  	right: 8px;
  	background-position: center;
  	background-color: var(--color-white);
  	border-radius: 50%;
}

.filter-types__close {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(/wp-content/themes/fragment_design/img/icons/fliter_close.svg);
	background-repeat: no-repeat;
	background-position: center;
  	top: 8px;
  	right: 8px;
  	cursor: pointer;
}


.filter-types__info {
	position: absolute;
	bottom: 130%;
	transform: scale(0);
	background-color: var(--color-grey-dark-2);
	font-family: 'Nunito Sans';
	border-radius: 10px;
	font-weight: 300;
	font-style: Light;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 14px;
	letter-spacing: 0%;
	padding: 10px;
	color: var(--color-white);
	padding-right: 32px;
  	min-width: 180px;

}


.filter-types__info.filter-types__info--active {
	transform: scale(1);
}

.filter-sort {
	margin-bottom: 20px;
}

.filter-sort__item input {
	display: none;
}

.filter-sort__item .filter-sort__value.filter-sort__value--title,
.filter-sort__item input + label {
	border: 1px solid var(--color-black);
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	padding: 6px 12px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}

.filter-sort__item--city.filter-sort__item input + label {
	padding: 0;
	border: 0;
}

.filter-sort__value {
	font-family: 'Nunito Sans';
}

.filter-sort__item input:checked + label {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
	color: white;
}

.filter-sort__item--city.filter-sort__item input:checked + label {
	background: transparent;
	color: var(--color-black);
	border-color: transparent;
}


.filter-sort__list {
	display: flex;
	height: 0;
	opacity: 0;
	flex-direction: column;
  	gap: 6px;
  	max-width: 100%;
  	width: 100%;
  	border: 1px solid var(--color-black);
  	border-radius: 5px;
	/*padding: 10px;*/
	padding: 0 10px;
  	position: absolute;	
  	z-index: 1;
  	overflow: hidden;
  	background-color: var(--color-white);
}

.filter-sort__item--option {
	position: relative;

}

.filter-sort__items {
	display: flex;
	justify-content: flex-start;
	gap: 40px;
	align-items: center;
}

.filter-sort__item .filter-sort__value.filter-sort__value--title {
	padding-right: 30px;
	width: 100%;
}

.filter-sort__value--title {
	position: relative;
}

.filter-sort__value--title::before {
	position: absolute;
	content: " ";
	width: 17px;
	height: 17px;
	background-image: url(/wp-content/themes/fragment_design/img/icons/option_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: 10px;
}


.filter-sort__compose {
	display: flex;
  	gap: 20px;
  	justify-content: flex-start;
  	align-items: center;	
  	flex-wrap: wrap;
}


.filter-sort__item--option.filter-sort__item--option-active .filter-sort__list {
	height: auto;
	opacity: 1;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	border-top:0;
}

.filter-sort__item--option.filter-sort__item--option-active .filter-sort__value--title::before {
	transform: rotate(180deg);
}

.filter-sort__item--option.filter-sort__item--option-active .filter-sort__value--title {
	border-radius: 10px 10px 0 0;
  	border-bottom: 0;
}


.filter-sort__reset {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: var(--color-grey-dark-2);
	background-image: url(/wp-content/themes/fragment_design/img/icons/recursive.svg);
  	background-repeat: no-repeat;
  	display: inline-block;
  	background-position: right center;
  	padding-right: 22px;
  	cursor: pointer;
}

.filter-sort__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;	
	width: 100%;
}



.fragment-pagination {
	margin: 40px 0;
  	text-align: center;	
}

.fragment-pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.fragment-pagination .page-numbers {
	font-family: 'Nunito Sans';	
  	width: 42px;
  	height: 42px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	color: white;
  	border-radius: 10px;
  	color: var(--color-primary);
	background-color: var(--color-grey-light);
}

.fragment-pagination .page-numbers.current {
	background-color: var(--color-primary);
	color: var(--color-white);
}

body .fancybox-button svg path {
	fill: white;
}


.footer {
	position: relative;
	padding: 40px 0 40px 0;
	background-color: var(--color-black);
}

.footer__inner {
	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;	
}

.footer__inner + .footer__inner {
	margin-top: 10px;
}

.footer .logo {
	max-width: 136px;
	margin-bottom: 20px;
}

.copyright {
	color: var(--color-grey-light-dark);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	vertical-align: middle;
	min-width: 193px;
}



.footer__phone {
	margin: 8px 0;
	color: var(--color-white);
	font-family: 'Nunito Sans';
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	vertical-align: middle;
}

.footer .socials__items {
	gap: 33px;
  	display: flex;
}

.footer .logo__image {
	width: 100%;
}



.footer__phone {
	margin-top: 14px;
}

.swiper.swiper--calendar {
	overflow: visible;
}

.filter-calendar {
	overflow: hidden;
}

.swiper-slide__inner {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 100%;
  	border-radius: 10px;
  	overflow: hidden;
  	min-height: 293px;
}

.section--gallery .swiper-slide__inner {
	min-height: 205px;
}

.swiper--club-residents .swiper-slide__inner {
	flex-direction: column;
	gap: 10px;
}

.swiper--club-residents .swiper-slide__image {
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}


.swiper--club-residents .swiper-slide__tag {
	font-family: 'Nunito Sans';
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
	padding: 1px 10px;
	border-radius: 10px;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}



.swiper--side-small {
	height: 100%;
}

.swiper--side-small img {
	width: 100%;
	object-fit: cover;
}

.swiper-pagination--side-small {
	display: flex;
  	align-items: center;
	justify-content: center;
  	padding: 8px;	
}
.swiper-pagination--side-small .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.swiper-pagination--side-small .swiper-pagination-bullet {
	height: 5px;
	width: 5px;
}

.swiper__button--side-small {
	width: 50px;
  	height: 50px;
  	display: none;
  	background-color: var(--color-white);
  	position: absolute;
  	top: 0;
  	border-radius: 3px;
  	background-repeat: no-repeat;
  	background-position: center;
  	z-index: 1;
  	cursor: pointer;
  	top: 50%;
    transform: translateY(-50%);
}

.swiper__button-prev--side-small {
	left: 6px;
  	background-image: url(/wp-content/themes/fragment_design/img/icons/BackArrowLeft.svg);
}

.swiper__button-prev--side-small {
	/*display: none;*/
}

.swiper__button-next--side-small {
	right: 6px;
  	background-image: url(/wp-content/themes/fragment_design/img/icons/BackArrowRight.svg);
}

.swiper--side-small .swiper__button--side-small {
	width: 24px;
	height: 24px;
}

.swiper--side-small .swiper__button-next--side-small {
	right: 6px;
  	background-image: url(/wp-content/themes/fragment_design/img/icons/arrow-sm-right.svg);
}

.swiper--side-small .swiper__button-prev--side-small {
	right: 6px;
  	background-image: url(/wp-content/themes/fragment_design/img/icons/arrow-sm-left.svg);
}

.swiper__button--side-small.swiper-button-disabled {
	opacity: 0.8;
}



.swiper__button--default {
	display: none;
}

.swiper__button--default.swiper__button--calender {
	display: block;
}

.swiper-slide--scroll-inner {
	display: flex;
  	gap: 20px;	
  	align-items: center;
  	justify-content: center;
}

.wrap-scroll .swiper-slide__inner,
.swiper--scroll .swiper-slide__inner {
  	flex-direction: column;
}

.swiper--club-residents .swiper-slide__image img,
.swiper--scroll .swiper-slide img {
	/*max-width: 100%;*/
	max-width: 290px;
}

.wrap-scroll .swiper-slide__inner,
.swiper--club-residents .swiper-slide__image,
.swiper--scroll .swiper-slide {
	filter: grayscale(100%);
}

.wrap-scroll .swiper-slide__inner:hover,
.swiper--club-residents .swiper-slide__image:hover,
.swiper--scroll .swiper-slide:hover {
	filter: none;
}


.section--slider-scroll .swiper-slide__image {
	height: 170px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

body .fancybox-thumbs.fancybox-thumbs-y {
	display: none;
}

body .fancybox-show-thumbs .fancybox-inner {
	right: 0;
}

.section--gallery--version-2.section--gallery .swiper-slide__gallery-img {
	/*background: var( --color-grey-dark);*/
}


.swiper--scroll .swiper-wrapper {
	transition-timing-function: linear !important;
}

.section--slider-scroll .section__tag {
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
  	color: var(--color-primary);
  	padding: 1px;
  	font-family: 'Nunito Sans';
  	font-weight: 400;
  	min-width: 130px;
  	font-size: 12px;
  	border-radius: 10px;
  	line-height: 16.8px;
  	letter-spacing: 0%;
  	text-align: center;
  	padding: 0 10px;
}

.speecker__card .speecker__image {
	/*height: 253px;*/
	height: 450px;
	margin-bottom: 16px;
}

.speecker__card .speecker__inner {
	border-radius: 20px;
	overflow: hidden;
	padding-bottom: 28px;
	background-color: var(--color-grey-light);
}

.speecker__card .speecker__title {
	margin-bottom: 16px;
	min-height: 44px;
}

.speecker__card .speecker__description {
	margin-bottom: 16px;
}

.speecker__card .speecker__title {
	font-family: Unbounded;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 22px;
	letter-spacing: 0%;
	color: var(--color-black);
}

.speecker__card .speecker__description-more-text .speecker__title {
	color: var(--color-white);
}

.speecker__card .speecker__description {
	font-family: Nunito Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--color-black);
}

.speecker__card .speecker__description ul {
	padding-left: 24px;	
}

.speecker__card .speecker__description ul li {
	list-style: disc;
}

.speecker__card .speecker__text {
	padding: 0 28px;
	margin-bottom: 20px;
	/*min-height: 160px;*/
}

.speecker__description-open * {
	color: var(--color-grey-light-dark);
}

.speecker__description-more-text .speecker__description-open {
	position: absolute;
	position: absolute;
  	bottom: 28px;
  	left: 28px;
}

.speecker__description-more-text .speecker__description-open * {
	color: var(--color-grey-light-dark);
}

.speecker__description-more-text .speecker__description-open,
.speecker__description-open {
	cursor: pointer;
	font-family: 'Nunito Sans';
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--color-grey-light-dark);
}

.speecker__description-open span:first-child {
	display: block;
}

.speecker__description-open span:last-child {
	display: none;
}

.speecker__text--active .speecker__description-open span:first-child {
	display: none;
}

.speecker__text--active .speecker__description-open span:last-child {
	display: block;
}

.speecker__card .speecker__inner {
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
}

.speecker__card .socials__items {
	display: flex;
  	gap: 20px;	
}

.speecker__card .socials {
	margin: 0 28px;
}

.speecker__card  .speecker__description-more-text .socials {
	position: absolute;
  	right: 28px;
  	bottom: 28px;
  	margin: 0;	
}

.speecker__card .speecker__description {
	/*height: 80px;
	overflow: hidden;
	position: relative;*/

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.speecker__text--active .speecker__description {
	/*display: block;*/
}

.speecker__card .speecker__description::after {
	content: " ";
	position: absolute;
}

.speecker__card .speecker__image {
	border-radius: 20px;
	overflow: hidden;
}

.speecker__card .speecker__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.speecker__text--active .speecker__description-open {
	/*display: none;*/
}

.speecker__description-more-text {
	bottom: 0;
  	left: 0;
  	right: 0;
  	padding: 44px 25px 24px 24px;
  	border-radius: 10px;
  	top: 0;
  	z-index: 1;
	position: absolute;
	transform: scale(0);
	background-color: var(--color-black);
}

.speecker__description-more-text--first {
	margin-bottom: 20px;
}

.speecker__description-more-close {
	position: absolute;
	width: 44px;
	height: 44px;
	background-image: url(/wp-content/themes/fragment_design/img/icons/fancy-close.svg);
	background-position: center;
  	background-repeat: no-repeat;
  	top: 5px;
  	right: 5px;
}

.speecker__description-more-text,
.speecker__description-more-text * {
	color: var(--color-white);
	font-family: Nunito Sans;
  	font-weight: 400;
  	font-style: Regular;
  	font-size: 14px;
  	leading-trim: NONE;
  	line-height: 16px;
  	letter-spacing: 0%;
}

.speecker__text--active .speecker__description-more-text {
	display: block;
	transform: scale(1);
}


.speecker__text--active .speecker__description {
	/*height: 100%;*/
}

.swiper--speecker .swiper__button--default {
	/*top: 33%;*/
	top: 226px;
}

.section__empty-slider {
	position: relative;
}

.section__empty-slider-fade {
	position: absolute;
}


.section__empty-slider-image img {
	filter: blur(0.5em);
	width: 100%;
	height: 293px;
}


.section__empty-slider-image {
	overflow: hidden;
  	border-radius: 10px;
}

.section__empty-slider-fade {
	border-radius: 10px;
	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: rgb(0,0,0,0.3);	
}


.section__empty-slider-text {
	font-size: 1.1em;
  	line-height: 1.3em;
	position: absolute;
	border-radius: 10px;
  	font-weight: normal;
  	font-style: Medium;
  	leading-trim: NONE;
  	letter-spacing: 0px;
  	color: var(--color-white);
  	font-family: 'Unbounded';
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}


.section__empty-slider-text-arrow {
	color: white;
	font-family: 'Nunito Sans';
	font-size: 18px;
	position: absolute;
	bottom: 30px;
  	right: 0px;
  	left: 0;
  	text-align: center;
  	line-height: 130%;
}

.section__empty-slider-text-arrow::before {
	content: " ";
  	background-image: url(/wp-content/themes/fragment_design/img/icons/arrow_curve.svg);
  	background-repeat: no-repeat;
  	background-position: center;
  	display: block;
  	width: 220px;
  	height: 100px;
  	background-size: contain;
  	position: absolute;
  	right: -106px;
  	top: -110px;
  	display: none;
}


.section-404__title {
	font-family: 'Unbounded';
	font-weight: 500;
	font-style: Medium;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 30px;
	color: var(--color-black);
	letter-spacing: 0px;
}
.section-404__description {
	font-family: 'Nunito Sans';
  	font-weight: 400;
  	font-style: Regular;
  	font-size: 17px;
  	leading-trim: NONE;
  	line-height: 20px;
  	letter-spacing: 0%;
  	color: var(--color-black);
}

.section-404__content {
	gap: 10px;
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;	
  	margin-bottom: 50px;
}

.section--hurry-up .section__title {
	color: var(--color-white);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 30px;
	leading-trim: NONE;
	line-height: 36px;
	margin-bottom: 0;
}

.section--hurry-up .section__left {
	background-color: transparent;
}

.section--seminar-album .section__right,
.section--seminar-album .section__left {
	padding: 0;
	display: block;
	background-color: transparent;
	/*height: 260px;*/
	/*min-height: 260px;*/
}

.section--seminar-album .section__right {
	height: auto;
}

.section--seminar-album .section__right {
	max-width: 100%;
	width: 100%;
}

.swiper-slide--cube {
	width: 325px!important;
}

.swiper-slide--port {
	width: 440px!important;
}

.swiper-slide-450 {
	width: 450px!important;
}

.swiper-slide-190 {
	width: 190px!important;
}

.swiper-slide--cube img,
.swiper-slide--port img {
	width: auto;
	height: 100%;
	object-fit: cover;
	max-height: 293px;
}



.section--hurry-up .section__text *,
.section--hurry-up .section__text {
	color: var(--color-white);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 21.6px;
	letter-spacing: 0%;

}

.section--hurry-up .section__button {
	font-family: 'Nunito Sans';
	background-color: var(--color-primary);
	color: var(--color-white);
	border: 1px solid var(--color-primary);
	max-width: 325px;
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
}

.section--hurry-up .section__button:hover {
	background: transparent;
	color: var(--color-primary);
}

.section--hurry-up .section__right {
	display: flex;
  	align-items: center;	
  	justify-content: center;
}

.section--hurry-up .section__right,
.section--hurry-up .section__left {
	padding: 0;
	min-height: 50px;
	height: 100%;
}

.section--hurry-up .section__inner {
	background-color: var(--color-black);
	color: var(--color-white);
	border-radius: 10px;
	padding: 26px;
	flex-direction: column;
}

.section--route .section__inner {
	justify-content: center;
}

.speecker__description-inner--hidden {
	display: none;
}

.speecker__text--active .speecker__description-inner--hidden {
	display: block;
}

.section--25 .section__column {
	width: 100%;
	flex-wrap: wrap;
	border-radius: 10px;
}

.section__column--grey {
	background-color: var(--color-grey-light);
}

.fancybox-img {
	height: 100%;
	display: block;
}

.section--route .fancybox-img,
.section--route .fancybox-iframe {
	position: relative;
}

.section--route .fancybox-img img,
.section--route .fancybox-iframe img {
	object-fit: cover;
  	height: 100%;	
  	width: 100%;
}


.section--route .fancybox-img .play-button-lupe img {
	width: 70px;
  	fill: white;
}


.section--route .play-button-wrap {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;	
  	background-color: rgba(0, 0, 0, 0.5);
}

.play-button-text {
	font-family: Nunito Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-white);
	position: absolute;
  	bottom: 36px;
}

.section--route .section__inner {
	flex-wrap: wrap;
}

.section--route .section__padding {
	padding: 30px 36px;
	padding: 30px 36px;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	height: 100%;
}


.section--route .section__hash {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	margin-bottom: 12px;
	color: var(--color-black);
}

.section--route .section__path {
	color: var(--color-black);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	margin-bottom: 10px;
}


.section--route .section__column {
	height: 358px;
	overflow: hidden;
}

.section--route .video-priview {
	position: relative;
	cursor: pointer;
	height: 100%;
}

.section--route .video-priview::after {
	content: " ";
	background-image: url(/wp-content/themes/fragment_design/img/icons/playBtn.svg);
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	position: absolute;
  	width: 79px;
  	height: 79px;
  	margin: 0 auto;
	top: 50%;
  	left: 0;
  	right: 0;
}

.section--route .video-priview::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgb(0,0,0,0.44);
}

.section--route .section_map iframe {
	width: 100%!important;
	height: 325px!important;
	/*height: 100%!important;*/
}

.section--route .section_map {
	height: 100%;
}

.section--route .section_map img,
.section--route .video-priview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section--route .section__inner .section__column:first-child,
.section--route .section__inner .section__column:last-child {
	height: 100%;
}


.section--faq .section__item {
	background: var(--color-grey-light);
	cursor: pointer;
	width: 100%;
	padding: 14px 48px 14px 14px;
	border-radius: 10px;
}


.section--faq .section__qu {
	font-family: 'Nunito Sans';
	font-weight: 400;
	position: relative;
	font-style: Regular;
	leading-trim: NONE;
	letter-spacing: 0%;
	color: var(--color-black);
	font-size: 16px;
	line-height: 18px;
}



.section--faq .section__item.section__item--active .section__qu::before {
	transform: rotate(135deg);
}

.section--faq .section__item.section__item--active .section__qu::after {
	transform: rotate(45deg);
}

.section--faq .section__qu::before {
	transform: rotate(0deg);
}

.section--faq .section__qu::after {
	transform: rotate(-90deg);
}

.section--faq .section__qu::before,
.section--faq .section__qu::after {
	content: " ";
	position: absolute;
	display: block;
	background-color: var(--color-primary);
	width: 20px;
	height: 3px;
	right: -26px;
	top: 10px;
}


.section--faq .section__an {
	/*display: none;*/
	height: 0;
	opacity: 0;
	color: var(--color-black);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	margin-top: 0px;
}

.section--faq .section__item.section__item--active .section__an {
	/*display: block;*/
	height: 100%;
	margin-top: 20px;
	opacity: 1;
	/*overflow: visible;*/
}

.section--what-you-wait .section__button,
.section--check-items .section__button {
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	font-family: 'Nunito Sans';
	color: var(--color-white);
	border-radius: 10px;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
  	display: inline-block;
  	margin: 0 auto;
  	display: block;
  	max-width: 100%;
}

.section--what-you-wait .section__button:hover,
.section--check-items .section__button:hover {
	background-color: transparent;
	color: var(--color-primary);
}

.section--check-items .section__inner {
	margin-bottom: 26px;
}

.section--what-you-wait .section__inner + .section__button {
	margin-top:26px;
}

.section--about-us-short .section__right,
.section--about-us-short .section__left {
	padding: 0;
}

.section--about-us-short .section__right,
.section--about-us-short .section__left,
.section--about-us-short .section__inner {
	background-color: var(--color-black);

}

.section--about-us-short .section__inner {
	border-radius: 10px;
	padding: 40px 34px;
	min-height: 388px;
	flex-direction: column;
}

.section--about-us-short .benefits__item {
	background-color: var(--color-white);
	border-radius: 10px;
	padding: 20px 25px;
	flex: 1 1 100%;
	align-items: first baseline;
  	justify-content: center;
  	display: flex;
  	flex-direction: column;
  	/*max-width: 100%;*/
}

.section--about-us-short .benefits__items {
	display: flex;
  	flex-wrap: wrap;
  	gap: 18px;
  	justify-content: center;
  	width: 100%;
  	align-items: stretch;
}

.section--about-us-short .section__right {
	display: flex;
  	align-items: center;	
}

.section--about-us-short .benefits__title {
	color: var(--color-black);
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 33px;
	letter-spacing: 0%;
	margin-bottom: 12px;
}

.section--about-us-short .benefits__text {
	color: var(--color-black);
	font-family: Nunito Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
}

.section--about-us-short .section__title {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 31.4px;
	vertical-align: middle;
	color: var(--color-white);
	margin-bottom: 0;
}

.section__description,
.section__description * {
	color: var(--color-white);
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 21.6px;
	letter-spacing: 0%;
}

.section__description > * {
	margin-bottom: 20px;
}

.section__description > *:last-child {
	margin-bottom: 0;
}

.filter-catalog p {
	font-family: 'Nunito Sans';
}


.filter-catalog-more {
	font-family: 'Nunito Sans';
	border-radius: 12px;
  	width: 100%;
  	border: 1px solid var(--color-primary);
  	background-color: var(--color-primary);
  	color: var(--color-white);
  	text-align: center;
  	margin-top: 20px;
  	max-width: 359px;
  	padding: 14px;
  	font-size: 14px;
  	cursor: pointer;
  	margin-left: auto;
  	margin-right: auto;
}


.filter-catalog-more:hover {
  	border-color: var(--color-primary);
  	background-color: transparent;
  	color: var(--color-primary);
}


.cf7-modal.fancybox-content {
	padding: 0;
}

.cf7-modal-success button svg,
.cf7-modal.fancybox-content button svg {
	display: none;
}

.cf7-modal-success button,
.cf7-modal.fancybox-content button {
	background-image: url(/wp-content/themes/fragment_design/img/icons/fancy-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	top: 5px;
  	right: 5px;
}


.fancybox-container .wpcf7-form {
	max-width: 390px;
	box-sizing: border-box;
}

.fragment-form .wpcf7-spinner {
	text-align: center;
	margin: 11px auto;
    margin-top: 0px;
	display: block;
	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
}

.fragment-form * {
	font-family: 'Nunito Sans';
}

.fragment-form__inner {
	padding: 40px;
}

.fragment-form--mw-390 {
	max-width: 390px;
}

.fragment-form__title p,
.fragment-form__title {
	font-family: 'Unbounded';
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 23px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-black);
}

.fragment-form__description {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-black);
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: var(--color-primary);
}


.fragment-form__label {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	margin-bottom: 6px;
	display: block;
	color: var(--color-black);
}

.wpcf7-submit,
.fragment-form__submit {
	border-radius: 12px;
  	color: var(--color-white);
  	font-family: Nunito Sans;
  	font-weight: 500;
  	font-style: Medium;
  	font-size: 18px;
  	leading-trim: NONE;
  	line-height: 21.6px;
  	letter-spacing: 0%;
  	text-align: center;
  	vertical-align: middle;
  	background-color: var(--color-primary);
  	display: block;
  	width: 100%;
  	padding: 18px 0;
  	max-width: 310px;
  	margin: 0 auto;
}

.fragment-form__control textarea,
.fragment-form__control input {
	outline: none;
	box-shadow: none;
	width: 100%;
}

.fragment-form__control textarea,
.fragment-form__control input:not([type="submit"]) {
	border: 1px solid var(--color-grey-dark-light);
	padding: 8px 10px;
	border-radius: 5px;
	font-family: Nunito Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 16px;
	letter-spacing: 0%;
	box-sizing: border-box;
	text-align: left;

}

.fragment-form__control input:placeholder {
	color: var(--color-grey-light-dark);
}

.fragment-form__control .wpcf7-form-control-wrap {
	height: 100%;
	display: block;
}

.fragment-form__title {
	margin-bottom: 14px;
}

.fragment-form__description {
	margin-bottom: 16px;
}

.fragment-form__field {
	margin-bottom: 8px;
}

.fragment-form a {
	color: var(--color-primary);
	text-decoration: underline;
}


.fragment-form a:hover {
	text-decoration: none;
}



.fragment-form [type="checkbox"] + * {
	font-size: 0;
}
.fragment-form [type="checkbox"] + span {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid var(--color-grey-light-3);
	border-radius: 3px;
}

.fragment-form [type="checkbox"] + span::after {
  position: absolute;
  left: -2px;
  top: -1px;
}

.fragment-form [type="checkbox"] {
	display: none;
}

.fragment-form [type="checkbox"]:checked + span {
	border-color: var(--color-primary);
}

.fragment-form [type="checkbox"]:checked + span::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/fragment_design/img/icons/checked_filter.svg);
  background-repeat: no-repeat;
  background-position: center;

}

.fragment-form-inline-soglasie .fragment-form__inner {
	padding: 0;
}

.fragment-form-inline-soglasie .fragment-form__field.fragment-form__field--checkbox .wpcf7-not-valid-tip {
	display: none;
}

.fragment-form .wpcf7-not-valid [type="checkbox"] + span {
	border-color: var(--color-danger);
}

.fragment-form.fragment-form-inline-soglasie label.fragment-form__checkbox-label {
	/*display: block;*/
}

.fragment-form.fragment-form-inline-soglasie .fragment-form__checkbox-text br {
	display: block;
}

.fragment-form-inline-soglasie .fragment-form__label,
.fragment-form-inline-soglasie p,
.fragment-form-inline-soglasie ul {
	font-size: 16px;
}

.fragment-form-inline-soglasie .fragment-form__description {
	text-align: left;
}

.fragment-form__checkbox-text-h2 {
	margin-bottom: 6px;
	font-weight: bold;
}

body .wpcf7 form.sent .wpcf7-response-output {
	display: none;
}

.fragment-form__checkbox-text {
	display: block;
	color: var(--color-black);
	margin-top: 18px;
}

.fragment-form__field br {
	display: none;
}

.fragment-form__checkbox-label .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control.wpcf7-checkbox,
.fragment-form__checkbox,
.fragment-form label,
.fragment-form__checkbox-label {
	display: flex;
  	align-items: center;
  	justify-content: flex-start;
}

.fragment-form label.fragment-form__checkbox-label {
	gap: 12px;
}

.fragment-form__field--checkbox .wpcf7-list-item {
	margin: 0;
}


.fragment-form__field.fragment-form__field--checkbox {
	margin-bottom: 32px;
}

.fragment-form__field.fragment-form__field--checkbox .wpcf7-not-valid-tip {
	position: absolute;
  	min-width: 240px;
  	bottom: -36px;
}


html body.compensate-for-scrollbar {
	overflow: visible;
	margin: 0;
}


.wrap-scroll {
  margin: auto;
}


.scroll-items-wrap-scroll {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}

.catalog-item .scroll-items-wrap-scroll {
	/*gap: 0;*/
}

.scroll-items-wrap-scroll:before,
.scroll-items-wrap-scroll:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.scroll-items-wrap-scroll:before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.scroll-items-wrap-scroll:after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}



.catalog-item .scroll-items-wrap-scroll:before {
  background: linear-gradient(
    90deg,
    rgba(249, 245, 255, 1) 0%,
    rgba(249, 245, 255, 0) 100%
  );
}

.catalog-item .scroll-items-wrap-scroll:after {
  background: linear-gradient(
    90deg,
    rgba(249, 245, 255, 0) 0%,
    rgba(249, 245, 255, 1) 100%
  );
}










.scroll-items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  min-width: 100%;
}
.scroll-item {
  flex: 0 0 auto;
  min-width: 300px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-scroll-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
  transition: all 0.1s ease-in-out;
}

.catalog-item .wrap-scroll {
	width: 120px;
}

.catalog-item .scroll-item__img {
	display: flex;
  align-items: center;
  justify-content: center;
}

.section--slider-scroll .scroll-item img {
	max-width: 290px;
}

.catalog-item .scroll-item img {
	max-width: 93px;
	width: 100%;
}

.catalog-item .scroll-item {
  width: 93px;
  min-width: 93px;
  height: 78px;
}

.scroll-item:hover {
  /*transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
}

.marquee {
  animation: scroll 95s linear infinite;
}

.catalog-item .marquee {
  animation: scroll 45s linear infinite;
}




.reverce {
  animation-direction: reverse;
}
.scroll-items-wrap-scroll:hover .marquee {
  animation-play-state: paused;
}

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 5px;
}
.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.perfscan a {
  display: block;
  color: #000;
  font-weight: bold;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

#wpadminbar #wp-admin-bar-user-info .display-name, 
#wpadminbar #wp-admin-bar-user-info .username {
	color: white;
}

body div.asl_r .results .item .asl_content h3, body div.asl_r .results .item .asl_content h3 a {
	font-family: 'Nunito Sans'!important;
}


@media screen and (min-width: 380px) { /* min-width: 380 */
	
	.filter-calendar__td--has-event label::after {
		bottom: 5px;
	}


}


/*###* desctop *###*/

@media screen and (min-width: 391px) { /* min-width: 390 */

	.resident-item__h1 {
  		margin-bottom: 18px;
  	}

	.filter-calendar__table {
		margin-left: -12px;
		margin-right: -12px;
	}

	.resident-item__text {
	  	margin-top: 68px;
	}
	.header .logo {
		min-width: 200px;
		max-width: 100%;
	}

	.filter-calendar__td {
		width: 42px;
		height: 42px;
	}

	.header__mobile-menu {
  		top: 70px;
  	}
	.header .button {
		padding: 14px;
	}

	.resident-item__img {
		width: 100%;
		max-width: 206px;
		position: absolute;
		right: 0;
		top: -34px;
		height: auto;
		margin-bottom: 0;
	}

}


@media screen and (min-width: 768px) { /* min-width: 768 */
	.container {
		max-width: 1400px;
	}

	.marquee {
	  animation: scroll 75s linear infinite;
	}

	.catalog-item .marquee {
	  animation: scroll 25s linear infinite;
	}



	.catalog-item__center {
		width: calc( 100% - 166px - 166px);
	}

	.catalog-item__right {
		/*padding: 0;*/
		width: 160px;
	}

	.catalog-item__left,
	.catalog-item__item-img {
		display: block;
	}

	.filter-calendar {
		margin-bottom: 36px;
	}


	.section--about-us-short .section__left,
	.section--about-us-short .section__right {
		min-height: 100px;
	}

	.section--25 .section__column {
		width: 48%;
	}
	.section--route .section__inner .section__column:first-child,
	.section--route .section__inner .section__column:last-child,
	.section--route .section__column {
		max-height: 325px;
		height: 325px;
	}
	
	.section--route .section__inner {
		flex-direction: row;
	}

	.section--schedule .section__line-bottom {
	   	display: grid;
	    grid-template-columns: repeat(4, 1fr); /* 4 колонки одинаковой ширины */
	    gap: 20px; /* расстояние между колонками */
	}
	.speecker__card .socials__items {
		justify-content: flex-end;
	}

	.speecker__card .speecker__description {
		height: 100%;
	}

	.header .logo img {
		width: 100%;
	}

	.header .button {
		max-width: 210px;
	}

	.speecker__description-open {
		/*display: none;*/
	}
	.section--catalog .section__left {
		min-height: 100px;
	}
	.section__left {
		padding: 70px;
		min-height: 377px;	
	}
	
	.section__h1 {
		font-weight: 500;
		font-style: Medium;
		font-size: 50px;
		leading-trim: NONE;
		line-height: 45px;
		letter-spacing: 0px;

	}

	.section__text {
		font-weight: 400;
		font-style: Regular;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 16px;
		letter-spacing: 0%;
	}
	.section--what-you-wait .section__button,
	.section--check-items .section__button {
		max-width: 325px;
	}


	.section--about-us-short .benefits__item {
		flex: 1 1 48%;
	}

	.section--about-us-short .section__inner {
		padding: 46px 46px;
	}
}


@media screen and (min-width: 900px) {
	.catalog-item__fast-tags {
		flex-direction: row;
		position: static;
	}




	.catalog-item .wrap-scroll {
		width: 160px;
	}

	.catalog-item .catalog-item__inner {
		/*min-height: 202px;*/
		min-height: 240px;
	}

	.catalog-item__date-row-right .catalog-item__fast-tags {
		display: flex;
	}

	.section__items--event-also .catalog-item__fast-tags {
		/*top: 24px;
		right: 150px;*/
	}

	.catalog-item__right .catalog-item__fast-tags {
		display: none;
	}

	.section--event-also .catalog-item__right .catalog-item__fast-tags {
		display: flex;
		position: static;
	}

	.section--event-also .catalog-item__center .catalog-item__fast-tags {
		display: none;
	}

	.catalog-item__fast-tag {
		font-size: 10px;
	}

	.catalog-item__fast-tag--soon {
		max-width: 110px;
		min-width: 110px;
	}

	.catalog-item__fast-tag--gift {
		max-width: 96px;
		min-width: 96px;
	}


}

@media screen and (min-width: 991px) { /* min-width: 991 */

	body .fancybox-thumbs.fancybox-thumbs-y {
		display: block;
	}
	body .fancybox-show-thumbs .fancybox-inner {
		right: 212px;
	}

	.section--title .section__tags {
		display: flex;
	  	gap: 20px;
	  	flex-wrap: wrap;
	}
	.resident-item .resident-item__right {
		display: block;
	}
	.resident-item__img {
		display: none;
	}

	.resident-item .resident-item__buttons {;
	  	left: 32px;
	}

	.section--title .section__inner {
		align-items: stretch;
	}

	.section--title .section__right {
		height: auto;
	}
	
	.section__items--event-also .catalog-item__center {
		max-width: 100%;
		width: 66%;
	}

	.section-404__title {
		font-family: 'Unbounded';
		font-weight: 500;
		font-style: Medium;
		font-size: 42px;
		leading-trim: NONE;
		line-height: 60px;
		letter-spacing: 0px;
	}
	.resident-item .resident-item__inner {
		padding: 22px 32px 72px 32px;
	}
	.resident-item .resident-item__right {
		position: static;
		width: 180px;
		min-width: 180px;
		min-height: 180px;
		height: 180px;

	}
	.resident-item__h1 {
		font-size: 20px;
		margin-bottom: 14px;
		min-height: 10px;
		max-width: 100%;
	}

	.resident-item__text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0;
	}

	.resident-item .resident-item__buttons .resident-item__btn {
		max-width: 300px;
  		padding: 8px;
	}

	.resident-item {
		flex: 1 1 48%;
	}

	.resident-item .resident-item__inner {
		flex-direction: row;
		align-items: center;
	}

	.resident-item .resident-item__buttons .resident-item__btn {
		padding: ;
	}

	.section--catalog .section__left {

		/*max-width: 440px;*/
	}

	.section--catalog .section__right,
	.section--catalog .section__left {
		/*width: auto;*/
		/*max-width: 100%;*/
	}

	.section--catalog .section__right {
		width: 100%;
	}

	.filter-types__icon:hover + .filter-types__info {
		transform: scale(1);
	}

	.banner-main video, .banner-main {
		height: 650px;
	}
	.banner-main__title {
		font-family: 'Unbounded';
		font-weight: 500;
		font-style: Medium;
		font-size: 42px;
		leading-trim: NONE;
		line-height: 60px;
		letter-spacing: 0px;
	}
	.banner-main__inner {
		padding: 24px 80px;
	}
	.banner-main__buttons {
		flex-direction: row;
		margin-top: 30px;
	}
	.banner-main__inner {
		align-items: flex-start;
	}
	.section--check-items .section__items,
	.section--what-you-wait .section__items {
		flex-direction: row;
	}
	.section--seminar-album .section__link {
		max-width: 325px;
	}

	.section--faq .section__qu {
		line-height: 22px;
		font-size: 20px;
	}

	.section--about-us-short .section__title {
		font-family: 'Unbounded';
		font-weight: 400;
		font-style: Regular;
		font-size: 40px;
		leading-trim: NONE;
		line-height: 48px;
	}

	.section--faq .section__item {
		width: 48%;
		padding: 24px 48px 24px 24px;
	}
	.section--schedule .section__item {
		background-color: var(--color-grey-light);
		border-radius: 10px;
		padding: 20px 26px;
		width: 100%;
	}

	.swiper-pagination--default {
		display: none;
	}

	.swiper__button--default {
		display: block;
	}

	.section--seminar .section__h1 {
		font-family: 'Unbounded';
		font-weight: 500;
		font-style: Medium;
		font-size: 40px;
		leading-trim: NONE;
		line-height: 45px;
		letter-spacing: 0px;
	}

	.section--seminar .section__right {
	   	padding: 60px;		
	}

	.footer__nav {
		align-items: center;
		flex-direction: row;
  		gap: 40px;	
	}
	.section--seminar .section__left,
	.section--seminar .section__right {
		height: 650px;
	}
	.section--seminar .section__right {
		/*height: 650px;*/
		display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: flex-start;
	}
	.section__contact-row,
	.section-contacts__contact-row {
		margin: 18px 0;
	}

	.swiper-pagination--side-small {
		display: none;
	}

	.swiper__button--side-small {
		display: block;
	}
	.section--50 .section__left, .section--50 .section__right,
	.section--contacts .section__left, .section--contacts .section__right {
		height: auto;
	}

	.section--about-us-short .section__left, .section--about-us-short .section__right {
		min-height: 100%;
	}
	
	.section--catalog .section__right {
		max-width: 100%;
	}

	.section__right {
		max-width: 440px;
		width: 100%;
		height: 377px;
	}

	.footer__column--fix {
		gap: 50px;
		display: flex;
	}

	.footer .socials {
		position: static;
	}
	.footer__nav {
		margin: 8px 0;
	}
	.footer {
		padding: 46px 0;
	}
	.footer .logo {
		max-width: 100%;
		margin-bottom: 38px;
	}

	.section__inner {
		flex-direction: row;
	}
	.section.section--catalog .section__inner {
		flex-direction: column;
	}
	.section--hurry-up .section__inner {
		flex-direction: row;
		padding: 60px;
	}

	.section--hurry-up .section__right {
	  align-items: flex-end;
	  justify-content: flex-end;
	}

	.section--hurry-up .section__right,
	.section--hurry-up .section__left {
		padding: 0;
		min-height: 150px;
		height: 100%;
	}
	.section--hurry-up .section__title {
		font-size: 50px;
		line-height: 48px;
	}
	.section--25 .section__column {
		min-width: 22%;
		width: 100%;
	}
	.section--route .section__inner {
		flex-wrap: nowrap;
	}

	.footer__copylinks a {
		flex: 1 1 17%;
	}

	.footer__phones {
		position: static;
	}

	.footer__copylinks {
  		max-width: 1063px;
  	}
  	.footer__inner--line-2.footer__inner {
  		display: flex;
  		align-items: center;
  	}
}

@media screen and (min-width: 1290px) { /* min-width: 1290  */
	.catalog-item__tag--main-active .catalog-item__tag-close {
		display: block;
	}

	.section__empty-slider-text {
	  	font-size: 38px;
	  	line-height: 55px;
	  	justify-content: flex-start;
  		padding-left: 6%;
	}

	.catalog-residents__content .resident-item .resident-item__left {
		max-width: 66%;
		width: 100%;
	}

	.catalog-item__city {
		margin-bottom: 3px;
	}

	.section__empty-slider-text-arrow::before {
		display: block;
	}

	.section__empty-slider-text-arrow {
  		right: 106px;
  		left: unset;
	}
	.section__empty-slider-image img {
  		min-width: 785px;
	}

	.catalog-item__date {
		margin-bottom: 18px;
	}

	.catalog-item__item-name {
		margin-bottom: 20px;
	}

	.section--title .section__buttons {
		flex-direction: row;
	}

	.filter-options__title {
		/*display: block;*/
	}

	.filter-sort--mobile {
		display: none;
	}

	.filter-types--mobile {
		display: none;
	}

	.filter-show-all--mobile {
		display: none;
	}

	.filter-options {
		display: block;
		position: static;
		z-index: 1;
		opacity: 1;
		border-color: transparent;
  		padding: 15px;
  		transform: scale(1);
  	}

	.filter-sort__reset.filter-sort__reset--mobile {
		display: none;
	}

	.filter-sort__reset {
		display: inline-block;
	}
	.section__top-row {
	  	align-items: flex-end;
	  	flex-direction: row;
	  	gap: 20px;
	  	margin-bottom: 44px;
	}


	.catalog-item .catalog-item__inner {
		padding: 18px;
		position: relative;
		min-height: 100px;
	}
	
	.catalog-item__item-name {
		width: 100%;
		max-width: 100%;
		font-family: 'Unbounded';
		font-weight: 400;
		font-style: Regular;
		font-size: 20px;
		leading-trim: NONE;
		line-height: 23px;
		letter-spacing: 0%;

	}
	.catalog-item__info-row {
		margin-bottom: 28px;
	}

	.catalog-item__tag {
		font-family: 'Nunito Sans';
		font-weight: 400;
		padding: 1px 10px;
		font-style: Regular;
		font-size: 12px;
		leading-trim: NONE;
		line-height: 16.8px;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;

	}
	.catalog-item__tags {
		position: absolute;
		left: 18px;
		bottom: 0;
	}
	.catalog-item__price {
		padding: 7px 11px;
		font-weight: 500;
		font-style: Medium;
		font-size: 14px;
		line-height: 16.8px;
		letter-spacing: 0%;
		text-align: center;
	}
	.catalog-item__information {
		font-family: Nunito Sans;
		font-size: 14px;
		line-height: 11px;
		letter-spacing: 0%;
	}
	.catalog-item__data-information {
		flex-direction: row;
		/*max-width: 540px;*/
		/*max-width: 70%;*/
		max-width: 290px;
		width: 100%;
    	justify-content: space-between;
    	align-items: center;
    	/*margin-bottom: 20px;*/
	}

	.catalog-item {
		border-radius: 10px;
	}

	.catalog-item__item-btn {
		min-width: 160px;
	}

	.catalog-item__item-img {
		display: block;
  		/*position: absolute;*/
  		right: 20px;
  		bottom: 20px;
	}


	.catalog-item__middle-row {
		display: flex;
  		align-items: flex-end;
  		justify-content: space-between;
	}

	.catalog-item__middle-row > .catalog-item__inner-row:first-child {
		/*width: 75%;*/
	}

	.catalog-item__middle-row > .catalog-item__inner-row:last-child {
		/*width: 25%;*/
	}

	.catalog-item__inner-row {
		display: flex;
	  	flex-direction: column;
	  	align-items: flex-end;
	  	justify-content: initial;
	  	/*max-width: 654px;*/
	  	max-width: 100%;
	}

	.catalog-item__tag--main-active.catalog-item__tag--main:hover .catalog-item__tag-list {
		padding: 44px 14px 14px 14px;
		transform: scale(1);
		z-index: 1;
	}
	.catalog-item__tag--main .catalog-item__tag-list {
		display: flex;
	}
	.catalog-item__tag--main:hover .catalog-item__tag-list {
		opacity: 1;
		z-index: 1;
		height: auto;
		transform: scale(1);
		padding: 14px 14px 14px 14px;
	} 
	.catalog-item__tag-close {
		display: none;
	}

	.section.section--catalog .section__inner {
		flex-direction: row;
	}

	.section--catalog .section__left {
		width: 100%;
		max-width: 440px;
		padding: 0;
	}
	.filter-calendar_controls {
		display: none;
	}

	.filter-options__close, 
	.filter-calendar__close {
		display: none;
	}

	.filter-show-all:not(.filter-show-all--mobile), 
	.filter-sort:not(.filter-sort--mobile), 
	.filter-types:not(.filter-types--mobile) {
	  display: flex;
	}
	.filter-calendar {
		opacity: 1;
  		position: static;
  		z-index: 1;
	}
	.section--catalog .section__right {
		width: calc(100% - 450px);
	}

	.filter-calendar {
		padding: 48px 68px;
		max-width: 100%;
		transform: scale(1);
	}

	.footer {
		padding: 40px 0;
	}
	.section--about-us-short .section__inner {
		flex-direction: row;
	}

	.section--about-us-short .benefits__item {
		max-width: 298px;
	}
	.section--seminar-album .section__right,
	.section--seminar-album .section__left {
		height: 294px;
		min-height: 294px;
	}

	.section--seminar-album .section__left {
		max-width: 790px;

	}
	.section--seminar-album .section__inner {
		flex-direction: row;
	}

	.footer__column--fix {

  		gap: 270px;
	}
	.footer__phone {
		margin: 8px 0;
		font-family: 'Nunito Sans';
		font-weight: 500;
		font-style: Medium;
		font-size: 20px;
		leading-trim: NONE;
		line-height: 16.8px;
		letter-spacing: 0%;
	}

	.section__items--contacts,
	.section--we-offer .section__items {
		flex-direction: row;
		width: 100%;
	}

	.section__left,
	.section__right {
		flex: 1 1 50%;
	}
	.section--seminar .section__left {
		padding: 68px 60px;
	}

	.section__left {
		padding: 68px 48px;
	}


	.section--about-us-short .section__title {
		margin-bottom: 0;
	}

	.section__title {
		font-weight: 500;
		font-style: Medium;
		font-size: 50px;
		leading-trim: NONE;
		line-height: 55px;
		letter-spacing: 0px;
		margin-bottom: 40px;
	}

	.section__address {
		margin-bottom: 22px;
		font-weight: 400;
		font-style: Regular;
		font-size: 18px;
		leading-trim: NONE;
		line-height: 130%;
		letter-spacing: 0%;
	}

	.section__contact-row,
	.section-contacts__contact-row {
		margin-bottom: 28px;
		display: flex;
	  	align-items: center;
	  	justify-content: flex-start;
	  	gap: 80px;
	}

	.section--we-offer .section__items {
		display: grid;
    	grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
    	gap: 20px;
	}
	.section--we-offer .section__item {
		/*max-width: 33%;*/
		/*width: 100%;*/
	}
	.section {
		margin-bottom: 88px;
	}	
	.section.section--catalog {
		margin-bottom: 150px;
	}
	.search__input {
		max-width: 325px;
		width: 325px;
	}

	.filter-calendar__title {
		font-family: Unbounded;
		font-weight: 700;
		font-style: Bold;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 18px;
		letter-spacing: 0%;
		vertical-align: middle;
	}

	.search-opener {
		display: none;
	}

	.search {
		display: block;
	}

	.nav-opener {
		display: none;
	}
	.nav {
		display: block;
	}

	.header__mobile-menu {
		display: none;
	}



	.section__left,
	.section__right {
		min-height: 325px;
		height: 100%;
	}

	.section--title .section__left,
	.section--title .section__right {
		height: 377px;
	}

	.section__phone,
	.section-contacts__phone {
		margin-bottom: 0;
	}

	.section__items--event-also {
		display: flex;
		flex-direction: row;
  		align-items: stretch;
  		justify-content: center;
	}

	.section--event-also .section__item {
		width: 33%;
	}

	.filter-catalog-more {
		font-size: 18px;
	  	padding: 20px;
	  	max-width: 320px;
	}

	.section--title .section__buttons .section__btn.section__btn--black {
		display: none;
	}



}

