@font-face {
	font-family: "Helvetica Neue Cyr";
	  src:  url('../fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype');	
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue Cyr";
	  src:  url('../fonts/HelveticaNeueCyr-Bold.ttf')  format('truetype');	
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue Cyr";
	  src:  url('../fonts/HelveticaNeueCyr-Light.ttf')  format('truetype');	
	font-weight: 300;
	font-style: normal;
}






* {
	-webkit-appearance: none;
	box-sizing: border-box;
}

body,
p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

input:focus,
button:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

body {
	color: #000;
	font-size: 14px;
	margin: 0 auto;
	font-family: "Helvetica Neue Cyr";
	width: 100%;
	position: relative;
	min-width: 1200px;
	background: url(../img/bg.png);
}
/*.mobipop{
    display:none;
}*/
.container{
	max-width:1140px;
	margin:auto;
	width: 100%;
}


header{}

.head_container{
    background-color: #0f0f16;
    padding: 10px;
}

.head_container .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.logo{}

.head_contact{
    text-align: right;
}
.phone{
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.callme{
    width: 165px;
    height: 32px;
    color: #ffb400;
    font-family: "Helvetica Neue Cyr";
    font-size: 12px;
    font-weight: 300; 
    text-decoration: none;
}

.menu{
    background-color: #ffffff;
    padding: 25px 0;
}
.menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 60px;
}
.menu li{}
.menu li a{
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.banner .container{
	max-width:1180px;
}

.banner{
    background: url(../img/banner.png) no-repeat top center, #000;
    height: 893px;
    position: relative;
    margin-top: -5px;
}
.banner_container{
    display: flex;
    flex-wrap: wrap;
}
.banner_left{
    width: 510px;
    padding-top: 160px;
    margin-right: 70px;
}
.banner_left h1{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.banner_text{
    color: #ffb400;
    font-size: 24px;
    font-weight: 300;
    border: 2px solid #ffb400;
    padding: 20px;
    display: inline-block;
    margin-bottom: 45px;
}
.banner_text2{
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 45px;
}
.banner_btn{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    width: 301px;
    height: 62px;
    box-shadow: 0 5px 0 #e59100;
    background-color: #ffb400;
    display: block;
    text-align: center;
    padding-top: 12px;
    position: relative;
}

.banner_btn:hover{
background-color: #ffc32e;
}


.banner_btn:after{content:"";background: url(../img/shadow.png) no-repeat;width: 291px;height: 46px;position: absolute;left: 5px;bottom: -48px;}


.banner_right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 120px;
}
.banner_right_item{
    margin-right: 30px;
}
.banner_right_item:last-child {
	margin-left: 0px;
}
.banner_right_item:last-child .banner_img{
	justify-content: flex-end;
}

.banner_img{
    width: 268px;
    height: 268px;
    border: 10px solid #ffb400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.banner_img img{
    margin-left: -40px;
    display: block;
}

.banner_right_item:last-child img{
	 margin-right: -40px;
}

.mouse{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100px;
}



.advantages{
    padding: 50px 0;
}
.adv_container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 25px;
}
.adv_item{
    width: 344px;
    position: relative;
    border: 7px solid #f6f6f6;
    height: 232px;
    display: flex;
    align-items: center;
}


.adv_item:first-child:after{
	content:"";
	width: 346px;
	height: 73px;
	background: url(../img/adv_sh1.png) no-repeat;
	position: absolute;
	left: -32px;
	bottom: -28px;
}
.adv_item:last-child:after{
	content:"";
	width: 346px;
	height: 73px;
	background: url(../img/adv_sh2.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: -28px;
}

.adv_item p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    position: absolute;
    z-index: 9;
    width: 200px;
    right: 40px;
    /* top: 56px; */
    opacity: 0.9;
}
.adv_adv{
    background: url(../img/adv_bg.png) no-repeat;
    width: 66px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
}
.adv_adv img{}
.adv_img{
    position: relative;
    left: -26px;
    /* top: 23px; */
}
.adv_img img{}


