.block-dark {
	background: #1c1c1c;
}

.tab-gallery {
	padding-top: 100px;
}

.full_tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.full_tabs::before {
	content: '';
	position: absolute;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	opacity: 0.3;
	height: calc(100% - 55px);
	width: 50%;
	top: 55px;
	right: -58px;
	z-index: 0;
}

.full_tabs .swiper-pagination {
}

.r-tabs-nav-gallery {
	-ms-flex: 0 0 23.6%;
	flex: 0 0 23.6%;
	max-width: 23.6%;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
	position: relative;
}

.r-tabs-tab-gallery {
	margin: 0 0 13px 0;
	padding: 0;
	width: 100%;
}

.r-tabs-tab-gallery::before {
	display: none;
}

.r-tabs-accordion-title {
	display: none;
}

.r-tabs-tab-gallery a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 20px 30px 18px 30px;
	display: inline-block;
	width: 100%;
	line-height: 1.2;
}

.r-tabs-tab-gallery.r-tabs-state-active a {
	background: #101111;
	position: relative;
	color: #daa03e;
}

.r-tabs-tab-gallery.r-tabs-state-active a:after {
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #daa03e;
}

.r-tabs-panel-gallery {
	display: -ms-flexbox;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex: 0 0 76.4%;
	flex: 0 0 76.4%;
	max-width: 76.4%;
	z-index: 1;
	position: relative;
}

.r-tabs-panel-gallery.r-tabs-state-active {
	display: flex !important;
}

.r-tabs-panel-gallery .reverse_mob {
	-ms-flex: 0 0 62%;
	flex: 0 0 62%;
	max-width: 62%;
	width: 100%;
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.5);
}

.swiper-gallery__conent {
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
	padding-top: 170px;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.tab-gallery .swiper-buttons {
	width: 84px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tab-gallery .swiper-buttons div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 30px;
	margin: 0;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
}

.tab-gallery .swiper-buttons div.swiper-button-disabled {
	opacity: 0.5;
}

.tab-gallery .swiper-buttons img {
	height: 100%;
	width: auto;
}

.tab-gallery .swiper-buttons .swiper-button-next {
	transform: rotate(180deg);
}

.swiper-navigation-section {
	position: absolute;
	right: 0;
	width: 38%;
	top: 110px;
	padding: 0 0 0 40px;
	display: flex;
	justify-content: space-between;
}

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

.swiper-slide-gallery,
.reverse_mob .swiper-wrapper,
.reverse_mob .swiper_tab_cont {
	width: 100%;
	height: 100% !important;
}

.reverse_mob .swiper_tab_cont {
	max-height: 680px;
}

.swiper-slide-gallery__conent-inner {
	background: #101111;
	padding: 40px 40px;
}

.gallery-mini-title {
	position: relative;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	padding-left: 23px;
	line-height: 1;
	padding-top: 2px;
}

.gallery-mini-title::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.gallery-title {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	margin-top: 40px;
}

.gallery-subtitle {
	margin-top: 26px;
	line-height: 1.2;
	color: #707070;
}

.gallery-btn-title {
	margin-top: 30px;
	color: #fff;
}

.btn-md {
	padding: 13px 24px;
}

.swiper-slide-gallery__conent-inner .btn {
	margin-top: 20px;
}

.tabs-section {
	padding-top: 100px;
}

.title-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
	position: relative;
	z-index: 3;
}

.tabs-section-inner {
	margin-top: 50px;
	position: relative;
}

.tabs-section-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
	counter-reset: countertab;
	position: relative;
	z-index: 3;
}

.tabs-section-header li::before {
	display: none;
}

.tabs-section-header li {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 7px;
}

.tabs-section-header li a {
	width: 100%;
	height: 98px;
	padding: 10px;
	display: flex;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border: 1px solid #dfdfdf;
	color: #111;
	text-decoration: none !important;
	background: #fff;
}

.tabs-section-header li a:before {
	content: counter(countertab);
	counter-increment: countertab;
	position: absolute;
	color: #111;
	font-size: 12px;
	font-weight: 500;
	left: 12px;
	top: 12px;
	z-index: 1;
	line-height: 1;
}

.tabs-section-header li.r-tabs-state-active a,
.tabs-section-header li:hover a {
	background: #111111;
	color: #fff;
}

.tabs-section-header li.r-tabs-state-active a:before,
.tabs-section-header li:hover a:before {
	color: #fff;
}

.tabs-section__content {
	margin-top: 35px;
	display: none;
}

.tabs-section__content.r-tabs-state-active {
	display: flex !important;
}

