@import url(reset.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
:root{
	--red:#FC113B;
	--black:#29110D;
	--white:#FFFFFF;
	--grey:#6F6F6F;
}
body{
	font-family: 'Roboto';
	overflow-x: hidden;
	color:var(--grey);
	font-weight: 500;
}
a{
	text-decoration: none;
	color: var(--white);
}
a:hover{
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
  }
main{
	position: relative;
	overflow-x: hidden;
}
.header{
	position: fixed;
	top: 0;
	right: 0px;
	width: 76%;
	height: 140px;
	background-color: var(--black);
	display: flex;
	z-index: 8888;
}
.menu {
	display: flex;
	justify-content: space-between;
  }
.header .menu__item a{
	font-size: 18px;
	line-height: 140.62%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #8B8B8B;

}
.home_bg{
background-image: url('../img/Group 2.png');
background-size:100% 100%;
background-repeat: no-repeat;
background-color: var(--black);
height: 900px;
position: relative;
overflow: hidden;
}
.menu__item{
	line-height: 140px;
	margin-left: 100px;
}
h1{
	font-style: normal;
	font-weight: bold;
	font-size: 90px;
	line-height: 105px;	
	color: #FFFFFF;
	letter-spacing: 0.05em;
}
.home_bg .container{
	padding-top: 335px;
}
.title_disc{
	margin-top: 140px;
}
.title_disc p {
	font-weight: 300;
	font-size: 22px;
	line-height: 31px;
	color: #FFFFFF;
}
.title::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 280px;
	 right: -709px;
	border-top: 1px solid #FFFFFF;
	width: 1200px;
	height: 1px;
}
.title::after{
	content:" ";
	position: absolute;
	bottom: -355px;
	left: 20px;
	width: 1px;
	height: 393px;
	
	border-left: 1px solid white;
}
h2{
	font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 60px;
line-height: 70px;
text-transform: uppercase;
color: var(--black);

}
.about_text p{
	margin-bottom: 20px;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 150%;
}
.about_text p:first-child{
	margin-top: 45px;
}
.container.about{
	padding-top: 140px;
	padding-bottom: 63px;
}
h3{
margin-top: 70px;
font-style: normal;
font-weight: bold;
font-size: 35px;
line-height: 41px;
text-transform: uppercase;
color: var(--black);
}
h3::after{
	content: '';
	width: 33px;
	height: 2px;
	position: absolute;
	left: 15px;
	top: 125px;
	border-bottom: 5px solid var(--black);
}
.orders li {
	margin-bottom: 30px;
}
.orders a{
display: flex;
vertical-align: middle;
}
.orders li span {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 30px;
color: var(--red);
margin-left: 20px;
}
.orders{
	margin-top: 75px;
}
.bg_gallery{
	background-color: var(--black);
	padding-top: 90px;
	padding-bottom: 80px; 
	position: relative;
}
.bg_gallery h2{
	color:white;
}
.controlls_gallery{
	display: flex;
	vertical-align: middle;
	    justify-content: flex-end;
		padding-top: 20px;
}
.controlls_gallery >span {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 164.06%;
	text-align: center;
	letter-spacing: 0.25em;
	color: #8B8B8B;
	margin-left: 40px;
	margin-right: 40px;
}
.controlls_gallery img{
	width: 30px;
	height: 30px;
}
.controlls_gallery .second_arrow{
	transform: scale(-1, 1);
}
.top_gallery{
	vertical-align: middle;
}
.img_col>div{
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.img_wrap_1{
	max-height: 266px;
}
.img_wrap_2{
	max-height: 475px;
}
.img_wrap_3{
	max-height: 266px;
}
.img_wrap_4{
	max-height: 265px;
}
.img_wrap_5{
	max-height: 180px;
}
.img_wrap_6{
	max-height: 473px;
}
.img_wrap_7{
	max-height: 268px;
}
.gallery_right{
	position: absolute;
	bottom: 0;
	right: 0;
}
.news{
	margin-top: 140px;
}
.name_news{
font-style: normal;
font-weight: 500;
font-size: 34px;
line-height: 164.06%;
color: var(--black);
}
.discr_news{
font-weight: 500;
font-size: 18px;
line-height: 25px;
}
.date_news{
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #8B8B8B;
	margin-top: 50px;
}
.news_btn{
	cursor: pointer;
}
.news_btn > div {
background: var(--red);
border-radius: 30px;
margin-top: 20px;
text-align: center;
width: 226px;
height: 60px;
}
.news_btn > div span {
	font-weight: 500;
	font-size: 18px;
	line-height: 60px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.news_line{
	display: flex;
	justify-content: center;
}
.news_line > div{
	border-right: 1px solid #C4C4C4;
	width:1px;
	height: 100%;
}
.news_row{
	margin-top: 5px;
}
.news_row >.col-12{
	margin-top: 40px;
}
footer{
	background-color: var(--black);
	position: relative;
	overflow: hidden;
}
.footert_text p {
	font-weight: 500;
font-size: 18px;
line-height: 150%;
color: #FFFFFF;
}
.footert_text h2 {
color: #FFFFFF;
}

.footert_text .copy_right{
	font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #8B8B8B;
margin-top: 130px;
}
.footert_text{
border-right: 1px solid #FFFFFF;
padding-top: 140px;
padding-bottom: 255px;
position:relative;
}
.footer_map p{
	font-style: normal;
font-weight: normal;
	font-size: 18px;
line-height: 150%;
color: #FFFFFF;
margin-top: 33px;

}
.footer_contacts p{
	font-size: 18px;
line-height: 150%;
color: #FFFFFF;
margin-top: 33px;
font-style: normal;
font-weight: normal;
}
.home_footer > .container > .row{
	justify-content: space-between;
}
.footer_map, .footer_contacts{
	margin-top: 340px;
}
.footer_descr{
margin-top: 45px;
}
.footert_text::before{
	content:'';
	display: inline-block;
	position: absolute;
	top: 280px;
	right:-1200px;
	border-top: 1px solid #FFFFFF;
	width:1200px;
	height: 1px;
}
.dots{
	vertical-align: middle;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color:var(--red);
	border-radius: 50%;
	margin-right: 25px;
}
.dots:last-child{
	margin-right: 0px;
}
.reload{
	display: inline-block;
	vertical-align: middle;
	margin-right:25px;
}
.reload_col{
	margin-top: 100px;
	margin-bottom: 140px;
}
.reload_col:hover .reload:not(.not-allow){
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 1s;
}
.news_btn > div:not(.not-allow):hover{
	box-shadow: 0px 4px 10px rgba(252, 17, 59, 0.4);
}
.title_header{
	height: 140px;
	background-image: url('../img/unnamed (1)+.png');
	text-align: center;
	padding-top: 46px;
}
.news_open > .container-fluid{
	padding: 0;
}
.news_open .header{
	position: relative;
	width: auto;
}
.title_header p{
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.back{
	margin-top: 20px;
	margin-bottom: 30px;
	width: fit-content;
	cursor: pointer;
}
.back img{
	vertical-align: middle;
	border-radius: 50%;
}
.back:hover img{
	box-shadow: 0px 4px 10px rgba(255, 49, 86, 0.4);
}
.back:hover span {
text-shadow: 0px 4px 10px rgba(255, 49, 86, 0.4);
}

.back span {
	font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 164.06%;
text-align: center;
letter-spacing: 0.05em;
color: var(--red);
margin-left: 30px;
vertical-align: middle;
}
.img_wrap_open{
	max-height: 487px;
	position: relative;
}
.news_img_col >div{
	position: relative;
	height: 199px;
}
.news_open_title{
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 47px;
	color: #525151;
	margin-bottom: 35px;
	margin-top: 90px;
}
.news_open .date_news{
	text-align: left;
	margin-top: 40px;
}
.open_news_text p{
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 150%;
color: var(--grey);
margin-top: 20px;
}
.open_news_text {
	margin-top: 45px;
}
.news_open_footer{
	padding: 60px 0;
	margin-top: 130px;
}
.news_open_footer .footert_text{
	border:none;
	padding: 0;
}
.news_open_footer .footer_map ,.news_open_footer .footer_contacts{
	margin-top: 0px;
}
.news_open_footer .footer_map img  ,.news_open_footer .footer_contacts img {
	margin-right: 30px;
}
.news_open_footer .footer_map img ,
.news_open_footer .footer_contacts img,
.news_open_footer .footer_map div ,
.news_open_footer .footer_contacts div{
display: inline-block;
vertical-align: top;
}
.footer_map p, .footer_contacts p:first-child{
	margin-top: 0;
}
.news_open_footer .footert_text .copy_right{
	margin-top: 0;
}
.news_open_footer .row{
	justify-content: space-between;
}
.masonry-column >div{
	margin-top: 30px;
}

.slick-prev.slick-arrow, .slick-next.slick-arrow{
	background-size: 100% 100%;
	background-color: transparent;
	z-index: 9;
	border: none;
	color: transparent;
	width:30px;
	height: 30px;
	outline: none;
}
.slick-prev.slick-arrow{
	background-image: url('../img/Group-52.svg');
	top: -34px;
	left: 989px;
}
.slick-next.slick-arrow{
	background-image: url('../img/122s.svg');
		right: 0;
    top: -34px;
}
.home_footer .footer_map p{
	margin-top: 33px;
}
@media only screen and (max-width: 1800px) {
	.gallery_right{
		width: 475px;
    height: 1157px;
	}
	.gallery_right> img{
		height: 100%;
	}
}

@media only screen and (max-width: 1700px) {
	.news_open_title{
		margin-top:50px;
		font-size: 26px;
		line-height: 32px;
    margin-bottom: 25px;
	}
	.news_open .date_news{
		margin-top: 20px;
		font-size: 15px;
	}
	.back img{
		width: 60px;
		height: 60px;
	}
	.open_news_text p{
		font-size: 15px;
	}
	.footer_map p{
		font-size: 15px;
	}
	.footer_contacts p{
		font-size: 15px;
	}
	.footert_text .copy_right{
		font-size: 14px;
	}
	.header{
		height: 115px;
	}
	.menu__item{
		line-height:115px;
	}
	.header .menu__item a{
		font-size:15px;
	}
	.title_header{
		height: 115px;
		padding-top: 0px;
	}
	.title_header p{
		font-size: 34px;
		line-height: 115px;
	}
	/* home media */
	h1 {
		font-size: 75px;
		line-height: 83px;
	}
	.home_bg .container{
		padding-top: 380px;
	}
	.title_disc {
    margin-top: 115px;
}
.title::before {
	top: 195px;
	right: -841px;
}
h2{
	font-size: 50px;
	line-height: 58px;
}
.about_text p{
	font-size: 16px;
}
h3{
	font-size: 29px;
	line-height: 34px;
}
.orders li span{
	font-size: 16px;
}
.gallery_right{
	width: 470px;
	top: auto;
	bottom: 0px;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow{
	width: 24px;
	height: 24px;
	top: -20px;
}
.slick-prev.slick-arrow{
		left: 699px;
		
}

  }
	@media only screen and (max-width: 1499.8px) {
		.news_open_title{
			margin-top:50px;
			font-size: 26px;
			line-height: 32px;
			margin-bottom: 25px;
		}
		
		.back img{
			width: 45px;
			height: 45px;
		}
		.back span{
			font-size: 15px;
			margin-left: 20px;
		}
		.open_news_text p{
			font-size: 15px;
		}
		.footer_map p{
			font-size: 13px;
		}
		.footer_contacts p{
			font-size: 13px;
		}
		.footert_text .copy_right{
			font-size: 12px;
		}
		.header{
			height: 95px;
		}
		.menu__item{
			line-height:95px;
			margin-left: 85px;
		}
		.header .menu__item a{
			font-size:13px;
		}
		.title_header{
			height: 95px;
			padding-top: 0px;
		}
		.title_header p{
			font-size: 26px;
			line-height: 95px;
		}
		.news_open_footer .footer_map img, 
		.news_open_footer .footer_contacts img{
			width: 27px;
			height: 27px;
			margin-right: 20px;
		}
		h1 {
			font-size: 60px;
			line-height: 70px;
	}
	.title_disc p{
		font-size: 16px;
    line-height: 21px;
	}
	h2 {
    font-size: 40px;
    line-height: 48px;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}
.name_news{
	font-size: 24px;
}
.discr_news{
	font-size: 15px;
	line-height: 20px;
}
.date_news{
	font-size: 15px;
	line-height: 25px;
	margin-top: 30px;
}
.news_btn > div span{
	font-size: 15px;
	line-height: 40px;
}
.news_btn > div{
	width: 158px;
	height:40px;
}
.footert_text p{
	font-size: 16px;
}
.gallery_right{
	width: 330px;
	height: 900px;
}
		}
		@media only screen and (max-width: 1199.8px) {
			.news_open_title{
				margin-top:40px;
				font-size: 22px;
				line-height: 27px;
				margin-bottom: 20px;
			}
			
			.back img{
				width: 37px;
				height: 37px;
			}
			.back span{
				font-size: 15px;
				margin-left: 20px;
			}
			.open_news_text p{
				font-size: 13px;
			}
			.footer_map p{
				font-size: 11px;
			}
			.footer_contacts p{
				font-size: 11px;
				margin-top: 20px;
			}
			.footert_text .copy_right{
				font-size: 11px;
			}
			.header{
				height: 80px;
			}
			.menu__item{
				line-height:80px;
				margin-left: 65px;
			}
			.header .menu__item a{
				font-size:11px;
			}
			.title_header{
				height: 80px;
			}
			.title_header p{
				font-size: 22px;
				line-height: 80px;
			}
			.news_open_footer .footer_map img, 
			.news_open_footer .footer_contacts img{
				width: 22px;
				height: 22px;
				margin-right: 15px;
			}
			h1 {
				font-size: 46px;
				line-height: 52px;
		}
		.title::before{
			top: 140px;
    right: -901px;
		}
		.home_bg .container{
			padding-top: 500px;
		}
		h2 {
			font-size: 32px;
			line-height: 38px;
	}
	.about_text p:first-child{
		margin-top: 30px;
	}
	.about_text p{
		font-size: 14px;
	}
	.home_bg{
		height: 700px;
	}
	.home_bg .container{
		padding-top: 330px;
	}
	h3 {
    font-size: 18px;
    line-height: 24px;
}
h3::after{
	width: 25px;
	border-bottom: 3px solid var(--black);
	top: 110px;
}
.orders li img {
	width: 20px;
	height: 20px;
}
.orders li span{
	font-size: 14px;
	line-height:20px;
}
.gallery_right {
	width: 260px;
	height: 800px;
}
.slick-prev.slick-arrow{
	left: 558px;
}
.discr_news{
	font-size: 14px;
}
.news_btn > div{
	width: 120px;
	height: 30px;
}
.news_btn > div span {
	font-size: 13px;
	line-height: 30px;
}
.footert_text{
	padding-bottom: 150px;
}
			}
			@media only screen and (max-width: 991.9px) {
				.gallery_right{
					display: none;
				}
				.header{
					display: none;
				}
				.home_bg {
					height: 500px;
			}
			.home_bg .container {
				padding-top: 130px;
		}
		.title::before {
			right: -980px;
	}
	.date_news{
		text-align: left;
	}
	.footert_text {
		padding-bottom: 50px;
		padding-top: 80px;
}
			}

			@media only screen and (max-width: 767.9px) {
			.header{
				display: none;
			}
			.title_header{
				border-bottom: 20px solid var(--black)
			}
			.footer_contacts p, .footer_map p{
				font-size: 9px;
			}
			.footer_contacts p {
				margin-top: 15px;
			}
			.news_open_footer .footer_map img, .news_open_footer .footer_contacts img {
				width: 16px;
				height: 16px;
				margin-right: 10px;
				}
				.dots{
					width: 8px;
					height: 8px;
				}
				.news_open .date_news {
					margin-top: 10px;
					font-size: 12px;
			}

			.news_open_title {
				margin-top: 20px;
				font-size: 15px;
				line-height: 20px;
				margin-bottom: 10px;
			}
			.slider{
				position: relative;
				height: 300px;
				overflow: scroll;
			}
			.masonry-column > div{
				display: flex;
				justify-content: center;
			}
			.home_bg{
				background-size:cover;
			}
			.title::before{
				right: -1041px;
			}
			h1 {
				font-size: 28px;
				line-height: 32px;
		}
		.title_disc p {
			font-size: 14px;
			line-height: 18px;
	}
	.title::before {
		right: -1036px;
		top: 85px;
}
.title_disc {
	margin-top: 80px;
}
.home_bg {
	height: 400px;
}
.title::after{
	bottom: -380px;
	left: 16px;
}
.controlls_gallery >span{
	display: none;
}
.bg_gallery{
	padding: 30px 0;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow{
	top:157px;
	position: -webkit-sticky; /* Required for Safari */
  position: sticky;
}
.slick-next.slick-arrow{
	left: 94% ;
	right: auto ;
	bottom: 38% ;
	top: auto ;
}
.slick-prev.slick-arrow{
	left: 0;
}
.reload_col{
	text-align: center
}
.footer_contacts p, .footer_map p {
	font-size: 8px;
}
.title::after, .title::before{
display: none;
}
.footer_map, .footer_contacts{
	margin-top: 0px;
	margin-bottom: 20px;
}
.footert_text .copy_right{
	margin-top: 10px;
}
.home_footer .footer_map p{
	margin-top: 15px;
}
h1 {
	font-size: 24px;
	line-height: 28px;
}
.footert_text::before, .footert_text::after{
	display: none;
}
.footert_text{
	border:none;
}
	}

			@media only screen and (max-width: 575.8px) {
				.news_open_title {
					margin-top: 20px;
					font-size: 15px;
					line-height: 20px;
					margin-bottom: 10px;
				}
				.back img {
					width: 25px;
					height: 25px;
			}
			.back span {
				font-size: 11px;
				margin-left: 10px;
			}
			.news_open .date_news {
				margin-top: 5px;
				font-size: 10px;
				}
				.dots{
					margin-right:12px;
					width: 6px;
					height: 6px;
				}
				.open_news_text {
					margin-top: 25px;
			}
			.open_news_text p {
				font-size: 12px;
		}
		.news_open_footer .footert_text .copy_right{
			margin-top: 20px;
			margin-left: 15px;
			font-size: 9px;
		}
		.news_open_footer{
			padding: 30px 0;
		}
		.footer_contacts p, .footer_map p {
			font-size: 8px;
		}
		.title::after, .title::before{
		display: none;
		}
		.footer_map, .footer_contacts{
			margin-top: 0px;
			margin-bottom: 20px;
		}
		.footert_text .copy_right{
			margin-top: 10px;
		}
		.home_footer .footer_map p{
			margin-top: 15px;
		}
		h1 {
			font-size: 24px;
			line-height: 28px;
	}
	}


@media only screen and (min-width: 1701px) {
	.container {
	  max-width: 1536px;
	}
}


.slick-prev{
	background:#000;
	width:50px;
	height:50px;
position: absolute;
	left:0;
	top:50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Safari */
	transform: translateY(-50%);
	}
.slick-next{
	background:#000;
	width:50px;
	height:50px;
position: absolute;
	right:0;
	top:50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Safari */
	transform: translateY(-50%);
	}


	@keyframes circleRotate {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(1280deg);
		}
	}