/*Common*/


@font-face {
	font-family: 'Circe';
	src: url("../fonts/Circe-Bold.eot");
	src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}



*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

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

:root {
	--basic-gray: #C4C4C4;
	--basic-dark-grey: #242424;
	--basic-very-grey: #343434;
	--basic-white: #FFFFFF;
	--basic-black: #000000;
	--basic-light-brown: #BBA67C;
	--footer-copyright-text: #484848;
	--video-container: #1e1d1e;
	--basic-just-grey: #494848;
	--basic-light-grey: #c4c4c4;
}

a {
	color: #caba9e;
	transition: .3s;
}

a:hover {
	color: rgba(202, 186, 158, .6);
	text-decoration: none;
}

body {
	font-family: Circe, Helvetica, sans-serif;
	color: var(--basic-white);
}

html, body {
	min-width: 320px;
	overflow-x: hidden;
}

.bg-dark-gray {
	background-color: var(--basic-dark-grey); }

.video-block {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; }
.video-block iframe, .video-block object, .video-block embed, .video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

.block__title {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: 30px; }

[type="hidden"] {
	display: none;
}
/*Common END*/

/*Intro*/
.video-intro{
	width: 100%;
	height: 100%;
}
.to-main{
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: var(--basic-light-brown);
	border: 1px solid var(--basic-light-brown);
	width: 240px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	position: fixed;
	bottom: 95px;
	right: 80px;
}
.video__container{
	height: 100vh;
	margin: 0;
	background-color: var(--video-container);
}
/*Intro END*/

/*Header*/

.heart:before{
	background: url(/local/templates/clarberg-new/img/heart.png) no-repeat;
	width: 18px;
	height: 16px;
	display: block;
	content: "";
	position: relative;
}

.heart.fill:before{
	background: url(/local/templates/clarberg-new/img/heart_fill.png) no-repeat;
}

.page-header__mobile-logo{
	display: block;
}

.page-header__logo{
	display: none;
}

.page-header{
	background-color: var(--basic-very-grey);
}
.page-header__inner{
	display: block;
	width: 100%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}
.main-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	align-items: center;
}

.burger {
	margin-left: 40px;
	width: 20px;
	height: 19px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.burger span {
	margin: 2px 0;
	height: 2px;
	border-radius: 2px;
	display: block;
	position: absolute;
	width: 100%;
	background: var(--basic-white);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


.burger span:nth-child(1) {
	top: 0;
}

.burger span:nth-child(2),.burger span:nth-child(3) {
	top: 6px;
}

.burger span:nth-child(4) {
	top: 12px;
}

.burger.open span:nth-child(1) {
	top: 6px;
	width: 0;
	left: 50%;
}

.burger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.burger.open span:nth-child(4) {
	top: 6px;
	width: 0;
	left: 50%;
}




.nav-control-bar{
	display: flex;
	flex-direction: row;
	list-style: none;
}

.language-selector__container{
	color: var(--basic-white);
	font-size: 20px;
	line-height: 90%;
	margin-left: 33px;
	margin-right: 30px;
}
.language-selector{
	text-decoration: none;
	text-transform: uppercase;
	color: var(--basic-white);
}

.language-selector.active{
	color: var(--basic-light-brown);
}
/*Header END*/

/*Footer*/
.page-footer{
	background-color: var(--basic-dark-grey);
	padding: 100px 0 100px;
}
.page-footer__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.page-footer__inner .page-header__logo{
	display: none;
}
.page-footer__copyright, .page-footer__copyright-mobile{
	font-family: "Circe", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: var(--footer-copyright-text);
	margin-top: 76px;
}
.page-footer__contacts{
	margin-bottom: 76px;
}
.page-footer__contacts a {
	text-decoration: none;
	color: var(--basic-white);
}
.page-footer__copyright-mobile{
	display: none;
}

.page-footer__text p{
	color: var(--basic-white);
}

.page-footer__subscribe-submit{
	width: 190px;
	height: 50px;
	text-transform: uppercase;
	background-color: var(--basic-black);
	color: var(--basic-white);
	border: 0;
}
.page-footer__subscribe-input{
	border: 0;
	height: 50px;
	float: left;
}



.page-footer__subscribe-input::-webkit-input-placeholder { /* WebKit browsers */
	color:    var(--basic-gray);
	padding-left: 18px;
}
.page-footer__subscribe-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    var(--basic-gray);
	padding-left: 18px;
}
.page-footer__subscribe-input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    var(--basic-gray);
	padding-left: 18px;
}
.page-footer__subscribe-input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    var(--basic-gray);
	padding-left: 18px;
}