.tabs-section__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 40px 0;
}

.tabs-section__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
}

.tabs-section__padding-left {
	padding-left: 67px;
}

.tabs-section__padding-left p {
	padding: 0 0 22px 0;
	margin: 0;
}

.tabs-section__padding-left p + ul {
	padding-top: 0;
	margin-top: 0;
}

.tabs-section__padding-left p:last-child {
	padding: 0;
}
.tabs-section__padding-left .btn {
	margin-top: 35px;
}

.tabs-section__right {
	padding: 40px 0 0 40px;
	background: #1c1c1c;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.tabs-section__right::after {
	content: '';
	background: #1c1c1c;
	height: 100%;
	width: calc(calc(calc(120vw - 1170px) / 2) + calc(1140px * 0.58333333));
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.tabs-section__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tabs-section__img-section {
	height: 100%;
	position: relative;
	z-index: 3;
}

.tabs-section__right-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 290px;
	background: #1c1c1c;
	color: #fff;
	padding: 20px 30px 20px 0;
	line-height: 1.2;
	z-index: 4;
}

.tab-gallery,
.tabs-section {
	position: relative;
}

.block {
	padding: 100px 0;
	position: relative;
}

.detail-row {
	margin-top: 30px;
}

.detail-item {
	margin-top: 30px;
	z-index: 3;
	position: relative;
}

.detail-item-img-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 420px;
}

.detail-item-img-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-item-content {
	margin-top: -30px;
	margin-right: 30px;
	background: #111111;
	padding: 20px;
	z-index: 3;
	position: relative;
}

