

/* Start:/local/templates/main_new/components/itrack/page.block/flooring.manufacture.video/style.css?17508598193506*/
.manufacture-video__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 66px 6% 54px;
    background-image: url("/local/templates/.default/assets/images/flooring/manufacture_video_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.manufacture-video__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 4.5%;
}
.manufacture-video__h2 {
    display: block;
    padding: 40px 61px 87px 31px;
    margin: 0;
    border-top: 4px solid #c6213c;
    background-color: #f3f3f3;
    font-size: 32px;
    font-weight: 700;
    font-family: 'DIN Pro', sans-serif;
    line-height: 1.28125;
    letter-spacing: 0;
    text-transform: uppercase;
}
.manufacture-video__preview {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.manufacture-video__link:before {
    /*content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAzMiA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMxLjA0IDIxLjk2OTFMNC4xNiAwLjU0NzIxMkMzLjM5MiAtMC4wMzcwMjI1IDIuMzY3OTkgLTAuMTY2ODUyIDEuNDcxOTkgMC4yMjI2MzdDMC41NzU5OTIgMC42NzcwNDEgMCAxLjU4NTg1IDAgMi41NTk1N1Y0NS40MDM0QzAgNDYuMzc3MSAwLjU3NTk5MiA0Ny4yODU5IDEuNDcxOTkgNDcuNzQwM0MxLjg1NTk5IDQ3LjkzNTEgMi4yNCA0OCAyLjU2IDQ4QzMuMTM2IDQ4IDMuNzEyIDQ3LjgwNTMgNC4xNiA0Ny40MTU4TDMxLjA0IDI1Ljk5MzhDMzEuNjggMjUuNDc0NSAzMiAyNC43NjA1IDMyIDIzLjk4MTVDMzIgMjMuMjAyNSAzMS42MTYgMjIuNDIzNSAzMS4wNCAyMS45NjkxWk01LjEyIDQwLjA4MDRWNy44ODI2TDI1LjI4IDIzLjk4MTVMNS4xMiA0MC4wODA0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");*/
    content: '';
    background-image: url(/local/templates/shelving/images/play.svg);
    position: absolute;
    top: -webkit-calc(50% - 80px);
    top: calc(50% - 80px);
    left: -webkit-calc(50% - 80px);
    left: calc(50% - 80px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 160px;
    padding-top: 10px;
    padding-left: 15px;
    border-radius: 50%;
    background-color: #c3243f;
    cursor: pointer;
}
.manufacture-video__img {
    width: 100%;
    height: 490px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1100px) {
    .manufacture-video__container {
        flex-direction: column;
    }
    .manufacture-video__title {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .manufacture-video__h2 {
        padding: 50px 30px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .manufacture-video__h2 {
        padding: 15px 15px 20px;
        font-size: 16px;
    }
    .manufacture-video__container {
        padding: 38px 15px 15px;
    }
    .manufacture-video__img {
        height: 48vw;
    }
    .manufacture-video__link:before {
        top: calc(50% - 8vw);
        left: calc(50% - 8vw);
        width: 16vw;
        height: 16vw;
    }
}

.fancybox-slide--iframe .fancybox-content {
   max-width: 100%;
}
/* End */


/* Start:/local/templates/main_new/components/itrack/page.block/flooring.manufacture.banner/style.css?16273910351802*/
.section.manufacture-banner {
    /*padding-top: 5px;*/
}
.manufacture-banner__container {
    position: relative;
    height: 600px;
}
.manufacture-banner__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.manufacture-banner__label {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 65%;
    padding: 42px 90px 15px;
    background-color: #f3f3f3;
    font-family: 'DIN Pro', sans-serif;
    line-height: 1.28125;
}
.manufacture-banner__title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}
.element-banner .manufacture-banner__title {
    font-size: 40px;
    line-height: 1.3;
}
.manufacture-banner__text {
    margin-top: 40px;
    font-size: 16px;
    color: #37393f;
    letter-spacing: 0;
}
.manufacture-banner__footer {
    margin: 40px 100px 0;
    font-size: 16px;
    color: #37393f;
    line-height: 1.25;
}
.manufacture-banner__footer h4 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.27777;
}

@media (max-width: 1100px) {
    .manufacture-banner__label {
        max-width: 80%;
        padding: 51px 30px 53px;
    }
    .manufacture-banner__title,.element-banner .manufacture-banner__title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .manufacture-banner__container {
        height: auto;
    }
    .manufacture-banner__label {
        position: relative;
        max-width: 100%;
        padding: 31px 15px 33px;
        margin-top: -5px;
    }
    .manufacture-banner__title,.element-banner .manufacture-banner__title {
        font-size: 16px;
        line-height: 22px;
    }
	.manufacture-banner__text{margin-top: 20px;}
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/flooring.advantages.main/style.css?16273910351244*/
.section.main-benefits {
    padding: 40px 0 0;
}
.main-benefits__container {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
    margin: 60px -15px 0;
	width: calc(100% + 30px);
}
.main-benefits__icon {
    height: 60px;
}
.main-benefits__img {
    width:auto;
}
.main-benefits__item {
	margin: 0 15px 60px;
    width: calc(25% - 30px);
text-align: center;
}
.main-benefits__text {
    margin-top: 15px;
    font-family: 'DIN Pro', sans-serif;
    font-size: 18px;
    line-height: 1.33333;
}
.main-benefits__description {
    margin-top: 30px;
}
.main-benefits__container a {
    text-decoration:none;
}
.arrows_bottom{padding-bottom: 55px;}
	.arrows_bottom .slick-arrow {
		bottom: 0;
		left: calc(50% - 70px);
		position: absolute;
		right: auto;
		top: auto;
	}
	.arrows_bottom .slick-next {
		left: auto;
		right: calc(50% - 70px);
		top: auto;
	}
@media (max-width: 1200px) {
    .main-benefits__item {width: calc(33.33% - 30px); text-align: center;}
}

@media (max-width: 767px) {
    .main-benefits__item {width: calc(50% - 30px);}
}

@media (max-width: 480px) {
    .main-benefits__item {width: calc(100% - 30px);}
	.main-benefits__item:last-child{margin-bottom: 30px;}
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/flooring.usage.new/style.css?17528221331528*/
.usage__item {
    margin-bottom: 60px;
}
.usage__text {
    margin-top: 40px;
}
.usage-gallery {
    margin-top: 50px;
	position: relative;
}
.usage-gallery__container {
	margin: 0 auto;
	max-width: 990px;
}
.usage-gallery__item {
    padding: 0 10px;
}
.usage-gallery__img {
	height: 450px;
	min-height: 450px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.usage-gallery__name {
    margin-top: 20px;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.27777;
    text-transform: uppercase;
    color: #98999d;
}
.usage-gallery__arrows {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.usage-gallery__fake-arrows {
    display: flex;
    justify-content: center;
    opacity: .3;
}
.slick-arrow + .usage-gallery__fake-arrows {
    display: none;
}
	.usage-gallery__container .slick-arrow{
		background: rgba(255,255,255,.5);
		height: 80px;
		left: 0;
		padding: 15px;
		position: absolute;
		top: calc(50% - 56px);
		width: 49px;
		z-index: 99;
	}
	.usage-gallery__container .slick-next{
		left: auto;
		right: 0;
		transform: rotateY(180deg);
	}
	.usage-gallery__container .slick-arrow svg{display: block;}
.counter{
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	bottom: 18px;
	left: 8px;
}
	.counter .current{
		font-size: 72px;
		font-weight: bold;
	}
@media (max-width: 768px){
.usage-gallery__img {
	object-fit: cover;
	object-position: center;
}
}
/* End */


/* Start:/local/templates/main_new/components/itrack/page.block/flooring.metal.order.link/style.css?1627391035450*/
.metal-order-link .btn {
    flex: 1 1 auto;
}
.metal-order-link .wmr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.metal-order-link .flexbox .btn  {
    width: 40%;
    margin: 10px 0px 15px 25px;
    text-transform: uppercase;
}
.metal-order-link .flexbox .btn:first-child  {
    margin-left:0px;
}
@media only screen and (max-width: 768px){
.metal-order-link .flexbox .btn{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
}/* END 768px */
/* End */


/* Start:/local/templates/main_new/assets/css/flooring/manufacture.css?162739103554*/
.section.metal-order-link {
    margin-top: 120px;
}
/* End */
/* /local/templates/main_new/components/itrack/page.block/flooring.manufacture.video/style.css?17508598193506 */
/* /local/templates/main_new/components/itrack/page.block/flooring.manufacture.banner/style.css?16273910351802 */
/* /local/templates/main_new/components/bitrix/news.list/flooring.advantages.main/style.css?16273910351244 */
/* /local/templates/main_new/components/bitrix/news.list/flooring.usage.new/style.css?17528221331528 */
/* /local/templates/main_new/components/itrack/page.block/flooring.metal.order.link/style.css?1627391035450 */
/* /local/templates/main_new/assets/css/flooring/manufacture.css?162739103554 */
