@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
	font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BlackItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
	margin:0;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,:after,:before, .owl-nav> div, input, svg path, svg rect{transition: ease 0.3s all;}
.br-mob{display: none;}


/* Stock card */

.stock-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 565px;
	min-height: 536px;
	padding: 31px 24px 17px;
	border-radius: 15px;
	border-top: 1px solid #de131e;
	border-left: 1px solid #de131e;
	border-right: 1px solid rgb(222 19 30 / 25%);
	background-color: rgba(25, 25, 25, 0.62);
	backdrop-filter: blur(10px);
}

.stock-card_has_snow::before {
	content: '';
	position: absolute;
	top: -25px;
	right: 0;
	width: 496px;
	height: 87px;
	background: url('../img/stock-card/decoration.png') no-repeat center / contain;
}

.stock-card__title {
	align-self: flex-start;
	font-weight: 600;
	font-size: 33px;
}

.stock-card__title small {
    display: block;
    padding-top: 10px;
    font-weight: 400;
	font-size: 24px;
    line-height: 1.35;
}

.stock-card__title span {
    font-weight: 600;
}

.stock-card__title:not(:last-child) {
	margin-bottom: 23px;
}

.stock-card__title span,
.stock-card__note span {
	color: #de131e;
}

.stock-card__note {
    letter-spacing: .014em;
    font-size: 20px;
}

.stock-card__note span {
	font-weight: 700;
}

.stock-card__picture {
	margin: 0 -25px;
	padding: 90px 25px 0;
	text-align: center;
}

.stock-card__img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	user-select: none;
	pointer-events: none;
}