.page-footer__subscribe-block-title{
	font-family: Circe;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
}
.page-footer__subscribe-block{
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-footer__header{
	font-size: 24px;
	line-height: 30px;
	color: var(--basic-white);
	margin-top: 0;
	margin-bottom: 56px;
}

.page-footer__get-catalog-block{
	position: relative;
}
.page-footer__get-catalog-block img {
	max-width: inherit;
	height: inherit;
}
.page-footer__get-catalog{
	font-family: Circe;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	line-height: 50px;
	padding-left: 26px;
	display: inline-block;
	width: 185px;
	height: 50px;
	text-transform: uppercase;
	/*position: relative;*/
	background-color: var(--basic-white);
	color: var(--basic-very-grey);
	position: absolute;
	top: 151px;
	right: 25px;
}

.page-footer__get-catalog::after{
	background-image: url("/local/templates/clarberg-new/img/download-icon.png");
	content: "";
	position: absolute;
	top: 17px;
	right: 30px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.page-footer__social a {
	width: 50px;
	height: 50px;
	margin: 15px;
	display: inline-block;
}
.page-footer__social .f {
	transition: .3s;
	background-image: url("/local/templates/clarberg-new/img/facebook.png");
}
.page-footer__social .i {
	transition: .3s;
	background-image: url("/local/templates/clarberg-new/img/inst.png");
}


.page-footer__social-wrapper{
	margin-top: 132px;
}
/*Footer END*/

/*Main slider*/
.main-slider .slick-arrow {
	position: absolute;
	bottom: 11px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10; }
.main-slider-counts{
	position: absolute;
	bottom: 26px;
	z-index: 10;
	left: 162px;
}
.main-slider .slick-arrow-prev {
	left: 42px; }
.main-slider .slick-arrow-next {
	left: 242px; }
.main-slider-item{
	position: relative;
}

.main-slider-progress{
	position: absolute;
	bottom: 34px;
	width: 60px;
	height: 2px;
	background: inherit;
	z-index: 10;
	left: 82px;
}

.main-slider-item span{
	position: absolute;
	bottom: 72px;
	left: 40px;
	z-index: 10;
	font-size: 26px;
	line-height: 30px;
	font-family: Cormorant Garamond;
	font-style: normal;
	font-weight: normal;
}

.main-slider-progress::-webkit-progress-bar {
	background-color: #5d6467;
}
.main-slider-progress::-webkit-progress-value {
	background-color: #ffffff;
}
.main-slider__image{
	width: 100%;
}
.main-slider__image-mobile{
	display: none!important;
}
/*Main slider END*/

/* About brand page */
.about-brand__inner{
	 display: block;
	 width: 100%;
	 max-width: 1620px;
	 margin: 0 auto;
 }
.about-brand__container{
	display: flex;
	flex-direction: column;
	font-family: 'Cormorant Garamond', serif;
}
.about-brand__image{
	text-align: center;
}
.about-brand__title{
	 padding-top: 10px;
	 padding-bottom: 30px;
	font-size: 18px;
 }
.about-brand__title h2{
	font-size: 20px;
	margin-bottom: 9px;
}
.about-brand__body{
	margin: 0 auto;
	padding: 30px;
	font-size: 18px;
	line-height: 24px;
}
/* About brand page END */




.main-page-content {
	background-color: var(--basic-very-grey);
	padding-bottom: 100px;
	padding-top: 120px;
}
.sec-collections__inner{
	display: block;
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
}
.sec-collections-container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sec-collections-container img {
	padding: 5px;
}
.collections-previewer-menu{
	list-style: none;
	text-align: center;
	padding-top: 80px;
	width: 100%;
}
.collections-previewer-menu__link{
	font-size: 60px;
	line-height: 76px;
	color: var(--basic-white);
	font-family: 'Cormorant Garamond', serif;
	text-decoration: none;
}
.collections-previewer-menu__link:hover{
	color: var(--basic-light-brown);
	font-style: italic;
}
.dash{
	display: none;
}
.collections-previewer-menu__link:hover > .dash{
	display: inline;
}
.sec-collections__header{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: "Circe", Helvetica, sans-serif;
	color: var(--basic-white);
	text-align: center;
}

.about-brand__text{
	color: var(--basic-white);
	margin-right: 27px;
}
.about-brand__text p{
	font-family: "Circe";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	width: 380px;

}

.about-brand__header {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 50px;
	font-weight: normal;
	font-family: 'Cormorant Garamond', serif;
}

.sec-about-brand{
	padding-top: 160px;
}

.sec-about-brand__inner{
	display: block;
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
}
.sec-about-brand-container{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.sec-about-brand__more-details{
	text-decoration: none;
	text-transform: uppercase;
}
.search-suggest {
	height: 30px;
	width: 0;
	border: none;
	border-radius: 3px;
}
.sec-collections__left-img-block{
	width: 33%;
	display: none;
}
.sec-collections__right-img-block{
	width: 33%;
	display: none;
}

.sec-collections__show-all{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 53px;
	letter-spacing: 0.1em;
	margin:0 auto;
	margin-top: 10px;
}

.link {
	display: flex;
	align-items: center;
	width: 242px;
	color: var(--basic-light-brown);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
	cursor: pointer; }
.link:hover {
	color: rgba(202, 186, 150, 0.5); }
.link:hover .link__svg {
	border-bottom-color: rgba(202, 186, 150, 0.5); }
.link:hover .link__text {
	margin-left: -10px;
	margin-right: 10px; }
.link:hover .ic_has_stroke {
	stroke: rgba(202, 186, 150, 0.5); }
.link:hover .ic_has_fill {
	fill: rgba(202, 186, 150, 0.5); }
.link__svg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	margin-right: 22px;
	border-bottom: 1px solid var(--basic-light-brown);
	transition: .3s; }
.link__text {
	font-size: 14px;
	transition: .3s; }
.link-less svg {
	position: relative;
	top: 4px;
	transform: rotate(-180deg);
	transform-origin: 50% 50%; }
.link_no_animation .link__svg, .link_no_animation .link__text {
	transition: none; }
.link_no_animation:hover .link__text {
	margin-left: 0;
	margin-right: 0;}
.ic {
	transition: .3s; }
.ic_has_fill {
	fill: var(--basic-light-brown); }
.ic_has_stroke {
	fill: none;
	stroke: var(--basic-light-brown); }



.sec-main-banner{
	position: relative;
	display: block;
}

.page-header__top{
	top: 40px;
	background: transparent;
	z-index: 12;
	width: 100%;
	position: absolute;
	display: flex;
	flex-direction: row;

}

.sec-about-brand__header{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--basic-white);
}
.page-header__sidebar{
	display: none;
	width: 350px;
	position: absolute;
	z-index: 1;
	height: 100%;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 5.12%, #000000 89.36%);
}

.page-header__sidebar.not-main{
	height: 800px;
}

.page-header__sidebar-inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 60px;
	height: inherit;
}

