header .wrapp_top_header {
    min-height: 50px;
    background-color: #262526;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .wrapp_top_header .top_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .wrapp_top_header .top_header .top_contact {
    min-width: 570px
}

header .wrapp_top_header .top_header .top_contact ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}

header .wrapp_top_header .top_header .top_contact ul li {
    display: flex;
    align-items: center;
}

header .wrapp_top_header .top_header .top_contact ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px
}

header .wrapp_top_header .top_header .top_contact ul .top_contact_site a::before {
    content: "\f095";
    padding-right: 11px
}

header .wrapp_top_header .top_header .top_contact ul .top_contact_phone {
    margin-left: auto
}

header .wrapp_top_header .top_header .top_contact ul .top_contact_phone a::before {
    content: "\f095";
    padding-right: 11px
}

header .wrapp_top_header .top_header .top_icon {
    min-width: 77px
}

header .wrapp_top_header .top_header .top_icon ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

header .wrapp_top_header .top_header .top_icon ul li a {
    text-decoration: none;
    color: #fff
}

header .wrapp_btn {
    background: #262526;
    min-height: 60px;
    display: none
}

header .wrapp_btn .btn_mobile {
    position: relative;
    top: -5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: auto;
    background-color: #262526;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

header .wrapp_btn .btn_mobile span {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

header .wrapp_btn .btn_mobile span:first-child {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

header .wrapp_btn .btn_mobile span:nth-child(2) {
    top: 15px;
    opacity: 0
}

header .wrapp_btn .btn_mobile span:last-child {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

header .wrapp_btn .open span:first-child {
    top: 7px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

header .wrapp_btn .open span:nth-child(2) {
    top: 14px;
    opacity: 1;
    left: 0
}

header .wrapp_btn .open span:last-child {
    top: 21px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.wrapp_top_header_fixed{
    position: fixed;
    z-index: 999;
    width: 100%;
}

.wrapp_top_header_fixed .wrapp_nav_header{
    background-color: white;
}

header .wrapp_nav_header {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
    box-shadow: 0 0 20px rgba(0, 0, 0, .8)
}

header .wrapp_nav_header .nav_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 79px
}

header .wrapp_nav_header .nav_header .nav_menu {
    min-width: 755px
}

header .wrapp_nav_header .nav_header .nav_menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .wrapp_nav_header .nav_header .nav_menu ul li a {
    text-decoration: none;
    color: #1d1d1b;
    font-size: 18px;
    position: relative
}

header .wrapp_nav_header .nav_header .nav_menu ul li a::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    border-top: 3px solid #f60a20;
    -webkit-transition: width .5s ease-in-out, left .5s ease-in-out;
    -o-transition: width .5s ease-in-out, left .5s ease-in-out;
    transition: width .5s ease-in-out, left .5s ease-in-out;
    left: 0;
    bottom: 46px
}

header .wrapp_nav_header .nav_header .nav_menu ul li a:hover::after {
    content: " ";
    width: 100%;
    color: #f60a20
}

header .wrapp_nav_header .nav_header .nav_menu ul li a:hover {
    color: #f60a20
}

header .wrapp_header_main {
    background-image: url(../img/last.png);
    padding-top: 30px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    min-height: 780px
}

header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left {
    padding-left: 97px;
    position: relative;
    margin-top: 120px;
    margin-right: 50px;

}

header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .table {
    position: absolute;
    top: -10%;
    left: 0
}

header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .table img {
    width: 100%
}

header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left {
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .6);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .6);
    background-color: #2d2c2d;
    padding-left: 59px;
    max-width: 500px
}

header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    padding-top: 26px
}

header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left .guarantee {
    color: #ffc400;
    font-size: 23px;
    padding-bottom: 0
}

header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left .officially {
    color: #ffc400;
    font-size: 23px;
    padding-bottom: 30px;
    text-align: center
}

header .wrapp_header_main .wrapp_left_header .house {
    margin-top: -30px;
    position: absolute
}

header .wrapp_header_main .wrapp_left_header .house img {
    width: 100%
}

header .wrapp_header_main .wrapp_right_header .form_wrapper {
    max-width: 369px;
    -webkit-box-shadow: 9px 18px 35px rgba(0, 0, 0, .5);
    box-shadow: 9px 18px 35px rgba(0, 0, 0, .5);
    background-color: #f2f2f2;
    opacity: .9;
    text-align: center;
    padding-top: 42px;
    position: relative;
    margin-left: auto
}

header .wrapp_header_main .wrapp_right_header .form_wrapper h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email,
header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name,
header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone {
    position: relative;
    display: block
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email input,
header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name input,
header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone input {
    color: #6f7784;
    max-width: 283px;
    width: 100%;
    font-size: 14px;
    padding-left: 45px;
    padding: 13px 16px;
    outline: 0;
    border: 1px solid #bbc1c2;
    margin-bottom: 18px;
    padding-left: 40px;
    height: 100%
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name::before {
    content: "\f007";
    position: absolute;
    color: #f60a20;
    font-size: 20px;
    top: 12%;
    right: 82%
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone::before {
    content: "\f095";
    position: absolute;
    color: #f60a20;
    font-size: 20px;
    top: 12%;
    right: 82%
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email::before {
    content: "\f0e0";
    position: absolute;
    color: #f60a20;
    font-size: 20px;
    top: 12%;
    right: 82%
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .form input[type=submit] {
    max-width: 283px;
    width: 100%;
    color: #fff;
    background-color: #f60a20;
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 55px;
    outline: 0;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .form input[type=submit]:hover {
    background-color: #ffd200;
    color: #000
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .book {
    position: absolute;
    top: 95%;
    right: -20%
}

header .wrapp_header_main .wrapp_right_header .form_wrapper .book img {
    width: 100%
}
.evidnov {
    color: #fff;
    margin: 0 10px 0 10px;
    text-align: center;
}
.evidnov span {
    margin-right: 10px;
}
.evidnov img {
    width: 180px;
    height: 40px;
}
.siding_title {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 60px;
    background: url(../img/bg3.png)
}

.siding_title h2 {
    font-size: 33px;
    color: #000;
    text-transform: uppercase
}

.vinyl_siding {
    position: relative;
    background: url(../img/bg3.png);
    height: 600px;
}

.vinyl_siding::before {
    content: " ";
    height: 295px;
    width: 100%;
    background-color: #dbdbdb;
    display: block;
    position: absolute;
    right: 20%;
    top: 65px;
    opacity: .4
}

.vinyl_siding .wrapp_out_vinyl_siding {
    background: #fff;
    width: 900px;
    position: absolute;
    padding-top: 35px
}

@media (max-width: 1200px){
    .wrapp_out_vinyl_siding .vinyl_siding,.wrapp_out_socket_siding,.wrapp_out_house_siding{
        width: 100%;
    }

}

@media (min-width: 1200px){
    .vinyl_siding, .socket_siding{
        height: 400px !important;
    }

    
}

.vinyl_siding .wrapp_out_vinyl_siding .vinyl_text h3 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px
}

.vinyl_siding .wrapp_out_vinyl_siding .vinyl_text p {
    font-size: 14px;
    color: #b2b2b2;
    margin-bottom: 40px
}

.vinyl_siding .wrapp_out_vinyl_siding .vinyl_text .btn_siding {
    text-align: right;
    padding-bottom: 35px
}

.vinyl_siding .wrapp_out_vinyl_siding .vinyl_text .btn_siding a {
    color: #fff;
    text-decoration: none;
    background-color: #f60a20;
    padding: 12px 42px;
    font-size: 18px;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.vinyl_siding .wrapp_out_vinyl_siding .vinyl_text .btn_siding a:hover {
    background: #ffd200;
    color: #262526
}

.socket_siding {
    position: relative;
    background: url(../img/bg3.png);
    height: 600px;
}

.socket_siding::before {
    content: " ";
    height: 295px;
    width: 100%;
    background-color: #dbdbdb;
    display: block;
    position: absolute;
    left: 26%;
    width: 74%;
    top: 65px;
    opacity: .4
}

.socket_siding .wrapp_out_socket_siding {
    background: #fff;
    max-width: 900px;
    position: absolute;
    left: 35%;
    padding-top: 35px
}



.socket_siding .wrapp_out_socket_siding .socket_text h3 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px
}

.socket_siding .wrapp_out_socket_siding .socket_text p {
    font-size: 14px;
    color: #b2b2b2;
    margin-bottom: 40px
}

.socket_siding .wrapp_out_socket_siding .socket_text .btn_siding {
    padding-bottom: 35px
}

.socket_siding .wrapp_out_socket_siding .socket_text .btn_siding a {
    color: #fff;
    text-decoration: none;
    background-color: #f60a20;
    padding: 12px 42px;
    font-size: 18px;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.socket_siding .wrapp_out_socket_siding .socket_text .btn_siding a:hover {
    background: #ffd200;
    color: #262526
}

.house_siding {
    position: relative;
    background: url(../img/bg3.png);
    height: 600px;
}

.house_siding::before {
    content: " ";
    height: 295px;
    width: 100%;
    background-color: #dbdbdb;
    display: block;
    position: absolute;
    right: 20%;
    top: 65px;
    opacity: .4
}

.house_siding .wrapp_out_house_siding {
    background: #fff;
    max-width: 900px;
    position: absolute;
    padding-top: 35px
}

.house_siding .wrapp_out_house_siding .house_text h3 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px
}

.house_siding .wrapp_out_house_siding .house_text p {
    font-size: 14px;
    color: #b2b2b2;
    margin-bottom: 40px
}

.house_siding .wrapp_out_house_siding .house_text .btn_siding {
    text-align: right;
    padding-bottom: 35px
}

.house_siding .wrapp_out_house_siding .house_text .btn_siding a {
    color: #fff;
    text-decoration: none;
    background-color: #f60a20;
    padding: 12px 42px;
    font-size: 18px;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.house_siding .wrapp_out_house_siding .house_text .btn_siding a:hover {
    background: #ffd200;
    color: #262526
}

.siding_block {
    background-image: url(../img/bg_block.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 50px
}

.siding_block h3 {
    font-size: 33px;
    margin-bottom: 45px
}

.siding_block h3 span {
    color: #f60a20
}

.siding_block .siding_text {
    text-align: left
}

.siding_block .siding_text p {
    margin-bottom: 25px;
    font-size: 18px
}

.help {
    background: url(../img/bg_helpa.png);
    padding-top: 100px;
    padding-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.help p {
    font-size: 45px;
    font-weight: 500;
    color: #fff
}

.help .btn_help {
    margin-top: 15px
}

.help .btn_help a:hover {
    background: #ffd200;
    color: #262526
}

.help .btn_help .form_wrapper_help {
    text-transform: uppercase;
    font-size: 26px;
    text-decoration: none;
    background-color: #f60a20;
    color: #fff;
    padding: 22px 79px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.benefit {
    background: url(../img/bg_help.png);
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 0;
    -webkit-box-shadow: 0 9px 56px rgba(0, 0, 0, .5);
    box-shadow: 0 9px 56px rgba(0, 0, 0, .5)
}

.benefit h2 {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 74px;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .4)
}

.benefit {
    padding-right: 0
}

.benefit .benefit_img img {
    width: 100%
}

.benefit {
    margin-bottom: 75px
}

.benefit .benefit_box {
    background-image: url('../img/bg_benefit.png');
    text-align: left;
    min-height: 400px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, .7);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .7);
    margin-left: 20px;
    margin-right: 5px;
}

.benefit .benefit_box .check_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-left: 30px
}

.benefit .benefit_box .check_box p {
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px
}

.benefit .benefit_box .check_box:first-child {
    padding-top: 25px
}

.benefit .btn_benefit {
    margin-top: 45px
}

.benefit .btn_benefit a:hover {
    background: #ffd200;
    color: #262526
}

.benefit .btn_benefit .form_wrapper_help {
    font-size: 26px;
    text-decoration: none;
    background-color: #f60a20;
    color: #fff;
    padding: 18px 67px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.how_we_work {
    text-align: center;
    padding-top: 82px;
    padding-bottom: 50px
}

.how_we_work h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 33px;
    margin-bottom: 60px
}

.how_we_work .work_block .circle,
.how_we_work .work_block .circle {
    height: 120px;
    width: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid red;
    margin: 0 auto;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.how_we_work .work_block .circle img,
.how_we_work .work_block .circle img {
    width: 55px
}

.how_we_work .work_block .title,
.how_we_work .work_block .title {
    font-size: 16px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700
}

.how_we_work .work_block span,
.how_we_work .work_block span {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    display: block
}

.how_we_work .work_block p,
.how_we_work .work_block p {
    font-size: 15px;
    color: #999
}

.free {
    background-image: url(../img/bg6b.png);
    text-align: center;
    padding-top: 90px;
    padding-bottom: 130px
}

.free .wrapp_form_free {
    position: relative;
}

.free .wrapp_form_free p {
    font-size: 44px;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
    color: #fff;
    margin-bottom: 40px
}

.free .wrapp_form_free .form_free {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.free .wrapp_form_free .form_free .advice_name,
.free .wrapp_form_free .form_free .advice_phone {
    width: 367px;
    margin-right: 20px;
}

.free .wrapp_form_free .form_free .advice_name input,
.free .wrapp_form_free .form_free .advice_phone input {
    width: 100%;
    padding: 21px 17px;
    outline: 0;
    border: none;
    font-size: 20px
}

.free .wrapp_form_free .form_free .advice_name ::-webkit-input-placeholder,
.free .wrapp_form_free .form_free .advice_phone ::-webkit-input-placeholder {
    font-size: 25px
}

.free .wrapp_form_free .form_free .advice_name :-moz-placeholder,
.free .wrapp_form_free .form_free .advice_phone :-moz-placeholder {
    font-size: 25px
}

.free .wrapp_form_free .form_free .advice_name ::-moz-placeholder,
.free .wrapp_form_free .form_free .advice_phone ::-moz-placeholder {
    font-size: 25px
}

.free .wrapp_form_free .form_free .advice_name :-ms-input-placeholder,
.free .wrapp_form_free .form_free .advice_phone :-ms-input-placeholder {
    font-size: 25px
}

.free .wrapp_form_free .form_free .advice_btn {
    width: 100%;
    background-color: #f60a20;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 26px
}

.free .wrapp_form_free .form_free .advice_btn:hover {
    background: #ffd200;
    color: #262526
}

.why {
    background-image: url(../img/bg2.jpg);
    padding-top: 65px;
    padding-bottom: 115px
}

.why h2 {
    font-size: 33px;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase
}

.why .content_left .wrapp_left .list {
    min-height: 116px;
    margin-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.why .content_left .wrapp_left .list img {
    width: 50px
}

.why .content_left .wrapp_left .list .block_left_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px
}

.why .content_left .wrapp_left .list .block_left_top h5 {
    margin-bottom: 15px;
    font-size: 25px
}

.why .content_left .wrapp_left .list .block_left_top p {
    font-size: 16px;
    color: #999;
    width: 85%
}

.why .content_left .wrapp_left .list {
    min-height: 116px;
    margin-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.why .content_left .wrapp_left .list img {
    width: 50px
}

.why .content_left .wrapp_left .list .block_left_mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px
}

.why .content_left .wrapp_left .list .block_left_mid h5 {
    margin-bottom: 15px;
    font-size: 25px
}

.why .content_left .wrapp_left .list .block_left_mid p {
    font-size: 16px;
    color: #999;
    width: 85%
}

.why .content_left .wrapp_left .list {
    min-height: 116px;
    margin-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.why .content_left .wrapp_left .list img {
    width: 50px
}

.why .content_left .wrapp_left .list .block_left_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px
}

.why .content_left .wrapp_left .list .block_left_bottom h5 {
    margin-bottom: 15px;
    font-size: 25px
}

.why .content_left .wrapp_left .list .block_left_bottom p {
    font-size: 16px;
    color: #999;
    width: 85%
}

.why .content_left .wrapp_left .list .block_left_bottom p small {
    font-size: 16px
}

.why .content_right .wrapp_right .list {
    min-height: 116px;
    margin-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.why .content_right .wrapp_right .list img {
    width: 50px
}

.why .content_right .wrapp_right .list .block_right_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px
}

.why .content_right .wrapp_right .list .block_right_top h5 {
    margin-bottom: 15px;
    font-size: 25px
}

.why .content_right .wrapp_right .list .block_right_top p {
    font-size: 16px;
    color: #999;
    width: 85%
}

.why .content_right .wrapp_right .list {
    min-height: 116px;
    margin-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.why .content_right .wrapp_right .list img {
    width: 50px
}

.why .content_right .wrapp_right .list .block_right_mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px
}

.why .content_right .wrapp_right .list .block_right_mid h5 {
    margin-bottom: 15px;
    font-size: 25px
}

.why .content_right .wrapp_right .list .block_right_mid p {
    font-size: 16px;
    color: #999;
    width: 100%
}

.why .content_right .wrapp_right .list {
    min-height: 116px;
    margin-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.why .content_right .wrapp_right .list img {
    width: 50px
}

.why .content_right .wrapp_right .list .block_right_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px
}

.why .content_right .wrapp_right .list .block_right_bottom h5 {
    margin-bottom: 15px;
    font-size: 25px
}

.why .content_right .wrapp_right .list .block_right_bottom p {
    font-size: 16px;
    color: #999;
    width: 85%
}

.why .btn_why {
    text-align: center
}

.why .btn_why a:hover {
    background: #ffd200;
    color: #262526
}

.why .btn_why .form_wrapper_help {
    font-size: 26px;
    text-decoration: none;
    background-color: #f60a20;
    color: #fff;
    padding: 18px 103px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase
}

.example {
    background-image: url(../img/bg2.jpg)
}

.example h2 {
    margin-bottom: 85px;
    padding-bottom: 40px;
    font-size: 33px;
    text-align: center;
    text-transform: uppercase
}

.example .wrapp_example {
    background-image: url(../img/bg8.png);
    max-height: 437px;
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 7px 30px rgba(0, 0, 0, .3)
}

.example .wrapp_example .carousel_block {
    -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, .7);
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .7);
    margin-top: -65px
}

.example .wrapp_example .carousel_block .owl-carousel {
    margin-top: -50px;
    position: relative
}

.example .wrapp_example .carousel_block .owl-carousel .item .after {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #fff
}

.example .wrapp_example .carousel_block .owl-carousel .item .after span {
    font-size: 24px
}

.example .wrapp_example .carousel_block .owl-carousel .item img {
    width: 100%
}

.example .wrapp_example .carousel_block .owl-carousel .owl-nav {
    font-size: 125px;
    color: red
}

.example .wrapp_example .carousel_block .owl-carousel .owl-nav .owl-prev {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #fff;
    border-bottom: 35px solid transparent;
    position: absolute;
    top: 50%;
    left: -2%;
    outline: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.example .wrapp_example .carousel_block .owl-carousel .owl-nav .owl-prev span {
    display: none
}

.example .wrapp_example .carousel_block .owl-carousel .owl-nav .owl-next {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 35px solid #fff;
    border-bottom: 35px solid transparent;
    position: absolute;
    top: 50%;
    right: -2%;
    outline: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.example .wrapp_example .carousel_block .owl-carousel .owl-nav .owl-next span {
    display: none
}

.example .wrapp_example .carousel_block .owl-carousel .owl-dots {
    position: absolute;
    top: 95%;
    left: 50%;
    -webkit-transform: translate(-50%, -95%);
    -ms-transform: translate(-50%, -95%);
    transform: translate(-50%, -95%)
}

.example .wrapp_example .carousel_block .owl-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border: 2px solid #ffd200;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 9px;
    outline: 0
}

.example .wrapp_example .carousel_block .owl-carousel .owl-dots .owl-dot.active {
    background: #ffd200
}

.question {
    padding-top: 90px;
    position: relative
}

.question h4 {
    font-size: 33px;
    text-align: center;
    margin-bottom: 60px
}

.question .wrapp_form {
    position: relative;
    max-width: 700px
}

.question .wrapp_form p {
    font-size: 20px;
    margin-bottom: 20px
}

.question .wrapp_form .form_question .wrapp_span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.question .wrapp_form .form_question .wrapp_span .span_email,
.question .wrapp_form .form_question .wrapp_span .span_name,
.question .wrapp_form .form_question .wrapp_span .span_phone {
    position: relative;
    display: inline-block;
    border: 2px solid #404040;
    max-width: 221px;
    width: 100%;
    margin-bottom: 20px
}

.question .wrapp_form .form_question .wrapp_span .span_email input,
.question .wrapp_form .form_question .wrapp_span .span_name input,
.question .wrapp_form .form_question .wrapp_span .span_phone input {
    padding: 10px 0 10px 30px;
    outline: 0;
    border: none
}

.question .wrapp_form .form_question .wrapp_span ::-webkit-input-placeholder {
    font-size: 18px
}

.question .wrapp_form .form_question .wrapp_span :-moz-placeholder {
    font-size: 18px
}

.question .wrapp_form .form_question .wrapp_span ::-moz-placeholder {
    font-size: 18px
}

.question .wrapp_form .form_question .wrapp_span :-ms-input-placeholder {
    font-size: 18px;
    font-size: 18px
}

.question .wrapp_form .form_question .wrapp_span .span_name::before {
    content: "\f007";
    font-size: 18px;
    color: #f60a20;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.question .wrapp_form .form_question .wrapp_span .span_phone::before {
    content: "\f095";
    font-size: 18px;
    color: #f60a20;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.question .wrapp_form .form_question .wrapp_span .span_email::before {
    content: "\f0e0";
    font-size: 18px;
    color: #f60a20;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.question .wrapp_form .form_question .comment {
    position: relative
}

.question .wrapp_form .form_question .comment textarea {
    width: 100%;
    outline: 0;
    border: 2px solid #404040;
    resize: none;
    height: 207px;
    padding-left: 35px;
    padding-top: 20px
}

.question .wrapp_form .form_question .comment::before {
    content: "\f075";
    font-size: 18px;
    color: #f60a20;
    position: absolute;
    top: 19px;
    left: 10px
}

.question .wrapp_form .form_question input[type=submit] {
    max-width: 335px;
    width: 100%;
    color: #fff;
    background-color: #f60a20;
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 55px;
    outline: 0;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px
}

.question .wrapp_form .form_question input[type=submit]:hover {
    background-color: #ffd200;
    color: #000
}

.question .quest_img {
    position: absolute;
    top: 28%;
    left: 65%;
    width: 500px;
    height: 300px
}

.question .quest_img img {
    width: 100%
}

.contact {
    background-image: url(../img/bg_contact.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 170px
}

.contact .contact_tel,.contact_tel a {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.contact_tel a:hover{
    text-decoration: none;
    color: #fff;
}

.contact .contact_tel::before {
    content: "\f095";
    padding-right: 11px
}

.contact .footer_contact {
    margin-top: 70px
}

.contact .footer_contact .clock_title,
.contact .footer_contact .email_title,
.contact .footer_contact .location_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding: 10px 0
}

.contact .footer_contact .clock_title p,
.contact .footer_contact .email_title p,
.contact .footer_contact .location_title p {
    color: #fff;
    font-size: 18px;
    padding-left: 18px
}

.contact .footer_contact .clock_title img,
.contact .footer_contact .email_title img,
.contact .footer_contact .location_title img {
    width: 21px
}

.contact .footer_icon {
    padding-left: 100px
}

.contact .footer_icon li {
    padding-right: 35px;
    display: inline-block
}

.contact .footer_icon li a {
    font-size: 25px;
    color: #fff
}

footer {
    background-color: #404040
}

footer p {
    font-size: 16px;
    color: #fff;
    padding: 20px 0
}

.call_back {
    max-width: 408px;
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 42px;
    position: relative;
    margin: 0 auto
}

.call_back h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.call_back .form_common {
    position: relative
}

.call_back .form_common .span_email,
.call_back .form_common .span_name,
.call_back .form_common .span_phone {
    position: relative;
    display: block
}

.call_back .form_common .span_email input,
.call_back .form_common .span_name input,
.call_back .form_common .span_phone input {
    color: #6f7784;
    max-width: 286px;
    width: 100%;
    font-size: 14px;
    padding-left: 45px;
    padding: 13px 16px 13px 35px;
    outline: 0;
    border: 2px solid #000;
    margin-bottom: 24px
}

.call_back .form_common .span_name::before {
    content: "\f007";
    position: absolute;
    color: #f60a20;
    font-size: 20px;
    top: 12%;
    right: 78%
}

.call_back .form_common .span_phone::before {
    content: "\f095";
    position: absolute;
    color: #f60a20;
    font-size: 20px;
    top: 12%;
    right: 78%
}

.call_back .form_common .span_email::before {
    content: "\f0e0";
    position: absolute;
    color: #f60a20;
    font-size: 20px;
    top: 12%;
    right: 78%
}

.call_back .form_common input[type=submit] {
    max-width: 286px;
    width: 100%;
    color: #fff;
    background-color: #f60a20;
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 55px;
    outline: 0;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px
}

.call_back .form_common input[type=submit]:hover {
    background-color: #ffd200;
    color: #000
}

.call_back .form_common ::-webkit-input-placeholder {
    font-size: 18px
}

.call_back .form_common :-moz-placeholder {
    font-size: 18px
}

.call_back .form_common ::-moz-placeholder {
    font-size: 18px
}

.call_back .form_common :-ms-input-placeholder {
    font-size: 18px
}

.call_back .mfp-close {
    color: #f60a20;
    font-size: 35px;
    opacity: 1
}

.success_callback {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 0 5px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.success_callback .success_text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 8px
}

.success_callback .success_text .al_rocket {
    font-size: 32px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    -webkit-animation: roket 1.2s .7s ease-in;
    animation: roket 1.2s .7s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.success_callback .success_text .text_p {
    font-size: 20px
}

.success_callback .success_text .text_p:first-child {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative
}

.success_callback .success_text .text_p:first-child:before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #f60a20;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.success_free {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 0 5px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.success_free .success_text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 8px
}

.success_free .success_text .al_rocket {
    font-size: 32px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    -webkit-animation: roket 1.2s .7s ease-in;
    animation: roket 1.2s .7s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.success_free .success_text .text_p {
    font-size: 20px;
    color: #000 !important
}

.success_free .success_text .text_p:first-child {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative
}

.success_free .success_text .text_p:first-child:before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #f60a20;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hidden_pp {
    display: none
}

.wrapp_phone_fix {
    position: fixed;
    top: 85%;
    left: 0;
    z-index: 777
}

.wrapp_phone_fix .phone_fix {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse_out 2s ease-in-out infinite;
    animation: pulse_out 2s ease-in-out infinite
}

@-webkit-keyframes pulse_out {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    50% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
}

@keyframes pulse_out {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    50% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
}

.wrapp_phone_fix .phone_fix::after {
    content: " ";
    border: 2px solid #f60a20;
    position: absolute;
    height: 70px;
    width: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse_after 2s ease-in-out infinite;
    animation: pulse_after 2s ease-in-out infinite
}

.wrapp_phone_fix .phone_fix::before {
    content: " ";
    border: 10px solid #f60a20;
    position: absolute;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse_before 2s ease-in-out infinite;
    animation: pulse_before 2s ease-in-out infinite
}

@-webkit-keyframes pulse_after {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
}

@keyframes pulse_after {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
}

@-webkit-keyframes pulse_before {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }
}

@keyframes pulse_before {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }
}

.wrapp_phone_fix .phone_fix .pulse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f60a20;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: shake 2s ease-in-out infinite;
    animation: shake 2s ease-in-out infinite
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes shake {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.wrapp_phone_fix .phone_fix .pulse .phone_call .fa-phone {
    font-size: 40px;
    color: #fff
}

.wrapp_phone_fix .form_fix {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0
}

.btn_up {
    position: fixed;
    z-index: 777;
    top: 95%;
    right: 2%;
    height: 40px;
    width: 40px;
    background-color: #ccc;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, .2);
    box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, .2)
}



.btn_up .fa-angle-up {
    font-size: 30px
}

@media (max-width: 600px){
    .btn_up {
        left: 
    }
}

@media only screen and (max-width:1400px) {
    .question .quest_img {
        left: 62%
    }
}

@media only screen and (max-width:1385px) {
    .question .quest_img {
        width: 450px
    }
}

@media only screen and (max-width:1280px) {
    header .wrapp_header_main .wrapp_right_header .form_wrapper .book {
        right: -17%
    }
}

@media only screen and (max-width:1260px) {
    header .wrapp_header_main .wrapp_right_header .form_wrapper .book {
        right: -14%
    }
}

@media only screen and (max-width:1250px) {
    .question .quest_img {
        width: 400px
    }
}

@media only screen and (max-width:1220px) {
    header .wrapp_nav_header .nav_header {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .book {
        right: 0
    }
}

@media only screen and (max-width:1200px) {
    header .wrapp_nav_header .nav_header {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .free .wrapp_form_free .form_free .advice_name, .free .wrapp_form_free .form_free .advice_phone{
        margin-right: 0;
    }

    .free .wrapp_form_free{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }

    header .wrapp_header_main {
        background-image: url('../img/last.png');
        min-height: 720px
    }

    header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left {
        padding-left: 0
    }

    header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .table {
        display: none
    }

    header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left {
        padding-left: 0;
        text-align: center
    }

    .vinyl_siding::before {
        right: 0
    }

    .vinyl_siding .wrapp_out_vinyl_siding .img_vinyl {
        text-align: center
    }

    .socket_siding::before {
        left: 0;
        width: 100%
    }

    .socket_siding .wrapp_out_socket_siding {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        left: inherit
    }

    .socket_siding .wrapp_out_socket_siding .img_socket {
        text-align: center
    }

    .socket_siding .wrapp_out_socket_siding .socket_text .btn_siding {
        padding-bottom: 55px;
        text-align: right
    }

    .house_siding::before {
        right: 0
    }

    .house_siding .wrapp_out_house_siding .img_house {
        text-align: center
    }

    .siding_block h3 {
        padding-left: 15px
    }

    .siding_block .siding_text {
        margin-bottom: 55px
    }

    .siding_block .siding_box img {
        width: 100%
    }

    .help .wrapp_help {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .how_we_work .work_block .visible-md {
        margin-bottom: 50px
    }

    .free {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        height: 100%;
    }

    .free .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .free .form .advice_name input,
    .free .form .advice_phone input {
        width: 100%;
        margin-bottom: 19px;
        padding: 16px 17px
    }

    .free .form .advice_name ::-webkit-input-placeholder,
    .free .form .advice_phone ::-webkit-input-placeholder {
        font-size: 25px
    }

    .free .form .advice_name :-moz-placeholder,
    .free .form .advice_phone :-moz-placeholder {
        font-size: 25px
    }

    .free .form .advice_name ::-moz-placeholder,
    .free .form .advice_phone ::-moz-placeholder {
        font-size: 25px
    }

    .free .form .advice_name :-ms-input-placeholder,
    .free .form .advice_phone :-ms-input-placeholder {
        font-size: 25px
    }

    .free .form .advice_phone input {
        margin-bottom: 50px
    }

    .free .form .advice_btn {
        max-width: 370px;
        padding: 16px 0
    }

    .free .form .advice_btn:hover {
        background: #ffd200
    }

    .question .wrapp_form {
        margin: 0 auto
    }

    .question .wrapp_form .form_question {
        text-align: center
    }

    .question .quest_img {
        display: none
    }

    .contact {
        background-position: right
    }
}

@media only screen and (max-width:1100px) {
    header .wrapp_nav_header .nav_header {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .wrapp_nav_header .nav_header .nav_menu {
        min-width: 650px
    }

    .vinyl_siding::before {
        right: 0
    }

    .socket_siding::before {
        left: 0;
        width: 100%
    }

    .house_siding::before {
        right: 0
    }

    .siding_block {
        padding-bottom: 120px
    }

    .siding_block h3 {
        max-width: 700px;
        width: 100%
    }

    .siding_block .siding_text {
        margin-bottom: 50px
    }

    .siding_block .siding_box img {
        width: 100%
    }

    .help .wrapp_help {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    

    .benefit .benefit_box {
        padding-bottom: 50px;
        margin-right: 5px;
        margin-left: 20px;
    }

    .benefit .benefit_box .check_box {
        padding-left: 55px
    }

    .benefit .benefit_box .check_box:first-child {
        padding-top: 50px
    }

    .trapeze{
        display: none;
    }
}

@media only screen and (max-width:991px) {
    header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header .wrapp_top_header {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        min-height: 0;
        background-color: #fff;
    }

    .wrapp_top_header_fixed{
        position: fixed;
        z-index: 999;
        width: 100%;
        background-color: white;
        top: 60px;
    }

    header .wrapp_top_header .top_header {
        display: none;
    }

    header .wrapp_top_header .top_header .top_contact {
        margin-right: 0;
        margin-bottom: 30px
    }

    header .wrapp_top_header .top_header .top_contact ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    header .wrapp_top_header .top_header .top_contact ul .top_contact_phone {
        margin-left: 0
    }

    header .wrapp_top_header .top_header .top_contact ul li {
        margin: 8px 0
    }

    header .wrapp_top_header .top_header .top_contact ul li a {
        color: #000
    }

    header .wrapp_btn {
        display: flex;
        position: fixed;
        z-index: 9999;
        width: 100%;
        align-items: center;
    }

    header .wrapp_btn .btn_mobile {
        margin-right: 25px;
    }
    
    #mobile_evidnov {
        display:none;
    }

    header .wrapp_nav_header {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: none;
        margin-bottom: 50px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .wrapp_nav_header .nav_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 320px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    header .wrapp_nav_header .nav_header .logo {
        margin-top: 30px;
        margin-bottom: 30px
    }

    header .wrapp_nav_header .nav_header .nav_menu {
        min-width: inherit
    }

    header .wrapp_nav_header .nav_header .nav_menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    header .wrapp_nav_header .nav_header .nav_menu ul li {
        margin-bottom: 15px
    }

    header .wrapp_nav_header .nav_header .nav_menu ul li a:after {
        display: none
    }

    header .wrapp_header_main {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    header .wrapp_header_main .wrapp_right_header {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper {
        max-width: 100%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone input {
        max-width: 55%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name::before {
        right: 75%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone::before {
        right: 75%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email::before {
        right: 75%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form input[type=submit] {
        max-width: 55%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .book {
        display: none
    }

    .siding_title {
        padding-top: 550px
    }

    .vinyl_siding .wrapp_out_vinyl_siding {
        left: 0;
        width: 100%;
    }

    .socket_siding .wrapp_out_socket_siding {
        left: 0;
        width: 100%;
    }

    .house_siding .wrapp_out_house_siding {
        left: 0;
        width: 100%;
    }

    .siding_block {
        padding-top: 100px
    }

    .help .wrapp_help {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .help .wrapp_help {
        text-align: center
    }

    .help .wrapp_help p {
        margin-bottom: 35px
    }

    .example .wrapp_example {
        min-height: 340px
    }

    .example .wrapp_example .carousel_block .owl-carousel .owl-dots {
        top: 115%
    }

    .how_we_work .work_block {
        margin-bottom: 30px
    }

    .free .form_free {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:985px) {
    header .wrapp_header_main .wrapp_right_header {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper {
        max-width: 100%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone input {
        max-width: 55%
    }
}

@media only screen and (max-width:823px) {
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name::before {
        right: 74%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone::before {
        right: 74%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email::before {
        right: 74%
    }
}

@media only screen and (max-width:768px) {
    header .wrapp_top_header {
        width: 100%
    }

    header .wrapp_header_main {
        min-height: 600px
    }

    header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left {
        max-width: 100%
    }

    header .wrapp_header_main .wrapp_left_header .house img {
        width: 100%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone input {
        max-width: 95%;
        margin: 0 auto;
        margin-bottom: 25px
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name::before {
        right: 94%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone::before {
        right: 94%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email::before {
        right: 93%
    }

    .vinyl_siding {
        min-height: 570px;
        padding-top: 50px
    }

    .vinyl_siding::before {
        top: 35%
    }

    .vinyl_siding 0 _vinyl .siding_vinyl .img_vinyl {
        margin-bottom: 30px;
        text-align: center
    }

    .vinyl_siding 0 _vinyl .siding_vinyl .img_vinyl img {
        width: inherit
    }

    .vinyl_siding 0 _vinyl .siding_vinyl .vinyl_text {
        text-align: left
    }

    .socket_siding {
        min-height: 570px;
        padding-top: 50px
    }

    .socket_siding 0 _socket .siding_socket {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .socket_siding 0 _socket .siding_socket .socket_text {
        padding-left: 10px
    }

    .socket_siding 0 _socket .siding_socket .socket_text .btn_siding {
        text-align: right;
        padding-right: 10px
    }

    .socket_siding 0 _socket .siding_socket .img_socket {
        margin-bottom: 30px;
        text-align: center
    }

    .house_siding {
        min-height: 570px;
        padding-top: 50px
    }

    .house_siding 0 _house .siding_house .img_house {
        text-align: center
    }

    .contact {
        background-position: right
    }
}

@media only screen and (max-width:768px) {
    .house_siding .wrapp_out_house_siding .house_text .btn_siding {
        padding-bottom: 95px
    }
}

@media only screen and (max-width:736px) {
    .benefit .benefit_box .check_box {
        padding: 10px
    }
}

@media only screen and (max-width:731px) {
    .benefit .benefit_box .check_box {
        padding-left: 15px
    }

    .benefit .benefit_box:last-child {
        padding-bottom: 50px
    }

    .question .wrapp_form .form_question .wrapp_span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .question .wrapp_form .form_question .wrapp_span .span_email,
    .question .wrapp_form .form_question .wrapp_span .span_name,
    .question .wrapp_form .form_question .wrapp_span .span_phone {
        max-width: 100%
    }

    .question .wrapp_form .form_question .wrapp_span .span_email input,
    .question .wrapp_form .form_question .wrapp_span .span_name input,
    .question .wrapp_form .form_question .wrapp_span .span_phone input {
        width: 100%
    }

    .free p {
        font-size: 40px
    }
}

@media only screen and (max-width:680px) {
    .help .wrapp_help p {
        font-size: 40px;
        text-align: center
    }

    .example .wrapp_example {
        min-height: 290px
    }
}

@media only screen and (max-width:640px) {
    .siding_block {
        padding-top: 50px
    }
}

@media only screen and (max-width:620px) {
    header .wrapp_top_header .top_header .top_contact {
        min-width: initial
    }

    .example .wrapp_example {
        min-height: 260px
    }
}

@media only screen and (max-width:580px) {
    .free p {
        font-size: 34px
    }
}

@media only screen and (max-width:568px) {
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name::before {
        right: 93%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone::before {
        right: 93%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email::before {
        right: 92%
    }
}

@media only screen and (max-width:530px) {
    .example .wrapp_example {
        min-height: 210px
    }
}

@media only screen and (max-width:480px) {
    header .wrapp_top_header .top_header .top_contact {
        min-width: inherit
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name::before {
        right: 92%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone::before {
        right: 92%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email::before {
        right: 91%
    }

    .free p {
        font-size: 28px
    }

    .free .form_free {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .free .form_free .advice_name,
    .free .form_free .advice_phone {
        width: 100%;
    }

    .example .wrapp_example {
        min-height: 180px;
    }
}

@media only screen and (max-width:440px) {
    .help .wrapp_help .btn_help a {
        padding: 22px 25px;
        font-size: 20px
    }

    .free p {
        font-size: 22px
    }

    .free .form_free {
        min-width: 290px
    }

    .free .form_free .advice_btn {
        min-width: 320px
    }

    .example .wrapp_example {
        min-height: 160px
    }
}

@media only screen and (max-width:414px) {
    header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left h1 {
        font-size: 28px
    }

    .house_siding .wrapp_out_house_siding .img_house img {
        width: inherit
    }

    .call_back .form_common .span_name::before {
        right: 80%
    }

    .call_back .form_common .span_phone::before {
        right: 80%
    }

    .call_back .form_common .span_email::before {
        right: 79%
    }
}

@media only screen and (max-width:400px) {
    .free .form_free {
        max-width: 320px;
    }

    .free .wrapp_form_free .form_free .advice_name input, .free .wrapp_form_free .form_free .advice_phone input,.advice_btn{
        width: 85% !important;
    }
}

@media only screen and (max-width:380px) {
    .vinyl_siding .wrapp_out_vinyl_siding .img_vinyl img {
        width: 100%
    }
}

@media only screen and (max-width:375px) {
    header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left h1 {
        font-size: 27px
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone input {
        margin-bottom: 25px
    }

    .vinyl_siding {
        margin-bottom: 40px
    }

    .vinyl_siding 0 _vinyl .siding_vinyl .img_vinyl img {
        width: 100%
    }

    .benefit .btn_benefit .form_wrapper_help {
        font-size: 19px;
        padding: 18px 32px
    }

    .example .wrapp_example {
        min-height: 140px
    }

    .call_back .form_common .span_name::before {
        right: 82%
    }

    .call_back .form_common .span_phone::before {
        right: 82%
    }

    .call_back .form_common .span_email::before {
        right: 82%
    }
}

@media only screen and (max-width:365px) {
    .vinyl_siding .wrapp_out_vinyl_siding .vinyl_text .btn_siding {
        padding-bottom: 45px
    }
}

@media only screen and (max-width:360px) {
    header .wrapp_header_main {
        min-height: 500px
    }

    header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left h1 {
        font-size: 25px
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone input {
        margin-bottom: 25px
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name::before {
        right: 91%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone::before {
        right: 91%
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email::before {
        right: 90%
    }

    .vinyl_siding {
        margin-bottom: 60px
    }

    .vinyl_siding 0 _vinyl {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .socket_siding {
        margin-bottom: 60px
    }

    .socket_siding .wrapp_out_socket_siding .socket_text .btn_siding {
        padding-bottom: 65px
    }

    .house_siding 0 _house {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .free p .form_free {
        min-width: 290px
    }

    .why .content_left .wrapp_left .list .block_left_bottom h5,
    .why .content_left .wrapp_left .list .block_left_mid h5,
    .why .content_left .wrapp_left .list .block_left_top h5 {
        font-size: 20px
    }

    .why .content_left .wrapp_left .list .block_left_bottom p,
    .why .content_left .wrapp_left .list .block_left_mid p,
    .why .content_left .wrapp_left .list .block_left_top p {
        font-size: 14px
    }

    .why .content_right .wrapp_right .list .block_right_bottom h5,
    .why .content_right .wrapp_right .list .block_right_mid h5,
    .why .content_right .wrapp_right .list .block_right_top h5 {
        font-size: 20px
    }

    .why .content_right .wrapp_right .list .block_right_bottom p,
    .why .content_right .wrapp_right .list .block_right_mid p,
    .why .content_right .wrapp_right .list .block_right_top p {
        font-size: 14px
    }

    .why .btn_why .form_wrapper_help {
        padding: 14px 75px;
        font-size: 22px
    }

    .example {
        display: none
    }

    .call_back .form_common .span_name::before {
        right: 84%
    }

    .call_back .form_common .span_phone::before {
        right: 84%
    }

    .call_back .form_common .span_email::before {
        right: 84%
    }
}

@media only screen and (max-width:350px) {

    .free .form_free .advice_name,
    .free .form_free .advice_phone {
        width: 85%
    }

    .free .form_free .advice_name input,
    .free .form_free .advice_phone input {
        font-size: 18px
    }

    .free .form_free .advice_phone input {
        margin-bottom: 30px
    }

    .free .form_free .advice_btn {
        min-width: 265px;
        font-size: 18px
    }
}

@media only screen and (max-width:320px) {
    header .wrapp_header_main {
        min-height: 500px
    }

    header .wrapp_header_main .wrapp_left_header .wrapp_main_text_left .main_text_left h1 {
        font-size: 23px
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_email input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_name input,
    header .wrapp_header_main .wrapp_right_header .form_wrapper .form .span_phone input {
        margin-bottom: 25px
    }

    .vinyl_siding {
        margin-bottom: 60px
    }

    .vinyl_siding 0 _vinyl {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .socket_siding {
        margin-bottom: 60px
    }

    .socket_siding 0 _socket {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .house_siding .wrapp_out_house_siding .img_house img {
        width: 100%
    }

    .free p .form_free {
        min-width: 290px
    }

    .why .btn_why .form_wrapper_help {
        padding: 14px 75px;
        font-size: 22px
    }

    footer p {
        font-size: 13px
    }

    .call_back .form_common .span_name::before {
        right: 88%
    }

    .call_back .form_common .span_phone::before {
        right: 88%
    }

    .call_back .form_common .span_email::before {
        right: 88%
    }
}

@media only screen and (min-width:992px) {
    header .wrapp_top_header .top_header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    header .wrapp_nav_header {
        display: block !important
    }
}