/*
.container{
	max-width: 1400px;
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.section-gallery .container {
    overflow: hidden;
    max-width: calc(50vw + 690px);
    margin-right: 0!important;
    padding-righT: 0!important;
}

@media screen and (max-width: 1550px){

}
*/



.config-screen {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 110px 0 20px;
	margin: 100px 0 140px;
	background: url("/local/templates/main/img/collections-background.jpg") no-repeat;
	background-size: cover;
	background: none;
}

.config-screen-layout {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: 0.6s;
}

.transparent {
	opacity: 0;
}

.config-screen-title {
	font-weight: 300;
	font-size: 50px;
	line-height: 120%;
	color: #000;
}

.config-header-top {
	margin-bottom: 15px;
}

.config-header-top .block {
	justify-content: flex-end;
}

.config-header-mid {
	padding-bottom: 20px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 20px;
}

.panel-top .config-tit-and-slide-num {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between !important;
}

.config-select-mat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 10px;
	border-bottom: 1px solid #DADADA;
}

.config-select-text {
	width: 100%;
	font-style: normal;
	font-weight: 275;
	font-size: 16px;
	line-height: 120%;
	color: #76767A;
	margin-bottom: 6px;
}

.config-tit,
.config-type-el,
.config-mat-el,
.config-scr-el {
	font-weight: 300;
	line-height: 120%;
}

.config-tit,
.slide-num {
	font-size: 18px;
	color: #000;
}

.config-type-el {
	font-size: 36px;
}

.config-mat-el {
	font-size: 24px;
}

.config-scr-el {
	font-size: 16px;
}

.config-coll-gr {
	margin-bottom: 10px;
}

.config-coll-el {
	width: 140px;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	padding: 13px 10px;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #BB9761;
}

.config-type-el,
.config-mat-el,
.config-scr-el,
.config-coll-el {
	color: #BB9761;
	cursor: pointer;
	transition: 0.2s;
}

.config-type-el:hover,
.config-mat-el:hover,
.config-scr-el:hover,
.config-type-el.active,
.config-mat-el.active,
.config-scr-el.active {
	color: #000;
}

.config-coll-el:hover,
.config-coll-el.active {
	color: #fff;
	background: #BB9761;
}

.config-type-el.disabled,
.config-scr-el.disabled {
	opacity: 0.5;
	cursor: normal;
	pointer-events: none;
}

.config-mat-el.disabled {
	display: none;
}

.config-type-list,
.config-mat-list,
.config-scr-list {
	display: flex;
	align-items: center;
}

.config-coll-list.hidden,
.config-mat-list.hidden,
.config-scr-el.hidden,
.config-tit.hidden,
.config-scr-mat-el.hidden {
	display: none;
}

.config-type-list>* {
	margin-right: 25px;
}

