﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;1,400;1,700&display=swap');

body {
	font-family: 'Roboto Condensed', sans-serif;
	margin:0;
	width: 100%;
	background-color: #222;
    color: #fff;
}
a {
	text-decoration:none;
	color:#fff;
}

.price {
	width:100%;text-align:center;margin-top: 50px;margin-bottom: 100px;
}

.price_2 {
	max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.price_3 {
	display:flex;
	margin-bottom:10px;
	font-size: 20px;
}

.price_4 {
	white-space: nowrap;width:fit-content;float:left;text-align:left;
}

.price_5 {
	width:100%;border-bottom: 1px dashed #555;
}

.price_6 {
	white-space: nowrap;width:fit-content;float:right;text-align:right;
}

.zag {
	margin-bottom: 15px;
	font-size: 25px;
}

.zag_2 {
	margin-bottom: 20px;
	font-size: 15px;
}

.top-slider {
	width:100%;
	text-align:center;
	height: 700px;
	background-image:url(images/top-slide.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.header {
	width:100%;
	text-align:center;
	margin: 10px 0;
}

.header_2 {
	font-size: 25px;
}

.plus {
	width:100%;
	text-align:center;
	padding: 40px 0;
	background: #673ab7;
	margin-bottom: 20px;
}

.plus_2 {
	max-width:1600px;
	margin:0 auto;
	display:flex;
}

.plus_3 {
	width: 100%;
	border-right: 2px dashed;
}

.plus_4 {
	font-size: 70px;
	margin-bottom: 10px;
}

.plus_5 {
	font-size: 25px;
}

.plus_6 {
	max-width: 300px;
	margin: 0 auto;
	margin-top: 15px;
}

.callback {
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	text-align:center;
	display:flex;
}

.callback_2 {
	width:50%;
	border-right: 2px dashed #999;
	padding: 30px 0;
}

.callback_3 {
	margin-bottom: 7px;font-size: 25px;
}

.callback_4 {
	margin-bottom: 20px;font-size: 15px;
}

.callback_5 {
	max-width:450px;
	margin:0 auto;
	box-sizing: border-box;
	padding: 20px 40px;
	box-shadow: 0 0 5px 0 #000;
	border-radius: 5px;
	background: #333;
}

.callback_6 {
	margin-bottom: 10px;
	font-size: 18px;
}

.callback_5 input {
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	height: 40px;
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 3px;
    border: 0;
	box-sizing: border-box;
}

.callback_5 textarea {
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	height: 100px;
	font-size: 18px;
	padding: 10px 10px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 3px;
    border: 0;
	box-sizing: border-box;
}

.callback_5 button {
	background-color: #673ab7;
	border: 0;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 10px 0;
	font-size: 17px;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 0 0 5px 0 #111;
	cursor: pointer
}

.callback_7 {
	max-width:450px;
	margin:0 auto;
	box-sizing: border-box;
	padding: 20px 40px;
}

.callback_8 {
	display:flex;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 40px;
}

.callback_9 {
	width:100%;
}

.callback_10 {
	margin-top: 7px;
}

.dspl_flex {
	display:flex;
}

.adress {
	width:65%;
}

.adress_2 {
	width:35%;
	font-size:20px;
}

.popup {
	width: 100%;
    height: 100%;
    background-color: #000000a1;
    position: fixed;
    top: 0;
	display:none;
}

.popup_2 {
	width: 100%;
    max-width: 370px;
	box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    top: 40%;
    background-color: #673ab7;
    color: #fff;
    padding: 20px;
    border: 5px solid #a36eff;
    text-align: center;
    border-radius: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.popup_3 {
	font-size: 20px;
    margin-bottom: 10px;
}
.popup_3 span {
	font-size: 15px;
	display: block;
	margin-top: 5px;
}

.raion {
	font-size: 20px;
    margin: 8px 0;
}

.raion_info {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	text-align: center;
}

/*МЕДИА ЗАПРОСЫ*/

@media (max-width: 500px) {
	
	.raion_info {
		display: block;
	}
	
	.plus_2 {
		display:block;
	}
	
	.plus_3 {
		margin-bottom: 35px;
		border: 0;
	}
	
	.callback {
		display: block;
		border-bottom: 2px dashed #777;
		padding-bottom: 15px;
	}
	
	.callback_2 {
		width: 100%;
		padding: 30px 7px;
		box-sizing: border-box;
		border: 0;
	}
	
	.price_3 {
		display: block;
		border-bottom: 2px dashed #555;
		padding-bottom: 10;
	}
	
	.price_4 {
		width: 100%;
		float: none;
		text-align: center;
		white-space: normal;
	}
	
	.price_5 {
		display: none;
	}
	
	.price_6 {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.dspl_flex {
		display: block;
	}
	
	.adress {
		width: 100%;
	}
	
	.adress_2 {
		width: 100%;
		margin-top: 35px;
	}
	
	.top-slider {
		height: 300px;
		background-position: right bottom;
	}
	
	.callback_5 {
		padding: 20px 25px;
	}
	
	
	
	
	
	
	
	
	
}