@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../font/ProximaNova-Light.eot');
    src: url('../font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/ProximaNova-Light.woff') format('woff'),
    url('../font/ProximaNova-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../font/ProximaNova-Regular.eot');
    src: url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/ProximaNova-Regular.woff') format('woff'),
    url('../font/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../font/ProximaNova-Bold.eot');
    src: url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/ProximaNova-Bold.woff') format('woff'),
    url('../font/ProximaNova-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	margin: 0px;
	margin: 0px;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5, p{
	margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.center{
	width: 90%;
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
}
.main{
	width: 100%;
	height: 100vh;
	float: left;
	background-image: url('../images/bg/main.jpg');
	background-color: black;
	background-position: center;
	background-size: 1300px;
	background-repeat: no-repeat;
}
.main_row{
	width: 100%;
	height: 635px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main_item:nth-child(1){
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main_logo{
	margin: 25px 0 0 0;
}
.main_logo img{
	width: 200px;
	height: 60px;
	object-fit: contain;
}
.main_item:nth-child(1) ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 45px 0 0 0;
}
.main_item:nth-child(1) ul > li{
	margin: 0 20px;
	float: left;
}
.main_item:nth-child(1) ul > li > a{
	color: #fff;
	font-size: 14px;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	transition: .4s;
}
.main_item:nth-child(1) ul > li > a > span{
	z-index: 1000;
	position: relative;
}
.active_nav_link:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 12px;
	top: 9px;
	right: -10%;
	background-color: #f34235;
	z-index: 0;
	transition: .4s;
}
.main_item:nth-child(1) ul > li > a:hover:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 12px;
	top: 9px;
	right: -10%;
	background-color: #f34235;
	z-index: 0;
	transition: .4s;
}
.main_item:nth-child(2){
    width: 100%;
    height: auto;
    position: absolute;
    top: 224px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.main_title{
	width: fit-content;
	height: auto;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	margin: 5px 0 132px 0;
	position: relative;
}
.main_title span{
	position: relative;
	z-index: 1000;
}
.main_title:before{
	content: "";
	position: absolute;
	width: 93%;
	height: 26px;
	top: 20px;
	right: -2%;
	background-color: #f34235;
	z-index: 0;
	transition: .4s;
}
.main_button{
	font-size: 13px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	border-radius: 4px;
	position: relative;
}
.main_button span{
	position: relative;
	z-index: 1000;
}
.main_button:hover:before{
	content: "";
	position: absolute;
	width: 105%;
	height: 13px;
	top: 9px;
	right: -8%;
	background-color: #f34235;
	z-index: 0;
	transition: .4s;
}
.main_item:nth-child(3){
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	bottom: 0;
}
.main_item_networks{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.main_item_networks a{
	margin: 0 6px;
}
.main_item_networks a > img{
	width: 18px;
	height: 18px;
	object-fit: contain;
	object-position: center;
}
.main_footer_links{
	width: 100%;
	max-width: 610px;
	height: auto;
	margin: 10px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main_footer_links a{
	color: #fff;
	font-size: 11px;
	font-family: 'ProximaNova-Light';
	text-transform: uppercase;
	border-right: 1px solid #f34235;
	padding: 0px 4px;
}
.main_footer_links a:hover{
	font-family: 'ProximaNova-Regular';
}
header{
	width: 100%;
	height: auto;
	float: left;
	padding: 35px 0;
	background-color: #191a22;
}
.header_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header_item:nth-child(1){
	width: 200px;
}
.header_item:nth-child(3){
	width: 200px;
}
.header_logo img{
	width: 200px;
}
#bar{
	display: none;
}
.header_item ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 45px 0 0 0;
}
.header_item ul > li{
	margin: 0 20px;
	float: left;
	position: relative;
}
.header_item ul > li > a{
	color: #fff;
	font-size: 14px;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: .4s;
}
.header_item ul > li > a > span{
	z-index: 1000;
	position: relative;
}
.active_nav_link:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 12px;
	top: 9px;
	right: -10%;
	background-color: #f34235;
	z-index: 0;
	transition: .4s;
}
.header_item ul > li > a:hover:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 12px;
	top: 9px;
	right: -10%;
	background-color: #f34235;
	z-index: 0;
	transition: .4s;
}
.dropdown{
	width: 132px;
	padding: 40px 18px 18px;
	margin: 4px 0 0px;
	flex-direction: column;
	position: absolute;
	background-color: #191a22e6;
	z-index: 1005;
	display: none;
}
.dropdownMain{
	width: 132px;
    padding: 18px 18px 18px !important;
    margin: 8px 0 0px !important;
    flex-direction: column;
    position: absolute !important;
    background-color: #191a22e6;
    z-index: 1005;
    display: none;
}
.dropdown a{
	width: max-content;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-family: 'ProximaNova-Light';
	text-transform: uppercase;
	position: relative;
}
.dropdown a > span{
	z-index: 1005;
	position: relative;
}
.dropdown a:hover:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 7px;
	top: 9px;
	left: 7px;
	background-color: #f34235;
	z-index: 1000;
	transition: .4s;
}
.drop_active{
	font-family: 'ProximaNova-Bold' !important;
}
.header_addres{
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	font-size: 16px;
	color: #fff;
	font-family: 'ProximaNova-Light';
	text-transform: uppercase;
	margin: 15px 0 0 0;
}
.header_phone{
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	font-size: 16px;
	color: #f34235;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	margin: 2px 0 0 0;
}
.header_phone a{
	color: #fff;
}
.gallery{
	width: 100%;
	height: auto;
	float: left;
}
.gallery_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery_item{
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	background-color: #000000;
}
.gallery_item:nth-child(2n){
	background-color: #191a22;
}
.gallery_center{
	width: 90%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery_box:nth-child(1){
	width: 62%;
	height: auto;
}
.gallery_box:nth-child(2){
	width: 36%;
	height: auto;
}
.gallery_image{
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
}
.gallery_text{
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	font-family: 'ProximaNova-Light';
	font-size: 12px;
}
.gallery_title{
	padding: 6px 12px;
	color: #fff;
	background-color: #f34235;
	text-transform: uppercase;
	float: left;
	font-size: 16px;
	font-family: 'ProximaNova-Bold';
	margin: 48px 0 10px;
}
.gallery_more_image{
	width: 100%;
	height: 130px;
	object-fit: cover;
	object-position: center;
}
.photos{
	width: 100%;
	height: auto;
	float: left;
	background-color: #000000;
	padding: 30px 0 10px;
}
.photos_center{
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
}
.photos_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photos_item{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photos_item:nth-child(2){
	margin: 20px 0 0;
}
.photos_box:nth-child(1){
	width: 62%;
	height: auto;
}
.photos_box:nth-child(2){
	width: 36%;
	height: auto;
}
.photos_item:nth-child(1) .photos_box:nth-child(1) img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
}
.photos_item:nth-child(1) .photos_box:nth-child(2) span{
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	font-family: 'ProximaNova-Light';
	font-size: 12px;
}
.photos_item:nth-child(2) img{
	width: 32%;
	height: auto;
	margin: 0 0 20px 0;
}
.contacts{
	width: 100%;
	height: auto;
	background-color: black;
	float: left;
}
.contacts_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts_item{
	width: 100%;
	height: auto;
	float: left;
	padding: 50vh 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: url('../images/bg/main.jpg');
	background-position-y: 70px;
	background-position-x: center;
	background-size: 1000px;
	background-repeat: no-repeat;
}
.contacts_button{
	position: relative;
	margin: 0 0 75px 0;
}
.contacts_button span{
	font-size: 23px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	padding: 20px;
	background-color: #000;
	position: relative;
	z-index: 1000;
}
.contacts_button:before {
    content: "";
    position: absolute;
    width: 97%;
    height: 69px;
    top: -12px;
    right: -3%;
    background-color: #f34235;
    z-index: 0;
    transition: .4s;
}
.map{
	width: 100%;
	height: 405px;
	float: left;
}
.services{
	width: 100%;
	height: auto;
	float: left;
	padding: 40px 0;
	background-color: #f1f2f2;
}
.services_center{
	width: 90%;
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
}
.services_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.services_item{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.services_block:nth-child(1){
	width: 30%;
	height: auto;
}
.services_block:nth-child(2){
	width: 70%;
	height: auto;
}
.services_image{
	width: -webkit-fill-available;
	width: -moz-available;
	border-left: 17px solid #ed1c24;
	height: auto;
	min-height: 420px;
	object-fit: cover;
	object-position: center;
}
.services_box:nth-child(1){
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.services_box:nth-child(2){
	width: 45%;
	height: auto;
}
.services_box:nth-child(3){
	width: 4px;
	height: auto;
	background-color: #ed1c24;
}
.services_box:nth-child(4){
	width: 45%;
	height: auto;
}
.services_order{
	float: left;
	font-size: 14px;
	color: #fff;
	background-color: #ed1c24;
	padding: 7px 26px;
	float: left;
	font-family: 'ProximaNova-Regular';
}
.services_title{
	font-family: 'ProximaNova-Light';
	font-size: 30px;
	background-color: #191a22;
	padding: 14px 35px 12px 13px;
	float: left;
	color: #fff;
	margin: 57px 0 0 0;
	text-transform: uppercase;
	position: absolute;
}
.services_title span{
	display: flex;
    flex-direction: column;
}
.services_title span > em{
	width: 32px;
    height: 4px;
    background-color: #ed1c24;
    float: left;
    margin: 6px 0 0;
}
.services_description{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	text-align: left;
	color: #333333;
	font-size: 14px;
	line-height: 19px;
	font-family: 'ProximaNova-Light';
	margin: 96px 0 0 0;
	padding: 0 10px 0 15px;
}
.services_content{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	float: left;
}
.services_section_title{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #f50e0e;
	font-size: 18px;
	font-family: 'ProximaNova-Light';
}
.services_content_text{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #333333;
	font-size: 14px;
	line-height: 19px;
	font-family: 'ProximaNova-Light';
	margin: 10px 0 0 0;
}
.services_content_info{
	font-size: 14px;
	color: #fff;
	background-color: #ed1c24;
	padding: 10px 20px;
	float: left;
	font-family: 'ProximaNova-Regular';
	text-transform: uppercase;
	margin: 40px 0 0 0;
}
.services_content_notification{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-family: 'ProximaNova-Bold';
	font-size: 14px;
	color: #ed1c24;
	text-transform: uppercase;
}
footer{
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0;
	background-color: #191a22;
	background-image: url('../images/logo-footer.png');
	background-position: center;
	background-repeat: no-repeat;
}
.footer_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_networks{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 15px auto 0;
}
.footer_networks a{
	margin: 0 6px;
}
.footer_networks a > img{
	width: 23px;
	height: 23px;
	object-fit: contain;
	object-position: center;
}
.footer_links{
	width: 100%;
	max-width: 610px;
	height: auto;
	margin: 10px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.footer_links a{
	color: #fff;
	width: max-content;
	font-size: 12px;
	font-family: 'ProximaNova-Light';
	text-transform: uppercase;
	border-right: 1px solid #f34235;
	padding: 0px 4px;
}
.footer_links a:nth-child(1){
	border-left: 1px solid #f34235;
}
.footer_copyright{
	width: 100%;
	height: auto;
	float: left;
	margin: 12px 0 0;
	font-family: 'ProximaNova-Light';
	font-size: 16px;
	text-align: center;
	color: #808186;
}
.modal{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: #000000bf;
	z-index: 10005;
}
.modal_row{
	width: 95%;
	max-width: 320px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.close_modal{
	width: 12px;
	height: 12px;
	padding: 4px;
	background-color: #f34235;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.modal_item:nth-child(2){
	width: 100%;
	height: 180px;
	float: left;
	background-image: url('../images/bg/modal-item-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.modal_item:nth-child(3){
	width: 100%;
	height: auto;
	float: left;
	background-image: url('../images/bg/modal-item-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #000;
	padding: 20px 0;
}
.modal_title{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: 'ProximaNova-Regular';
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.modal_item:nth-child(3) form{
	width: 200px;
	height: auto;
	margin: 0 auto;
}
.modal_item:nth-child(3) form > label{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 15px 0;
}
.modal_item:nth-child(3) form > label > span{
	width: 100%;
	height: auto;
	float: left;
	font-size: 11px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
}
.modal_item:nth-child(3) form > label > input{
	height: 28px;
	float: left;
	padding: 0 15px;
	border: unset;
	margin: 5px 0 0 0;
	font-size: 13px;
}
.modal_item:nth-child(3) form > button{
	width: 111px;
	height: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	background-color: #f34235;
	border: unset;
	margin: 0 auto;
}
@media screen and (max-width: 950px){
	.gallery_image{
		height: 100%;
	}
	.services_block{
		width: 100% !important;
	}
	.services_block:nth-child(1){
		order: 2;
		margin: 20px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}
	.services_title{
	    margin: 10px 0 0 0;
	    position: relative;
	}
	.services_description{
		margin: 15px 0 0 0;
	}
}
@media screen and (max-width: 858px){
	header{
		padding: 25px 0;
	}
	.header_logo img {
        width: 100px;
    }
    #bar{
    	color: #fff;
        font-size: 15px;
        width: 37px;
        height: 36px;
        border: 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_item{
    	width: 100% !important;
    }
    .header_item:nth-child(1){
    	display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_item:nth-child(2){
    	display: none;
    }
    .header_item:nth-child(3){
    	width: 100%;
        float: left;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .header_item ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0 0;
        flex-direction: column;
    }
    .header_item ul > li {
        width: fit-content;
        margin: 11px auto;
        float: unset;
        position: relative;
    }
    .header_item ul > li > a{
    	margin: 0 auto;
        display: block;
        width: max-content;
    }
    .dropdown{
    	text-align: center;
    	padding: 14px 0;
    	margin: 4px 0 0px;
    	position: relative;
    	flex-wrap: wrap;
    	justify-content: center;
    	align-items: center;
    }
    .header_addres {
        width: max-content;
        height: auto;
        float: unset;
        margin: 10px auto 0;
    }
    .header_phone {
        width: max-content;
        height: auto;
        float: unset;
        margin: 2px auto 0;
    }
}    
@media screen and (max-width: 700px){
	.gallery_box{
		width: 100% !important;
	}
	.gallery_text{
		margin: 20px 0 0;
	}
	.gallery_title{
        font-size: 14px;
		margin: 25px 0 10px;
	}
	.gallery_more_image{
		width: 250px;
	}
	.gallery_box:nth-child(2) {
	    display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
    .photos_box{
    	width: 100% !important;
    }
    .photos_item:nth-child(1) .photos_box:nth-child(2) span{
    	font-size: 14px;
    	margin: 20px 0 0 0;
    }
    .photos_item:nth-child(2) img{
    	width: 49%;
    }
    .services_box{
    	width: 100% !important;
    }
    .services_image{
    	min-height: auto;
    }
    .contacts_item{
    	background-position-y: 0px;
    }
}
@media screen and (max-width: 500px){
	.photos_item:nth-child(2) img{
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	.contacts_button span{
		font-size: 18px;
	}
	.contacts_button:before{
		top: -18px;
	}
	.services_title{
		font-size: 20px;
	}
	.footer_links a{
		margin: 2px;
	}
	.main{
		background-image: unset;
		background-color: black;
	}
	.main_row {
        width: 100%;
        height: 540px;
        background-image: url(../images/bg/main.jpg);
        background-color: black;
        background-position: center;
        background-size: 1300px;
        background-repeat: no-repeat;
    }
    .main_item:nth-child(2){
    	top: 185px;
    }
	.main_logo img {
        width: 150px;
        height: 50px;
    }
    .main_item:nth-child(1) ul > li{
    	margin: 0 7px;
    }
    .main_item:nth-child(3) {
        width: 90%;
    }
    .main_title{
    	font-size: 28px;
    	margin: 5px 0 140px 0;
    }
    .main_title:before {
        width: 93%;
        height: 19px;
        top: 17px;
        right: -2%;
    }
}