.config-coll-list {
	width: 100%;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

.config-coll-list>* {
	width: 100%;
}

.config-mat-list>* {
	margin-right: 20px;
}

.config-type-list>*:last-child,
.config-mat-list>*:last-child {
	margin-right: 0;
}

.config-scr-list>* {
	margin-left: 30px;
}

.config-scr-list>*:first-child {
	margin-left: 0;
}

.config-head-top,
.config-head-bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.config-head-top {
	margin-bottom: 40px;
}

.config-head-bot {
	margin-bottom: 30px;
}


.config-screens-slider>.slick-list {
	padding: 25px 0;
}

.config-slide .regular-text {
	line-height: 1.4;
}

.config-slide .regular-text p+p {
	margin-top: 20px;
}

.config-slide .header-text {
	font-size: 30px;
	line-height: 36px;
	font-weighT: normal;
}

.config-slide .button-small {
	padding: 16px 22px;
	margin-top: 20px;
}

/* select system start */

.sys-select-popup {
	padding: 45px 50px 75px;
	background: #fff;
	box-shadow: 0 0 15px #0002;
	text-align: left;
}

.sys-select-title {
	font-weight: 300;
	font-size: 40px;
	line-height: 120%;
	color: #000;
	margin-bottom: 35px;
	padding-right: 30px;
}

.sys-select-list {
	display: flex;
}

.sys-select-el {
	position: relative;
	width: 184px;
	height: 184px;
	padding: 14px;
	margin: 0 16px 0 0;
	border: 1px solid #bb97614d;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

.sys-select-el:last-child {
	margin: 0;
}

.sys-select-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff9;
	transition: 0.3s;
}

.sys-select-el.active,
.sys-select-el:hover {
	border-color: #BB9761;
}

.sys-select-el.active .sys-select-overlay,
.sys-select-el:hover .sys-select-overlay {
	opacity: 0;
}

.sys-select-text {
	position: absolute;
	left: 14px;
	bottom: 14px;
	font-weight: 300;
	color: #000;
}

.sys-select-text .title {
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 6px;
}

.sys-select-text .subtext {
	font-size: 11px;
	line-height: 120%;
}

.sys-select-popup .fancybox-close-small {
	top: 50px;
}

.config-slide .block:nth-child(2n + 1),
.config-head .block:nth-child(2n + 1) {
	width: calc(65% - 20px);
	padding-right: 0;
	margin-right: 20px;
}

.config-slide .block:nth-child(2n),
.config-head .block:nth-child(2n) {
	width: 35%;
	padding-left: 20px;
}

.config-tooltip {
	display: inline-flex;
	align-items: center;
	margin-left: 15px;
}

.config-tooltip .icon {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	cursor: pointer;
}

.config-tooltip .icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.config-tooltip .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #BB9761;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	top: 2px;
}

.config-tooltip .text:hover {
	color: #000;
}

.tooltip-dropdown {
	display: none;
	position: absolute;
	z-index: 10;
	top: calc(100% + 8px);
	left: 50%;
	padding: 12px;
	background: #fff;
	font-size: 14px;
	line-height: 140%;
	width: 240px;
	box-shadow: 0 0 10px #0003;
}

.config-tooltip .icon:hover .tooltip-dropdown,
.tooltip-dropdown.active {
	display: block;
}


.screen-slider-arrows,
.screen-slider-arrows.container {
	/* display: flex;
	align-items:center;
	justify-content: space-between;
	margin: 28px 0 0;
	position:absolute;
	top:50%;
	transform:translate(0, -50%); */
	position: static;
}

.screen-slider-arrow {
	position: absolute;
	top: 50%;
	width: 25px;
	heighT: 45px;
	display: inline-block;
	background: url('/local/templates/main/img/screen-slider-arrow.svg') no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.screen-slider-arrow.prev {
	left: 100px;
}

.screen-slider-arrow.next {
	right: 100px;
	transform: rotateZ(180deg);
}

.screen-slider-arrow.slick-disabled {
	opacity: 0.4;
}


.config-select-system-dropdown {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #BB9761;
	cursor: pointer;
}

.config-select-system-dropdown .text {
	text-transform: uppercase;
}

.config-select-system-dropdown .text::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #BB9761;
	margin-left: 6px;
	position: relative;
	bottom: 3px;
}

.config-select-system-dropdown-list {
	display: none;
	min-width: 100%;
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	box-shadow: 0 0 8px #0003;
	z-index: 10;
}

.config-select-system-dropdown-list.active {
	display: block;
}

.config-select-system-dropdown-el {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	padding: 12px 15px;
	border-bottom: 1px solid #F0F0F0;
	transition: 0.3s;
}

.config-select-system-dropdown-el:hover {
	color: #BB9761;
}

.config-select-system-dropdown-el:last-child {
	border-bottom: none;
}

/* select system end */

@media screen and (max-width: 1700px) {

	.config-coll-list>*,
	.config-mat-list>* {
		margin-right: 20px;
	}

	.config-coll-el {
		font-weight: 700;
		font-size: 12px;
		line-height: 12px;
	}
}

