

/* Start:/local/templates/lorynait/css/home.css?17349408644768*/
.hero-section {
  overflow: hidden;
  position: relative;
  height: 820px;
}

@media (max-width: 1023px) {
  .hero-section {
    height: 500px;
  }
}

@media (max-width: 1023px) {
  .hero-section {
    height: 427px;
  }
}

.hero-section .btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1023px) {
  .hero-section .btn-holder {
    top: auto;
    bottom: 5px;
  }
}

.hero-section .btn-holder .btn.btn-flat {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 640px){
  .hero-section .btn-holder .btn.btn-flat {
    font-size: 20px;
    padding: 15px 59px;
  }
}

.tile-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.tile-bg .item {
  width: 100%;
}

@media (min-width: 1024px) {
  .tile-bg .item {
    width: 50%;
  }
}

.tile-bg .img-holder {
  height: 100%;
  max-height: 965px;
}

.tile-bg .img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1800px) {
  .tile-bg .img-holder img {
    -o-object-position: 50% 15%;
    object-position: 50% 15%;
  }
}

.preview-category-section {
  padding-top: 85px;
  padding-bottom: 40px;
}

@media (max-width: 479px) {
  .preview-category-section {
    padding-top: 32px;
    padding-bottom: 20px;
  }
}

.preview-category-section .container {
  max-width: 950px;
}