.search-form-container{
	width: 270px;
	border-top: 1px solid var(--basic-white);
	display: none;
}
.search-form{
	padding-top: 23px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.search-form-input{
	width: 210px;
	height: 24px;
	background-color: transparent;
	border: 0;
	color: var(--basic-white);
	font-size: 16px;
}

.search-form-submit{
	background-image: url("/local/templates/clarberg-new/img/icon-search.png");
	background-repeat:no-repeat;
	cursor:pointer;
	border: none;
	transition: .3s;
	width: 20px;
	height: 20px;
	background-color: transparent;
}


/* Collection List */
.collection-list-title {
	font-size: 12px;
	line-height: 30px;
	margin-top: 35px;
	margin-bottom: 28px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em; }

.bg-dark-gray {
	background-color: var(--basic-dark-grey); }

.collections__item {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #5e5e5e;
	transition: background-color .2s ease-in-out; }
.collections__item:hover {
	background-color: var(--basic-dark-grey); }
.collections__item:last-child {
	border-bottom-width: 0; }

.collection__img {
	height: 175px;
	margin-bottom: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; }

.collection__name {
	font-size: 50px;
	line-height: 40px;
	font-family: 'Cormorant Garamond', Georgia, serif;
	margin-bottom: 21px; }

.collection__feature {
	font-size: 18px;
	line-height: 30px; }
.collection__feature-label {
	color: var(--basic-light-brown); }

.collection__read-more {
	margin-top: 20px; }

.collection__desc {
	font-size: 16px;
	line-height: 22px;
	display: none; }
/* END Collection List */


/* Collection Full */
.page-collection-title {
	font-size: 12px;
	line-height: 30px;
	margin-top: 50px;
	/*margin-bottom: 12px;*/
	text-transform: uppercase;
	letter-spacing: .2em; }

.collection_view_full {
	max-width: none; }
.collection_view_full .collection__name {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 28px; }
.collection_view_full .collection__feature {
	margin-bottom: 28px; }
.collection_view_full .collection__feature div {
	/*display: flex;*/
	align-items: flex-start; }
.collection_view_full .collection__feature-label {
	text-transform: uppercase;
	letter-spacing: .2em;
	flex: 0 0 85px;
	max-width: 85px; }
.collection_view_full .collection__description {
	font-size: 14px;
	line-height: 30px; }
.collection_view_full .collection__description p {
	position: relative;
	padding-left: 62px; }
.collection_view_full .collection__description p::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 40px;
	height: 1px;
	background-color: var(--basic-light-brown); }
.collection_view_full .collection__description > p:first-child {
	margin-bottom: 10px;
	padding-left: 0; }
.collection_view_full .collection__description > p:first-child::before {
	height: 0; }
.collection_view_full .collection__show-more, .collection_view_full .collection__hide-more {
	margin-top: 10px;
	width: 282px;}
.collection_view_full .collection__short-description {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 20px;
	line-height: 40px;
	margin-top: 50px;
	margin-bottom: 60px; }

.collection__slider-wrapper {
	position: relative;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 52px; }

.collection__slider {
	height: 270px; }
.collection__slider-item {
	height: 270px; }
.collection__slider-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain; }
.collection__slider-counts {
	font-size: 14px;
	line-height: 21px;
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	z-index: 10; }
.collection__slider .slick-list, .collection__slider .slick-track {
	height: 100%; }
.collection__slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10; }
.collection__slider .slick-arrow-prev {
	left: 30px; }
.collection__slider .slick-arrow-next {
	right: 30px; }

.collection__video {
	height: 225px;
	margin-bottom: 40px; }

.collection__downloads .link {
	margin-bottom: 22px; }
.collection__downloads .link:last-child {
	margin-bottom: 0; }

.block-components {
	margin-top: 100px; }
.block-components .collection__downloads {
	display: none; }

.collection-menu {
	font-size: 50px;
	line-height: 76px;
	list-style: none;
	padding: 0;
	margin: 0; }
.collection-menu__item {
	font-family: 'Cormorant Garamond', Georgia, sans-serif; }
