*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}
progress {
  background-color: #fff;
  border: 0;
  height: 10px;
  border-radius: 5px;
  margin-top: 10px;
}
progress::-webkit-progress-bar {
  background-color: #fff;
  border: 0;
  height: 10px;
  border-radius: 5px;
}
progress::-webkit-progress-value {
  background-color: #79150d;
  border: 0;
  height: 10px;
  border-radius: 5px;
}
progress::-moz-progress-bar {
  background-color: #fff;
  border: 0;
  height: 10px;
  border-radius: 5px;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold.eot');
    src: url('../fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold.woff2') format('woff2'),
         url('../fonts/opensans-extrabold.woff') format('woff'),
         url('../fonts/opensans-extrabold.ttf') format('truetype'),
         url('../fonts/opensans-extrabold.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.woff2') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff2') format('woff2'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    background: #fff;
    color: #000;
    font-size: 18px;
    font-family: 'open_sansregular';
}
input, textarea{
    font-size: 16px;
    font-family: 'open_sansregular';
    color: #000;
}
a{
    color: #000;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: inherit;
	font-size: inherit;
}
strong{
}
img{
	border: 0;
	max-width: 100%;
}
.page{
    overflow: hidden;
    width: 100%;
}
.clrfix:after, .ctr:after, .block:after{
	content: "";
}
.clear, .clrfix:after, .ctr:after, .block:after{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.clear{
	height: auto;
}
.ctr{
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1300px;
}
.page{
    position: relative;
}
.header{
}
.h_top{
    padding-top: 50px;
}
.ht_logo{
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    width: 322px;
    height: 134px;
    display: block;
    float: left;
    background: url(../images/logo.png) left center / contain no-repeat;
    margin-bottom: 50px;
}
.ht_contacts{
    float: right;
    color: #383838;
    font-family: 'open_sanssemibold';
    text-align: right;
    font-size: 30px;
    line-height: 35px;
    padding-left: 55px;
    background: url(../images/phone.png) left center no-repeat;
    margin-bottom: 30px;
}
.ht_contacts a{
    text-decoration: none;
}
.go_form{
    cursor: pointer;
}
.ht_contacts span{
    display: inline-block;
    margin-top: 5px;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}
.ht_contacts span:hover{
    text-decoration: none;
}
.h_promo{
    position: relative;
    background: #7a150d url(../images/banner.jpg) center / cover fixed no-repeat;
    margin-bottom: 75px;
    padding: 12% 0;
}
.hp_text{
    color: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 85px;
    text-transform: uppercase;
}
.hp_text span{
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.hpt_bg{
    background: rgba(0,0,0,0.6);
    display: block;
    padding: 0 30px;
}
.hp_link{
    position: absolute;
    bottom: -32px;
    width: 100%;
    text-align: center;
}
.hp_link span{
    position: relative;
    bottom: 0;
    transition: bottom 0.3s;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    background: rgb(14,14,14);
    background: linear-gradient(0deg, rgba(14,14,14,1) 0%, rgba(38,38,38,1) 100%);
    border-radius: 5px;
    color: #fff;
    padding: 0 35px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.hp_link span:hover{
    bottom: -3px;
    transition: bottom 0.3s;
}
.block{
    position: relative;
    margin-bottom: 50px;
}
.title{
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 37px;
    line-height: 37px;
    font-family: 'open_sansextrabold';
    color: #0e0e0e
}
.title span{
    color: #7a150d;
}
.who{
    font-size: 0;
    text-align: center;
}
.w_item{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    padding: 0 25px;
}
.who_adv .w_item{
    width: 33.333%;
}
.wi_text{
    padding-top: 30px;
    font-size: 22px;
    line-height: 24px;
}
.wi_text span{
    color: #7a150d;
    text-decoration: underline;
}
.wi_text span:hover{
    text-decoration: none;
}
.b_rating{
    padding-bottom: 50px;
    background: #282828 url(../images/fast.jpg) center right no-repeat;
}
.b_rating .title{
    background: #fff;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 0 0 5px 5px;
}
.br_form{
    width: 75%;
}
.brf_side{
    float: left;
    width: 50%;
    padding-right: 40px;
}
.brfs_line{
    margin-bottom: 40px;
}
.brfs_line input[type="text"],
.bo_line input[type="text"]{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 20px;
    border-radius: 5px;
    border: 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2) inset;
    font-size: 22px;
}
.brfs_line input[type="submit"],
.bo_line input[type="submit"]{
    cursor: pointer;
    position: relative;
    bottom: 0;
    transition: bottom 0.3s;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: #810900;
    background: linear-gradient(0deg, #810900 0%, #b20900 100%);
    border-radius: 5px;
    color: #fff;
    padding: 0 35px;
    border: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.brfs_line input[type="submit"]:hover,
.bo_line input[type="submit"]:hover{
    bottom: -3px;
    transition: bottom 0.3s;
}
.advantages{
    font-size: 30px;
    font-family: 'open_sanslight';
    counter-reset: myCounter;
}
.advantages span{
    font-family: 'open_sansregular';
    color: #7a150d;
    line-height: 36px;
}
.advantages li{
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 40px;
}
.advantages li:last-child{
    margin-bottom: 0;
}
.advantages li:before {
    counter-increment: myCounter;
    content: counter(myCounter)".";
    color: #7a150d;
    font-size: 20px;
    font-family: 'open_sansregular';
    position: absolute;
    left: 0;
    top: 9px;
    display: inline-block;
    vertical-align: bottom;
}
.b_order{
    background: #7a150d;
    padding: 50px 0 20px 0;
}
.b_order .title{
    color: #fff;
}
.b_order .br_form{
    width: 100%;
    font-size: 0;
    display: block;
}
.bo_line{
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 30px;
}
.bo_line input[type="submit"]{
    background: rgb(14,14,14);
    background: linear-gradient(0deg, rgba(14,14,14,1) 0%, rgba(38,38,38,1) 100%);
    color: #fff;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}
.doc{
    font-size: 0;
    text-align: center;
}
.d_item{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    padding: 0 25px;
}
.di_text{
    padding-top: 30px;
    font-size: 22px;
    line-height: 24px;
}
.di_desc{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 0 15px;
    padding-top: 10px;
}
.di_desc:before{
    content: "(";
    font-family: 'open_sanslight';
    color: #cbcbcb;
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
}
.di_desc:after{
    content: ")";
    font-family: 'open_sanslight';
    color: #cbcbcb;
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
.di_primer{
    font-family: 'open_sansregular';
    color: #7a150d;
    font-size: 12px;
    line-height: 12px;
    padding-top: 15px;
}
.di_primer span{
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px dashed #7a150d;
    text-transform: uppercase;
}
.di_primer span:hover{
    border-bottom: 1px dashed #fff;
}
.footer .title{
    margin: 0;
    color: #fff;
}
.footer .title span{
    color: #b1b1b1;
}
.footer .title span.go_form{
    text-decoration: underline;
    color: #fff;
}
.footer .title span.go_form:hover{
    text-decoration: none;
}
.f_top,
.f_bottom{
    background: #656565;
    padding: 50px 0;
}
.f_middle{
    padding: 50px 0;
}
.fm_block{
    position: relative;
    color: #383838;
    font-family: 'open_sansbold';
    font-size: 36px;
    line-height: 35px;
    padding-left: 55px;
    display: inline-block;
    vertical-align: middle;
    min-height: 44px;
    line-height: 44px;
}
.fm_mail{
    background: url(../images/mail.png) left center no-repeat;
    text-align: left;
    text-transform: uppercase;
    float: right;
    bottom: -22px;
}
.fm_phone{
    background: url(../images/phone.png) left center no-repeat;
    text-align: right;
}
.fm_phone a{
    text-decoration: none;
}
.modal{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.m_frame{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}
.mf_overlay{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: background 0.3s;
}
.mf_overlay:hover{
    background: rgba(0,0,0,0.4);
    transition: background 0.3s;
}
.mf_window{
    position: relative;
    z-index: 2;
    margin: auto;
    width: 100%;
    max-width: 450px;
    padding: 50px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.m_doc .mf_window{
    max-width: 1000px;
}
.mfw_title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 37px;
    line-height: 37px;
    font-family: 'open_sansextrabold';
    color: #0e0e0e
}
.mf_window .br_form{
    width: 100%;
}
.mf_window .bo_line{
    width: 100%;
    padding: 0;
}
.mf_window .bo_line input[type="submit"]{
    background: #810900;
    background: linear-gradient(0deg, #810900 0%, #b20900 100%);
}
.mfw_close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.mfw_close:before{
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 100%;
    background: #000;
    transform: rotateZ(-45deg);
}
.mfw_close:after{
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 100%;
    background: #000;
    transform: rotateZ(45deg);
}
.menuactive{
    overflow: hidden;
}
@media screen and (max-width: 1024px){
    .ht_logo {
        width: 240px;
        height: 100px;
    }
    .ht_contacts {
        font-size: 25px;
        padding-top: 0;
    }
    .hp_text {
        font-size: 40px;
        line-height: 45px;
    }
    .hp_link {
        position: absolute;
        bottom: -22px;
    }
    .hp_link span {
        font-size: 22px;
        height: 44px;
        line-height: 44px;
    }
    .title {
        font-size: 30px;
        line-height: 30px;
    }
    .wi_text {
        font-size: 16px;
        line-height: 20px;
    }
    .who img {
        border: 0;
        max-width: 100%;
        max-height: 120px;
    }
    .br_form{
        width: 100%;
    }
    .brf_side {
        padding: 0 20px;
    }
    .brfs_line input[type="text"], .bo_line input[type="text"],.brfs_line input[type="submit"], .bo_line input[type="submit"]{
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 18px;
    }
    .advantages {
        font-size: 20px;
    }
    .advantages li {
        margin-bottom: 10px;
        padding-left: 25px;
    }
    .advantages li:before {
        font-size: 12px;
        top: 10px;
    }
    .doc img {
        max-height: 120px;
    }
    .di_text {
        font-size: 16px;
        line-height: 20px;
    }
    .fm_block {
        font-size: 24px;
    }
    .w_item, .who_adv .w_item{
        width: 50%;
    }
}
@media screen and (max-width: 800px){
    .bo_line {
        width: 100%;
        display: block;
    }
    .d_item {
        width: 50%;
    }
}
@media screen and (max-width: 700px){
    .header {
        text-align: center;
    }
    .ht_logo {
        width: 100%;
        height: 100px;
        float: none;
        background: url(../images/logo.png) center / contain no-repeat;
    }
    .ht_contacts {
        float: none;
        display: inline-block;
    }
	.h_promo{
		background: #7a150d url(../images/bannersmall.jpg) center / cover no-repeat;
	}
    .hp_text {
        font-size: 26px;
        line-height: 36px;
    }
    .hp_text span {
        margin-bottom: 7px;
    }
    .title {
        font-size: 24px;
        line-height: 26px;
    }
    .b_rating {
        background: #282828;
    }
    .brf_side {
        padding: 0;
        width: 100%;
    }
    .brfs_line {
        margin-bottom: 20px;
    }
    .brfs_line input[type="text"], .bo_line input[type="text"], .brfs_line input[type="submit"], .bo_line input[type="submit"] {
        width: 100%;
    }
    .bo_line {
        padding: 0;
    }
    .d_item {
        width: 100%;
        padding: 0;
    }
    .fm_mail {
        float: none;
    }
    .mf_window {
        padding: 25px;
    }
    .mfw_title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 24px;
        padding-top: 20px;
    }
    .mf_window .bo_line {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px){
    .w_item, .who_adv .w_item{
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
}