.adv_big_container{
    padding: 50px 0;
}

.adv_big_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 135px;
    height: 350px;
}
.adv_big_img{
    width: 570px;
    position: relative;
}
.adv_big_img:before{
	content:"";
	width: 495px;
	height: 132px;
	position: absolute;
	background: url(../img/adv_sh3.png) repeat-x;
	z-index: 9;
	bottom: -56px;
	right: -2px;
	overflow: hidden;
}
.adv_big_back{
    border: 7px solid #f6f6f6;
    width: 500px;
    height: 342px;
    position: absolute;
}
.adv_big_back img{
    background: #000;
    max-width: 100%;
}
.adv_big_front{
    border: 7px solid #f6f6f6;
    width: 509px;
    height: 340px;
    position: relative;
    top: 65px;
    left: 70px;
}


.adv_big_front:before{content:"";width: 70px;height: 70px;position: absolute;background: url(../img/adv_before.png) no-repeat;z-index: 9;right: 16px;top: 17px;}
.adv_big_front:after{content:"";width: 70px;height: 70px;position: absolute;background: url(../img/adv_after.png) no-repeat;z-index: 9;left: 17px;bottom: 19px;}
.adv_big_front img{
    background: #000;
    max-width: 100%;
}
.adv_big_img p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.9;
    position: absolute;
    bottom: -7px;
    left: 125px;
    z-index: 10;
}
.adv_big_img span{
    width: 438px;
    height: 267px;
    border: 2px solid #f6f6f6;
    /* background-color: #000000; */
    display: block;
    position: absolute;
    opacity: 0.1;
    right: 23px;
    bottom: -27px;
}
.adv_big_text{
    width: 570px;
    text-align: center;
    position: relative;
    margin-top: 80px;
}