.collection-menu__item a {
	text-decoration: none;
	color: var(--basic-white); }
.collection-menu__item_active a {
	font-style: italic;
	color: var(--basic-light-brown); }
.collection-menu-wrapper {
	margin-top: 62px;
	margin-bottom: 100px;
	text-align: center; }
.collection-menu-wrapper .link {
	justify-content: center;
	margin-top: 40px; }
/* END Collection Full */



/* Product in block */
.product_view_block {
	position: relative;
	margin-bottom: 60px; }
.product_view_block .product__img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 404px;
	padding: 18px;
	background-color: var(--basic-just-grey); }
.product_view_block .product__img {
	max-height: 368px; }
.product_view_block .product__info {
	font-size: 16px;
	line-height: 30px;
	margin-top: 16px;
	text-align: center; }
.product_view_block .product__name {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: var(--basic-white); }
.product__detail-link{
	text-decoration: none;
}
.product_view_block .product__artikul {
	opacity: .8; }
.product_view_block .product__favorite {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 17px;
	right: 17px;
	z-index: 10; }
/* END Product in block */

/* Product in list */
.product_view_list {
	position: relative;
	margin-bottom: 36px; }
.product_view_list .product__img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 189px;
	padding: 18px;
	background-color: var(--basic-just-grey);
	transition: background-color .3s ease-in-out;}
.product_view_list:hover .product__img-wrapper {
	background-color: var(--basic-dark-grey); }
.product_view_list .product__img {
	max-height: 150px; }
.product_view_list .product__info {
	margin-top: 11px; }
.product_view_list .product__collection {
	font-size: 12px;
	line-height: 30px;
	opacity: .8; }
.product_view_list .product__name a {
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: var(--basic-white);
	text-decoration: none;
}
.product_view_list .product__favorite {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 8px;
	right: 8px;
	/*z-index: 10;*/ }

/* END Product in list */

/* Configurator */
.configurator-row {
	margin-left: -10px;
	margin-right: -10px; }
.configurator-row > [class^="col-"] {
	padding-left: 10px;
	padding-right: 10px; }
/* END Configurator */

/* Product view slider */
.product-block-related {
	margin-bottom: 74px; }

.product-block-similar {
	margin-bottom: 46px; }

.product-block__title {
	font-size: 12px;
	line-height: 40px;
	margin-bottom: 10px;
	letter-spacing: .1em;
	color: var(--basic-light-brown);
	text-transform: uppercase; }

.product-block__slider {
	position: relative; }
.product-block__slider-item {
	margin-left: 10px;
	margin-right: 10px; }
.product-block__slider .slick-list {
	margin-right: -10px;
	margin-left: -10px; }
.product-block__slider .slick-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 36%;
	padding: 5px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10; }
.product-block__slider .slick-arrow svg {
	width: 20px;
	height: 20px; }
.product-block__slider .slick-arrow-prev {
	left: -30px; }
.product-block__slider .slick-arrow-next {
	right: -30px; }
.product-block__slider .slick-disabled {
	opacity: .4; }
.product-block__slider .slick-slide {
	height: auto; }

.product_view_slider {
	margin-bottom: 0; }
.product_view_slider .product__name {
	margin-bottom: 0; }
.product_view_slider .product__info {
	padding-top: 0;
	flex: auto;
	max-width: none; }
.product_view_slider .product__img-wrapper {
	padding: 26px 20px; }

/* END Product view slider */

/* Product view full */
.product {
	position: relative; }
.product__name_view_full {
	font-size: 40px;
	line-height: 40px;
	font-family: 'Cormorant Garamond', Georgia, serif;
	margin-bottom: 30px; }
.product__name_1400_show {
	display: none; }
.product__artikul_view_full {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--basic-light-grey); }
.product__desc {
	font-size: 14px;
	line-height: 30px;
	margin-top: 18px;
	margin-bottom: 20px;
	color: var(--basic-light-grey);}
.product__size_view_full {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px; }
.product__slider-wrapper {
	position: relative;
	height: 404px;
	margin-bottom: 46px;
	padding: 45px 58px;
	background-color: var(--basic-just-grey);
	overflow: hidden; }
.product__slider {
	width: 100%; }
.product__slider-item.slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 314px; }
.product__slider-counts {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%); }
.product__slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10; }
.product__slider .slick-arrow-prev {
	left: -36px; }
.product__slider .slick-arrow-next {
	right: -36px; }
.product-slider-counts {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%); }
.product__img {
	max-height: 310px;
	margin: 0 auto; }
.product__favorite {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 16px;
	right: 25px;
	cursor: pointer; }
.product__favorite:hover {
	opacity: .5; }
.product__favorite_added path {
	fill: var(--basic-dark-grey); }
.product__open-gallery {
	display: none;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: filter .3s ease-in-out;
	cursor: pointer; }
.product__open-gallery:hover {
	filter: invert(100%); }
.product__cost {
	font-size: 60px;
	line-height: 70px;
	font-family: 'Cormorant Garamond', Georgia, serif;
	margin-bottom: 20px; }
.product__cost + .link {
	margin-bottom: 10px; }
.product__row-first {
	margin-bottom: 80px; }
