@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic,cyrillic-ext');
@font-face {
	font-family: "roboto";
	src: url("../fonts/3966.ttf");
}
@font-face {
	font-family: "roboto_c";
	src: url("../fonts/roboto-condensed_[allfont.ru].ttf");
}
@font-face {
	font-family: "roboto_cb";
	src: url("../fonts/roboto-bold-condensed_[allfont.ru].ttf");
}
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif !important;
}
.s1 {
	background: url(img/bg1.jpg) no-repeat center;
	background-size: cover;
	height: 840px;
}
.price_title {
    padding: 10px 25px;
    font-size: 18px;
    background: #383838;
    color: #fff;
    max-width: 768px;
    margin: auto;
}
.price_p {
    font-size: 18px;
    max-width: 768px;
    margin: auto;
}
.price_p b {
padding: 10px 25px !important;
font-size: 16px;
display: block;
}

.price_p p {
    padding: 10px 25px;
    background: #f1f1f1;
    margin: 0;
}
.price_p .active {
    background: #fff !important;
}
.header {
    background: rgba(0, 0, 0, .90);
    position: fixed;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
}
.logo {
	float: left;
}
.map_maker {
	max-width: 242px;
	float: right;
	color: #fff;
	margin-top: 5px;
	margin-right: 50px;
}
.call {
	float: right;
}
.yellow-icon {
	color: #ffd200;
	margin-left: -14px;
	margin-right: 3px;
}
.call_header {
	font-size: 21px;
	color: #ffd200;
	text-decoration: none;
	display: block;
}
.call_header:hover {
	color: #ffd200;
}
.feedback_header:hover {
	color: #fff;
}
.feedback_header {
	display: block;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.s1_title {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 185px 0 75px;
	max-width: 875px;
	margin: auto;
	font-family: 'PT Sans', sans-serif !important;
}
.play_s1 {
    background: url(img/play.png) no-repeat center;
    width: 132px;
    height: 132px;
    left: 40%;
    position: absolute;
    cursor: pointer;
}
.play_s1 p {
    font-size: 18px;
    position: absolute;
    color: #fff900;
    right: -190px;
    width: 159px;
    top: 27px;
    font-weight: 700;
}
.play_s1:before {
    content: "";
    background: url(img/play_after.png) no-repeat right 23px top 13px;
    width: 132px;
    height: 132px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
	animation: play_anim 4s linear infinite;
}
@-webkit-keyframes play_anim {
from { -webkit-transform: rotate(0deg); }
to   { -webkit-transform: rotate(360deg); }
}
@-o-keyframes play_anim {
from { -webkit-transform: rotate(0deg); }
to   { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes play_anim {
from { -webkit-transform: rotate(0deg); }
to   { -webkit-transform: rotate(360deg); }
}
@keyframes play_anim {
from { -webkit-transform: rotate(0deg); }
to   { -webkit-transform: rotate(360deg); }
}
.video_modal {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
}
.video_modal iframe {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    margin: 0 auto;
}
.video_modal_title {
	font-size: 22px;
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	padding: 20px;
}
.close_video_modal {
    position: fixed;
    top: 10px;
    right: 40px;
    background: #333;
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 0;
}
.close_video_modal:hover {
	background: red;
}

.yellow-btn {
	background: #ffd800;
	max-width: 404px;
	padding: 15px 0;
	text-align: center;
	cursor: pointer;
	font-size: 22px;
	border-radius: 10px;
	margin: 202px auto 30px;
	color: #000;
	box-shadow: 0 1px 1px #ffb400;
}
.s7 .yellow-btn {
	margin: 50px 0 0;
}
.s4 .yellow-btn {
	margin: 20px auto;
	background: #ffb400;
}
.s4 {
	padding: 40px 0;
}
.yellow-btn:hover {
	background: #fffc00;
}

.title {
	text-align: center;
	padding: 40px 0;
	font: 700 30px 'PT Sans', sans-serif;
	color: #000;
}
.s2 {
	padding-bottom: 40px;
}
.s2_title {
	font-weight: 700;
	font-size: 27px;
}
.s2_text {
	float: left;
	max-width: 840px;
	padding: 50px;
	color: #000;
}
.cols2_2 {
	text-align: center;
	margin-top: 50px;
}
.cols2_2 img {
	margin-bottom: 15px;
}
.s2 img {
    width: 135px;
}
.s2_icon {
    float: left;
    max-width: 286px;
    margin-left: 118px;
    margin-top: 32px;
}

.title_h1 {
	font-size: 47px;
	font-weight: 700;
	color: #000;
	text-align: center;
	padding: 40px 0;
}

.s3_col {
	max-width: 730px;
	margin: auto;
	font-size: 20px;
}
.s3_col p {
	padding: 10px 0;
}
.s3_col .yellow-icon {
	color: #ffae00;
	margin-left: -25px;
}

.s4 p {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
}

.s4_title {
	font-size: 47px;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin: 50px 0 10px;
}

.s5 {
	background: #efefef;
	padding: 40px 0;
}

.gall-image img {
	width: 100%;
	
    height: 180px;
}
.gall-image {
	margin: 15px 0;
}
.gall-image:hover {
	opacity: 0.9;
}

.col_s6 img {
	width: 100%;
}

.col_s6 {
	margin: 20px 0;
}
.col_s6 img {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.s7 {
	background: url(img/s7.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}

.s7 {
	padding: 150px 0;
	margin: 50px 0;
}
.s7_title {
	max-width: 798px;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}
.s7_title span {
	color: #fffc00 !important;
}

.ask {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.ask_btn {
	background: #ffcc00;
	font-size: 24px;
	padding: 12px 0;
	border-radius: 6px;
	color: #000;
	display: block;
	max-width: 380px;
	margin: 20px auto;
}
.ask_btn:hover {
	color: #000;
}

.contacts {
	padding: 40px 0;
	background: #efefef;
	margin-top: 30px;
}
.contacts .title {
	text-align: left !important;
}

.contacts_info {
	font-size: 22px;
}

.footer {
	background: #222;
	color: #fff;
	padding: 40px 0;
}

.modal-title {
	padding: 20px;
	text-align: center;
	font-size: 22px !important;
}

.input {
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 13px 25px;
    font-size: 18px;
    border-radius: 6px;
    border: 0;
    background: #ececec;
}
.button-modal:hover {
	background: #0096ff;
}
.button-modal {
	display: block;
    width: 100%;
    margin: 15px auto;
    padding: 13px 25px;
    font-size: 18px;
    border-radius: 6px;
    border: 0;
	color: #fff;
    background: #0054ff;
}
.modal-body label {
    font-size: 18px;
    margin: 0 !important;
}

.mat1, .mat2, .mat3, .mat4 {
	background: url(img/mat1.jpg) no-repeat center;
	background-size: cover !important;
	padding: 25px;
	color: #fff;
	font-size: 18px;
	margin: 0px 0 40px;
}
.mat2 {
	background: url(img/mat2.jpg) no-repeat center;
}
.mat3 {
	background: url(img/mat3.jpg) no-repeat center;
}
.mat4 {
	background: url(img/mat4.jpg) no-repeat center;
}
.col_materials {
	padding: 25px;
	border: 1px solid #fff;
	height: 251px;
}
.col_materials span {
	display: block;
	font-size: 22px;
	font-weight: 700;
}
.exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
	background: url(img/maxresdefault.jpg) no-repeat center;
	background-size: cover;
}    
.exitblock small {
	font-size: 18px;
	text-align: center;
}
.exitblock .fon {
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;
    padding: 40px;
    border: 5px solid #3a407a;
    background: #ffffff;
    position: fixed;
    top: 80px;
    left: 50%;
    font-size: 30px;
    margin-left: -30%;
    width: 60%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
	text-align: center;
	font-weight: 700;
}    
.exitblock .modaltext p {
	font-weight: 400;
}
.closeblock {
    cursor:pointer;
    position: fixed;
    line-height:60px;
    font-size:82px;
    transform: rotate(45deg);
    text-align:center;
    top:20px;
    right:30px;
    color: #fff;    
}
.closeblock:hover {
    color: #000;    
}
.modaltext span {
    background: #f9ff00;
    padding: 0 10px 8px;
}