.stock-card_has_winter_bg,
.stock-card_has_winter_bg_2 {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.stock-card_has_winter_bg {
	background-image: url('../img/stock-card/bg.png');
}

.stock-card_has_winter_bg_2 {
	background-image: url('../img/stock-card/bg2.png');
}

.stock-card_has_bg_3 {
	background-image: url('../img/stock-card/bg3.webp');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.stock-card_black_friday {
	background: url("../img/stock-card/bg4.webp") no-repeat center / cover;
	font-family: Gilroy, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.stock-card_black_friday .stock-card__title {
	margin: 0 0 6px;
	align-self: center;
	font-weight: 900;
	font-style: italic;
	font-size: 53px;
}

.stock-card_black_friday .stock-card__desc {
	margin: 0;
	letter-spacing: .11em;
	font-weight: 900;
	font-style: italic;
	font-size: 23px;
}

.stock-card_black_friday .stock-card__desc:not(:last-child) {
	margin-bottom: 15px;
}

.stock-card_black_friday .stock-card__desc span {
	display: block;
	width: max-content;
	margin-inline: auto;
	margin-bottom: 14px;
	padding: 4px 23px;
	border-radius: 60px;
	background: radial-gradient(50% 50% at 50% 50%, #F0323D 0%, #DA121D 100%);
	letter-spacing: normal;
	font-size: 42px;
}

.stock-card_black_friday .stock-card__note {
	width: 100%;
	max-width: 315px;
	margin-inline: auto;
	padding: 8px 10px;
	border: 1px solid #fff;
	border-radius: 60px;
	letter-spacing: .09em;
	font-size: 20px;
}

/* Stock card end */


.service-video {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

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









.top-box{
	background: url(../img/sh1.png) 50% 0 no-repeat,  url(../img/line1.svg) 100% 0 no-repeat;
	background-color: #222;
	color: #fff;
	padding-bottom: 120px;
}
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
}
.head-panel{
	display: flex;
	align-items: center;
}
.logo-bx{
	display: flex;
	align-items: center;
	margin-right: 65px;
}
.logo-bx .logo{
	height: 65px;
	margin-right: 15px;
}
.logo-bx .slogan{
	padding-left: 15px;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border-left: 1px solid #DE131E;
}
.head-panel .ic-bx{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.head-panel .ic-bx .ic{
	min-width: 37px;
	height: 37px;
	border: 1px solid #DE131E;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.head-panel .ic-bx .adr{
	font-size: 15px;
	line-height: 21px;
	color: #FFFFFF;
}
.link-more{
	font-size: 16px;
	text-decoration: none;
	display: flex;
	align-items: center; 
	color: #DE131E;
}
.link-more img{
	margin-left: 10px;
}
.link-more:hover{
	color: #fff;
}
.phone-bx{
	text-align: right;
}
.phone-bx .ph a{
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.phone-bx .call{
	letter-spacing: 4px;
	justify-content: flex-end;
}
.header{
	margin-bottom: 150px;
}
.tb-text-bx {
	position: relative;
}
.tb-text-bx .img{
	position: absolute;
	left: 820px;
	top: -130px;
}
.tb-text-bx .t1{
	margin-bottom: 25px;
	padding-left: 80px;
	background: url(../img/s3.svg) 0 50% no-repeat;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.tb-text-bx .t2{
	font-weight: 600;
	font-size: 64px;
	line-height: 111%;
	margin-bottom: 20px;
	color: #F1F1F1;
}
.tb-text-bx .t2 span{
	color: #DE131E;
}
.tb-text-bx .t3{
	padding-left: 70px;
	background: url(../img/s4.svg) 0 50% no-repeat;
	font-weight: 500;
	font-size: 20px;
	line-height: 155.75%;
	color: #FFFFFF;
	margin-bottom: 50px;
	max-width: 630px;
}
.tb-text-bx .bt-bx{
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}


/* .tb-text-bx (stock modifier) */

.tb-text-bx_has_stock .t1,
.tb-text-bx_has_stock .t2,
.tb-text-bx_has_stock .t3,
.tb-text-bx_has_stock .bt-bx {
	max-width: 835px;
	padding-right: 30px;
}

.tb-text-bx_has_stock .t1 {
	font-size: 18px;
}

.tb-text-bx_has_stock .t2 {
	margin-bottom: 45px;
	font-size: 62px;
}

.tb-text-bx__stock-card {
	position: absolute;
	top: 0;
	right: 0;
}



.btn{
	background: linear-gradient(180deg, #DE131E 0%, #AE0B14 100%);
	box-shadow: 0px 4px 0px #86080F, 0px 0px 36px rgba(211, 17, 28, 0.42);
	border-radius: 5px;
	text-decoration: none;
	padding: 20px 11px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	justify-content: center;
}
.btn:hover{
	opacity: 0.9;
}
.btn .ic{
	background: linear-gradient(180deg, #86080F 0.01%, #77090F 100%);
	box-shadow: inset 0px -6px 10px #5F0B0F;
	min-width: 54px;
	height: 54px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.tb-text-bx .bt-bx .sm{
	max-width: 365px;
	margin-left: 15px;
	font-weight: 500;
	font-size: 15px;
	line-height: 153.5%;
	letter-spacing: 0.015em;
	color: #FFFFFF;
}
.tb-text-bx .loc{
	padding: 5px 0 5px 70px;
	background: url(../img/s5.svg) -5px 50% no-repeat;
	font-weight: 500;
	font-size: 14px;
	line-height: 153.5%;
	letter-spacing: 0.015em;
	color: #FFFFFF;
	cursor: pointer;
}
.tb-text-bx .loc img{
	margin-left: 10px;
	position: relative;
	top: 4px;
}
.inf-blocks{
	margin: 0;
}
.inf-blocks>div{
	padding: 0;
}
.inf-blocks .bx .ico{
	margin-bottom: 15px;
}
.inf-blocks .bx .h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 15px;
	color: #F1F1F1;
}
.inf-blocks .bx .line{
	height: 1px;
	background: #3A3A3A;
	margin-bottom: 15px;
}
.inf-blocks .bx .line span{
	background: #DE131E;
	display: block;
	width: 208px;
	height: 1px;
}
.inf-blocks .bx p{
	margin: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #F1F1F1;
	padding-right: 30px;
}
.down-bt{
	margin-bottom: 70px;
	text-align: center;
}
.catalog-bx{
	padding: 100px 0 80px;
}
.heading-bx{
	text-align: center;
	max-width: 855px;
	margin: 0 auto 70px;
}
.heading-bx .h3{
	font-weight: 700;
	font-size: 40px;
	line-height: 133.5%;
	color: #0B0B0B;
}
.heading-bx .h3 span{
	color: #DE131E;
}
.heading-bx .sep{
	margin: 15px 0 10px;
}
.heading-bx .under{
	font-weight: 300;
	font-size: 24px;
	line-height: 155.75%;
	color: #1D1D1D;
	max-width: 680px;
	margin: 0 auto;
}
.cat-wrap{
	border-top: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.cat-item{
	width: 25%;
	border-bottom: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	height: 425px;
	padding: 40px;
}
.cat-item .img {
	text-align: center;
	margin-bottom: 25px;
}
.cat-item .img img{
	max-width: 100%;
	height: auto;
}
.cat-item .name{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 5px;
	color: #0B0B0B;
}
.cat-item .price{
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #0B0B0B;
}
.refresh-bt {
	cursor: pointer;
	font-size: 24px;
	line-height: 155.75%;
	color: #1D1D1D;
	text-align: center;
}
.refresh-bt .t{
	margin-bottom: 7px;
}
.refresh-bt .ic{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #DE131E;
}
.pulse{
	animation: pulse 1s linear infinite alternate;
}
@keyframes pulse{
	0% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}
.inform-box{
	color: #fff;
	padding: 110px 0 80px;
	background: #222 url(../img/sh2.png) 50% 0 no-repeat;
}
.heading-bx-white .h3,
.heading-bx-white .under{color: #fff;}
.heading-bx .tt{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #0B0B0B;
	margin-top: 15px;
}
.heading-bx .tt a{
	color: #DE131E;
	text-decoration: none;
}
.heading-bx .tt a img{
	position: relative;
	top: 4px;
	margin-left: 10px;
}
.heading-bx .tt a:hover{
	color: #fff;
}
.heading-bx-white .tt{
	color: #fff;
}
.heading-bx .h3 + .btn{margin-top: 15px;}
.heading-bx .btn{
	width: 420px;
	margin: 0 auto;
}
.cont-bx{
	padding: 70px 15px;
	background: #1A1A1A;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 260px;
}
.cont-bx .t1{
	font-weight: 500;
	font-size: 40px;
	line-height: 133.5%;
	margin-bottom: 10px;
	color: #F1F1F1;
}
.cont-bx .t2{
	margin-bottom: 10px;
}
.cont-bx .t2 a{
	font-weight: 600;
	font-size: 96px;
	line-height: 133.5%;
	color: #F1F1F1;
	text-decoration: none;
}
.cont-bx .t3{
	font-size: 24px;
	line-height: 155.75%;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.sc-list{
	display: flex;
	justify-content: center;
}
.sc-list li{
	margin: 0 15px;
}
.sc-list a{
	width: 89px;
	height: 89px;
	border: 1px solid #DE131E;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc-list a:hover{
	background: #DE131E;
}
.work-item{
	border-bottom: 1px solid #575757;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.work-item:last-child{
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.works-list-bx{
	margin-bottom: 80px;
}
.inform-box .refresh-bt{
	color: #fff;
}
.work-item .img{
	position: relative;
}
.work-item .img img{
	width: 100%;
	display: block;
	border-radius: 15px;
}
.work-item .img .t{
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-weight: 500;
	font-size: 24px;
	line-height: 133.5%;
	letter-spacing: 0.21em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.work-item .text{
	padding-top: 30px;
}
.work-item .text .h3{
	font-weight: 600;
	font-size: 36px;
	line-height: 133.5%;
	margin-bottom: 22px;
	color: #F1F1F1;
}
.work-item .list{
	margin-bottom: 25px;
}
.work-item .list li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.work-item .list .n{
	min-width: 50px;
	font-weight: 600;
	font-size: 32px;
	line-height: 133.5%;
	color: #404040;
}
.work-item .list .t{
	font-size: 16px;
	line-height: 155.75%;
	color: #FFFFFF;
}
.work-item .pr-list{
	display: flex; 
}
.work-item .pr-list li{
	margin-right: 40px;
}
.work-item .pr-list li:last-child{
	margin-right: 0px;
}
.work-item .pr-list .t1{
	font-size: 20px;
	line-height: 155.75%;
	color: #3F3F3F;
}
.work-item .pr-list .t2{
	font-weight: 600;
	font-size: 48px;
	line-height: 133.5%;
	color: #FFFFFF;
}
.gallary-bx{
	padding: 130px 0 150px;
	background: url(../img/sh3.png) 50% 57% no-repeat;
}
.gallary-bx .heading-bx{
	margin-bottom: 110px;
}
.gallary-bx .row{
	margin-bottom: 10px;
}
.gallary-bx:not(.gallary-bx_show_all) .gallary-bx__col:nth-child(2) ~ .gallary-bx__col {
	display: none;	
}
@media (min-width: 768px) {
	.gallary-bx:not(.gallary-bx_show_all) .gallary-bx__col:nth-child(2) ~ .gallary-bx__col {
		display: block;	
	}
	.gallary-bx:not(.gallary-bx_show_all) .gallary-bx__col:nth-child(12) ~ .gallary-bx__col {
		display: none;	
	}
}
.photo-item{
	position: relative;
	margin-bottom: 30px;
	transition: 0.3s all ease;
}
.photo-item:hover{
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
a.over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.photo-item .img img{
	width: 100%;
	display: block;
	border-radius: 15px;
}
.photo-item .tt{
	padding: 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 42px;
}
.photo-item .tt .t{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #F1F1F1;
}
.steps-bx{
	color: #fff;
	padding: 120px 0 150px;
	background: #222 url(../img/sh4.png) 50% 860px no-repeat;
}
.step-slider-numbers {
	border-bottom: 1px solid #3A3A3A;
	margin-bottom: 50px;
	text-align: center;
}
.step-slider-numbers .n{
	font-weight: 600;
	font-size: 40px;
	line-height: 133.5%;
	color: #404040;
	padding-bottom: 20px;
}
.step-slider-numbers .current .n{
	color: #FFFFFF;
	background: url(../img/arr2.svg) 50% 100% no-repeat;
	border-bottom: 1px solid #DE131E;
}
.slider-with-controls .owl-nav > div{
	border: 1px solid #3A3A3A;
	border-radius: 0px 4px 4px 0px;
	width: 170px;
	height: 110px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	padding-right: 25px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	left: -300px;
	top: 50%;
	margin-top: -55px;
}
.slider-with-controls .owl-nav > div:last-child{
	padding-left: 25px;
	text-align: left;
	left: auto;
	right: -300px;
	justify-content: flex-start;
}
.slider-with-controls .owl-nav > div:hover{
	background: #DE131E;
	border-color: #DE131E;
}
.step-bx .img img{
	display: block;
	border-radius: 15px;
}
.step-bx .text{
	padding-top: 40px;
}
.step-bx .text .st{
	font-weight: 500;
	font-size: 24px;
	line-height: 133.5%;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #FFFFFF;
}
.step-bx .text .h3{
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
	margin-bottom: 15px;
	color: #F1F1F1;
}
.step-bx .text p{
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	margin: 0 0 20px;
	color: #F1F1F1;
}
.step-slider{
	margin-bottom: 200px;
}
.steps-bx .heading-bx{
	margin-bottom: 110px;
}
.garant-bx{
	position: relative;
}
.garant-bx .ico-bx{
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}
.garant-bx .ico-bx .ic{
	margin-right: 30px;
}
.garant-bx .ico-bx .h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 15px;
	color: #F1F1F1;
}
.garant-bx .ico-bx p{
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	margin: 0;
	color: #F1F1F1;
}
.gar-img-bx{
	left: 50%;
	top: -330px;
	position: absolute;
}
.gar-img-bx .tt{
	bottom: -50px;
	left: 290px;
	position: absolute;
}
.gar-img-bx .tt .h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #F1F1F1;
}
.gar-img-bx .tt .list li{
	padding-left: 22px;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #F1F1F1;
}
.gar-img-bx .tt .list li:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #DE131E;
	border-radius: 6px;
	position: absolute;
	top: 5px;
	left: 0;
}
.garant-bx{
	margin-bottom: 300px;
}
.direct-bx{
	background: #1A1A1A;
	border-radius: 15px;
	position: relative;
	height: 577px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top: 65px;
	padding-right: 100px;
}
.direct-bx .text{
	width: 460px;
}
.direct-bx .img{
	position: absolute;
	bottom: 0;
	left: 60px;
}
.direct-bx .img img{
	display: block;
}
.direct-bx .img .tt{
	position: absolute;
	right: -346px;
	bottom: 60px;
}
.direct-bx .img .tt:after{
	content: '';
	width: 175px;
	left: -200px;
	position: absolute;
	top: 15px;
	height: 5px;
	background: url(../img/line.svg) 50% no-repeat;
}
.direct-bx .img .tt .t1{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: #F1F1F1;
}
.direct-bx .img .tt .t2{
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #F1F1F1;
}
.heading-bx-left{
	text-align: left;
}
.direct-bx .heading-bx{
	margin-bottom: 25px;
}
.direct-bx .heading-bx .h3{
	font-size: 36px;
}
.direct-bx .heading-bx .under{
	font-size: 20px;
}
.infa-bx{
	padding: 110px 0;
}
.inf-bx{
	height: 577px;
	display: flex;
	align-items: flex-end;
}
.inf-bx .tt{
	padding: 0 15px 35px;
}
.inf-bx .h3{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	color: #F1F1F1;
	margin-bottom: 20px;
}
.inf-bx p{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	height: 140px;
	color: #F1F1F1;
	margin: 0;
}
.inf-bx.bx1{background: url(../img/bx1.png) 50% / cover no-repeat;}
.inf-bx.bx2{background: url(../img/bx2.png) 50% / cover no-repeat;}
.inf-bx.bx3{background: url(../img/bx3.png) 50% / cover no-repeat;}
.information-bx{
	padding: 110px 0;
	background:#222 url(../img/sh6.png) 50% -165px no-repeat;
	color: #fff;
}
.video-item{
	position: relative;
}
.video-item .img{
	position: relative;
}
.video-item .img:after{
	height: 297px;
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
}
.video-item .text{
	font-weight: 500;
	font-size: 24px;
	line-height: 139.02%;
	color: #F1F1F1;
	padding: 40px;
	left: 0;
	bottom: 0;
	position: absolute;
	max-width: 700px;
}
.video-item .num-bx{
	background: #202020;
	padding: 20px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
.video-item .num-bx .bx{
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.video-item .num-bx .t1{
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	margin-right: 15px;
	color: #DE131E;
}
.video-item .num-bx .t2{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #F1F1F1;
}
.video-item .over:after{
	content: '';
	width: 116px;
	height: 116px;
	margin-left: -58px;
	margin-top: -58px;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	background: url(../img/play2.svg) 50% no-repeat;
}
.video-item .over:hover:after{
	transform: scale(1.05);
}
.video-slider{
	margin-bottom: 200px;
}
.direct-bx .dir-inf{
	background: #202020 url(../img/ccc.svg) 95% 20px no-repeat;
	border: 1px solid #292929;
	border-radius: 5px;
	padding: 20px 30px;
	width: 550px;
	position: absolute;
	bottom: -80px;
	left: 75px;
}
.direct-bx .dir-inf .t1{
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 5px;
	color: #F1F1F1;
}
.direct-bx .dir-inf .t2{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 13px;
	color: #F1F1F1;
}
.direct-bx .dir-inf .line{
	margin-bottom: 20px;
	border-bottom: 1px solid #DE131E;
}
.direct-bx .dir-inf .t3{
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #F1F1F1;
}
.default-form input[type='text'],
.default-form input[type='tel'],
.default-form input[type='email'],
.default-form textarea{
	border: 1px solid #292929;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 100%;
	padding: 0 15px;
	font-size: 24px;
	line-height: 150%;
	color: #F1F1F1;
	background: none;
	outline: 0;
	height: 80px;
}
.default-form textarea{
	border: 1px solid #292929;
	border-radius: 5px;
	width: 100% !important;
	padding: 30px 15px 15px;
	height: 150px !important;
	overflow: auto;
}
.default-form .btn{
	width: 100%;
}
.default-form .bt-wr .sm{
	font-weight: 300;
	font-size: 12px;
	line-height: 155.75%;
	color: #FFFFFF;
	min-width: 210px;
	width: 210px;
	margin-left: 20px;
}
.default-form .bt-wr{
	display: flex;
	align-items: center;
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.default-form .check-item{
	position: relative;
	margin-top: 20px;
	display: block;
	cursor: pointer;
	margin-left: 20px;
}
.default-form-wide .check-item{
	margin-left: unset;
}
.check-item input{
	position: absolute;
	top: 18px;
	left: 9px;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.check-item span{
	padding-left: 25px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #fff; 
	position: relative;
}
.check-item span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	background: #DE131E;
	border-radius: 5px;
	width: 16px;
	height: 16px;
}
.check-item input:checked  + span:after{
	background: #DE131E url(../img/ch.svg) 50% no-repeat;
}
.check-item a {
	color: #fff;
}
.check-item a:hover,
.check-item a:focus {
	color: #de131e;
}
.direct-bx-form{
	margin-bottom: 180px;
}
.review-slider{
	margin-bottom: 120px;
}
.review-item{
	background: #1B1919;
	border-radius: 5px;
	padding: 20px;
}
.review-item .hh{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.review-item .hh .ic{
	height: 80px;
	width: 80px;
	min-width: 80px;
	margin-right: 10px;
}
.review-item .hh .t1{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #F1F1F1;
}
.review-item .hh .t2{
	font-size: 14px;
	line-height: 150%;
	color: #484848;
}
.review-item .h4{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #F1F1F1;
}
.review-item p{
	margin: 0;
	font-size: 14px;
	line-height: 150%;
	color: #F1F1F1;
}
.slider-with-controls .owl-dots{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	align-items: center;
	display: none;
}
.slider-with-controls .owl-dots > div{
	width: 3px;
	height: 16px;
	background: #343434;
	margin: 0 11px;
}
.slider-with-controls .owl-dots > div.active{
	background: #DE131E;
	height: 46px;
}
.reit-bx{
	margin-bottom: 40px;
}
.reit-bx .bx{
	position: relative;
	background: #202020;
	border: 1px solid #292929;
	padding: 30px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reit-bx .bx .log img{display: block;}
.reit-bx .bx .n{
	font-weight: 600;
	font-size: 40px;
	line-height: 133.5%;
	color: #484848;
}
.information-bx .small{
	margin-left: 135px;
	padding-left: 60px;
	background: url(../img/sep3.svg) 0 17px no-repeat;
	font-size: 24px;
	line-height: 155.75%;
	color: #FFFFFF;
}
.service-bx{
	padding: 110px 0 220px;
	background: url(../img/sh7.png) 50% 90% no-repeat;
}
.serv-item {
	background: #212121;
	position: relative;
	margin-bottom: 30px;
}
.serv-item .img img{
	width: 100%;
	display: block;
	opacity: 0.05;
	transition: 0.3s ease all;
}
.serv-item:hover .img img{
	opacity: 0.35;
}
.serv-item .tt{
	padding: 0 20px 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.serv-item .name{
	height: 88px;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	color: #F1F1F1;
}
.serv-item .more{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	text-decoration: none;
	color: #F1F1F1;
}
.serv-item .more img{
	margin-left: 10px;
	position: relative;
	top: 4px;
}
.serv-item .service-video {
	display: none;
}
.bottom-bx{
	background: #222 url(../img/sh8.png) 50% -500px no-repeat;
	padding: 120px 0 107px;
	color: #fff;
}
.bt-cc{
	display: flex;
	justify-content: center;
}
.faq-bx{
	margin-top: 160px;
	margin-bottom: 80px;
}
.faq-item{
	background: #1B1919;
	border: 1px solid #292929;
	border-radius: 5px;
	margin-bottom: 20px;
}
.faq-item .hh{
	padding: 30px 20px;
	cursor: pointer;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: #F1F1F1;
	background: url(../img/arr3.svg) 98% 50% no-repeat;
}
.faq-item.opened .hh{
	background: url(../img/arr4.svg) 98% 50% no-repeat;
}
.faq-item.opened .tt{
	display: block;
}
.faq-item .tt{
	display: none;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #F1F1F1;
	padding: 20px;
}
.faq-item .tt p{margin: 0 0 20px;}
.faq-item.opened{
	border: 1px solid #DE131E;
}
.heading-bx .more{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	text-decoration: none;
	color: #F1F1F1;
}
.heading-bx .more img{
	margin-left: 10px;
	position: relative;
	top: 4px;
}
[class*="ground-pane"] {
	filter: grayscale(1);
}
.cont-bot .cont-bx{
	margin-bottom: 0;
	background: none;
}
.cont-bot{
	background: #222;
}
.footer{
	margin: 0;
	padding: 50px 25px 120px;
	background: #1C1C1C;
}
.input-bx{
	position: relative;
}
.input-bx .lbl{
	font-size: 12px;
	line-height: 150%;
	position: absolute;
	top: 13px;
	left: 15px;
	color: #d7d7d7;
	pointer-events: none;
}
.default-form .input-bx input[type='text'],
.default-form .input-bx input[type='email'],
.default-form .input-bx input[type='tel'] {
	padding-top: 20px;
}
.overlay{
	display: none;
	position:fixed;
	background:rgba(0,0,0,0.5);
	height:100%;
	left:0;
	top:0;
	width:100%;
	z-index:10; 
}
.popup{
	display: none;
	left:50%;
	top:50px;
	transform: translateX(-50%);
	position:fixed;
	z-index:11;
	width:566px;
	background: #191919;
	border: 1px solid #343434;
	border-radius: 15px;
	overflow: hidden;
	padding: 50px;
}
#serv-name{color: #fff;}
.popup .close{
	position:absolute;
	top:10px;
	right:10px;
}
.popup .close:hover{
	cursor:pointer;
}
.popup .heading-bx .h3{
	font-size: 24px;
}
.popup .heading-bx .under{
	font-size: 16px;
}
.popup .heading-bx{
	margin-bottom: 25px;
}
.popup-wide{
	width: 716px;
	margin-left: -358px;
	padding: 50px 30px 30px;
}

.popup_has_video {
	width: 861px;
	padding-left: 345px;
}

.popup-serv .service-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 100%;
	z-index: 2;
}

.hidden-cat-bx{
	margin-top: -81px;
	display: none;
}
.hidden-cat-bx.opened{
	display: flex;
}
.work-item-hidden{
	display: none;
}
.work-item-hidden.opened{
	display: block;
}
.photo-item-hidden{
	display: none;
}
.photo-item-hidden.opened{
	display: block;
}
.thx{
	display: none;
}
.video-item .img:after {
	display: none;
    content: '';
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    background: url(../img/play2.svg) 50% / 50px no-repeat;
}
.bottom-bx .heading-bx{
	max-width: 900px;
}
.bottom-bx .heading-bx .under{
	max-width: initial;
}

/* Filials */

.filials__row {
	margin: 0 -15px -30px;
}

.filials__col {
	padding: 0 15px;
	margin-bottom: 30px;
}

.filials__item {
	display: flex;
	line-height: normal;
}

.filials__label {
	color: #de131e;
}

.filials__label:not(:last-child) {
	margin-bottom: 3px;
}

.filials__location {
	margin: 0;
}

.filials__circle {
	flex: 0 0 55px;
	width: 55px;
	height: 55px;
}

.filials__content {
	flex: 1 1 auto;
}

.filials__content:not(:first-child) {
	padding-left: 11px;
}

/* Color variations */

.color-variations {
	padding-bottom: 80px;
}

.color-variations__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.color-variations__img {
	display: block;
	max-width: 100%;
	height: auto;
}

.color-variations__img:not(:last-child) {
	margin-bottom: 18px;
}

.color-variations__caption {
	font-size: 23px;
	line-height: 1.3;
}

.color-variations__caption p {
	margin: 0;
}

/* Feedbacks */

.feedbacks {
	padding: 70px 0 35px;
	background-color: #222;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-box {
	padding: 0;
	z-index: 10;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-box-tabs-body {
	gap: 15px;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-box .sw-reviews-rating {
	color: #f1f1f1;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-box-left-bottom {
	line-height: normal;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-box-tabs .sw-review-box-tab {
	border-radius: 5px;
	background-color: #b7b7b7;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-btn-form {
	min-width: 258px;
	padding: 13px 20px;
	border: none;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #86080F, 0px 0px 36px rgba(211, 17, 28, 0.42);
	background: linear-gradient(180deg, #DE131E 0%, #AE0B14 100%);
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

.feedbacks .sw-reviews-btn-form-dropdown {
	margin-top: 25px;
}

.feedbacks .sw-review-item-stars {
	margin: 0;
}

.sw-reviews-btn-form-dropdown a:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}

.feedbacks .sw-app .swiper-wrapper {
	padding-bottom: 0;
}

.feedbacks .sw-review-item {
	height: unset;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-item-body-readmore {
	margin-top: 10px;
	font-weight: 400;
	color: #DE131E;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more {
	margin-top: 20px;
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 0;
	line-height: normal;
	color: #f1f1f1;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more::before {
	content: 'Показать ещё';
	font-size: 18px;
}

.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more::after {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	margin: 10px auto 0;
	border-radius: 50%;
	background: #DE131E url('../img/refresh.svg') no-repeat center / 20px 20px;
}

@media (min-width: 768px) {
	.feedbacks {
		padding-top: 100px;
	}
	
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more {
		margin-top: 30px;
	}
	
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more::before {
		font-size: 19px;
	}
	
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more::after {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 992px) {
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more {
		margin-top: 35px;
	}
	
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more::before {
		font-size: 21px;
	}
	
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-btn-form {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.feedbacks {
		padding-top: 120px;
	}
	
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-more::before {
		font-size: 24px;
	}
	
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-reviews-btn-form {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-list-body {
		grid-template-columns: repeat(2, minmax(100px, 1fr));
	}
}

@media (max-width: 767px) {
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-list-body {
		grid-template-columns: repeat(1, minmax(100px, 1fr));
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-review-box-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

@media (max-width: 480px) {
	.feedbacks #sw-app-23e92703dc50379332c4682e99abbe31 .sw-app-body {
		padding: 0;
	}
}

/*
* Insertion.
*/

.insertion {
	padding-top: 109px;
	padding-bottom: 150px;
	overflow: hidden;
}

.insertion__box,
.insertion__container {
	position: relative;
}

.insertion__container::before {
	content: '';
	position: absolute;
	top: -109px;
	right: -92px;
	width: 855px;
	height: 263px;
	z-index: 1;
	background: url('../img/insertion-letters.svg') no-repeat center / contain;
}

.insertion__box {
	display: flex;
	align-items: center;
	padding: 50px;
	overflow: hidden;
	border-radius: 15px;
	background-color: #1a1a1a;
	z-index: 2;
	color: #fff;
}

.insertion__info {
	flex: 0 0 595px;
}

.insertion__illustration {
	display: flex;
	justify-content: center;
	flex: 1 1 auto;
}

.insertion__pre-title {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	color: #de131e;
}

.insertion__pre-title:not(:last-child) {
	margin-bottom: 15px;
}

.insertion__pre-title::after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	margin-top: 18px;
	border-radius: 5px;
	background: linear-gradient(to left, rgba(222, 19, 30, 0.75) 0.14%, rgba(32, 32, 32, 0) 99.89%);
}

.insertion__title {
	margin: 0;
	font-size: 33px;
	line-height: normal;
}

.insertion__title:not(:last-child) {
	margin-bottom: 62px;
}

.insertion__btn {
	min-width: 366px;
	min-height: 93px;
	font-family: inherit;
}

.insertion__image {
	position: relative;
	user-select: none;
	pointer-events: none;
}

.insertion__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-47.5%, -35.7%);
	z-index: 3;
}

.insertion__figure {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 2;
}

.insertion__ellipse {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* Article */

.article {
	padding: 30px;
	background: #1a1a1a;
    border-radius: 15px;
}

.article__content {
	max-width: 1100px;
	font-size: 17px;
	line-height: normal;
}

.article__content p:last-child,
.article__content ul:last-child {
	margin-bottom: 0;
}

.article__content .list-no-dots li {
	padding-left: 0;
}

.article__content .list-no-dots li::before {
	display: none;
}

.article__content li {
	position: relative;
	padding-left: 18px;
}

.article__content li:not(:last-child) {
	margin-bottom: .4em;
}

.article__content li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #de131e;
}

.article__content a {
	color: #de131e;
}

.article__content a:hover,
.article__content a:focus {
	color: #fff;
}

.article__title {
	margin: 0 0 1em;
}

.article__lead {
	margin-top: 1.5em;
	margin-bottom: 1.25em;
	font-size: 19px;
}

/* Legal info */

.legal-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 30px;
	padding: 12px 25px;
	background-color: #151515;
	font-size: 13px;
	color: #b3b3b3;
}

.legal-info__list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.legal-info__link {
	color: #b3b3b3;
}

.legal-info__link:hover,
.legal-info__link:focus {
	color: #de131e;
}

/* Cookie notification */

.cookie-notification {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	z-index: 50;
	transform: translateY(100%);
	transition: transform .35s, opacity .35s, visibility .35s, bottom .35s;
	box-shadow: 0 0 12px rgb(0 0 0 / 50%);
	background-color: #343434;
	font-size: 13px;
	line-height: normal;
	color: #fff;
}

.cookie-notification__desc {
	margin: 0 0 15px;
}

.cookie-notification__btn {
	padding: 8px 15px;
	border: none;
	border-radius: 50px;
	background-color: #de131e;
	transition: background-color .35s;
	cursor: pointer;
	font-size: 13px;
	color: #fff;
}

.cookie-notification__btn:hover,
.cookie-notification__btn:focus {
	background-color: #ed2c37;
}

.cookie-notification__btn:active {
	background-color: #c8111b;
}

.cookie-notification_visible {
	transform: translateY(0);
}

@media (width >= 768px) {
	.cookie-notification,
	.cookie-notification__btn {
		font-size: 14px;
	}

	.cookie-notification {
		right: 30px;
		bottom: 0;
		max-width: 400px;
		transform: none;
		border-radius: 6px;
		visibility: hidden;
		opacity: 0;
	}
	
	.cookie-notification__btn {
		padding: 10px 20px;
	}

	.cookie-notification_visible {
		bottom: 30px;
		visibility: visible;
		opacity: 1;
	}
}