*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face{
	font-family: 'Centro Slab';
	src: url(../fonts/font.ttf);
}

@font-face{
	font-family: 'Proxima Nova';
	src: url('../fonts/title.ttf');
}


.wrapper{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

.header{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.header-top{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.top-data{
	text-align: center;
	background-color: #F3F5F7;
	font-family: 'Roboto', sans-serif;
	padding: 9px 4px;
	font-size: 14px;
	width: calc(100% - 250px);
}


.registred-block{
	width: 250px;
	display: flex;
	color: #fefefe;
	background-color: #363636;
	justify-content: center;
	align-items: center;
	padding: 2px;
	font-size: 15px;
	gap: 12px;
	font-family: 'Centro Slab';
}

.find{
	width: 15px;
	height: auto;
	cursor: pointer;
}

.enter{
	border-bottom: 1px dotted #fefefe;
	cursor: pointer;
}

.registred{
	border-bottom: 1px solid #fefefe;
	margin-left: 7px;
	cursor: pointer;
	position: relative;
}

.registred::before{
	content: '';
	position: absolute;
	border-left: 1px solid #fefefe;
	height: 15px;
	width: 1px;
	left: -9px;
	top: 3px;
}


.hedder-middle{
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 30px 30px 0 30px;
	flex-wrap: wrap;
	padding-top: 30px;
	align-items: center;
}

.contact-block{
	text-align: right;
	min-width: 350px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	flex: 1;
}

.phone-number{
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Centro Slab';
}

.addres{
	color: gray;
	font-size: 16px;
	font-family: 'Roboto';
}

.link{
	font-family: 'Roboto';
}

.title-block{
	padding: 5px;
	min-width: 330px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title{
	font-size: 80px;
	font-weight: bold;
	font-family: 'Proxima Nova';
}

.subtitle{
	color: gray;
	font-size: 18px;
	padding-left: 270px;
	font-family: 'Roboto', sans-serif;
}

.find-block{
	flex: 1;
	min-width: 300px;
}

.bed-version{
	border-bottom: 1px solid #0000EE;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-decoration: none;
	width: fit-content;
}

.finder-block{
	margin-top: 7px;
	margin-bottom: 7px;
	width: fit-content;
	position: relative;
	display: flex;
}

.input{
	width: 300px;
	padding: 10px 33px 10px 7px;
	outline: 1px solid #d3d9dd;
	border: none;
	border-radius: 2px;
	font-family: 'Centro Slab';
	font-size: 15px;
}

.find2{
	position: absolute;
	top: 11px;
	right: 76px;
	width: 20px;
	height: auto;
	cursor: pointer;
}

.drop-down-list{
 	width: 60px;
 	padding: 5px; 
 	margin-left: 7px; 	
 	background-color: #FAFAFA; 
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
 	align-items: center;
 	border-radius: 3px;
 	position: relative;
}  

.elem-ddl{
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 7px;
}

.img-ddl{ 	
	margin: 0 auto; 	
	width: 35px; 	
	height: auto; 
}


.other-elems{
	position: absolute;
	top: 50px;
	opacity: .9;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #FAFAFA;
	width: 60px;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
}


.example{
	color: #737a7e;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 14px;
}

.example>a{
	text-decoration: none;
	border-bottom: 1px solid #525e64;
	color: #525e64;
}

.header-end{
	margin-top: 30px;
	display: flex;
	gap: 7px;
	justify-content: space-around;
	padding: 15px 5px;
	border-bottom: 3px solid black;
	border-top: 1px solid black;
	flex-wrap: wrap;
}

.part{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	transition-duration: .5s;
	cursor: pointer;
}

.part:hover{
	color: gray;
}

/*main*/

.main{
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
}

.asside-left{
	width: 400px;
}

.slider{
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.title-slider{
	font-size: 23px;
	font-weight: bold;
	font-family: 'Centro Slab';
	text-transform: uppercase;
}

.title-slider-block{
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	display: flex;
	width: 350px;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.new{
	padding: 5px;
	padding-top: 15px;
	width: 350px;
}

.data{
	color: #a6a8b9;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.comment{
	margin-left: 5px;
	
}

.view-com{
	color: #a6a8b9;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.message{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding: 4px 0;
}

.eye{
	width: 10px;
	height: auto;
}

.mess{
	width: 10px;
	height: auto;
}

.buttons{
	display: flex;
	align-items: center;
	gap: 10px;
}

.button-left{
	width: 25px;
	height: auto;
	transform: rotate(180deg);
	cursor: pointer;
}

.button-right{
	width: 25px;
	height: auto;
	cursor: pointer;
}

.swiper-wrapper{
	width: 350px;
}

.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden{
	
	margin: 0;
}



.asside-middle{
	flex: 2;
	max-width: 800px;
	min-width: 300px;
}

.main-new{
	background-color: #F6F4F8;
	width: 100%;
}

.picture-block{
	width: 100%;
	max-width: 800px;
	height: auto;
}

.picture-block>img{
	width: 100%;
	max-width: 800px;
	height: auto;
}

.text-block{
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 20px;
}

.under-title-main{
	text-transform: uppercase;
	color: #ff5a00;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.title-main{
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.data-block{
	display: flex;
	padding-top: 10px;
	justify-content: space-between;
	width: 100%;
}

.data-main{
	color: gray;
}


.asside-right{
	flex: 1;
	min-width: 250px;
}

.subscribe{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: 30px;
	background-color: #fafafa;
	max-width: 270px;
	margin-top: 20px;
	padding: 20px;
}

.title-sub{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Centro Slab';
}

.text-sub{
	font-family: Roboto , sans-serif;
	font-size: 15px;
}

.button-sub{
	width: 100%;
	font-family: Roboto , sans-serif;
	margin-top: 10px;
	background-color: white;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px 0;
	font-size: 16px;

}

.subscribe-window{
	padding-top: 0;
	background-color: white;
	margin-top: 30px;
	padding-left: 0;
	margin-left: 30px;
	padding: 15px;
	border:2px solid  #DCDBDE;
}

.subscribe-input-block{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.subscribe-input-btn{
	width: 55px;
	background-color: #1357bc;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.subscribe-input-btn>img{
	width: 10px;
	height: auto;
}

.subscribe-input{
	background-color: #f5f6f8;
	font-family: Roboto, sans-serif;
	padding: 13px 10px;
	font-size: 16px;
	width: 100%;
	border: none;
	outline: none;
}