.product__table {
	font-size: 14px;
	line-height: 20px;
	max-width: 450px;
	margin-top: -10px; }
.product__table-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 5px;
	padding-top: 15px;
	border-bottom: 1px solid var(--basic-white); }
.product__table-row span:last-child {
	text-align: right; }
.product-table-title {
	font-size: 12px;
	line-height: 40px;
	color: var(--basic-light-brown);
	letter-spacing: .1em;
	text-transform: uppercase; }
.product__properties {
	margin-top: 40px; }
.product__downloads {
	margin-top: 30px;
	margin-bottom: 80px; }
.product__downloads .link {
	margin-bottom: 12px; }
.product__downloads .link:last-child {
	margin-bottom: 0; }
.product .link-less, .product .link-more {
	color: var(--basic-light-brown);
	text-decoration: none; }

/* END Product view full */

/* Popup gallery */
.popup-gallery {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: #343434;
	transition: all .3s ease-in-out;
	z-index: -10; }
.popup-gallery_showed {
	opacity: 1;
	z-index: 100; }
.popup-gallery_opened {
	overflow: hidden; }
.popup-gallery_has_scroll .popup-gallery__content, .popup-gallery_has_scroll .popup-gallery__slider-item {
	overflow-y: scroll; }
.popup-gallery_has_scroll .popup-gallery__slider-item {
	align-items: flex-start; }
.popup-gallery__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	border-bottom: 2px solid #5E5E5E;
	overflow: hidden; }
.popup-gallery__close {
	cursor: pointer;
	padding: 31px 42px; }
.popup-gallery__close:hover {
	opacity: .8; }
.popup-gallery__controls {
	display: flex;
	align-items: stretch;
	height: 80px; }
.popup-gallery__control {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #5E5E5E;
	border-right: 1px solid #5E5E5E; }
.popup-gallery__control-zoom-out, .popup-gallery__control-zoom-in {
	padding-left: 34px;
	padding-right: 34px; }
.popup-gallery__control-zoom-out {
	border-left-width: 2px; }
.popup-gallery__control-arrows {
	padding-left: 70px;
	padding-right: 70px;
	border-right-width: 2px; }
.popup-gallery__control-prev, .popup-gallery__control-next, .popup-gallery__control-zoom-out, .popup-gallery__control-zoom-in {
	cursor: pointer; }
.popup-gallery__counts {
	width: 110px;
	text-align: center; }
.popup-gallery__content {
	height: calc(100% - 80px); }
.popup-gallery__slider, .popup-gallery__slider .slick-list, .popup-gallery__slider .slick-track {
	height: 100%; }
.popup-gallery__slider-item {
	display: flex !important;
	align-items: center;
	justify-content: center; }
.popup-gallery .logo-svg {
	padding-left: 40px; }
.popup-gallery .slick-arrow {
	position: absolute;
	top: 45%;
	z-index: 15;
	cursor: pointer; }
.popup-gallery .slick-arrow-prev {
	left: 70px; }
.popup-gallery .slick-arrow-next {
	right: 70px; }
.popup-gallery .slick-disabled {
	opacity: .4; }
.popup-gallery img {
	height: 80%;
	/*height: 100%;*/
	width: auto; }
/*.popup-gallery img[src*='png'] {*/
/*	height: 80%; }*/

/* END Popup gallery */

/* Filter */
.ic-hidden, .filter__select-close {
	display: none; }

.filter {
	margin-top: 63px;
	margin-bottom: 70px; }
.filter__item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap; }
.filter__item + .filter__item {
	margin-top: 40px;
	padding-top: 37px;
	border-top: 1px solid #5E5E5E; }
.filter__name {
	display: flex;
	align-items: flex-start;
	flex: 0 0 100%;
	max-width: 100%; }
.filter__name-ic {
	flex: 0 0 14px;
	margin-right: 16px;
	margin-top: 4px; }
.filter__name-text {
	font-size: 12px;
	line-height: 20px;
	max-width: 245px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: var(--basic-light-brown); }
.filter__action {
	display: flex;
	align-items: center;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 30px; }
.filter__select {
	position: relative;
	flex: 0 0 auto;
	width: auto;
	max-width: none; }
.filter__select:hover .filter__select-text {
	color: var(--basic-light-brown); }
.filter__select:hover .link__svg {
	border-color: var(--basic-light-brown); }
.filter__select:hover .link__ic {
	stroke: var(--basic-light-brown); }
.filter__select_opened .filter__select-close {
	display: flex; }
.filter__select_opened .filter__select-arrow {
	display: none; }
.filter__select-options {
	position: absolute;
	top: calc(100% - 1px);
	left: -30px;
	width: calc(100% + 60px);
	padding: 0 30px 30px;
	z-index: -100;
	background-color: var(--basic-very-grey);
	opacity: 0;
	transition: opacity .2s ease-in-out; }
.filter__select-options_showed {
	opacity: 1;
	z-index: 100; }
.filter__select-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	font-size: 12px;
	border-top: 1px solid var(--basic-light-brown);
	color: var(--basic-light-brown); }
.filter__select-option input[type='checkbox']{
	display: none;
}
.filter__select-option:last-child {
	border-bottom: 1px solid var(--basic-light-brown); }
