/* font-family: "GothamProRegular"; */

@font-face {
    font-family: "GothamProRegular";
    src: url("fonts/GothamProRegular/GothamProRegular.eot");
    src: url("fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBold"; */

@font-face {
    font-family: "GothamProBold";
    src: url("fonts/GothamProBold/GothamProBold.eot");
    src: url("fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProBold/GothamProBold.woff") format("woff"), url("fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBlack"; */

@font-face {
    font-family: "GothamProBlack";
    src: url("fonts/GothamProBlack/GothamProBlack.eot");
    src: url("fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProBlack/GothamProBlack.woff") format("woff"), url("fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProItalic"; */

@font-face {
    font-family: "GothamProItalic";
    src: url("fonts/GothamProItalic/GothamProItalic.eot");
    src: url("fonts/GothamProItalic/GothamProItalic.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProItalic/GothamProItalic.woff") format("woff"), url("fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProMedium"; */

@font-face {
    font-family: "GothamProMedium";
    src: url("fonts/GothamProMedium/GothamProMedium.eot");
    src: url("fonts/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProMedium/GothamProMedium.woff") format("woff"), url("fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProLight"; */

@font-face {
    font-family: "GothamProLight";
    src: url("fonts/GothamProLight/GothamProLight.eot");
    src: url("fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProLight/GothamProLight.woff") format("woff"), url("fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProMediumItalic"; */

@font-face {
    font-family: "GothamProMediumItalic";
    src: url("fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
    src: url("fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"), url("fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProLightItalic"; */

@font-face {
    font-family: "GothamProLightItalic";
    src: url("fonts/GothamProLightItalic/GothamProLightItalic.eot");
    src: url("fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"), url("fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBoldItalic"; */

@font-face {
    font-family: "GothamProBoldItalic";
    src: url("fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
    src: url("fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"), url("fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBlackItalic"; */

@font-face {
    font-family: "GothamProBlackItalic";
    src: url("fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
    src: url("fonts/GothamProBlackItalic/GothamProBlackItalic.eot?#iefix")format("embedded-opentype"), url("fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"), url("fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "GothamProRegular";
    font-size: 14px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.header,
.footer {
    background: #000;
    padding: 26px 0;
    color: #FFF;
}
.cont_h {
    margin-left: 62px;
    margin-top: -1px;
}
.cont_h p {
    font-size: 14px;
    margin: 11px 0;
}
.bl_button_h {
    margin-left: 79px;
    margin-top: 10px;
}
.button1 {
    color: #FFF;
    padding: 13px 25px;
    border: 1px solid #f6d374;
    border-radius: 30px;
    text-decoration: none;
    line-height: 40px;
}
.button1:hover {
    background: #f6d374;
    color: #000;
}
.block1 {
    /* height: 912px; */
    
    background: url(img/bl1_bg.jpg) center no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 123px 0 88px;
}
h1.wh_b {
    font-size: 51px;
    font-family: "GothamProBold";
    line-height: 60px;
    margin-bottom: 20px;
}
label.error {
    color: #f00 !important;
    font-size: 12px;
}
.info_loz h2 {
    color: #f6d374;
    font-family: "GothamProLight";
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 53px;
}
.info_loz h4 {
    font-size: 24px;
    font-family: "GothamProRegular";
    line-height: 35px;
}
.info_loz h3 {
    font-family: "GothamProBold";
    font-size: 48px;
    margin-top: 7px;
    margin-bottom: 20px;
}
.button_loz_more {
    margin-top: 56px;
}
.button2 {
    color: #FFF;
    padding: 27px 90px;
    border: 3px solid #f6d374;
    border-radius: 70px;
    text-decoration: none;
    font-size: 18px;
    line-height: 76px;
}
.button2:hover {
    background: #f6d374;
    color: #000;
}
.info_loz {
    float: left;
    width: 790px;
}
.form_block_c {
    width: 375px;
    margin-top: 30px;
}
.form_bl {
    background: url(img/form_block_c.png) center no-repeat;
    width: 370px;
    height: 531px;
    float: right;
    padding: 46px;
}
.form_bl h4,
#contacts_popup h4 {
    color: #FFF;
    font-family: "GothamProLight";
    font-size: 23px;
    text-align: center;
    margin-bottom: 38px;
    line-height: 24px;
}
.input_text {
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 7px;
    margin-top: 15px;
    font-size: 14px;
    font-family: "GothamProRegular";
    height: 50px;
    border: 1px solid #898989;
    padding: 0 27px;
    background-color: rgba(0, 0, 0, 0.27);
    border-radius: 50px;
    color: #FFF;
}
.input_text:focus {
    outline: none;
    border: 1px solid #fff;
}
.input_submit {
    width: 100%;
    height: 51px;
    background-color: #f6d374;
    border: 1px solid #f6d374;
    border-radius: 26px;
    color: #000;
    font-size: 18px;
    margin-top: 14px;
    font-family: "GothamProRegular";
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(176, 151, 83, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(176, 151, 83, 1);
    box-shadow: 0px 3px 0px 0px rgba(176, 151, 83, 1);
}
.input_submit:hover {
    background-color: #e5bd51;
    border: 1px solid #e5bd51;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(151, 126, 58, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(151, 126, 58, 1);
    box-shadow: 0px 3px 0px 0px rgba(151, 126, 58, 1);
}
.block2 {
    padding: 68px 0;
}
.title {
    font-size: 48px;
    font-family: "GothamProLight";
    text-transform: uppercase;
    color: #676767;
    text-align: center;
    position: relative;
    padding-top: 44px;
    margin-bottom: 48px;
    line-height: 59px;
}
.title:before {
    background: #f6d374;
    width: 170px;
    height: 11px;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -85px;
    top: 0;
}
.problems {
    margin: 0 -20px;
}
.pr_col2 {
    width: 50%;
    padding: 0 20px;
}
.problem {
    background: url(img/pr1.jpg) right top no-repeat;
    padding: 30px 30px 30px 0;
    background-size: contain;
}
.problem .pr_in {
    font-family: "GothamProMedium";
    font-size: 30px;
    color: #60522d;
    padding: 30px;
    border: 5px solid #f6d374;
}
.problems .pr_col2:nth-child(2) .problem {
    background-position: left;
    text-align: right;
    padding: 30px 0px 30px 30px;
}
.problems .pr_col2:nth-child(2) .problem {
    background-image: url(img/pr2.jpg);
}
.problem_text {
    margin-top: 76px;
    font-size: 16px;
    color: #676767;
}
.problem_text p {
    margin-bottom: 21px;
    line-height: 24px;
}
.problem_text p strong {
    font-family: "GothamProMedium";
    color: #000;
}
.prejm {
    margin-top: 77px;
    position: relative;
}
.title_pr {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 76px;
    font-family: "GothamProLight";
    font-size: 30px;
}
.col2_pr {
    width: 50%;
}
.prejm li {
    list-style: none;
    font-size: 18px;
    color: #474747;
    height: 80px;
    position: relative;
    line-height: 24px;
}
.prejm .row_pr .col2_pr:nth-child(1) {
    text-align: right;
    padding-right: 215px;
}
.prejm .row_pr .col2_pr:nth-child(1) li:before {
    position: absolute;
    content: "";
    background: url(img/Ellipse.png) no-repeat;
    width: 19px;
    height: 19px;
    right: 0;
    margin-right: -38px;
    top: 5px;
}
.prejm .row_pr .col2_pr:nth-child(2) {
    text-align: left;
    padding-left: 215px;
}
.block12 {
    padding: 80px 0 58px;
    background: #f9f9f9;
}
.otzyvy_bl {
    margin-top: 69px;
}
.otz {
    margin-bottom: 72px;
}
.inf_otz {
    float: left;
    width: 63%;
}
.video_otz {
    float: right;
}
.img_otz {
    float: left;
}
.img_otz img {
    width: 200px;
    border-radius: 50%;
    border: 12px solid white;
    box-shadow: 0 0 5.5px 0.5px rgba(28, 28, 28, 0.27);
}
.video_otz img {
    width: 375px;
    border: 12px solid white;
    box-shadow: 0 0 5.5px 0.5px rgba(28, 28, 28, 0.27);
}
.text_otz {
    /* float: left; */
    
    padding-left: 262px;
    padding-top: 22px;
}
.text_otz h3 {
    font-family: "GothamProMedium";
    font-size: 24px;
    color: #313131;
    margin-bottom: 21px;
}
.text_otz h4 {
    font-family: "GothamProMedium";
    font-size: 18px;
    color: #313131;
    margin-top: 21px;
}
.text_otz p {
    font-family: "GothamProRegular";
    font-size: 18px;
    color: #313131;
    line-height: 24px;
}
.otzyvy_bl .otz:nth-child(even) .inf_otz {
    float: right;
}
.otzyvy_bl .otz:nth-child(even) .video_otz {
    float: left;
}
.otzyvy_bl .otz:nth-child(even) .img_otz {
    float: right;
}
.otzyvy_bl .otz:nth-child(even) .text_otz {
    padding-right: 262px;
    padding-left: 0px;
    padding-top: 22px;
    text-align: right;
}
.prejm .row_pr .col2_pr:nth-child(2) li:before {
    position: absolute;
    content: "";
    background: url(img/Ellipse.png) no-repeat;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -38px;
    top: 5px;
}
.up_six_pr {
    text-align: center;
    border: 5px solid #f6d374;
    position: absolute;
    width: 230px;
    margin: 0 auto;
    left: 50%;
    margin-left: -115px;
    top: 168px;
}
.up_six_pr .number {
    color: #181818;
    font-size: 120px;
    font-family: "GothamProBlack";
    background: #FFF;
    margin-top: -54px;
    display: inline-block;
    padding: 0 46px;
    margin-bottom: -12px;
}
.up_six_pr .month {
    font-size: 30px;
    color: #333333;
    font-family: "GothamProRegular";
    margin-bottom: -3px;
}
.up_six_pr .garanty {
    color: #181818;
    font-size: 27px;
    font-family: "GothamProBlack";
    margin-bottom: 3px;
}
.up_six_pr .text_pr {
    color: #313636;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: -48px;
    background: #FFF;
    display: inline-block;
    position: relative;
    bottom: -10px;
}
.block3 {
    padding: 71px 0 118px;
    background: url(img/block3.jpg) center no-repeat;
    background-size: cover;
    color: #FFF;
}
.block3 .title {
    color: #FFF;
}
.block3 .row_zad {
    text-align: center;
}
.block3 .col3_zad {
    width: 32%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.block3 .col3_zad p {
    margin-top: 56px;
    font-size: 23px;
}
.alert {
    border: 5px solid #f6d374;
    padding: 32px 56px;
    margin-top: 102px;
    background-color: rgba(0, 0, 0, 0.29);
}
.alert .img_alert {
    margin-top: 8px;
}
.alert .text_alert {
    padding-left: 157px;
    font-size: 24px;
    line-height: 29px;
}
.row_zad {
    margin-top: 110px;
}
.block4 {} .al36 .text_alert {
    font-size: 36px;
    margin-top: 13px;
}
.block5 {
    padding: 66px 0;
}
.row_tov .col2_tov {
    width: 50%;
    font-size: 23px;
    color: #676767;
}
.block6 .row_tov .col2_tov {
    font-size: 18px;
    color: #676767;
}
.schemat {
    position: relative;
    margin-top: 58px;
    margin-bottom: 151px;
}
.block6 .schemat {
    margin-bottom: 66px;
}
.schemat .img_tov {
    position: absolute;
    left: 50%;
    margin-left: -166px;
}
.block6 .schemat .img_tov {
    top: 69px;
}
.schemat .row_tov .col2_tov:first-child {
    text-align: right;
    padding-right: 314px;
}
.schemat .row_tov .col2_tov:nth-child(2) {
    text-align: left;
    padding-left: 316px;
}
.param {
    line-height: 35px;
    position: relative;
}
.param1 {
    margin-bottom: 179px;
    margin-top: 31px;
}
.block6 .param1 {
    margin-bottom: 109px;
}
.param1:before {
    position: absolute;
    content: "";
    background: url(img/p1.png) center no-repeat;
    width: 163px;
    height: 106px;
    right: -178px;
    top: 14px;
}
.param2:before {
    position: absolute;
    content: "";
    background: url(img/p2.png) center no-repeat;
    width: 129px;
    height: 46px;
    right: -144px;
    top: 7px;
}
.param3 {
    margin-top: 31px;
    margin-bottom: 144px;
}
.block6 .param3 {
    margin-top: 21px;
    margin-bottom: 68px;
}
.block6 .param4 {
    margin-top: 0;
    margin-bottom: 37px;
}
.param3:before {
    position: absolute;
    content: "";
    background: url(img/p3.png) center no-repeat;
    width: 171px;
    height: 107px;
    left: -192px;
    top: 14px;
}
.param4:before {
    position: absolute;
    content: "";
    background: url(img/p4.png) center no-repeat;
    width: 126px;
    height: 46px;
    left: -147px;
    top: 42px;
}
.param5:before {
    position: absolute;
    content: "";
    background: url(img/p4.png) center no-repeat;
    width: 126px;
    height: 46px;
    left: -147px;
    top: 42px;
}
.button_center {
    text-align: center;
}
.button3 {
    color: #676767;
    padding: 27px 37px;
    font-size: 16px;
}
.row_un {
    margin: 0 -20px;
    margin-top: 85px;
}
.row_un .col2_un {
    width: 50%;
    padding: 0 20px;
}
.list_n {
    margin-bottom: 27px;
}
.row_un .col2_un:nth-child(2) .list_n {
    margin-bottom: 35px;
}
.list_n .num_ {
    font-size: 72px;
    color: #f6e4b3;
    font-family: "GothamProBlack";
    width: 86px;
    text-align: center;
}
.list_n .ll_text {
    padding-left: 102px;
    padding-top: 3px;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 29px;
}
.block7 .button_center {
    margin-top: 40px;
}
.up_six_pr .in__ {
    background: #FFF;
    display: inline-table;
    width: 160px;
    /* margin: -6px 0; */
    
    position: relative;
    top: -10px;
    margin-bottom: -19px;
    padding: 25px 0;
}
.up_six_pr .in__ .tt_ {
    font-size: 24px;
    font-family: "GothamProMedium";
    color: #373737;
}
.up_six_pr .in__ .big_ {
    font-size: 60px;
    color: #373737;
    font-family: "GothamProBlack";
}
.block7 .prejm li {
    height: auto;
    margin-bottom: 40px;
}
.block7 .up_six_pr {
    top: 53px;
}
.block8 {
    padding: 78px 0 49px;
    color: #FFF;
    background: url(img/block8.jpg) center no-repeat;
    background-size: cover;
}
.block8 .title {
    color: #FFF;
}
.row_zak {
    margin: 0 -15px;
    margin-top: 95px;
}
.row_zak .col5_zak {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 15px;
}
.row_zak .col5_zak p {
    margin-top: 39px;
    font-size: 18px;
    line-height: 24px;
}
.block9 {
    padding: 82px 0;
}
.komp {
    margin-top: 91px;
}
.komp .col2_kom {
    width: 50%;
    float: left;
}
.komp .col2_kom:nth-child(1) {
    padding-right: 45px;
}
.komp .col2_kom:nth-child(2) {
    padding-left: 45px;
}
.komp .col2_kom:nth-child(1) .list_sob .year_bl {
    float: right;
}
.komp .col2_kom:nth-child(2) .list_sob .year_bl {
    float: left;
}
.komp .col2_kom:nth-child(1) .list_sob .year_bl:before {
    position: absolute;
    content: "";
    height: 37px;
    width: 19px;
    background: url(img/arrow_right.png) center no-repeat;
    background-size: cover;
    left: 100%;
    top: 50%;
    margin-top: -18px;
}
.komp .col2_kom:nth-child(2) .list_sob .year_bl:before {
    position: absolute;
    content: "";
    height: 37px;
    width: 19px;
    background: url(img/arrow_left.png) center no-repeat;
    background-size: cover;
    right: 100%;
    top: 50%;
    margin-top: -18px;
}
.komp .col2_kom:nth-child(1) .list_sob .text_sob {
    text-align: right;
}
.komp .col2_kom:nth-child(2) .list_sob .text_sob {
    text-align: left;
    padding-right: 0;
    padding-left: 175px;
}
.list_sob .text_sob {
    color: #313131;
    font-size: 18px;
    padding-right: 175px;
    line-height: 29px;
    margin-top: -5px;
}
.list_sob .year_bl {
    text-align: center;
    background: #f6d374;
    padding: 10px 22px;
    color: #000;
    position: relative;
    margin-top: 4px;
}
.list_sob .year_bl .min_text {
    font-size: 12px;
    font-family: "GothamProLight";
}
.list_sob .year_bl .year {
    font-size: 36px;
    font-family: "GothamProBold";
}
.list_sob .year_bl .year_t {
    font-size: 24px;
}
.list_sob {
    margin-bottom: 50px;
    min-height: 78px;
}
.bl_w {
    margin-top: 20px;
    font-family: "GothamProMedium";
}
.komp_l {
    position: relative;
}
.line_sc {
    position: absolute;
    height: 100%;
    width: 6px;
    left: 50%;
    margin-left: -3px;
    top: 0;
    background: #e8e8e8;
}
.sob3 {
    margin-top: 135px;
}
.sob5 {
    margin-top: 100px;
}
.sob6 {
    margin-top: 140px;
}
.sob7 {
    margin-top: 140px;
}
.line_sc .point_sc {
    background: #f6d374;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -11px;
}
.point1 {
    top: 27px;
}
.point2 {
    top: 127px;
}
.point3 {
    top: 245px;
}
.point4 {
    top: 346px;
}
.point5 {
    top: 461px;
}
.point6 {
    top: 564px;
}
.point7 {
    top: 669px;
}
.block10 {
    padding-bottom: 97px;
}
.video {
    text-align: center;
}
.video img {
    max-width: 100%;
}
.block11 {
    padding-bottom: 108px;
    padding-top: 88px;
}
.zaj {
    text-align: center;
    color: #676767;
    padding-top: 23px;
}
.zaj h3 {
    font-size: 24px;
    line-height: 35px;
}
.form_bottom {
    margin-top: 31px;
}
.zaj .row_zaj {
    margin: 0 -15px;
}
.zaj .col2_zaj {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.zaj .input_text_2 {
    width: 100%;
    height: 70px;
    background: none;
    border: 7px solid #dddddd;
    border-radius: 12px;
    font-size: 24px;
    padding: 0 35px;
    margin-bottom: 8px;
    font-family: "GothamProRegular";
}
.zaj .input_text_2:focus {
    outline: none;
    border-color: #f6d374;
}
.zaj .text_conf {
    text-align: center;
    font-size: 18px;
    margin-top: 33px;
    margin-bottom: 30px;
}
.zaj .text_conf .ico_conf {
    padding-left: 21px;
    padding-top: 24px;
    background: url(img/ico_conf.png) center no-repeat;
    display: inline-block;
    margin-right: 20px;
}
.input_submit_2 {
    padding: 0 100px;
    height: 93px;
    background: none;
    border: 5px solid #c7ab5e;
    border-radius: 56px;
    color: #676767;
    font-size: 24px;
    margin-top: 14px;
    font-family: "GothamProRegular";
    cursor: pointer;
}
.input_submit_2:hover {
    background: #c7ab5e;
    color: #000;
}
.banner {
    margin-top: 106px;
    background: #748180;
    width: 100%;
    height: 200px;
}
.white-popup {
    position: relative;
    padding: 30px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border: 5px solid #f6d374;
    background-color: rgba(0, 0, 0, 1.00);
}
a:focus {
    outline: none;
}
@media (max-width: 1200px) {
    .container {
        max-width: 992px;
    }
    .logo img {
        width: 200px;
    }
    .cont_h p {
        font-size: 12px;
        margin: 8px 0;
    }
    .cont_h {
        margin-left: 40px;
        margin-top: 1px;
    }
    .bl_button_h {
        margin-left: 43px;
        margin-top: 4px;
    }
    .button1 {
        padding: 12px 20px;
    }
    .block1 {
        padding: 80px 0 70px;
    }
    h1.wh_b {
        font-size: 40px;
        line-height: 48px;
    }
    .form_bl {
        background: url(img/form_block_c.png) center no-repeat;
        background-size: cover;
        width: 320px;
        height: 459px;
        float: right;
        padding: 30px;
    }
    .form_bl h4,
    #contacts_popup h4 {
        color: #FFF;
        font-family: "GothamProLight";
        font-size: 18px;
        text-align: center;
        margin-bottom: 22px;
        line-height: 21px;
    }
    .input_text {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        font-family: "GothamProRegular";
        height: 45px;
        border: 1px solid #898989;
        padding: 0 27px;
        background-color: rgba(0, 0, 0, 0.27);
        border-radius: 50px;
        color: #FFF;
    }
    .info_loz {
        float: left;
        width: 580px;
    }
    .info_loz h2 {
        color: #f6d374;
        font-family: "GothamProLight";
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 35px;
    }
    .info_loz h4 {
        font-size: 21px;
        font-family: "GothamProRegular";
        line-height: 28px;
    }
    .info_loz h3 {
        font-family: "GothamProBold";
        font-size: 38px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .button2 {
        color: #FFF;
        padding: 20px 60px;
        border: 3px solid #f6d374;
        border-radius: 70px;
        text-decoration: none;
        font-size: 17px;
        line-height: 61px;
    }
    .form_block_c {
        width: 375px;
        margin-top: 15px;
    }
    .title {
        font-size: 42px;
        font-family: "GothamProLight";
        text-transform: uppercase;
        color: #676767;
        text-align: center;
        position: relative;
        padding-top: 40px;
        margin-bottom: 48px;
        line-height: 50px;
    }
    .title:before {
        background: #f6d374;
        width: 170px;
        height: 8px;
        position: absolute;
        content: "";
        left: 50%;
        margin-left: -85px;
        top: 0;
    }
    .problem .pr_in {
        font-size: 24px;
        padding: 24px;
    }
    .prejm li {
        height: 106px;
        font-size: 16px;
    }
    .alert .text_alert {
        padding-left: 157px;
        font-size: 18px;
        line-height: 25px;
    }
    .button3 {
        color: #676767;
    }
    .block6 .row_tov .col2_tov {
        font-size: 14px;
        color: #676767;
    }
    .row_tov .col2_tov {
        width: 50%;
        font-size: 14px;
        color: #676767;
    }
    .param {
        line-height: 24px;
        position: relative;
    }
    .row_zak {
        margin: 0 -15px;
        margin-top: 49px;
    }
    .row_zak .col5_zak p {
        margin-top: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .list_sob .text_sob {
        font-size: 14px;
        padding-right: 160px;
        line-height: 26px;
    }
    .komp .col2_kom:nth-child(2) .list_sob .text_sob {
        text-align: left;
        padding-right: 0;
        padding-left: 160px;
    }
    .zaj h3 {
        font-size: 19px;
        line-height: 28px;
    }
    .zaj .text_conf {
        text-align: center;
        font-size: 16px;
    }
    .input_submit_2 {
        padding: 0 70px;
        height: 70px;
        font-size: 22px;
    }
	.text_otz {
		/* float: left; */
		padding-left: 210px;
		padding-top: 15px;
	}
	.img_otz img {
		width: 170px;
	}
	.video_otz img {
		width: 300px;
	}
	.otzyvy_bl .otz:nth-child(even) .text_otz {
		padding-right: 210px;
		padding-left: 0px;
		padding-top: 15px;
		text-align: right;
	}
	.text_otz h3 {
		font-size: 22px;
	}
	.text_otz p {
		font-size: 16px;
		line-height: 21px;
	}
	.text_otz h4 {
		font-family: "GothamProMedium";
		font-size: 16px;
		color: #313131;
		margin-top: 21px;
	}
}
@media (max-width: 992px) {
    .container {
        max-width: 768px;
    }
    .logo img {
        width: 150px;
    }
    .cont_h {
        margin-left: 20px;
        margin-top: 1px;
    }
    .cont_h p {
        font-size: 10px;
        margin: 7px 0;
    }
    .button1 {
        padding: 10px 10px;
        font-size: 12px;
    }
    .bl_button_h {
        margin-left: 20px;
        margin-top: 1px;
    }
    h1.wh_b {
        font-size: 34px;
        line-height: 36px;
    }
    .form_bl {
        background: url(img/form_block_c.png) center no-repeat;
        background-size: cover;
        width: 260px;
        height: 374px;
        float: right;
        padding: 20px;
    }
    .form_bl h4,
    #contacts_popup h4 {
        color: #FFF;
        font-family: "GothamProLight";
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        line-height: 19px;
    }
    .input_text {
        width: 100%;
        margin-bottom: 15px;
        font-size: 12px;
        font-family: "GothamProRegular";
        height: 40px;
        border: 1px solid #898989;
        padding: 0 27px;
        background-color: rgba(0, 0, 0, 0.27);
        border-radius: 50px;
        color: #FFF;
    }
    .input_submit {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
    .form_block_c {
        width: 270px;
        margin-top: 15px;
    }
    .info_loz {
        float: left;
        width: 445px;
    }
    .info_loz h2 {
        color: #f6d374;
        font-family: "GothamProLight";
        font-size: 46px;
        line-height: 49px;
        margin-bottom: 30px;
    }
    .info_loz h4 {
        font-size: 18px;
        font-family: "GothamProRegular";
        line-height: 23px;
    }
    .info_loz h3 {
        font-family: "GothamProBold";
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .button_loz_more {
        margin-top: 35px;
    }
    button2 {
        color: #FFF;
        padding: 15px 40px;
        border: 3px solid #f6d374;
        border-radius: 70px;
        text-decoration: none;
        font-size: 16px;
        line-height: 51px;
    }
    .title {
        font-size: 34px;
        font-family: "GothamProLight";
        text-transform: uppercase;
        color: #676767;
        text-align: center;
        position: relative;
        padding-top: 35px;
        margin-bottom: 48px;
        line-height: 38px;
    }
    .problem {
        padding: 15px 15px 15px 0;
    }
    .problems .pr_col2:nth-child(2) .problem {
        background-position: left;
        text-align: right;
        padding: 15px 0px 15px 15px;
    }
    .problem .pr_in {
        border: 4px solid #f6d374;
        padding: 17px;
        font-size: 18px;
    }
    .prejm .row_pr .col2_pr:nth-child(1) {
        text-align: right;
        padding-right: 190px;
    }
    .prejm .row_pr .col2_pr:nth-child(2) {
        text-align: left;
        padding-left: 190px;
    }
    .prejm li {
        height: 106px;
        font-size: 14px;
        line-height: 18px;
    }
    .row_zad {
        margin-top: 60px;
    }
    .block3 .col3_zad img {
        height: 130px;
    }
    .block3 .col3_zad p {
        margin-top: 25px;
        font-size: 18px;
    }
    .alert {
        border: 4px solid #f6d374;
        padding: 20px 30px;
        margin-top: 60px;
        background-color: rgba(0, 0, 0, 0.29);
    }
    .alert .text_alert {
        padding-left: 140px;
        font-size: 14px;
        line-height: 23px;
    }
    .schemat .img_tov {
        position: relative;
        left: 50%;
        margin-left: -166px;
    }
    .schemat .row_tov .col2_tov:first-child {
        text-align: left;
        padding-right: 0;
    }
    .schemat .row_tov .col2_tov:nth-child(2) {
        text-align: left;
        padding-left: 0;
    }
    .param {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        background: url(img/+.png) left top no-repeat;
        padding-left: 70px;
        min-height: 50px;
    }
    .param:before {
        display: none;
    }
    .row_tov {
        margin-top: 30px;
    }
    .schemat {
        position: relative;
        margin-top: 58px;
        margin-bottom: 40px;
    }
    .block6,
    .block7 {
        padding-top: 0px;
    }
    .block6 .schemat .img_tov {
        top: 0;
    }
    .list_n .ll_text {
        padding-left: 102px;
        padding-top: 3px;
        font-size: 14px;
        color: #3f3f3f;
        line-height: 25px;
    }
    .list_n .num_ {
        font-size: 55px;
        color: #f6e4b3;
        font-family: "GothamProBlack";
        width: 60px;
        text-align: center;
    }
    .list_n .ll_text {
        padding-left: 90px;
        padding-top: 3px;
        font-size: 14px;
        color: #3f3f3f;
        line-height: 25px;
    }
    .row_zak .col5_zak img {
        height: 100px;
    }
    .row_zak .col5_zak p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .list_sob .year_bl {
        padding: 5px 13px;
    }
    .list_sob .year_bl .year {
        font-size: 24px;
    }
    .list_sob .year_bl .year_t {
        font-size: 16px;
    }
    .list_sob .year_bl .min_text {
        font-size: 10px;
    }
    .list_sob .text_sob {
        font-size: 14px;
        padding-right: 110px;
        line-height: 26px;
    }
    .komp .col2_kom:nth-child(2) .list_sob .text_sob {
        text-align: left;
        padding-right: 0;
        padding-left: 105px;
    }
    .point1 {
        top: 13px;
    }
    .sob5 {
        margin-top: 114px;
    }
    .point3 {
        top: 293px;
    }
    .sob6 {
        margin-top: 202px;
    }
    .point4 {
        top: 410px;
    }
    .point5 {
        top: 505px;
    }
    .point6 {
        top: 614px;
    }
    .point7 {
        top: 752px;
    }
    .zaj .input_text_2 {
        width: 100%;
        height: 60px;
        background: none;
        border: 5px solid #dddddd;
        border-radius: 12px;
        font-size: 18px;
        padding: 0 25px;
        font-family: "GothamProRegular";
    }
    .zaj h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .zaj .text_conf {
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .input_submit_2 {
        padding: 0 60px;
        height: 60px;
        font-size: 18px;
    }
    .schemat .img_tov {
        position: relative;
        left: 50%;
        margin-left: -166px;
        margin-left: 0;
        left: 0;
        text-align: center;
    }
    .banner {
        margin-top: 70px;
    }
    .komp .col2_kom:nth-child(1) .list_sob .year_bl:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 10px;
        background: url(img/arrow_right.png) center no-repeat;
        background-size: cover;
        left: 100%;
        top: 50%;
        margin-left: -1px;
        margin-top: -9px;
    }
    .komp .col2_kom:nth-child(2) .list_sob .year_bl:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 10px;
        background: url(img/arrow_left.png) center no-repeat;
        background-size: cover;
        right: 100%;
        top: 50%;
        margin-right: -1px;
        margin-top: -9px;
    }
	.video_otz img {
		width: 210px;
	}
	.img_otz img {
		width: 130px;
	}
	.text_otz {
		/* float: left; */
		padding-left: 160px;
		padding-top: 5px;
	}
	.text_otz h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.text_otz p {
		font-size: 14px;
		line-height: 18px;
	}
	.text_otz h4 {
		font-size: 14px;
		margin-top: 11px;
	}
}
@media (max-width: 768px) {
    .header,
    .footer {
        background: #000;
        padding: 20px 0;
        color: #FFF;
        text-align: center;
    }
    .header .left,
    .footer .left {
        float: none;
    }
    .cont_h {
        margin: 0;
    }
    .logo {
        margin-bottom: 15px;
    }
    .bl_button_h {
        margin: 0;
        margin-top: 15px;
    }
    .block1 {
        padding: 30px 0;
    }
    h1.wh_b {
        font-size: 23px;
        line-height: 27px;
    }
    .info_loz {
        float: left;
        width: 100%;
    }
    .info_loz h2 {
        color: #f6d374;
        font-family: "GothamProLight";
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .info_loz h4 {
        font-size: 14px;
        font-family: "GothamProRegular";
        line-height: 20px;
    }
    .info_loz h3 {
        font-family: "GothamProBold";
        font-size: 19px;
        margin-top: 11px;
        margin-bottom: 10px;
    }
    .button_loz_more {
        margin-top: 30px;
        text-align: center;
    }
    .button2 {
        color: #FFF;
        padding: 17px 40px;
        border: 3px solid #f6d374;
        border-radius: 70px;
        text-decoration: none;
        font-size: 14px;
        line-height: 51px;
    }
    .form_block_c {
        width: 100%;
        margin-top: 30px;
    }
    .form_bl {
        background: url(img/form_block_c.png) center no-repeat;
        background-size: cover;
        width: 260px;
        height: 374px;
        float: none;
        padding: 20px;
        margin: 0 auto;
    }
    .block2 {
        padding: 30px 0;
    }
    .title {
        font-size: 20px;
        font-family: "GothamProLight";
        text-transform: uppercase;
        color: #676767;
        text-align: center;
        position: relative;
        padding-top: 20px;
        margin-bottom: 30px;
        line-height: 23px;
    }
    .title:before {
        background: #f6d374;
        width: 100px;
        height: 5px;
        position: absolute;
        content: "";
        left: 50%;
        margin-left: -50px;
        top: 0;
    }
    .pr_col2 {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .problem .pr_in {
        border: 3px solid #f6d374;
        padding: 15px;
        font-size: 16px;
    }
    .problem_text {
        margin-top: 20px;
        font-size: 14px;
        color: #676767;
    }
    .problem_text p {
        margin-bottom: 20px;
        line-height: 20px;
    }
    .prejm {
        margin-top: 40px;
        position: relative;
    }
    .title_pr {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-family: "GothamProLight";
        font-size: 20px;
    }
    .up_six_pr {
        text-align: center;
        border: 5px solid #f6d374;
        position: relative;
        width: 230px;
        margin: 0 auto;
        left: 50%;
        margin-left: -115px;
        top: 0;
        margin-top: 43px;
    }
    .prejm .row_pr .col2_pr:nth-child(1) {
        text-align: right;
        padding-right: 0;
    }
    .prejm .row_pr .col2_pr:nth-child(2) {
        text-align: left;
        padding-left: 0;
    }
    .col2_pr {
        width: 100%;
        text-align: left !important;
    }
    .prejm li {
        height: auto;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
        padding-left: 40px;
    }
    .prejm .row_pr .col2_pr:nth-child(1) li:before {
        position: absolute;
        content: "";
        background: url(img/Ellipse.png) no-repeat;
        width: 19px;
        height: 19px;
        right: auto;
        margin-right: 0;
        top: 0px;
        left: 6px;
    }
    .prejm .row_pr .col2_pr:nth-child(2) li:before {
        position: absolute;
        content: "";
        background: url(img/Ellipse.png) no-repeat;
        width: 19px;
        height: 19px;
        left: 6px;
        margin-left: 0;
        top: 0px;
    }
    .block3 {
        padding: 30px 0;
    }
    .block3 .col3_zad {
        width: 100%;
        display: block;
        text-align: center;
        vertical-align: top;
        margin-bottom: 30px;
    }
    .block3 .col3_zad p {
        margin-top: 10px;
        font-size: 14px;
    }
    .row_zad {
        margin-top: 30px;
    }
    .block3 .col3_zad img {
        height: 100px;
    }
    .alert {
        border: 3px solid #f6d374;
        padding: 20px 20px;
        margin-top: 20px;
        background-color: rgba(0, 0, 0, 0.29);
    }
    .alert .img_alert {
        margin-top: 0px;
    }
    .alert .img_alert img {
        width: 40px;
    }
    .alert .text_alert {
        padding-left: 60px;
        font-size: 12px;
        line-height: 18px;
    }
    .al36 .text_alert {
        margin-top: 0;
    }
    .block5 {
        padding: 30px 0;
    }
    .schemat .img_tov img {
        width: 150px;
    }
    .row_tov .col2_tov {
        width: 100%;
    }
    .param {
        background-size: 30px;
        padding-left: 45px;
    }
    .button3 {
        color: #676767;
    }
    .block5 .button2 {
        padding: 12px 30px;
        border: 3px solid #f6d374;
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
    }
    .schemat {
        position: relative;
        margin-top: 58px;
        margin-bottom: 15px;
    }
    .row_un .col2_un {
        width: 100%;
        padding: 0 20px;
    }
    .row_un {
        margin: 0 -20px;
        margin-top: 30px;
    }
    .list_n .num_ {
        font-size: 37px;
        color: #f6e4b3;
        font-family: "GothamProBlack";
        width: 41px;
        text-align: center;
    }
    .list_n .ll_text {
        padding-left: 45px;
        padding-top: 0;
        font-size: 12px;
        color: #3f3f3f;
        line-height: 25px;
    }
    .block7 .up_six_pr {
        top: -18px;
    }
    .block8 {
        padding: 30px 0 10px;
    }
    .row_zak {
        margin: 0 -15px;
        margin-top: 0;
        text-align: center;
    }
    .row_zak .col5_zak {
        width: 49%;
        float: none;
        display: inline-block;
        text-align: center;
        padding: 0 15px;
        vertical-align: top;
        margin-bottom: 20px;
    }
    .row_zak .col5_zak img {
        height: 70px;
    }
    .komp {
        margin-top: 30px;
    }
    .block9 {
        padding: 30px 0;
    }
    .line_sc {
        position: absolute;
        height: 100%;
        width: 4px;
        left: 50%;
        margin-left: -2px;
        top: 0;
        background: #e8e8e8;
    }
    .line_sc .point_sc {
        background: #f6d374;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        margin-left: -8px;
    }
    .list_sob .year_bl .year {
        font-size: 18px;
    }
    .list_sob .year_bl .year_t {
        font-size: 13px;
    }
    .komp .col2_kom:nth-child(1) {
        padding-right: 25px;
    }
    .komp .col2_kom:nth-child(2) {
        padding-left: 25px;
    }
    .komp .col2_kom:nth-child(1) .list_sob .year_bl {
        float: none;
    }
    .list_sob .text_sob {
        font-size: 12px;
        padding-right: 0;
        line-height: 18px;
        margin-top: 10px;
    }
    .komp {
        margin-top: 30px;
        max-width: 290px;
    }
    .komp .col2_kom:nth-child(2) .list_sob .year_bl {
        float: none;
    }
    .komp .col2_kom:nth-child(2) .list_sob .text_sob {
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }
    .list_sob {
        margin-bottom: 20px;
        min-height: 78px;
    }
    .point3 {
        top: 353px;
    }
    .sob6 {
        margin-top: 243px;
    }
    .point4 {
        top: 476px;
    }
    .point5 {
        top: 596px;
    }
    .point6 {
        top: 779px;
    }
    .point7 {
        top: 894px;
    }
    .block10 {
        padding-bottom: 50px;
    }
    .zaj {
        text-align: center;
        color: #676767;
        padding-top: 0;
    }
    .zaj h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .zaj .col2_zaj {
        float: left;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .zaj .input_text_2 {
        width: 100%;
        height: 50px;
        background: none;
        border: 3px solid #dddddd;
        border-radius: 12px;
        font-size: 14px;
        padding: 0 15px;
        font-family: "GothamProRegular";
    }
    .zaj .text_conf {
        text-align: center;
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .input_submit_2 {
        padding: 0 40px;
        height: 50px;
        font-size: 16px;
    }
    .banner {
        margin-top: 40px;
    }
    .block11 {
        padding-bottom: 40px;
    }
    .problems {
        margin: 0 -15px;
    }
    .pr_col2 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .row_un .col2_un {
        width: 100%;
        padding: 0 15px;
    }
    .row_un {
        margin: 0 -15px;
        margin-top: 30px;
    }
	.inf_otz,
	.otzyvy_bl .otz:nth-child(even) .inf_otz {
		float: left;
		width: 100%;
	}
	.img_otz,
	.otzyvy_bl .otz:nth-child(even) .img_otz {
		float: none;
		width: 100%;
		text-align: center;
	}
	.text_otz,
	.otzyvy_bl .otz:nth-child(even) .text_otz {
		padding: 0;
		width: 100%;
		margin: 20px 0;
		float: none;
		text-align: left;
	}
	.img_otz {
		float: none;
	}
	.video_otz {
		width: 100%;
	}
	.video_otz img {
		width: 100%;
	}
	.otz {
		margin-bottom: 45px;
	}
	.block12 {
		padding: 50px 0 10px;
		background: #f9f9f9;
	}
	.block11 {
		padding-bottom: 40px;
		padding-top: 50px;
	}
}