@media (max-width: 479px) {
  .preview-category-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.tile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

@media (max-width: 767px) {
  .tile-card {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tile-card .item {
  width: 50%;
  padding: 0 12px;
}

@media (max-width: 767px) {
  .tile-card .item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tile-card .item:not(:first-child) {
    margin-top: 20px;
  }
}

.tile-card .preview-category {
  min-height: 560px;
}

@media (max-width: 1023px) {
  .tile-card .preview-category {
    min-height: 460px;
  }
}

@media (max-width: 767px) {
  .tile-card .preview-category {
    min-height: 236px;
  }
}

.tile-card .preview-category .category-type {
  text-align: center;
}

@media (max-width: 767px) {
  .tile-card .preview-category .category-type {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.card-slider-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1023px) {
  .card-slider-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.card-slider-section.spaces-section {
  padding-bottom: 126px;
}

@media (max-width: 1023px) {
  .card-slider-section.spaces-section {
    padding-bottom: 82px;
  }
}

@media (min-width: 480px) {
  .card-slider-section .slider-holder {
    margin-right: -30px;
  }
}

@media (max-width: 479px) {
  .card-slider-section .slider-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.section-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 1024px) {
  .section-headline {
    margin-bottom: 10px;
  }
}

.section-headline h2 {
  margin-bottom: 0;
}

.card-slider {
  visibility: hidden;
}

.card-slider.slick-initialized {
  visibility: visible;
}

@media (min-width: 1024px) {
  .card-slider.secondary-row .item {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .card-slider.secondary-row .item .card-product .visual {
    height: 380px;
  }
}

.card-slider .item {
  padding-left: 8px;
  padding-right: 8px;
  width: 232px;
}

@media (max-width: 1023px) {
  .card-slider .item {
    padding-left: 4px;
    padding-right: 4px;
    width: 190px;
  }
}

.card-slider .item.first-width {
  width: 810px;
}

.card-slider .item.first-width .preview-category {
  min-height: 364px;
}

.card-slider .item.second-width {
  width: 465px;
}

.card-slider .item.second-width .preview-category {
  min-height: 438px;
}

.card-slider .item .preview-category .category-type {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 0;
  min-width: 328px;
  padding-left: 30px;
}

.news-items{
  margin-bottom: 100px;
}

.navigation-title{
  padding-left: 0;
}
/* End */


/* Start:/local/templates/lorynait/components/bitrix/news.list/banner-slider/style.css?17349408642332*/
.hero-section .navigation-slider{
	position: absolute;
	width: 100%;
	justify-content: space-between;
	top: 50%;
}
.hero-section .navigation-slider .arrow-prev, .navigation-slider .arrow-next{
	background: #fff0 !important;
	z-index: 1;
}
.hero-section .navigation-slider .arrow-prev:hover,
.hero-section .navigation-slider .arrow-next:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.hero-section .items-banner{
	/*max-height: 800px;*/
	position: relative;
}

.hero-section .tile-bg .img-holder img{
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: 50% 0;
	object-position: 50% 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.item-full{
	width: 100% !important;
}

.item-video,
.item-video-mobile{
	width: 100% !important;
	height: 100vh;
	max-height: 1080px;
}

.banner-slider .slick-dots{
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-bottom: 20px;
	padding: 0;
	background: none;
}
.banner-slider .slick-dots button{
	background-color: hsla(0,0%,100%,.5);
	border-radius: 4px;
	display: block;
	height: 8px;
	overflow: hidden;
	position: relative;
	transition: background-color .3s ease,width .3s ease;
	width: 8px;
}
.banner-slider .slick-active button{
	width: 16px;
}


.slider__dot-progress {
	transition-duration: 13990ms;
	background-color: #fff;
	border-radius: 4px;
	display: block;
	left: 0;
	height: 8px;
	top: 0;
	width: 24px;
	transform: translate(0);
	transition: transform 5s linear;
}

.item-video video,
.item-video-mobile video{
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: 50% 0;
	object-position: 50% 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner-slider-wrap{
	height: 100%;
	max-height: 100%;
}
.items-banner .tile-bg{
	height: 100%;
	max-height: 100%;
}

.hero-section{
	max-height: 1800px !important;
	height: 100%;
}

.hero-section .btn-holder{
	top: 70% !important;
	bottom: 0 !important;
	max-height: 60px;
}

.item-full .item-video,
.item-full .img-holder {
	display: none;
}

.item-full .item-video-mobile,
.item-full .img-holder-mobile {
	display: block;
}
.item-full .img-holder-mobile img{
	width: 100%;
}

@media screen and (min-width: 780px){
	.item-full .item-video,
	.item-full .img-holder {
		display: block;
	}

	.item-full .item-video-mobile,
	.item-full .img-holder-mobile {
		display: none;
	}
}

/* End */


/* Start:/local/templates/lorynait/components/bitrix/catalog.section.list/actual_collections/style.css?17267471991489*/
.actual-section-slider.slick-initialized {
	visibility: visible;
}
.actual-collections-items .item {
	padding: 0 8px;
}
.card-slider-section .section-headline {
	padding-left: 8px;
}
.actual-collections-items .preview-category {
	min-height: 299px;
}
.navigation-title{
	display: flex;
	align-items: center;
	justify-content: center;
}

.navigation-title a{
	font-family: "Century Gothic";
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	color: #C0AA98;
	margin-left: 12px;
	position: relative;
}

.navigation-title a:hover{
	color: #D3BEAC;
}

.navigation-title a:after{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	right: -21px;
	background:url(/local/templates/lorynait/images/arrow.svg) no-repeat;
}

.actual-collections-items .btn-holder {
	position: absolute;
	min-width: 190px;
	max-width: 50%;
	width: 100%;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.actual-collections-items .btn-holder .btn-flat{
	width: 100%;
	min-width: 190px;
	max-width: 100%;

	line-height: 25px;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px 15px;
}

.actual-collections-items .btn-holder .btn-flat:hover{
	color: #000;
}

.actual-collections-items .btn{
	line-height: 3.2;
    font-family: Century Gothic;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
    padding: 0;
}
/* End */


/* Start:/local/templates/lorynait/components/bitrix/catalog.top/new/style.css?17261232302936*/
.card-slider .item {
	padding-left: 8px;
	padding-right: 8px;
	width: 232px;
}

@media (max-width: 1023px) {
	.card-slider .item {
		padding-left: 4px;
		padding-right: 4px;
		width: 190px;
	}
}

.card-slider .item.first-width {
	width: 810px;
}

.card-slider .item.first-width .preview-category {
	min-height: 364px;
}

.card-slider .item.second-width {
	width: 465px;
}

.card-slider .item.second-width .preview-category {
	min-height: 438px;
}

.card-slider .item .preview-category .category-type {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 0;
	min-width: 328px;
	padding-left: 30px;
}
.section-headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media (min-width: 1024px) {
	.section-headline {
		margin-bottom: 10px;
	}
}

.section-headline h2 {
	margin-bottom: 0;
}

.navigation-title{
	display: flex;
	align-items: center;
	justify-content: center;
}

.navigation-title a{
	font-family: "Century Gothic";
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	color: #C0AA98;
	margin-left: 12px;
    position: relative;
}

.navigation-title a:hover{
	color: #D3BEAC;
}

.navigation-title a:after{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	right: -21px;
	background:url(/local/templates/lorynait/images/arrow.svg) no-repeat;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.product-item-label-text{
	display: flex;
	left: 0;
	top: 0;
}
.product-item-label-text span{
	font-size: 12px !important;
	line-height: 15px !important;
	text-transform: lowercase !important;
}
.new_label span{
	background-color: #AED0A4;
}
.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
	background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
	line-height: 0;
}

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}
/* End */


/* Start:/local/templates/lorynait/components/bitrix/catalog.section.list/actual_categories/style.css?17261232301243*/
.actual-section-slider {
	max-height: 560px;
	overflow: hidden;
}
.actual-section-slider.slick-initialized {
	visibility: visible;
	overflow: auto;
}
.actual-section-slider .item {
	padding: 0 8px;
}
.card-slider-section .section-headline {
	padding-left: 8px;
}
.actual-section-slider .preview-category {
	height: 100%;
	min-height: 556px;
}
.card-slider-section{
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

@media only screen and (max-height: 800px) {
	.actual-section-slider .preview-category {
		min-height: 550px;
	}
}

.actual-categories-items .btn-holder {
	position: absolute;
	min-width: 190px;
	max-width: 50%;
	width: 100%;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.actual-categories-items .btn-holder .btn-flat{
	width: 100%;
	min-width: 190px;
	max-width: 100%;
	line-height: 25px;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px 15px;
}

.actual-categories-items .btn-holder .btn-flat:hover{
	color: #000;
}

.actual-categories-items .btn{
	line-height: 3.2;
	font-family: Century Gothic;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	padding: 0;
}
/* End */


/* Start:/local/templates/lorynait/components/bitrix/news.list/news-slider/style.css?17261232301870*/

.news-slider.slick-initialized {
	visibility: visible;
}
.items-news {
	-webkit-box-shadow: 0 0.625rem 1.875rem rgb(0 0 0 / 2%);
	box-shadow: 0 0.625rem 1.875rem rgb(0 0 0 / 2%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.bg-slider-header{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 12.5rem;
	max-height: 12.5rem;
}
.bg-slider-header img{
	width: 100%;
	object-fit: cover;
}
.button-slider-footer{
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navigation-title{
	display: flex;
	align-items: center;
	justify-content: center;
}

.navigation-title a{
	font-family: "Century Gothic";
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	color: #C0AA98;
	margin-left: 12px;
	position: relative;
}

.navigation-title a:hover{
	color: #D3BEAC;
}

.navigation-title a:after{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	right: -21px;
	background:url(/local/templates/lorynait/images/arrow.svg) no-repeat;
}

.items-news{
	font-family: Cera Pro;
	font-style: normal;
	font-weight: normal;
}
.slider-text-title{
	font-size: 18px;
	line-height: 20px;
    color: #2E2E2E;
	font-weight: 500;
}
.slider-text-desc{
	font-size: 14px;
	line-height: 20px;
	color: #858585;
}
.button-slider-footer a{
	font-size: 16px;
	line-height: 20px;
	color: #C0AA98;
}
.button-slider-footer a:hover{
	font-size: 16px;
	line-height: 20px;
	color: #D3BEAC;
}
.slider-text-title{
	padding: 16px 0 10px 0;
}
.slider-text-desc{
	padding-bottom: 8px;
}
.item-news{
	padding: 0 8px;
}
.product-item-label-text{
	position: absolute;
}
/* End */
/* /local/templates/lorynait/css/home.css?17349408644768 */
/* /local/templates/lorynait/components/bitrix/news.list/banner-slider/style.css?17349408642332 */
/* /local/templates/lorynait/components/bitrix/catalog.section.list/actual_collections/style.css?17267471991489 */
/* /local/templates/lorynait/components/bitrix/catalog.top/new/style.css?17261232302936 */
/* /local/templates/lorynait/components/bitrix/catalog.section.list/actual_categories/style.css?17261232301243 */
/* /local/templates/lorynait/components/bitrix/news.list/news-slider/style.css?17261232301870 */