.detail-item-title {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

.detail-item-subtitle {
	color: #fff;
	margin-top: 10px;
}

.swiper-variants {
	margin-top: 50px;
	position: relative;
}

.swiper-variants .swiper-slide {
	height: 100%;
	max-height: 360px;
}

.variants-item {
	position: relative;
	height: 100%;
}

.variants__img-section {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

.variants__description {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #1c1c1c;
	padding: 10px 20px;
	width: 100%;
	max-width: 220px;
}

.variants__title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.variants__subtitle {
	color: #fff;
}

.variants__subtitle span {
	color: #daa03e;
}

.swiper_buttons_side .swiper-button-prev,
.swiper_buttons_side .swiper-button-next {
	background: #111111;
	height: 55px;
	width: 55px;
	padding: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper_buttons_side .swiper-button-prev {
	transform: rotate(180deg);
	left: -85px;
}

.swiper_buttons_side .swiper-button-next {
	right: -85px;
}

.form-row {
	margin-top: 50px;
	position: relative;
	z-index: 3;
}

.info_form {
	padding: 36px;
	width: 100%;
}

.info_form-dark {
	background: #111111;
}

.info_form-title {
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
}

.info_form__file-section {
	position: relative;
	margin-top: 30px;
}

.info_form__file-input,
.info_form__file-section .bootstrap-filestyle .btn {
	font-size: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	cursor: pointer;
}

.info_form__file-img {
	padding: 9px;
	height: 39px;
	width: 39px;
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 39px;
	margin: auto;
}

.info_form__file-text {
	flex-grow: 2;
	color: #fff;
	padding-left: 10px;
}

.info_form__file-section .polt_file_upload_remove,
.info_form__file-section .has_file .polt_file_upload_clear {
	position: absolute;
	right: 0;
	color: #000;
	background: #daa03e;
	width: 20px;
	height: 100%;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	font-weight: normal;
}

.inputfile + .label {
	padding-left: 40px !important;
	align-items: center;
	outline: none !important;
}

.info_form__file-text span {
	width: 100%;
	color: #daa03e;
	text-decoration: underline;
	display: inline-block;
}

.info_form-title-sm {
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 20px;
	line-height: 1.2;
}

.text_polt,
.phone_inp,
.mail_inp {
	background: #1c1c1c;
	width: 100%;
	border: none;
	color: #fff;
	padding: 15px;
}

.text_polt {
	min-height: 112px;
}

.form-btn {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}

.form-consultation__confidentiality-row {
	display: flex;
	color: #fff;
	margin-top: 20px;
}

.form-consultation__text {
	padding-left: 5px;
	font-size: 11px;
}

.inp_ttl {
	padding-left: 13px;
	width: 100%;
	display: inline-block;
	margin-bottom: 3px;
}

.form-consultation__btn {
	margin-top: -5px;
	margin-bottom: 18px;
	width: 100%;
	padding: 19px 10px;
	background: #fff;
	color: #1c2733;
	text-transform: uppercase;
	font-size: 12px;
}

.form-consultation__text a {
	width: 100%;
	text-decoration: underline;
	display: inline-block;
}

.form-img-section {
	height: 100%;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 55px;
	position: relative;
}

.form-img-holder {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}

.form-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.form-img-text {
	position: absolute;
	max-width: 330px;
	width: 100%;
	padding: 13px 20px 20px 20px;
	z-index: 3;
	bottom: 0;
	right: 0;
	background: #111111;
	color: #fff;
}

.form-img-text p {
	color: #fff;
	margin-bottom: 0;
	font-size: 16px;
}

.form-img-text-title {
	font-weight: 700;
	font-size: 25px;
}

.form-img-section::before {
	content: '';
	position: absolute;
	border: 1px solid #ffffff;
	opacity: 0.3;
	height: calc(100% - 90px);
	width: 50%;
	top: 90px;
	right: -58px;
	z-index: 0;
}

.title-subtitle {
	max-width: 880px;
}

.door-row {
	margin: 0 -50px;
}

.door-col {
	padding: 0 50px;
}

.door {
	counter-reset: counter3;
}

.door__title {
	font-size: 30px;
	font-weight: 700;
	padding-left: 60px;
	position: relative;
	max-width: 460px;
	margin-top: 50px;
	z-index: 3;
}

.door__title:before {
	content: '0' counter(counter3) '.';
	counter-increment: counter3;
	color: #daa03e;
	font-size: 30px;
	font-weight: 500;
	left: 0;
	top: 7px;
	z-index: 0;
	line-height: 1;
	margin-bottom: 16px;
	position: absolute;
}

.door-item {
	margin-top: 30px;
	display: flex;
	position: relative;
	z-index: 3;
}

.door-item__content {
	-ms-flex: 0 0 194px;
	flex: 0 0 194px;
	max-width: 194px;
	background: #111111;
	color: #fff;
	padding: 0 20px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.door-item__title-sm {
	font-weight: 700;
}

.door-item__content-top-item {
	margin-top: 20px;
}

.door-item__subtitle {
	margin-top: 5px;
	font-size: 12px;
}

.door-item__price {
	color: #daa03e;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 700;
}

.door-item__price span {
	font-size: 16px;
}

.btn-door-item {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-top: 10px;
}

.door-item__content-footer {
	margin-top: 65px;
}

.door-item__img-sec {
	height: auto;
	position: relative;
	overflow: hidden;
	flex-grow: 2;
}

.door-item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.about-img-section {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.about-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.about-text p {
	margin: 30px 0 0 0;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	padding: 0;
}

.about-text b {
	margin: 30px 0 0 0;
	font-size: 20px;
	color: #fff;
	display: inline-block;
}

.about-adv {
	margin-top: 40px;
}

.about-adv-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	counter-reset: counter5;
}

.about-adv-title {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}

.about-adv-col {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.about-adv-item {
	color: #fff;
	padding-top: 30px;
	position: relative;
}

.about-adv-item:before {
	content: '0' counter(counter5) '.';
	counter-increment: counter5;
	color: #daa03e;
	font-size: 20px;
	font-weight: 500;
	left: 0;
	top: 0;
	z-index: 0;
	line-height: 1;
	margin-bottom: 16px;
	position: absolute;
}

.subtitle-24 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 30px;
	line-height: 1.2;
	position: relative;
	z-index: 3;
}

.subtitle-padding-left {
	padding-left: 65px;
	position: relative;
	z-index: 3;
}

.subtitle-stroke {
	position: relative;
	font-size: 16px;
	margin-top: 30px;
}

.subtitle-stroke:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background: #111111;
	top: 10px;
	left: -65px;
}

.subtitle-padding-left b {
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
	max-width: 420px;
	width: 100%;
}

.video-section {
	height: 100%;
	position: relative;
	z-index: 3;
}

.popup-youtube-link {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.popup-youtube-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	left: 0;
	top: 0;
}

.video-link-text-sec {
	width: 100%;
	background: #111;
	padding: 16px 24px;
	color: #fff;
	font-size: 12px;
	margin-top: -10px;
	z-index: 3;
	position: relative;
}

.video-link-title {
	font-weight: 700;
}

.video-link-subtitle {
	margin-top: 5px;
}

.popup-youtube-icon {
	width: 104px;
	height: 104px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	position: absolute;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.video-section:hover .popup-youtube-icon {
	transform: scale(1.05);
}

.swiper-reviews {
	position: relative;
	margin-top: 30px;
}

.review-item {
	background: #111111;
	display: flex;
}

.review-item-col-img {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.review-img-sec {
	padding: 20px;
}

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

.review-item-col-content {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	color: #fff;
}

.review-content {
	padding: 20px;
}

.review-title {
	font-size: 24px;
	font-weight: 700;
}

.review-who {
	color: #fff;
	text-transform: uppercase;
	margin-top: 8px;
}

.review-text {
	margin-top: 30px;
	white-space: normal;
}

.footer {
	position: relative;
	z-index: 3;
}
.poltor-logo {
	margin-left: 4px;
}

.footer__map-section {
	position: relative;
	padding: 84px 0;
}

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

.footer__map-img-sec {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 3;
}

.footer__map-section-content {
	background: #111;
	padding: 24px 28px 30px 28px;
	max-width: 450px;
	width: 100%;
	position: relative;
	z-index: 3;
}

.footer__map-title {
	font-family: 'Playfair Display';
	color: #fff;
	font-size: 40px;
	line-height: 1.1;
	max-width: 332px;
	width: 100%;
}

.footer__map-des {
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
	padding-bottom: 10px;
}

.footer__contact-item div {
	margin-top: 17px;
	color: #fff;
}

.footer__contact-item div a {
	color: #fff;
}

.footer__contact-item div img {
	margin-right: 14px;
}

.footer__map-img {
	width: 100%;
}

.title-foter-map {
	margin-top: 43px;
	margin-bottom: 15px;
	font-size: 16px;
}

.footer__contact-section {
	background: #1c1c1c;
	padding-top: 60px;
}

.footer-logo-section {
	display: flex;
	align-items: center;
}

.footer-logo-img {
	-ms-flex: 0 0 84px;
	flex: 0 0 84px;
	max-width: 84px;
}

.footer-logo-text {
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	padding-left: 11px;
	max-width: 140px;
}

.footer-btn-sec-title {
	color: #fff;
	font-size: 12px;
	margin-bottom: 12px;
}

.footer-btn {
	display: flex;
	width: 222px;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.footer__contact-2,
.footer__sm-section,
.footer-phone-section {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.footer-btn-sec {
	max-width: 222px;
	width: 100%;
	text-align: right;
}

.footer__sm-title {
	font-size: 12px;
	color: #fff;
	margin-bottom: 25px;
}

.footer__sm {
	display: flex;
}

.footer__social-item {
	margin-left: 14px;
}

.footer-phone {
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	color: #fff;
}

.footer-phone:hover {
	text-decoration: none;
}

.footer-phone img {
	margin-right: 7px;
}

.footer-phone-btn {
	font-size: 16px;
	text-decoration: underline;
	color: #fff;
}

.footer__messenger {
	display: flex;
	margin: 15px 0 0 26px;
}

.messenger-li::before {
	display: none;
}

.messenger-li {
	padding: 0;
	margin-bottom: 0;
	margin-right: 6px;
}

.messenger-li:last-child {
	margin-right: 0;
}

.footer-bottom {
	padding-top: 60px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 3;
	color: #fff;
}

.footer__bottom__poltor {
	color: #fff;
}

.footer__bottom__poltor:hover {
	text-decoration: none !important;
}

.block::before,
.tabs-section::before {
	content: '';
	width: 1px;
	top: 0;
	height: 100%;
	position: absolute;
	background: #2b2929;
	opacity: 0.15;
	left: 138px;
	z-index: 2;
}

.block.block-dark::before,
.tab-gallery::before {
	content: '';
	width: 1px;
	top: 0;
	height: 100%;
	position: absolute;
	background: #ffffff;
	opacity: 0.3;
	left: 138px;
	z-index: 2;
}

.side-title {
	font-size: 12px;
	line-height: 1;
	text-align: right;
	color: #111111;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	position: absolute;
	z-index: 3;
	left: 133px;
	top: 100px;
	letter-spacing: 3px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	background: #fff;
	letter-spacing: 0.6em;
	font-weight: 400;
}

.block-dark .side-title {
	color: #fff;
	background: #1c1c1c;
}

.mfp-container {
	height: 100vh;
}

.scroll-text-container {
	position: absolute;
	height: 150px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	pointer-events: none;
}

.scroll-text {
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke: 1px #e7e7e7;
	bottom: 20px;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 800;
	position: fixed;
	bottom: 0px;
	height: 200px;
	z-index: 9;
	opacity: 0.15;
	line-height: 1;
	animation: text_move 25s linear infinite alternate;
}

.scroll-text-dark {
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke: 1px #000000;
	bottom: 20px;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 800;
	position: fixed;
	bottom: 0px;
	height: 200px;
	z-index: 9;
	opacity: 0.1;
	line-height: 1;
	animation: text_move 25s linear infinite alternate;
}

@-webkit-keyframes text_move {
	0% {
		-webkit-transform: translateX(15%);
		transform: translateX(15%);
	}
	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes text_move_why {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	to {
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
	}
}

.swiper-pag {
	left: unset;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 75px;
}

.activeslide,
.totalslide {
	color: #fff;
	width: 9px;
	text-align: center;
}

.swiper-pagination-progressbar.swiper-pagination {
	background: rgba(255, 255, 255, 0.5);
	width: 47px;
	height: 1px;
	position: relative !important;
	padding: 0;
}

.swiper-pagination-progressbar-fill {
	background: #fff !important;
}

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

.form-consultation__confidentiality {
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	background: #fff;
	border-radius: 3px;
	position: relative;
}

.form-consultation__checkbox {
	display: block;
	width: 17px;
	height: 17px;
	cursor: pointer;
	position: absolute;
	top: 1px;
	z-index: 1;
	opacity: 0;
}

.form-consultation__checkbox + label {
	display: block;
	width: 17px;
	height: 17px;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 1;
}

.form-consultation__checkbox[type='checkbox']:checked + label {
	background: url(../img/check.svg) center center/11px auto no-repeat
		rgba(0, 0, 0, 0);
}
.page-template-default .header {
	background: #1c1c1c;
	padding-bottom: 31px;
}
.page-template-default {
	padding-top: 140px;
}
.polt-page-template {
	margin-bottom: 50px;
}
/*********************** media ***********************/

/*max-width: 1650*/

@media (max-width: 1650px) {
	.block.block-dark::before,
	.tab-gallery::before,
	.block::before,
	.tabs-section::before {
		left: 55px;
	}
	.side-title {
		left: 50px;
	}
	.block-side-title {
		left: 47px;
	}
}

/*max-width: 1650*/

/*max-width: 1500*/

@media (max-width: 1500px) {
}

/*max-width: 1500*/

/*max-width: 1400*/

@media (max-width: 1400px) {
	.side-title,
	.block::before,
	.tab-gallery::before,
	.tabs-section::before {
		display: none;
	}
	.full_tabs::before,
	.form-img-section::before {
		right: -30px;
	}
	.swiper-variants .swiper_buttons_side .swiper-button-next,
	.swiper-variants .swiper_buttons_side .swiper-button-prev {
		top: 45%;
	}
	.swiper_buttons_side .swiper-button-next {
		right: -25px;
	}
	.swiper_buttons_side .swiper-button-prev {
		left: -25px;
	}
}

/*max-width: 1400*/

/*max-width: 1250*/

@media (max-width: 1250px) {
	.banner__title {
		font-size: 60px;
	}
	.banner__descriptio-txt {
		font-size: 16px;
	}
	.banner__descriptio-txt:before {
		top: 12px;
	}
	.banner__adv-item br {
		display: none;
	}
	.title {
		font-size: 40px;
	}
	.tabs-section {
		padding-top: 60px;
	}
	.block {
		padding: 60px 0;
	}
	.btn-md {
		padding: 13px 13px;
	}
	.about-text b,
	.about-text p {
		font-size: 18px;
	}
	.footer-logo-text {
		font-size: 11px;
	}
	.r-tabs-tab-gallery a {
		font-size: 14px;
	}
}

/*end max-width: 1250*/

/*max-width: 1200*/

@media (max-width: 1200px) {
}

/*end max-width: 1200*/

/* max-width: 1100*/

@media (max-width: 1100px) {
}

/*end max-width: 1100*/

/*max-width: 991*/

@media (max-width: 991px) {
	.header {
		padding-top: 0;
		background: #1c1c1c;
	}
	.logo {
		width: 100%;
		max-width: 45px;
		margin-right: 11px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.play-txt {
		display: none;
	}
	.banner__play {
		position: absolute;
		bottom: 4px;
		left: 380px;
		margin-left: 0;
	}
	.play-video {
		height: 44px;
		-ms-flex: 0 0 44px;
		flex: 0 0 44px;
		max-width: 44px;
	}
	.play-video img {
		width: 13px;
		height: 13px;
	}
	.play-video::before,
	.play-video::after {
		width: 44px;
		height: 44px;
	}
	.banner__descriptio-txt {
		max-width: 400px;
	}
	.banner__description {
		padding-left: 80px;
	}
	.banner__content {
		padding-top: 150px;
		padding-bottom: 110px;
	}
	.full_tabs {
		display: block;
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		position: relative;
	}
	.r-tabs-nav-gallery,
	.tabs-section-header {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
		margin: 0;
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		overflow-y: hidden;
		justify-content: flex-start;
		flex-direction: row;
		z-index: 1;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 10px;
		flex-wrap: unset;
	}
	.r-tabs-nav-gallery::-webkit-scrollbar-track,
	.tabs-section-header::-webkit-scrollbar-track {
		border-radius: 0;
		background-color: #101111;
		padding: 0 10px;
	}
	.r-tabs-nav-gallery::-webkit-scrollbar,
	.tabs-section-header::-webkit-scrollbar {
		width: 12px;
		background-color: #101111;
		height: 5px;
	}
	.r-tabs-nav-gallery::-webkit-scrollbar-thumb,
	.tabs-section-header::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color: #daa03e;
		height: 5px;
	}
	.full_tabs::before {
		content: '';
		height: 50px;
		width: 70px;
		top: 0;
		position: absolute;
		right: 0;
		z-index: 3;
		border: none;
		opacity: 1;
		background: linear-gradient(270deg, #1a1a1a 0%, rgba(27, 27, 27, 0) 100%);
	}
	.r-tabs-tab-gallery.r-tabs-state-active a:after {
		display: none;
	}
	.tab-gallery {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.r-tabs-tab-gallery {
		margin-right: 10px;
		margin-bottom: 0;
	}
	.r-tabs-tab-gallery a {
		background: #101111;
		position: relative;
		font-size: 12px;
		padding: 17px 10px 16px 10px;
	}
	.full_tabs::after {
		display: none;
	}
	.r-tabs-panel-gallery {
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
		z-index: 1;
		position: relative;
	}
	.r-tabs-panel-gallery.r-tabs-state-active {
		display: block !important;
	}
	.r-tabs-panel-gallery .reverse_mob {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
		width: 100%;
		filter: unset;
		max-height: 700px;
	}
	.swiper-navigation-section {
		position: relative;
		right: 0;
		width: 100%;
		top: 0;
		padding: 10px 0 20px 0;
		display: flex;
		justify-content: space-between;
	}
	.swiper-gallery__conent {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
		padding-top: 0;
		display: flex;
		align-items: flex-end;
		position: relative;
	}
	.swiper-slide-gallery {
		height: 700px !important;
	}
	.swiper-slide-gallery img {
		position: absolute;
	}
	.tabs-section-header li {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
		padding: 0;
		margin-right: 10px;
	}
	.tabs-section-header li a {
		width: 100%;
		height: 70px;
		padding: 15px 20px;
		display: flex;
		font-size: 14px;
	}
	.tabs-section-inner::before {
		content: '';
		height: 70px;
		width: 23px;
		top: 0;
		position: absolute;
		right: 0;
		z-index: 3;
		border: none;
		opacity: 1;
		background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	}
	.tabs-section__padding-left {
		padding-left: 0;
	}
	.tabs-section__right {
		padding: 0;
		background: transparent;
		display: flex;
		flex-direction: column;
		height: 100%;
		position: relative;
	}
	.tabs-section__right::after {
		display: none;
	}
	.tabs-section__right-text {
		position: relative;
		margin-top: -3px;
		width: 100%;
		max-width: unset;
		background: #1c1c1c;
		color: #fff;
		padding: 20px 30px 20px 20px;
		line-height: 1.2;
		z-index: 4;
	}
	.tabs-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.scroll-text,
	.scroll-text-dark {
		font-size: 80px;
	}
	.title-subtitle {
		font-size: 14px;
	}
	.subtitle-24 {
		font-size: 16px;
	}
	.tabs-section__left {
		padding: 0 0 20px 0;
	}
	.tabs-section__title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.tabs-section__content {
		margin-top: 20px;
	}
	.tabs-section__padding-left p {
		padding-top: 16px;
	}
	.tabs-section__padding-left .btn {
		margin-top: 17px;
	}
	.detail-item {
		margin-top: 20px;
	}
	.form-img-section {
		padding-left: 0;
		padding-bottom: 0;
	}
	.form-img-section::before {
		display: none;
	}
	.form-img-holder {
		height: auto;
	}
	.form-img-text,
	.form-img {
		position: relative;
		max-width: unset;
	}
	.form-img-text p {
		font-size: 14px;
	}
	.form-img-text-title {
		font-size: 18px;
	}
	.info_form {
		padding: 25px;
	}
	.door__title:before {
		top: 0;
	}
	.door__title {
		font-size: 20px;
	}
	.door-item {
		margin-top: 20px;
	}
	.about-img {
		position: relative;
	}
	.about-img-section {
		padding-top: 20px;
	}
	.about-text p {
		margin: 15px 0 0 0;
	}
	.about-adv-title {
		font-size: 20px;
	}
	.about-adv {
		margin-top: 30px;
	}
	.subtitle-padding-left {
		padding-left: 40px;
	}
	.subtitle-stroke:before {
		width: 30px;
		left: -40px;
	}
	.subtitle-padding-left b {
		max-width: unset;
		width: 100%;
	}
	.subtitle-stroke {
		margin-top: 20px;
	}
	.video-section {
		margin-top: 30px;
	}
	.popup-youtube-icon {
		width: 74px;
		height: 74px;
	}
	.footer-logo-text {
		max-width: 200px;
	}
	.footer__contact-2,
	.footer__sm-section,
	.footer-phone-section {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.footer-btn-sec {
		max-width: 222px;
		width: 100%;
		text-align: left;
	}
	.footer__contact-2,
	.footer__contact-3,
	.footer__contact-4 {
		margin-top: 30px;
	}
	.footer-phone img {
		display: none;
	}
	.footer__messenger {
		margin: 15px 0 0 0;
	}
	.footer__social-item {
		margin-left: 0;
		margin-right: 14px;
	}
	.footer__sm-title {
		margin-bottom: 5px;
	}
	.footer-bottom {
		display: block;
		padding-top: 30px;
	}
	.footer__bottom__poltor {
		margin-top: 10px;
		display: inline-block;
	}
	.footer__contact-section {
		padding-top: 30px;
	}
	.white-popup {
		padding: 26px;
	}
	.swiper-pagination {
		position: relative;
		display: flex;
		width: 100%;
		justify-content: center;
		padding-top: 20px;
	}
	.swiper-pagination-bullet {
		border: unset;
		background: #111111;
		width: 15px;
		height: 15px;
		margin: 0 5px;
		opacity: 0.2;
		border-radius: 0;
	}
	.swiper-pagination-bullet-active {
		background: #111111;
		border: unset;
		opacity: 1;
	}
	.swiper_buttons_side .swiper-pagination {
		display: block;
	}
}

/*end max-width: 991*/

/*max-width: 767*/

@media (max-width: 767px) {
	.logo-description {
		display: none;
	}
	.banner__adv-item:before {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		align-items: center;
		display: flex;
	}
	.banner__adv-item {
		max-width: 257px;
		margin-top: 25px;
		padding-left: 37px;
		font-size: 12px;
	}
	.banner__content {
		padding-top: 130px;
		padding-bottom: 10px;
	}
	.banner__content-bottom {
		padding-bottom: 50px;
	}
	.banner__title {
		font-size: 40px;
		max-width: 280px;
		width: 100%;
	}
	.banner__description {
		margin-top: 25px;
	}
	.banner__description {
		padding-left: 0;
	}
	.banner__btn {
		margin-top: 25px;
		font-size: 14px;
		height: 40px;
		max-width: 172px;
	}
	.banner__btn span {
		padding: 0;
	}
	.banner__btn span::before {
		display: none;
	}
	.banner__play {
		bottom: -1px;
		left: 220px;
	}
	.banner__descriptio-txt {
		max-width: 400px;
		font-size: 14px;
		padding-left: 40px;
	}
	.banner__descriptio-txt:before {
		width: 30px;
		left: 0;
	}
	.gallery-title {
		margin-top: 20px;
		font-size: 18px;
	}
	.gallery-subtitle {
		margin-top: 13px;
	}
	.gallery-btn-title {
		margin-top: 20px;
	}
	.swiper-slide-gallery__conent-inner .btn {
		margin-top: 20px;
		width: 100%;
	}
	.tab-gallery {
		padding-bottom: 60px;
	}
	.scroll-text,
	.scroll-text-dark {
		font-size: 70px;
	}
	.title {
		font-size: 30px;
	}
	.tabs-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.tabs-section-inner {
		margin-top: 20px;
	}
	.tabs-section-header li a:before {
		left: 7px;
		top: 7px;
	}
	.swiper-slide-gallery__conent-inner {
		padding: 20px 20px;
	}
	.scroll-text,
	.scroll-text-dark {
		bottom: 0px;
	}
	.tabs-section__padding-left .btn {
		margin-top: 17px;
		width: 100%;
	}
	.title-subtitle,
	.subtitle-24 {
		text-transform: unset;
	}
	.detail-item-img-section {
		max-height: unset;
	}
	.detail-item-title {
		font-size: 15px;
	}
	.detail-item-subtitle {
		font-size: 12px;
	}
	.detail-item-content {
		margin-top: -30px;
		margin-right: 20px;
		padding: 15px;
	}
	.swiper-variants .swiper_buttons_side .swiper-button-next,
	.swiper-variants .swiper_buttons_side .swiper-button-prev {
		top: 45%;
	}
	.swiper_buttons_side .swiper-button-prev,
	.swiper_buttons_side .swiper-button-next {
		height: 43px;
		width: 42px;
		padding: 14px;
	}
	.swiper_buttons_side .swiper-button-next {
		right: -15px;
	}
	.swiper_buttons_side .swiper-button-prev {
		left: -15px;
	}
	.variants__title,
	.variants__subtitle {
		font-size: 14px;
	}
	.info_form {
		padding: 20px;
	}
	.form-btn {
		font-size: 14px;
	}
	.form-img-section {
		margin-top: 20px;
	}
	.form-row {
		margin-top: 30px;
	}
	.info_form-title {
		font-size: 24px;
	}
	.text_polt {
		min-height: 130px;
	}
	.info_form__file-section {
		margin-top: 20px;
	}
	.variants__img-section,
	.variants__img {
		width: 100%;
		height: 100%;
	}
	.about-adv-row {
		display: unset;
		display: unset;
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		margin-right: 0;
		margin-left: 0;
	}
	.about-adv-col {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
		padding: 0;
		display: flex;
		align-items: center;
	}
	.about-adv-item {
		padding-top: 0;
		margin-top: 20px;
		padding-left: 40px;
	}
	.about-adv-item:before {
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
		margin: auto;
	}
	.review-item {
		display: block;
	}
	.review-item-col-img,
	.review-item-col-content {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
		width: 100%;
	}
	.review-content {
		padding: 0 20px 20px 20px;
	}
	.swiper-reviews .swiper-button-prev,
	.swiper-reviews .swiper-button-next {
		display: none;
	}
	.swiper-reviews .swiper-pagination-bullet {
		background: #ffffff;
	}
	.swiper-reviews .swiper-pagination-bullet-active {
		background: #111111;
	}
	.review-title {
		font-size: 18px;
	}
	.review-who {
		font-size: 12px;
	}
	.footer__map-section {
		background: #111111;
	}
	.footer__map-img-sec {
		position: absolute;
		height: 400px;
	}
	.footer__map-title {
		max-width: unset;
	}
	.footer__map-img-sec .footer__map-img {
		width: 160%;
		height: 100%;
		object-fit: cover;
		right: 0;
		position: absolute;
	}
	.footer__map-container {
		padding-top: 400px;
	}
	.footer__map-section {
		position: relative;
		padding: 0;
	}
	.footer__map-section-content {
		padding: 24px 0 30px 0;
		max-width: unset;
		width: 100%;
		background: transparent;
	}
	.swiper-slide-gallery {
		height: 500px !important;
	}
}

/*end max-width: 767*/

/*max-width: 650*/

@media (max-width: 650px) {
}

/*end max-width: 650*/

/*max-width: 576*/

@media (max-width: 576px) {
	.swiper-slide__theme_services::before {
		display: none;
	}
	.r-tabs-nav-gallery,
	.tabs-section-header {
		margin: 0 -15px 10px 0;
	}
	.tabs-section-inner::before,
	.full_tabs::before {
		right: -15px;
	}
	.info_form-title {
		font-size: 18px;
	}
	.door-item {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}
	.door-item__content {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
	}
	.door-item__img {
		position: relative;
	}
	.door-item__img-sec {
		order: -1;
	}
	.door-item__content-top {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
	}
	.door-item__content-top-item {
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.door-item__content-footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.door-item__price-sec,
	.btn-door-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.door-item__price-sec {
		padding-right: 10px;
	}
	.door-item__content-footer {
		margin-top: 20px;
	}
	.footer__map-title {
		font-size: 30px;
	}
	.footer-btn-sec {
		max-width: unset;
		width: 100%;
	}
	.footer-btn {
		display: flex;
		width: 100%;
	}
}

/*end max-width: 576*/

/*max-width: 500*/

@media (max-width: 500px) {
}

/*end max-width: 500*/

/*max-width: 400*/

@media (max-width: 400px) {
	.scroll-text,
	.scroll-text-dark {
		bottom: 0px;
	}
}

/*end max-width: 400*/

/*max-width: 320*/

@media (max-width: 320px) {
}

/*end max-width: 460*/

/************* media  конец *************/
#thx-popup {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
