@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Light.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf')  format('truetype'), url('../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
      font-family: "Helvetica Neue Cyr - Roman";
  src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Roman.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype'), url('HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Medium.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf')  format('truetype'), url('../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Bold.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Bold.ttf')  format('truetype'), url('../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}


@font-face {
      font-family: "Proxima Nova";
  src:  url('../fonts/ProximaNova-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
     font-family: "Proxima Nova - Semibold";
  src:  url('../fonts/ProximaNova-Semibold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}



	
	button {
	 -webkit-appearance: none;
	}

	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-family: "Helvetica Neue Cyr";
	    font-size: 14px;
	    margin: 0 auto;
	    width: 100%;
	    min-width: 1250px;
	    overflow-x:  hidden;
	    background: url(../images/bg.jpg);
	}
	*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
	.container {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
	}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


	header{
    height: 89px;
    background: url(../images/header.jpg) no-repeat 45% 50%;
    max-width:  1920px;
    margin: auto;
}
	.logo{float:  left;margin-top:  19px;display: block;}
	.menu{
    float:  left;
    margin-left: 70px;
    margin-top: 35px;
}
	.menu li{
    display: inline-block;
}
	.menu li a{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 12px;
}
.menu li a:hover{
text-decoration:underline;
}

	.head_phone{
    float: right;
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 14px;
    font-weight: 300;
    margin-top: 19px;
    text-align: right;
}
	.head_phone span{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    display: block;
    text-align: right;
}
	
	
	.slider{
    background: url(../images/slider.png) no-repeat top center;
    height: 973px;
    position: relative;
    z-index: 9;
    max-width:  1920px;
    margin: auto;
}

.slider .owl-carousel {
     position: static; 
}

	.slider_container{
    padding-top: 135px;
}
	.slider_top{
    display:  flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.slider_left img{
	max-width:100%;
}

	.slider_left{
    width: 480px;
    overflow: hidden;
    height: 490px;
}
	.slider_right{
    width: 630px;
}
	.slider_right_top{
   		 background-color: rgba(0, 0, 0, 0.61);
   		 padding: 25px;
   		 margin-bottom: 40px;
}
	.slider_right_top h2{color: #ffffff;font-family: "Proxima Nova - Semibold";font-size: 33px;font-weight: 400;line-height: 43px;padding-bottom:  18px;border-bottom: 1px solid #475e73;margin-bottom: 20px;}
	.slider_right_top p{
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;  
    letter-spacing: 0.68px;
}
	.slider_right_bottom{
    display:  flex;
    justify-content: space-between;
}
	.free{
    color: #f5776e;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 300;
    margin-left: 30px;
    padding-top: 10px;
}

a.slider_btn {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 400;
    width: 270px;
    height: 55px;
    border-radius: 25px;
    border: 3px solid #323c4d;
    background-color: #e84135;
    text-align:  center;
    text-decoration:  none;
    padding-top: 6px;
    transition:0.5s;
}

a.slider_btn:hover{
background:#c80000;

}
	.slider_bottom{
    display:  flex;
    justify-content: space-between;
}
	.slider_bottom_item{
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 400;  
    color: #ffffff;
    width: 270px;
    border-radius: 12px 0;
    border: 1px solid rgba(41, 50, 64, 0.54);
    background-color: rgba(0, 0, 0, 0.6);
    padding:  10px 0;
    text-align: center;
}
	
	
.down {
    width: 18px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 25px auto;
}


.slider .owl-prev{
	position:  absolute;
	width: 47px;
	height: 47px;
	background: url(../images/prev.png) no-repeat;
	top: 335px;
	text-indent: -9999px;
	left: 40px;
}
.slider .owl-next{
	position: absolute;
    width: 47px;
    height: 47px;
    background: url(../images/next.png) no-repeat;
    top: 335px;
    text-indent: -9999px;
    right: 40px;
	
}



.instrument{
    background: url(../images/inst_bg.png) no-repeat top center;
    height: 2080px;
    margin-top: -476px;
    position: relative;
    padding-top: 369px;
    overflow: hidden;
}

.instrument .container{
	position: relative;
}

.instrument h2{color: #283951;font-family: "Helvetica Neue Cyr";font-size: 39px;font-weight: 700;line-height: 43px;margin-bottom: 16px;}
.pretext{
    color: #283951;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.instrument_container{
    position: relative;
    height: 730px;
}
.ins_img{
    width: 590px;
    position: absolute;
    left:  0;
    right: 0;
    margin: auto;
    top: 159px;
}
.ins_img_text{
    color: #aeaeae;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    position:  absolute;
    top: 343px;
    left: 300px;
    line-height: 12px;
}
.ins_text{
    position: absolute;
}
.ins_text p{
    color: #bf463d;
    font-family: "Helvetica Neue Cyr";
    font-weight: 700;
    font-size: 16px;
    line-height: 20.03px;
    margin-bottom: 20px;
}
.ins_text span{
    color: #434343;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.03px;
    display: block;
}
.ins_text1{
    top: 56px;
    left: 335px;
    text-align: right;
}
.ins_text2{
    top: 58px;
    left: 601px;
    text-align: left;
}
.ins_text3{
    top: 103px;
    left: 60px;
    text-align: right;
}
.ins_text4{
    top: 102px;
    right: 39px;
    text-align: left;
}
.ins_text5{
    top: 269px;
    left: 1px;
    text-align: left;
}
.ins_text6{
    top: 269px;
    right: -6px;
    text-align: left;
}
.ins_text7{
    top: 414px;
    left: 1px;
    text-align: left;
}
.ins_text8{
    top: 414px;
    right: 22px;
    text-align: left;
}
.ins_text9{
    top: 534px;
    left: 66px;
    text-align: right;
}
.ins_text10{
    top: 534px;
    right: 28px;
}
.ins_text11{
    top: 587px;
    left: 330px;
    text-align: right;
}
.ins_text12{
    top: 588px;
    right: 384px;
}



.instrument_frezy{
    padding-top: 10px;
}
.instrument_frezy h2{
    text-align: center;
}
.instrument_frezy h3{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    text-transform: uppercase;
    margin-top: 110px;
    position: relative;
    padding-left: 29px;
}
.instrument_frezy h3:before{content:"";width: 9px;height: 48px;background-color: #de594f;position:  absolute;left: 0;top: 0;bottom:  0;margin: auto;}

.pretext{
    text-align: center;
}

.frezy_container{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.frezy_item{
    width: 274px;
}
.frezy_item_img{
    height: 269px;
    border-radius: 0 16px 0 0;
    border: 1px solid rgba(41, 50, 64, 0.24);
    background-color: #ffffff;
    display:  flex;
    align-items:  center;
    justify-content: center;
    background: #fff;
    padding: 33px;
    position: relative;
}
.frezy_item_img img{
    max-width: 100%;
}

.frezy_item_img:before{
	content:"";
	background: url(../images/frez_bg.png) no-repeat 0 0;
	width: 286px;
	height: 290px;
	position: absolute;
	left: -27px;
	top: 0px;
	background-size: cover;
	z-index: -1;
}


.frezy_item p{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.frezy_btn{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    width: 186px;
    height: 34px;
    background-color: #de594f;
    display: block;
    text-align:  center;
    text-decoration:  none;
    line-height: 35px;
    margin: auto;
    transition:0.5s;
}

.frezy_btn:hover{
background:#c80000;

}


.plus{
    color: #404b5c;
    font-family: "Helvetica Neue Cyr";
    font-size: 63px;
    font-weight: 300;
    line-height: 43px;
    text-transform: uppercase;
    position:  absolute;
    z-index:  99;
    bottom: 8px;
    right: 8px;
}





.razr_bottom{
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: -78px;
    position:  relative;
    z-index: 9;
}
.razr_item{
    width: 274px;
}
.razr_item_img{
    height: 269px;
    border-radius: 0 16px 0 0;
    border: 1px solid rgba(41, 50, 64, 0.24);
    background-color: #ffffff;
    display:  flex;
    align-items:  center;
    justify-content: center;
    background: #fff;
    padding: 33px;
    position: relative;
}
.razr_item_img img{
    max-width: 100%;
}

.razr_item_img:before{
	content:"";
	background: url(../images/raz_bg.png) no-repeat 0 0;
	width: 286px;
	height: 290px;
	position: absolute;
	left: -27px;
	top: 0px;
	background-size: cover;
	z-index: -1;
}


.razr_item p{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.razr_btn{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    width: 186px;
    height: 34px;
    background-color: #de594f;
    display: block;
    text-align:  center;
    text-decoration:  none;
    line-height: 35px;
    margin: auto;
    transition:0.5s;
}

.razr_btn:hover{
background:#c80000;

}

.razrabotka{
    background: url(../images/razr_bg.png) no-repeat top center, url(../images/razr_bg2.png) no-repeat 50% 544px;
    padding: 75px 0 100px;
    max-width: 1920px;
    margin: auto;
}

.razrabotka .container{
	position:relative;
}

.razr_bg{
    text-align:  center;
    width: 774px;
    height: 99px;
    background-color: rgba(0, 0, 0, 0.6);
    margin:  auto;
    padding: 10px 0;
}
.razr_bg h2{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-weight: 500;
    line-height: 43px;
    text-transform: uppercase;  
    font-size: 33px;
    margin-bottom: 8px;
}
.razr_bg .pretext{
    color: #ffffff;
}
.razr_container{}
.razr_top{
    display:  flex;
    justify-content: space-between;
}
.razr_top_left{
    padding-top: 129px;
}
.razr_top_left p{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    width: 560px;
    position: relative;
}

.razr_top_left p:first-child:before{content:"";width: 6px;height: 65px;background-color: #de594f;position: absolute;left: -31px;top: 0;bottom: 3px;margin: auto;}


.razr_top_right{
    width: 414px;
    height: 574px;
    overflow: hidden;
    margin-right: 190px;
}
.razr_top_right img{
    /* max-width: 100%; */
}



.uvelichit{padding-top: 140px;}
.uvelichit > .container >  h2{
    text-align: center;
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 39px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    margin-bottom: 69px;
}
.uvelichit > .container > h2 span{
    font-weight: 300;
}
.uvel_container{
    display:  flex;
    justify-content: space-between;
}
.uvel_left{
    width: 565px;
}
.uvel_left h2{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 39px;
    font-weight: 300;
    line-height: 43px;
    text-transform: uppercase;  
    margin-bottom: 67px;
    position: relative;
}
.uvel_left h2:after{
	content:"";
	width:  270px;
	height:  5px;
	position:  absolute;
	left:  0;
	background: url(../images/after.png) no-repeat;
	top: 155px;
}
.uvel_left h2 span{
    color: #db5c52;
    font-weight: 700;
}
.uvel_left p{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px;
}
.uvel_btn{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    width: 269px;
    height: 40px;
    border-radius: 12px;
    background-color: #de594f;
    display:  block;
    text-align:  center;
    line-height: 41px;
  transition:0.5s;
}

.uvel_btn:hover{
background:#c80000;

}

.uvel_right{
    overflow: hidden;
    position: relative;
    margin-right: 110px;
}
.uvel_right img{}
.play_btn{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    width: 272px;
    height: 69px;
    border-radius: 10px;
    background-color: #a9190f;
    display:  block;
    text-decoration: none;
    position: absolute;
    padding: 15px 0 15px 47px;
    top: 315px;
    left: 154px;
  transition:0.5s;
}

.play_btn:hover{
background:#c80000;

}


.play_btn:before{
	content:"";
	width: 69px;
	height: 69px;
	position:  absolute;
	left: -30px;
	background:  url(../images/play.png) no-repeat, #fff;
	border-radius: 50%;
	top: 0px;
}


.sborka{
    padding: 60px 0 0;
}

.sborka .container{
	position:relative;
}

.sborka h2{
    text-align: center;
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 39px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.sborka_container{
    display:  flex;
    justify-content: space-between;
    align-items: center;
}
.sborka_container ul{
    width: 400px;
    display: block;
    margin-left: 100px;
}
.sborka_container li{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    position:relative;
    padding-left: 13px;
}
.sborka_container li span{
	
	font-weight: 700;
}

.sborka_container li:before{
	content:"";
	width: 7px;
	background:  #db5c52;
	height: 7px;
	border-radius:  50%;
	position:  absolute;
	top:0;
	bottom:0;
	margin:auto;
	left: 0;
}

.sborka_slider{
    width: 590px!important;
    height: 320px;
}

.sborka .owl-prev {
    position: absolute;
    width: 47px;
    height: 47px;
    background: url(../images/prev.png) no-repeat;
    top: 0;
    text-indent: -9999px;
    left: 60px;
    bottom:  0;
    margin:  auto;
}
.sborka .owl-next {
    position: absolute;
    width: 47px;
    height: 47px;
    background: url(../images/next.png) no-repeat;
    top: 0;
    text-indent: -9999px;
    right: 34px;
    bottom: 0;
    margin: auto;
}


.sborka_item{
    max-width: 100%;
    position:relative;
    padding: 18px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-right: 6px;
    overflow: hidden;
}

.sborka_item:before {
    content: "";
    background: url(../images/sb_bg.png) no-repeat 0 0;
    width: 562px;
    height: 306px;
    position: absolute;
    left: 12px;
    top: 18px;
    z-index: -1;
}
.sborka_item img{
    border: 9px solid #e5e5e5;
}



.osnovatel{
    background: url(../images/osnova_bg.png) no-repeat top center;
    max-width:  1920px;
    margin: auto;
    margin-top: -40px;
    padding: 105px 0;
}

.osnovatel h2{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 90px;
    position: relative;
    float: left;
}
.osnovatel h2:after{
	content:"";
	width: 270px;
	height: 5px;
	position: absolute;
	left: 0;
	background: url(../images/after.png) no-repeat;
	top: 115px;
}


.os_img{
	position:relative;
	height: 427px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.osnovatel img{
    float: left;
    border: 9px solid #e5e5e5;
}

.osnovatel .os_img:before{
	content:"";
	width: 288px;
	height: 287px;
	background: url(../images/os_bg.png) no-repeat;
	position:  absolute;
	bottom: -22px;
	left: -16px;
	z-index: -1;
}

.osnovatel h2 span{
    font-weight: 700;
}

.osnovatel p{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px;
}







.disc{
    background: url(../images/disk_bg.png) no-repeat top center;
    padding: 75px 0 100px;
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.disc .owl-carousel {
    position: static;
}

.disc_bg{
    text-align:  center;
    width: 832px;
    height: 99px;
    background-color: rgba(0, 0, 0, 0.6);
    margin:  auto;
    padding: 7px 0;
}
.disc_bg h2{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-weight: 500;
    line-height: 43px;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 2px;
}
.disc_bg .pretext{
    color: #ffffff;
    font-size: 33px;
    letter-spacing: -0.5px;
}
.disc_container{}
.disc_top{
    display:  flex;
    justify-content: space-between;
}
.disc_top_left{
    padding-top: 110px;
}
.disc_top_left p{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 19px;
    width: 530px;
    position: relative;
}

.disc_top_left p:first-child:before{content:"";width: 6px;height: 65px;background-color: #de594f;position: absolute;left: -31px;top: 5px;margin: auto;}


.disc_top_right{
    width: 705px;
    height: 531px;
    overflow: hidden;
    margin-right: 28px;
}
.disc_top_right img{
	margin-left: 0;
	display: block;
	margin-top: 32px;
	max-width: 100%;
}

.disc_btn{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    width: 269px;
    height: 41px;
    border-radius: 12px;
    background-color: #de594f;
    display:  block;
    text-align:  center;
    line-height: 42px;
    margin-top: 50px;
  transition:0.5s;
}

.disc_btn:hover{
background:#c80000;

}



.disc_container {
    width: 1200px;
    padding-left: 33px;
}
.owl-carousel .owl-stage-outer {
    position: static;
}


.disc .owl-prev {
    position: absolute;
    width: 47px;
    height: 47px;
    background: url(../images/prev.png) no-repeat;
    top: 0;
    text-indent: -9999px;
    left: 40px;
    bottom:  0;
    margin:  auto;
}
.disc .owl-next {
    position: absolute;
    width: 47px;
    height: 47px;
    background: url(../images/next.png) no-repeat;
    top: 0;
    text-indent: -9999px;
    right: 40px;
    bottom: 0;
    margin: auto;
}



.my_znayem{
    background: url(../images/forma1.png) no-repeat top center;
    margin-top: -110px;
    padding-top: 190px;
}
.my_znayem h2{
    line-height: 43px;
    text-transform: uppercase; 
    font-size: 39px;
    font-weight: 700;
    text-align: center;
}

.my_znayem .pretext{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 24px;
    font-weight: 300;
    line-height: 43px;
}
.forma1{
    background: url(../images/my.png) no-repeat top center;
    width: 1237px;
    height: 443px;
    margin-left: -35px;
    padding-top: 65px;
}


.forma1 form{
	width:  770px;
	margin: auto;
}

.forma1 p{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.forma1 span{
    color: #db5c52;
    font-weight: 700;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;
}


.forma1 input[type="text"], .forma1 input[type="tel"] {width: 369px;height: 49px;border-radius: 24px;border: 1px solid #c8c8c8;color: #9b9b9b;font-family: "Helvetica Neue Cyr";font-size: 24px;font-weight: 300;padding-left: 15px;}
.forma1 button{width: 230px;height: 41px;border-radius: 12px;background-color: #de594f;color: #ffffff;font-family: "Helvetica Neue Cyr";font-size: 18px;font-weight: 300;border: 0;display:  block;margin: auto;cursor: pointer;
  transition:0.5s;
}

.forma1 button:hover{
background:#c80000;

}

.forma_top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}



.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox__text {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
  width: 240px;
  margin: auto;
  margin-bottom: 15px;
}
.checkbox__text:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.checkbox__text:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #c8c8c8;
}
.checkbox input:checked + .checkbox__text:before {
  background-color: #de594f;
}

.checkbox input + .checkbox__text:before {
  background-color: #de594f;
}



.varning{
    background: url(../images/varning.png) no-repeat top center;
    padding-top: 150px;
    height: 675px;
}
.varning_item{
    width: 1030px;
    height: 360px;
    border: 2px solid #767e8a;
    background-color: rgba(255, 255, 255, 0.9);
    margin: auto;
    padding: 50px 30px 0;
    position: relative;
}
.varning_item h4{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 40px;
}
.varning_item p{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.varning_block{
    position: absolute;
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    width: 439px;
    height: 44px;
    background-color: #da251d;
    right: 0;
    z-index: 9;
    padding: 3px 0 2px 60px;
    bottom: -46px;
}
.varning_item:before{
	content:"";
	background: url(../images/varn.png) no-repeat;
	width: 63px;
	height: 56px;
	position: absolute;
	left:  0;
	right:  0;
	margin:  auto;
	top: -33px;
}


.varning_item:after{
	content:"";
	background: url(../images/shadow.png) no-repeat;
	position: absolute;
	left:  0;
	right:  0;
	margin:  auto;
	bottom: -107px;
	width: 960px;
	height: 135px;
}

.varning_block:before{
	content:"";
	background: url(../images/varn.png) no-repeat;
	width: 63px;
	height: 56px;
	position: absolute;
	left: -32px;
	margin: auto;
	top: -7px;
}
.varning_img{position: absolute;right: -147px;top: 125px;}

.garant{
    background: url(../images/garant.png) no-repeat top center;
    padding-top: 216px;
    margin-top: -50px;
    padding-bottom: 160px;
}
.garant_container{
    display: flex;
    justify-content: space-between;
}
.garant_img{
    width: 439px;
    margin-right: 45px;
    position: relative;
    padding-left: 15px;
    padding-top: 14px;
}
.garant_icon{
    position: absolute;
    top: 338px;
    right: 36px;
}
.garant_text{
    width: 674px;
}
.garant_text p{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 32px;
    position: relative;
    padding-left: 19px;
}
.garant_text p:nth-child(3){
	margin-bottom: 47px;
}

.garant_text p:before{
	content: "";
	width: 6px;
	height: 65px;
	background-color: #de594f;
	position: absolute;
	left: -5px;
	top: 5px;
	margin: auto;
}
.garant_text h2{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 39px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 54px;
}
.garant_text h2 span{
    font-weight: 300;
    text-transform: uppercase;
}
.garant_bottom{
    display: flex;
    margin-top: 40px;
}
.garant_btn{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    display: block;
    width: 230px;
    height: 41px;
    border-radius: 12px;
    background-color: #de594f;
    text-align:  center;
    text-decoration:  none;
    line-height: 42px;
    margin-right: 30px;
 transition:0.5s;
}

.garant_btn:hover{
background:#c80000;

}



.garant_logo{
    width: 260px;
    margin-top: -5px;
}
.garant_logo img{
	width: 100%;
}


.dostavka{
    background: url(../images/dostavka.png) no-repeat top center;
    padding: 75px 0 100px;
    position: relative;
    padding-top: 100px;
    max-width: 1920px;
    margin: auto;
    margin-top: -100px;
}
.dostavka .container{
	position:relative;
}

.dostavka h2{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 39px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.dostavka p{
    text-shadow: 1px 1px 2px #131325;
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    margin-bottom: 25px;
}
.dost_img{
    position:  absolute;
    top: 111px;
    left: 485px;
}
.dost_buttons{
    width:  670px;
    display:  flex;
    justify-content: space-between;
    margin-top: 60px;
}
.dost_btn{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    text-align:  center;
    display: block;
    text-decoration: none;
    width: 300px;
    height: 61px;
    border-radius: 12px;
    background-color: #de594f;
    padding-top: 12px;
 transition:0.5s;
}

.dost_btn:hover{
background:#c80000;

}





.dostavka p:nth-child(2):before {
    content: "";
    width: 6px;
    height: 65px;
    background-color: #de594f;
    position: absolute;
    left: -31px;
    top: 5px;
    margin: auto;
}



.otsiv{
    background: url(../images/otz_bg.png) no-repeat top center;
    margin-top: -50px;
    padding: 130px 0;
}


.otsiv h2{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 39px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.otsiv h2 span{
    font-weight: 300;
}
.otsiv_slider{}
.otsiv_item{
    border: 1px solid rgba(212, 212, 212, 0.81);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.otsiv_item_left{
    width: 270px;
    margin-right: 30px;
}
.otsiv_item_left img{}
.otsiv_item_left p{
    text-align: center;
    color: #55626e;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 24px;
    font-weight: 400;
    margin: 11px 0;
}
.otsiv_item_left span{
    color: #55626e;
    font-family: "Helvetica Neue Cyr";
    font-size: 14px;
    font-weight: 300;
    display:  block;
    text-align: center;
}


.otsiv_item_right{
    padding-top: 30px;
    width: 765px;
}
.otsiv_item_right p{
    line-height: 30px;
    color: #1d1d1d;
    font-family: "Helvetica Neue Cyr - Roman";
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 400;
}
.otsiv_item_right span{
    color: #55626e;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    border-bottom: 3px solid #ededed;
    padding-bottom: 23px;
}



.otsiv .owl-prev {
    position: absolute;
    width: 26px;
    height: 34px;
    background: url(../images/prev1.png) no-repeat;
    top: 0;
    text-indent: -9999px;
    left: -28px;
    bottom:  0;
    margin:  auto;
}
.otsiv .owl-next {
    position: absolute;
    width: 26px;
    height: 34px;
    background: url(../images/next1.png) no-repeat;
    top: 0;
    text-indent: -9999px;
    right: -28px;
    bottom: 0;
    margin: auto;
}

.owl-next:hover, .owl-prev:hover {
	opacity:0.7
}
.owl-next, .owl-prev {
	transition:0.5s;
}

.bottom{
    padding: 65px 0;
}
.bottom h2{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 39px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
.bottom_container{
    display:  flex;
    align-items: center;
}
.bottom_left{
    width: 471px;
    box-shadow: 2px 5px 43px rgba(121, 121, 121, 0.1);
    border-radius: 15px;
    background-color: #ffffff;
    padding: 50px 45px;
    margin-right: 30px;
    margin-left: 100px;
    position: relative;
}

.bottom_left:after{content:"";background: url(../images/shadow2.png) no-repeat;position: absolute;left: 0;right: 0;margin: auto;bottom: -75px;width: 448px;height: 78px;}

.bottom_left h4{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}
.bottom_left form{}
.bottom_right{
    width: 400px;
}
.bottom_right p{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 24px;
    font-weight: 300;
    line-height: 43px;
    text-transform: uppercase;
}
.call{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bottom_phone{
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 80px;
    position:relative;
}
.bottom_phone:after {
    content: "";
    width: 270px;
    height: 5px;
    position: absolute;
    left: 0;
    background: url(../images/after.png) no-repeat;
    top: 80px;
}

.bottom input[type="text"],
.bottom input[type="tel"]  {
    width: 100%;
    height: 49px;
    border-radius: 24px;
    border: 1px solid #c8c8c8;
    color: #9b9b9b;
    font-family: "Helvetica Neue Cyr";
    font-size: 24px;
    font-weight: 300;
    padding-left: 15px;
    margin-bottom: 30px;
}

.bottom button {
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    border: 0;
    display: block;
    margin: auto;
    width: 303px;
    height: 49px;
    border-radius: 12px;
    background-color: #de594f;
 transition:0.5s;
 cursor:pointer;
}

.bottom button:hover{
background:#c80000;

}




footer{
    background: url(../images/footer.png) no-repeat top center;
    height: 131px;
    padding-top: 55px;
    max-width:  1920px;
    margin: auto;
}
.copy{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.my_znayem .container, .bottom .container{
	position:relative;
}



.paralax1{
    position: absolute;
    left: -367px;
    top: 120px;
}
.paralax2{
    position: absolute;
    right: -382px;
    top: 550px;
}

.paralax3{
    position: absolute;
    right: -375px;
    top: 615px;
    z-index: -1;
}


.paralax4{
    position: absolute;
    left: -374px;
    top: 0;
}

.paralax5{
    position: absolute;
    right: -392px;
    top: -330px;
}

.paralax6{
    position: absolute;
    left: -374px;
    top: 0;
}


body .reveal-modal{
    width: 300px;
    background: #fff;
    padding: 30px 20px;
}
.reveal-modal  h4 {
    color: #283951;
    font-family: "Helvetica Neue Cyr";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}
.reveal-modal  h4 br {
	display:none;
}

.reveal-modal input[type="text"],
.reveal-modal input[type="tel"]{
    width: 100%;
    height: 49px;
    border-radius: 24px;
    border: 1px solid #c8c8c8;
    color: #9b9b9b;
    font-family: "Helvetica Neue Cyr";
    font-size: 20px;
    font-weight: 300;
    padding-left: 15px;
    margin-bottom: 15px;
}{
    width: 100%;
    height: 49px;
    border-radius: 24px;
    border: 1px solid #c8c8c8;
    color: #9b9b9b;
    font-family: "Helvetica Neue Cyr";
    font-size: 20px;
    font-weight: 300;
    padding-left: 15px;
    margin-bottom: 15px;
}

.checkbox__text{
	color:#000;
}

.reveal-modal button{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr";
    font-size: 15px;
    font-weight: 300;
    border: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 49px;
    border-radius: 12px;
    background-color: #de594f;
    transition: 0s;
    cursor: pointer;
}

.reveal-modal button:hover{
background:#c80000;

}
.reveal-modal .close-reveal-modal {
    color: #000;
}

input.errors {
	    border: 1px solid #ff0000!important;
}


.form_fin {
    display: none;
    text-align: center;
    margin-top: 18px;
    margin-bottom: -34px;
}

.reveal-modal .form_fin {
    margin-top: 10px;
    color: #000;
	margin-bottom: -10px;
}
.forma1 .form_fin {
    margin-top: 5px;
    margin-bottom: 0;
}