.filter__select-option_hide {
	color: #585858; }
.filter__select-option_hide .ic-showed {
	display: none; }
.filter__select-option_hide .ic-hidden {
	display: block; }
.filter__select-label{
	width: 100%;
}
.filter__select-label span {
	display: inline-block;
	max-width: 200px;
}
.filter__select-option-ic {
	width: 40px;
	text-align: center;
	float: right}
.filter__select-option .link:hover {
	color: inherit; }

.filter__select-option label{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
.filter__select-size .filter__select-text {
	width: 85px; }
.filter__select-text {
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
	width: 100px;
	height: 40px;
	color: var(--basic-white);
	letter-spacing: .1em; }
.filter__select-arrow, .filter__select-close {
	margin-right: 0; }
.filter__select + .filter__select {
	margin-left: 20px; }

/* END Filter */

/* Block pagination */
.pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 315px;
	margin-top: 71px;
	margin-left: auto;
	margin-right: auto; }
.pagination-row {
	flex-direction: column;
	margin-top: 22px;
	margin-bottom: 39px; }
.pagination__item {
	min-width: 50px;
	max-width: 55px;
	text-align: center; }
.pagination__link {
	font-size: 26px;
	line-height: 26px;
	display: block;
	font-family: 'Cormorant Garamond', Georgia, sans-serif;
	color: var(--basic-white);
	text-decoration: none; }
.pagination__link_active {
	font-style: italic; }
.pagination__link_active, .pagination__link:hover {
	color: var(--basic-light-brown); }
/* END Block pagination */


/* breadcrumbs */
.breadcrumbs {
	font-size: 14px;
	line-height: 20px;
	margin-top: 60px;
	margin-bottom: 30px;
	color: var(--basic-light-grey); }
.breadcrumbs__link {
	color: inherit;
	text-decoration: none; }

/* END breadcrumbs */

/* Page downloads */
.download__row {
	padding-bottom: 100px; }
.download__row:last-child {
	padding-bottom: 20px; }

.download-picture-wrapper {
	position: relative; }

.download__catalog .download-picture-wrapper {
	padding-right: 45px; }

.download__certificate .download-picture-wrapper {
	padding-right: 40px; }

.download__instruction .download-picture-wrapper {
	padding-left: 40px; }

.download__instruction .download__pdf {
	right: auto;
	left: 0; }

.download__picture-catalog {
	position: absolute;
	right: 0;
	bottom: 20px;
	max-width: 116px;
	box-shadow: -10px 10px 30px #242424; }

.download__pdf {
	position: absolute;
	right: 0;
	bottom: 20px;
	display: inline-block;
	padding: 14px 18px;
	background-color: #D3C495; }

.download__title {
	font-size: 40px;
	line-height: 60px;
	font-family: 'Cormorant-Garamond', Georgia, sans-serif;
	margin-top: 12px; }

/* END Page downloads */

/* Page title */
.page-title {
	font-size: 28px;
	line-height: 30px;
	margin-top: 60px;
	margin-bottom: 28px; }

/* End Page title */

/* contacts */
.contacts {
	font-size: 14px;
	line-height: 30px; }
.contacts__info {
	margin-bottom: 120px; }
.contacts__info a[href^='tel'] {
	letter-spacing: .1em; }
.contacts__info .link {
	margin-top: 30px; }
.contacts__open-map {
	position: relative;
	max-width: 382px;
	margin-bottom: 27px; }
.contacts__open-map svg {
	width: 100%;
	height: auto; }
.contacts__ic-loop {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	background-color: #D3C495;
	cursor: pointer;
	transition: background-color .2s ease-in-out; }
.contacts__ic-loop:hover {
	background-color: #A59872; }
.contacts__map {
	height: 100%; }
.contacts__title, .contacts .page-title {
	font-family: 'Cormorant Garamond', Georgia, serif; }
.contacts__title {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px; }
.contacts-form-wrapper {
	padding-bottom: 120px; }
.contacts__form-input, .contacts__form-textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #242424;
	background-color: #343434;
	color: var(--basic-light-grey); }
.contacts__form-input {
	height: 50px;
	padding: 10px 10px 10px 30px; }
.contacts__form-textarea {
	height: 160px;
	padding: 20px 30px 20px;
	resize: none; }
.contacts__form input::-webkit-input-placeholder, .contacts__form textarea::-webkit-input-placeholder {
	color: var(--basic-light-grey); }
.contacts__form input:-moz-placeholder, .contacts__form textarea:-moz-placeholder {
	color: var(--basic-light-grey); }
.contacts__form input::-moz-placeholder, .contacts__form textarea::-moz-placeholder {
	color: var(--basic-light-grey); }
.contacts__form input:-ms-input-placeholder, .contacts__form textarea:-ms-input-placeholder {
	color: var(--basic-light-grey); }
.contacts__form-actions {
	max-width: 196px; }
.contacts__form-submit {
	font-size: 12px;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
	color: #BBA67C;
	text-transform: uppercase;
	letter-spacing: .1em;
	background-color: transparent;
	border: 1px solid #BBA67C;
	outline: none;
	cursor: pointer; }
.contacts__form-submit:hover {
	color: var(--basic-light-grey);
	border: 1px solid var(--basic-light-grey); }
.contacts__form-submit:hover svg {
	stroke: var(--basic-light-grey); }
.contacts__form-submit svg {
	stroke: #BBA67C;
	margin-left: 20px; }
.contacts__form-agreement {
	font-size: 12px;
	line-height: 16px; }
.contacts p a {
	color: #fff;
	text-decoration: none; }

/*
map popup
*/
/* Popup gallery */
.popup-map {
	position: fixed;
	top: -100%;
	left: -100%;
	opacity: 0;
	background-color: #343434;
	transition: all .3s ease-in-out;
	z-index: -10; }
.popup-map_showed {
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100; }
.popup-map_opened {
	overflow: hidden; }
.popup-map__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding: 10px 9px;
	background-color: #343434;
	border: 1px solid #242424;
	color: #242424;
	z-index: 1000;
	cursor: pointer;
	transition: background-color .2s ease-in-out; }
.popup-map__close:hover {
	background-color: #242424; }

/* Customize the label (the container) */
.pseudo-checkbox {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	color: var(--basic-light-grey);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer; }
.pseudo-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0; }
.pseudo-checkbox input:checked ~ .pseudo-checkbox__marker::after {
	display: block; }
.pseudo-checkbox__marker {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	border: 1px solid #D3C495;
	background-color: #343434; }
.pseudo-checkbox__marker::after {
	content: "";
	position: absolute;
	display: none;
	left: 4px;
	top: 0;
	width: 5px;
	height: 10px;
	border: solid #D3C495;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }

/* END contacts */


/* Page news list */
.news {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto; }
.news-list__item {
	padding-top: 44px;
	padding-bottom: 44px;
	transition: background-color .2s ease-in-out; }
.news-list__item:hover {
	background-color: var(--basic-dark-grey); }
.news__img {
	height: 180px;
	margin-bottom: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; }
.news__title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 22px; }
.news__text {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	height: 66px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; }

/* END Page news list */

/* Page gde kupit */
/*old style changed*/
.ajax-map-where .filter-row {
	display: flex;
	align-items: center;
	flex-direction: column; }

.ajax-map-where .dropdown-block, .ajax-map-where .dropdown-block-in {
	display: none;
	z-index: 10;
	max-height: 300px;
	overflow: auto;
	width: 100%;
	position: absolute;
	margin: 0;
	background: #343434;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.ajax-map-where .dropdown-block.open, .ajax-map-where .dropdown-block-in.open {
	display: block; }

.ajax-map-where .hide-input, .ajax-map-where .type {
	display: none; }

.ajax-map-where .filter-item-where {
	position: relative;
	width: 100%; }
.ajax-map-where .filter-item-where.country {
	margin-bottom: 10px; }
.ajax-map-where .filter-item-where .selected {
	font-size: 12px;
	line-height: 40px;
	display: block;
	position: relative;
	border-bottom: 1px solid var(--basic-light-brown);
	transition: 0.3s;
	cursor: pointer;
	color: var(--basic-light-brown);
	text-transform: uppercase;
	letter-spacing: .1em; }
.ajax-map-where .filter-item-where .selected:after {
	transition: 0.3s;
	content: '';
	border-bottom: 1px solid var(--basic-light-brown);
	border-left: 1px solid var(--basic-light-brown);
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 7px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg); }
.ajax-map-where .filter-item-where .selected:hover, .ajax-map-where .filter-item-where .selected.active {
	border-color: #caba9e;
	color: #caba9e; }
.ajax-map-where .filter-item-where .selected:hover:after {
	border-color: #caba9e; }
.ajax-map-where .filter-item-where li {
	font-size: 12px;
	line-height: 40px;
	border-top: 1px dotted #caba9e;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer; }
.ajax-map-where .filter-item-where li:first-child {
	border-top: 0; }
.ajax-map-where .filter-item-where li a {
	font-size: 12px;
	line-height: 40px;
	display: block;
	padding: 0 10px; }
.ajax-map-where .filter-item-where li a:hover, .ajax-map-where .filter-item-where li a.active {
	background: #caba9e;
	color: #fff; }
.ajax-map-where .filter-item-where li a.active:hover {
	opacity: 0.8; }

.ajax-map-where input {
	font-size: 12px;
	line-height: 40px;
	color: var(--basic-light-brown); }

.ajax-map-where .where-map-in {
	height: 280px;
	margin-top: 40px;
	margin-left: -30px;
	margin-right: -30px; }

.ajax-map-where .dropdown-block::-webkit-scrollbar-track,
.ajax-map-where .dropdown-block-in::-webkit-scrollbar-track {
	border-radius: 4px; }

.ajax-map-where .dropdown-block::-webkit-scrollbar,
.ajax-map-where .dropdown-block-in::-webkit-scrollbar {
	width: 6px; }

.ajax-map-where .dropdown-block::-webkit-scrollbar-thumb,
.ajax-map-where .dropdown-block-in::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: rgba(202, 186, 158, 0.5); }

.ajax-map-where .dropdown-block:hover::-webkit-scrollbar-thumb,
.ajax-map-where .dropdown-block-in:hover::-webkit-scrollbar-thumb {
	background: #caba9e; }

.ajax-map-where {
	margin-bottom: 0; }
.ajax-map-where .item-in-map {
	font-size: 14px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 36px;
	padding-bottom: 34px;
	border-bottom: 1px solid #242424;
	cursor: pointer;
	transition: 0.3s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.ajax-map-where .item-in-map:first-child {
	padding-top: 0; }
.ajax-map-where .item-in-map:last-child {
	border-bottom: 0; }
.ajax-map-where .item-in-map .in-item {
	display: block;
	margin-bottom: 10px;
	letter-spacing: .1em;
	width: 33%;
}
.ajax-map-where .item-in-map .name-in {
	font-weight: bold; }

.ajax-map-where .body-row .where-container > .row {
	margin: 0; }

.ajax-map-where .body-row .where-container > .row > div {
	padding: 0; }

.ajax-map-where .align-info {
	height: 590px;
	margin-top: 36px;
	overflow: auto; }

.ajax-map-where .align-info::-webkit-scrollbar-track {
	border-radius: 0; }

.ajax-map-where .align-info::-webkit-scrollbar {
	width: 5px; }

.ajax-map-where .align-info::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #868786;
	opacity: 0.7; }

.ajax-map-where .align-info:hover::-webkit-scrollbar-thumb {
	background: #868786;
	opacity: 1; }

.aqwella-baloon {
	display: block;
	max-width: 300px; }
.aqwella-baloon .item-baloon.name-b {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: 'Circe-Regular', sans-serif; }
.aqwella-baloon .item-baloon:not(.name-b) {
	display: block;
	font-style: italic;
	font-family: 'Circe-Regular', sans-serif; }

.ajax-map-where .city .input .show-input, .ajax-map-where .city .input .placeholder {
	font-size: 12px;
	line-height: 40px;
	letter-spacing: .1em;
	text-transform: uppercase; }

.ajax-map-where .city .input .show-input {
	font-size: 12px;
	line-height: 40px;
	z-index: 5;
	position: relative;
	transition: 0.3s;
	border: 0;
	background: transparent;
	border-bottom: 1px solid var(--basic-light-brown);
	width: 100%;
	display: block; }

.ajax-map-where .city .input {
	position: relative; }

.ajax-map-where .city .input .placeholder,
.ajax-map-where .city .input span.icon {
	color: var(--basic-light-brown);
	position: absolute;
	top: 50%;
	transform: translateY(-50%); }

.ajax-map-where .city .input span.icon {
	right: 6px; }

.ajax-map-where .city .input .placeholder:not(.icon) {
	left: 0; }

.ajax-map-where .city .input span.icon {
	right: 6px;
	width: 15px; }

.ajax-map-where .filter-item-where li a.start-search {
	color: #caba9e;
	background: transparent;
	line-height: 2; }

/* END old style*/
/* END Page gde kupit */


/* Video page*/
.video-text__1st-span{
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-weight: 400;
}
.video-text__2st-span{
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	font-weight: 400;
}
.video .row:not(:last-child){
	/*margin-bottom: 90px;*/
	margin-bottom: 0px;
}
.video-text__block h2{
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	font-weight: 400;
}

.video__item {
	display: flex;
	/*flex-direction: row;*/
	flex-direction: column;
}

.video-text__block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	line-height: 30px;
	padding-left: 0;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 24px;
}
#overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display: none;
}
#popup {
	max-width: 1155px;
	width: 80%;
	max-height: 650px;
	height: 80%;
	position: relative;
	margin: 20px auto;
	top: 100px;
}
#popup p{
	margin-top: 30px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
}
.youtube-anonse-block{
	width: 100%;
	height: 172px;
	min-width: unset;
}
.youtube-anonse-block:hover{
	cursor: pointer;
}
.x {
	display: block;
	width: 32px;
	height: 32px;
	transition: transform .25s ease-in-out;
	z-index: 1;
	position: absolute;
	right: 0;
	top:-20px;
	cursor: pointer;
	color: #ffffff;
}
.x:hover {
	transform: rotate(180deg);
}
.x:before {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	height: 0;
	border-top: 1px solid #ffffff;
	transform: rotate(45deg);
	transform-origin: center;
}
.x:after {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	height: 0;
	border-top: 1px solid #ffffff;
	transform: rotate(-45deg);
	transform-origin: center;
}

#popup iframe {
	width: 100%;
	height: 100%;
}
/*End Video Page*/


/*Ask a Question POPUP*/
.quest {
	min-height: 50px;
	width: 500px;
	padding: 0 0 20px 0 !important;
	display: none;
	text-align: center !important;
	background-color: var(--basic-very-grey) !important;
}
.quest .title {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Cormorant Garamond', Georgia, serif;
	text-align: center;
}
.quest form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: center;
	padding: 20px 50px;
}
.quest form>* {
	padding-left: 10px;
	width:100%;
	margin-bottom: 20px;
}
.quest form textarea {
	height: 100px;
}

/*END Ask a Question POPUP*/

/*Search page*/
	.search-page__input{
		background-color: transparent;
		border: 0;
		color: var(--basic-white);
		font-size: 26px;
		border-bottom: 1px solid;
	}
/*END Search page*/