@media screen and (max-width: 1500px) {
	.config-slide .header-text {
		font-size: 24px;
		line-height: 28px;
	}

	.config-head-bot {
		margin-bottom: 20px;
	}

	.config-head-top {
		margin-bottom: 25px;
	}

	.config-slide .regular-text p+p {
		margin-top: 10px;
	}

	.config-slide .regular-text {
		font-size: 14px;
	}

	.config-slide .button-small {
		padding: 10px 16px;
		margin-top: 15px;
		font-size: 12px;
	}

	.config-type-el {
		font-size: 30px;
	}

	.config-mat-el {
		font-size: 22px;
	}

	.config-coll-el {
		padding: 10px 8px;
	}

	.config-select-tile.active {
		outline-offset: 5px;
	}
}

@media screen and (max-width: 1360px) {
	.config-type-el {
		font-size: 24px;
	}

	.config-mat-el {
		font-size: 20px;
	}

	.config-head-bot {
		margin-bottom: 10px;
	}

	.config-header-top {
		margin-bottom: 10px;
	}

	.config-screens-slider>.slick-list {
		padding: 15px 0;
	}

	.config-screen {
		padding-top: 110px;
		padding-bottom: 0;
	}

	.config-slide .block:nth-child(2n + 1),
	.config-head .block:nth-child(2n + 1) {
		width: calc(50% - 20px);
	}

	.config-slide .block:nth-child(2n),
	.config-head .block:nth-child(2n) {
		width: 50%;
	}

	.config-type-list>* {
		margin-righT: 20px;
	}

	.config-select-system-dropdown {
		font-size: 12px;
	}

	.config-tit,
	.slide-num {
		font-size: 16px;
	}

	.config-slide .header-text {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 1280px) {
	.config-screen {
		padding-top: 100px;
	}

	.config-head-top {
		margin-bottom: 12px;
	}

	.config-scr-list>* {
		margin-left: 20px;
	}

	.config-screen .container {
		padding: 0px 80px;
	}

	.screen-slider-arrow.prev {
		left: 30px;
	}

	.screen-slider-arrow.next {
		righT: 30px;
	}

	.sys-select-popup {
		padding: 25px 30px 45px;
	}

	.sys-select-title {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.sys-select-popup .fancybox-close-small {
		top: 24px;
	}
}

@media screen and (max-width: 1080px) {
	.config-head-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.config-scr-list {
		margin-bottom: 15px;
	}

	.config-scr-list>*,
	.config-scr-list>*:first-child {
		margin: 0 20px 0 0;
	}

	.config-scr-list>*:last-child {
		margin: 0;
	}

	.config-head-bot {
		flex-wrap: wrap;
	}

	.sys-select-list {
		flex-direction: column;
	}

	.sys-select-el {
		width: 100%;
		height: auto;
		margin: 0 0 12px;
	}

	.sys-select-text {
		position: relative;
		left: 0;
		bottom: 0;
	}

	.sys-select-text .title {
		font-size: 24px;
		margin-bottom: 0px;
	}

	.sys-select-popup .fancybox-close-small {
		top: 15px;
		right: 15px;
		width: 30px;
		heighT: 30px;
	}

	.sys-select-title {
		padding-right: 20px;
	}

	.config-tooltip .text {
		font-size: 14px;
	}

	.config-tooltip .icon {
		width: 14px;
		heighT: 14px;
	}
}

@media screen and (max-width: 1000px) {
	.config-screen {
		height: auto !important;
		padding: 40px 0;
	}

	.config-slide {
		margin-bottom: 10px;
	}

	.config-screens-slider>.slick-list>.slick-track {
		height: auto;
	}

	.screen-slider-arrow {
		width: 18px;
		heighT: 30px;
	}

	.screen-slider-arrows,
	.screen-slider-arrows.container {
		position: static;
		transform: none;
		margin: 25px 0 0;
	}

	.screen-slider-arrow.prev,
	.screen-slider-arrow.next {
		left: unset;
		righT: unset;
	}

	.screen-slider-arrow.slick-disabled {
		opacity: 0.4;
	}

	.config-screen .container {
		padding: 0px 100px;
	}

	.config-screen .block+.block {
		padding: 24px 0 0 0;
	}

	.config-screens-slider>.slick-list {
		padding: 0;
	}

	.config-head-bot {
		margin-bottom: 30px;
	}

	.config-screen {
		margin: 60px 0 100px;
	}

	.config-slide .block:nth-child(2n + 1),
	.config-slide .block:nth-child(2n),
	.config-head .block:nth-child(2n + 1),
	.config-head .block:nth-child(2n) {
		width: 100%;
	}

	.config-head .block:nth-child(2n + 1),
	.config-head .block:nth-child(2n) {
		padding: 0;
		margin: 0 0 10px;
	}

	.config-coll-gr {
		margin-bottom: 0
	}

	.config-header-top {
		margin-bottom: 5px;
	}

	.config-tit-and-slide-num {
		order: 2;
	}

	.screen-slider-arrow.prev {
		left: 100px;
	}

	.screen-slider-arrow.next {
		righT: 100px;
	}

	.container.screen-slider-arrows {
		position: relative;
	}
}

@media screen and (max-width: 900px) {
	.config-screen {
		height: auto;
	}

	.config-head-bot {
		flex-direction: column;
		align-items: center;
	}

	.config-type-list {
		width: auto;
	}
}

@media screen and (max-width: 800px) {
	.config-screen .container {
		padding: 0px 50px;
	}

	.config-screen {
		padding-top: 75px;
	}

	.screen-slider-arrow.prev {
		left: 50px;
	}

	.screen-slider-arrow.next {
		righT: 50px;
	}
}

@media screen and (max-width: 600px) {
	.config-scr-list {
		margin-bottom: 8px;
	}

	.config-scr-el {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.config-screen .container {
		padding: 0px 20px;
	}

	.config-type-list,
	.config-coll-gr,
	.config-mat-gr {
		width: 100%;
	}

	.config-mat-list {
		justify-content: space-between;
	}

	.config-coll-list {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.config-slide .header-text {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.config-type-el {
		font-size: 19px;
	}

	.config-type-list>* {
		margin-righT: 15px;
	}

	.config-mat-el {
		font-size: 18px;
	}

	.screen-slider-arrow {
		width: 12px;
		height: 20px;
	}

	.config-scr-el:not(.active):not(.next) {
		display: none;
	}

	.config-head-bot {
		margin-bottom: 20px;
	}

	.sys-select-popup {
		width: 100%;
		padding: 15px 15px 25px;
	}

	.sys-select-title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.sys-select-popup .fancybox-close-small {
		top: 16px;
		right: 8px;
	}

	.config-type-list {
		margin-bottom: 8px;
	}

	.screen-slider-arrow.prev {
		left: 20px;
	}

	.screen-slider-arrow.next {
		righT: 20px;
	}
}

@media screen and (max-width: 400px) {
	.config-coll-el {
		padding: 8px 4px;
		margin: 0;
		font-size: 11px;
		border-width: 1px;
	}

	.tooltip-dropdown {
		left: -10px;
		font-size: 12px;
		width: 210px;
	}
}

@media screen and (max-width: 360px) {
	.config-coll-list {
		grid-gap: 6px;
	}

	.config-coll-el {
		padding: 10px 4px;
		font-size: 11px;
		line-heighT: 12px;
		border-width: 1px;
	}

	.config-tit {
		display: flex;
		flex-direction: column;
	}

	.config-tooltip {
		margin-left: 0;
	}
}

@media screen and (max-width: 320px) {
	.config-head-bot {
		margin-bottom: 20px;
	}
}