.adv_big_text:after{
	content:"";
	width: 100px;
	height: 6px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -34px;
	background: #ffb400;
}
.adv_big_text:before{
	content:"";
	width: 100px;
	height: 29px;
	position: absolute;
	background: url(../img/adv_text.png) no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	top: -45px;
}
.adv_big_text h3{
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.adv_big_text p{
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}




.adv_big_item:nth-child(2n){flex-direction: row-reverse;}

.adv_big_item:nth-child(2n) .adv_big_back{
	right: 0;
}



.adv_big_item:nth-child(2n) .adv_big_front{
	left: auto;
	right: 10px;
	height: 340px;
	overflow: hidden;
}


.adv_big_item:nth-child(2n)  .adv_big_img:before {
    content: "";
    bottom: -58px;
    right: 78px;
}

.adv_big_item:nth-child(2n)  .adv_big_img span{
    right: 105px;
}


.adv_big_item:nth-child(2n)  .adv_big_img p{
    left: auto;
    right: 125px;
    text-align: right;
}



.adv_big_item:nth-child(2n) .adv_big_front:before{content:"";left: 16px;top: 17px;transform: scale(-1, 1);}
 .adv_big_item:nth-child(2n)  .adv_big_front:after{content:"";width: 70px;height: 70px;position: absolute;background: url(../img/adv_after.png) no-repeat;z-index: 9;left: auto;bottom: 19px;transform: scale(-1, 1);right: 15px;}

 
 
 .material{
}
 .material_container{
    display: flex;
    flex-wrap: wrap;
}
.material_left{
    width: 50%;
    background-color: #0f0f16;
    position: relative;
    padding-right: 130px;
    margin-right: 2%;
    z-index: 9;
    padding-bottom: 105px;
}
.material_left_content{
    width: 450px;
    margin-left: auto;
    padding-top: 125px;
    position: relative;
}
.material_left_content h2{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.m_info{
    width: 74px;
    height: 129px;
    background: url(../img/mt_bg.png) no-repeat;
    padding-top: 30px;
    position: absolute;
    top: -12px;
    right: -118px;
}
.m_info span{
    text-shadow: 1px -1px 1px #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    transform: rotate(90deg);
}
.m_text1{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;  
    line-height: 24px;
    margin-bottom: 30px;
}
.m_text2{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    border: 2px solid #ffb400;
    padding: 15px;
    margin-bottom: 30px;
}
.m_text3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.m_text3 span{
color: #ffb400;
font-weight: 700;}
.material1{
    position: absolute;
    top: -130px;
    left: 9px;
}
.material2{
    position: absolute;
    bottom: -230px;
    right: -350px;
}
.material_right{
    width: 48%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.material_right:before{
	content:"";
	width: 368px;
	height: 513px;
	border: 10px solid #ffb400;
	position: absolute;
	top: 0;
	z-index: -1;
	left: 100px;
}
.material_right img{
    /* width: 100%; */
    /* height: initial; */
}




.preim{
    padding: 200px 0 150px;
}
.preim h2{
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 270px;
    position: relative;
}
.preim h2:before{
	content:"";
	background: url(../img/pr_h2.png) no-repeat;
	width: 29px;
	height: 100px;
	position: absolute;
	left: -26px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.preim_container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.preim_item{
    width: 25%;
}
.preim_img{
    width: 170px;
    height: 170px;
    border: 10px solid #ffb400;
    position: relative;
    margin: auto;
    margin-bottom: 60px;
}
.preim_img:hover{border: 10px solid #000;}
.preim_item img{
    position: absolute;
    bottom: -27px;
}
.preim_text:before{
	content:"";
	width: 5px;
	height: 58px;
	background-color: #ffb400;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.preim_text{
    width: 270px;
    height: 120px;
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    position: relative;
    padding-left: 25px;
}
.preim_item span{
    color: #b3b3b3;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    display: block;
    margin-top: 9px;
}
.preim_text p{
}


.price{
    margin-bottom: 170px;
}

.price_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.price_left{
    width: 550px;
    margin-bottom: 47px;
}
.price_left h2{
    color: #000000;
    font-family: "Helvetica Neue Cyr";
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.price_left h2 span{
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-top: 25px;
}
.price_text1{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 45px;
}
.price_text2{
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 30px 30px 0;
    background-color: #ffb400;
    position: relative;
}

.price_text2:before{
	content:"";
	height: 100%;
	left: -1000px;
	background-color: #ffb400;
	position: absolute;
	width: 1000px;
	z-index: -1;
	top: 0;
}


.price_right{
    width: 570px;
    position: relative;
}
.price_right:before{content:"";width: 348px;height: 513px;border: 10px solid #ffb400;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: -1;}
.price_right:after{content: "";width: 571px;height: 102px;background: url(../img/price_sh.png) no-repeat;position: absolute;right: -1px;bottom: -72px;}


.price_img{}
.price_img img{}
.price_img:before{content:"";width: 70px;height: 70px;position: absolute;background: url(../img/adv_before.png) no-repeat;z-index: 10;left: 9px;top: 9px;transform: scale(-1, 1);}
.price_img:after{content:"";width: 70px;height: 70px;position: absolute;background: url(../img/adv_after.png) no-repeat;z-index: 10;left: auto;bottom: 10px;transform: scale(-1, 1);right: 8px;}
.price_img span{
    width: 526px;
    height: 410px;
    border: 2px solid #f6f6f6;
    background-color: #000000;
    opacity: 0.24;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.price_text1 span{
    font-weight: 700;
    text-transform: uppercase;
}



.attention{
    background-color: #0f0f16;
    padding: 40px 0;
}
.attention h2{
    color: #ffb400;
    font-family: "Helvetica Neue Cyr";
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 105px;
}
.attention h2 span{
    color: #ffffff;
    font-weight: 700;
}
.attention h3{
    color: #ffb400;
    font-family: "Helvetica Neue Cyr";
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 105px;
}
.attention h3 span{
    color: #ffffff;
    font-weight: 700;
}
.attention_top{
    background: url(../img/attention_top.png) no-repeat;
    width: 74px;
    height: 129px;
    position: absolute;
    top: -51px;
    padding-top: 37px;
}
.attention .container{
    position: relative;
}

.attention_container{
    display: flex;
    margin: 60px 0;
}
.attention_item{
    display: flex;
    align-items: center;
    width: 33%;
    height: 170px;
    background: url(../img/attention.png) no-repeat;
    padding-left: 52px;
}
.attention_item span{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 240px;
}
.attention_item p{
    color: #ffffff;
    font-size: 118px;
    font-weight: 500;
}
.attention_top span{
    transform: rotate(90deg);
    display: block;
    text-shadow: 1px -1px 1px #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


.ingener{
    padding: 130px 0 70px;
}
.ingener_container{
    display: flex;
    align-items: center;
}
.ingener_left{
    width: 285px;
    margin-right: 35px;
}
.ingener_left img{}
.form_right{
    width: 770px;
}
.ingener h2{
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 55px;
    position: relative;
}
.ingener h2:before{
	content:"";
	background: url(../img/in_h2.png) no-repeat;
	position: absolute;
	width: 22px;
	height: 180px;
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto;
}
.ingener p{
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 55px;
}
.form_right form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_right input{
    width: 369px;
    height: 51px;
    border: 5px solid #ffb400;
    background-color: #ffffff;
    margin-bottom: 23px;
    color: #212121;
    font-family: "Helvetica Neue Cyr";
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
}
.form_right button{
    width: 301px;
    height: 59px;
    box-shadow: 0 5px 0 #e59100;
    background-color: #ffb400;
    border: 0;
    color: #212121;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: auto;
    position: relative;
}


.form_right button:hover{
background-color: #ffc32e;
}

.form_right textarea{
    height: 148px;
    border: 5px solid #ffb400;
    background-color: #fff;
    width: 100%;
    color: #212121;
    font-family: "Helvetica Neue Cyr";
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 35px;
}
.form_right ::placeholder{color: #212121;
}
.form_right button:before{
	content:"";
	background: url(../img/shadow.png) no-repeat;
	width: 291px;
	height: 46px;
	position: absolute;
	left: 5px;
	bottom: -48px;
}





.area{
    padding: 100px 0;
}
.area .container{
	max-width:1170px
}
.area h2{
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.area h2:before{
	content:"";
	width: 100px;
	height: 29px;
	position: absolute;
	background: url(../img/adv_text.png) no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	top: -60px;
}
.area h2:after{
	content:"";
	width: 100px;
	height: 6px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -29px;
	background: #ffb400;
}


.area_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
}
.area_item{
    border: 6px solid #f6f6f6;
    width: 381px;
    position: relative;
    margin-bottom: 17px;
    height: 261px;
    overflow: hidden;
}
.area_img{
    height: 261px;
}
.area_item p{
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.9;
    right: 24px;
    bottom: 20px;
}
.area_img img{
    height: 100%;
}
.area_item:before{
	content:"";
	width: 369px;
	height: 83px;
	background: url(../img/area_sh.png) no-repeat;
	position: absolute;
	bottom: 0;
}


.object{
    padding: 60px 0 100px;
}
.object .container{position:relative;}

.object h2{
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.object h2:before{
	content:"";
	width: 100px;
	height: 29px;
	position: absolute;
	background: url(../img/adv_text.png) no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	top: -60px;
}
.object h2:after{
	content:"";
	width: 100px;
	height: 6px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -29px;
	background: #ffb400;
}



.object_container{
    margin-top: 100px;
}
.object_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.object_map{
    width: 595px;
    height: 533px;
    position:relative;
}

.object_map:before{
	content:"";
	position: absolute;
	width: 595px;
	height: 50px;
	background: url(../img/map_sh.png) no-repeat;
	bottom: -40px;
	left: 0;
	background-size: contain;
}

.object_block{
    width: 501px;
    position: relative;
    padding-top: 55px;
}
.object_img{
    margin-bottom: 23px;
    width: 501px;
    height: 386px;
    overflow: hidden;
}
.object_img img{
    height: 100%;
}
.object_block:before{
	content:"";
	width: 350px;
	height: 513px;
	border: 10px solid #ffb400;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 30px;
}
.object_block p{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    width: 309px;
    margin-left: 60px;
}




.shum{
    padding: 30px 0 65px;
}

.shum h2{
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.shum h2:after{
	content:"";
	width: 100px;
	height: 6px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -40px;
	background: #ffb400;
}



.shum_container{
    margin-top: 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shum_left{
    width: 600px;
    border: 10px solid #f6f6f6;
    margin-right: 100px;
    height: 353px;
    position: relative;
}
.shum_left img{
    height: 100%;
}
.shum_right{
    position: relative;
}
.shum_right_img{
    position: absolute;
    left: -200px;
    z-index: 11;
}
.shum_right_img img{
    margin-left: -10px;
}
.shum_right_img:before{
	content:"";
	width: 149px;
	height: 149px;
	border: 10px solid #ffb400;
	position: absolute;
	z-index: -1;
}
.shum_right p{
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}



.shum_container2{
    display: flex;
    margin-top: 37px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shum_number{
    display: flex;
    align-items: center;
    width: 350px;
    height: 170px;
    background: url(../img/attention.png) no-repeat;
    padding-left: 52px;
    margin-top: 30px;
}
.shum_number p{
    color: #000;
    font-size: 118px;
    font-weight: 500;
}
.shum_number span{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 240px;
}


.shum_left span{
    width: 539px;
    height: 277px;
    border: 2px solid #f6f6f6;
    background-color: #000000;
    opacity: 0.11;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}




.shum_left:before{content:"";width: 70px;height: 70px;position: absolute;background: url(../img/adv_before.png) no-repeat;z-index: 9;right: 7px;top: 16px;}
.shum_left:after{content:"";width: 70px;height: 70px;position: absolute;background: url(../img/adv_after.png) no-repeat;z-index: 9;left: 7px;bottom: 16px;}
.shum_bg{background: url(../img/shum_bg.png) no-repeat;position: absolute;bottom: 0;width: 580px;height: 132px;right: 0;}
.shum_sh{
    background: url(../img/shum_sh.png) no-repeat;
    position: absolute;
    bottom: -92px;
    right: -4px;
    width: 595px;
    height: 102px;
    z-index: -1;
}
.copy{
    text-align: center;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
}
.copy a{
    color: #ffb400;
}



.owl-nav{
    width: 90px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.owl-prev{
    text-indent: -9999px;
    background: url(../img/prev.png) no-repeat center;
    width: 40px;
    height: 40px;
    background-color: #000000;
}
.owl-prev:hover{background-color: #ffb400;}


.owl-next{
    text-indent: -9999px;
    background: url(../img/next.png) no-repeat center;
    width: 40px;
    height: 40px;
    background-color: #000000;
}
.owl-next:hover{background-color: #ffb400;}



.reveal-modal{
    width: 430px;
    border-radius: 10px;
    background-color: #ffb400;
    margin: auto;
    bottom: auto;
    padding: 20px 30px;
}
.reveal-modal h3{
    color: #000000;
    font-family: "Helvetica Neue Cyr";
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}
.reveal-modal h3 span{
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.reveal-modal form{}
.reveal-modal input{
    height: 39px;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.29);
    border-radius: 5px;
    border: 1px solid #bc8500;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    font-family: "Helvetica Neue Cyr";
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
    padding-left: 15px;
}
.reveal-modal button{
    width: 169px;
    height: 31px;
    box-shadow: 0 3px 0 #760000;
    background-color: #d90000;
    border: 0;
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: auto;
    display: block;
    cursor: pointer;
    position: relative;
}

.reveal-modal button:hover{
    background-color: #b70c0c;
}


.reveal-modal form span{
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.reveal-modal form span a{
    text-decoration: underline;
    color: #000;
}