@media(max-width: 1199px){

    .header_navigate {
        position: absolute;
        top: -113px;
        left: 0;
        width: 100%;
        height: 113px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        z-index: 6;
        transition: 0.3s linear;
    }
    .header_navigate.active{
        transition: 0.3s linear;
        top: 0;
    }
    header.small_header .header_navigate {
        height: 60px;
        top: -60px;
        transition: 0.3s linear;
    }

    .burger{
        display: block;
        width: 203px;
    }
    button.burger.active {
        position: relative;
        z-index: 8;
    }

    button.burger.active span:first-child {
        transform: rotate(45deg);
        position: relative;
        top: 3px;
        display: block;
        transition: 0.3s linear;
    }

    button.burger.active span:last-child {
        transform: rotate(-45deg);
        position: relative;
        top: -4px;
        display: block;
        transition: 0.3s linear;
    }

    button.burger.active span {
        display: none;
    }

    button.burger span {
        transition: 0.3s linear;
    }

    .radio_type_of input+label {
        padding-right: 20px;
        padding-left: 55px;
    }

    .img_type_curtains {
        width: 555px;
        min-width: 555px;
        max-width: 555px;
        background-position: center !important;
        background-size: cover !important;
    }

    .one_privilege {
        padding: 0 20px;
    }

    /*.images_variants img {*/
        /*width: 19%;*/
        /*height: 181px;*/
    /*}*/

    .advices {
        justify-content: space-around;
    }

    .photo_gallery>a {
        width: 19%;
        height: 180px;
    }

    .photo_gallery>a.more_photos {
        width: 19%;
        height: 180px;
    }

    .video iframe {
        width: 95%;
        height: 260px;
    }

    .footer_navigate ul {
        width: 370px;
    }

    .absolute_map_contacts {
        margin-left: -460px;
    }

    .one_statistic>span:first-child {
        font-size: 60px;
        margin-right: 15px;
    }

    .one_how_checkout {
        width: 156px;
    }

    .how_checkout_image:before {
        width: 156px;
        background-size: contain;
        background-repeat: no-repeat;
        height: 66px;
        margin-left: -78px;
        margin-top: -33px;
    }

    .content_how_checkout .one_how_checkout:nth-child(2) .how_checkout_text {
        padding: 0;
    }

    .content_how_checkout .one_how_checkout:nth-child(2) {
        left: 148px;
    }

    .content_how_checkout .one_how_checkout:nth-child(3) {
        left: 296px;
    }

    .content_how_checkout .one_how_checkout:nth-child(4) {
        left: 444px;
    }

    .content_how_checkout .one_how_checkout:nth-child(6) {
        left: 740px;
    }

    .content_how_checkout .one_how_checkout:nth-child(5).one_how_checkout {
        left: 592px;
    }

    .content_how_checkout .one_how_checkout:nth-child(6) .how_checkout_text {
        margin-left: -10px;
        margin-right: -10px;
    }

    .content_how_checkout .one_how_checkout:nth-child(3) .how_checkout_text {
        padding: 15px 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .content_how_checkout .one_how_checkout:first-child .how_checkout_text {
        padding: 15px 15px;
    }

    .content_how_checkout {width: 896px;margin: 0 auto;}
}

@media(max-width: 991px){
    .radio_type_of {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 30px;
    }

    .radio_type_of input+label {
        margin-bottom: 20px;
        width: 34%;
    }

    .flex_block_calculate {
        /* display: block; */
    }

    .img_type_curtains {
        width: 340px;
        min-width: 340px;
        max-width: 340px;
        margin-bottom: 20px;
    }

    .one_privilege {
        padding: 0 3px;
    }

    .images_variants img {
        height: 120px;
    }

    .description_tab {
        display: block;
    }

    .creater {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    .text_description_tab {
        margin-left: 0;
        margin-top: 15px;
    }

    .show_more {
        padding: 10px;
    }

    .show_more>a {
        min-width: 240px;
    }

    .one_advice .img {
        width: 100%;
        height: auto;
    }

    .one_advice {
        width: 340px;
    }

    .one_advice .img img {
        width: 100%;
    }

    .checkout_advice {
        padding: 0 10px;
    }

    .video iframe {
        height: 400px;
    }

    .photo_gallery>a {
        height: 120px;
    }

    .photo_gallery>a.more_photos {
        height: 120px;
        font-size: 13px;
    }

    .photo_gallery>a>span>img {
        width: 40px;
        margin-bottom: 10px;
    }

    .one_statistic>span:first-child {
        font-size: 35px;
        margin-right: 10px;
    }

    .one_statistic>span:last-child {
        padding-right: 0px;
    }

    .absolute_map_contacts {
        margin-left: -360px;
    }

    .footer_navigate ul li {
        width: 50%;
    }

    .footer_navigate ul li, .footer_navigate ul li:first-child, .footer_navigate ul li:nth-child(4) {
        width: auto;
    }

    .footer_navigate ul {
        width: 100%;
    }

    .footer_navigate {
        order: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_logo {
        order: 1;
    }

    .politics_copyright {
        order: 2;
    }

    .footer {
        flex-wrap: wrap;
    }

    .how_checkout_image:before {
        display: none;
    }

    .content_how_checkout {
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

    .one_how_checkout {
        position: static;
        width: 33%;
        padding: 0 35px;
        margin: 15px 0;
    }

    div#how_checkout {
        padding: 65px 0;
    }

    .content_how_checkout:before {
        content: '';
        width: 100%;
        height: 2px;
        background: #80ac7b;
        position: absolute;
        left: 0;
        top: 50%;
    }

    .how_checkout {
        margin: -15px 0;
    }
}


@media(max-width: 767px) {
    .header_calculate {
        font-size: 28px;
    }

    .calculate {
        padding-top: 20px;
    }

    .radio_type_of input+label {
        width: 100%;
        max-width: 230px;
    }

    .flex_block_calculate {
        display: block;
    }

    .img_type_curtains {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 65vw;
    }

    .name_type_curtains {
        font-size: 20px;
        padding: 15px;
    }

    .options {
        max-width: 100%;
        padding: 20px 10px;
        min-width: 100%;
        height: auto;
    }

    .form_change_options {
        max-width: 320px;
        margin: 0 auto;
    }

    div#privilege {
        flex-wrap: wrap;
    }

    .one_privilege {
        width: auto;
        max-width: 50%;
        margin-bottom: 10px;
        width: 50%;
    }

    .img_one_privilege {
        margin-bottom: 10px;
    }

    .one_privilege>span {
        font-size: 14px;
        line-height: 16px;
    }

    .privilege {
        padding: 30px 0 30px;
    }

    .header_variants {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .nav-tabs {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .nav-tabs>li {
        width: 100%;
    }

    .images_variants a {
        min-width: 49%;
        min-height: 40vw;
    }

    .description_tab {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .creater {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .creater>.line>span {
        display: block;
    }

    .creater>.line {
        display: block;
        text-align: center;
    }

    .text_description_tab {
        text-align: center;
    }

    .show_more {
        display: block;
        height: auto;
    }

    .show_more>span {
        font-size: 26px;
        text-align: center;
        display: block;
        line-height: normal;
        margin-bottom: 10px;
    }

    .show_more>a {
        min-width: auto;
        max-width: 100%;
    }

    div#variants {
        padding-bottom: 20px;
    }

    .wrapper_advice {
        padding-top: 20px;
    }

    .header_advice {
        font-size: 28px;
        line-height: 32px;
    }

    .checkout_advice {
        height: auto;
        display: block;
        text-align: center;
        padding: 15px 10px;
    }

    .checkout_advice .img {
        display: none;
    }

    .checkout_advice>a {
        display: block;
        width: 100%;
    }

    .checkout_advice .text {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .one_advice {
        margin-bottom: 40px;
    }

    .wrapper_photo_video {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .video iframe {
        height: 50vw;
    }

    .header_photo_video {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 30px;
    }

    .video_carousel {
        margin-bottom: 20px;
    }

    .photo_gallery>a {
        width: 49%;
        height: 35vw;
    }

    .photo_gallery>a.more_photos {
        width: 49%;
        height: 35vw;
    }

    .header_faq {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .wrapper_faq {
        padding: 20px 0;
    }

    .panel-default>.panel-heading a {
        padding: 12px 15px;
    }

    .panel-default>.panel-heading h4 {
        line-height: 16px;
        font-size: 14px;
    }

    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_how_checkout {
        font-size: 28px;
        margin-bottom: 20px;
    }

    div#how_checkout {
        padding: 35px 0;
    }

    .one_how_checkout {
        width: 100%;
        border-bottom: 1px solid #80ac7b;
        padding: 15px 0;
    }

    .content_how_checkout {
        display: block;
    }

    .content_how_checkout:before {
        display: none;
    }

    .statistic {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .one_statistic {
        min-width: 240px;
        max-width: 290px;
        width: 240px;
        display: block;
    }

    .one_statistic>span:first-child {
        font-size: 40px;
        margin-right: 0;
    }

    .one_statistic {
        margin: 15px 0;
    }

    .one_statistic>span {
        display: block;
        text-align: center;
    }

    .wrapper_statistic {
        padding: 30px 0;
    }

    .wrapper_workers {
        padding: 30px 0;
    }

    .header_workers {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .free_sample {
        display: block;
    }

    .header_free_sample {
        text-align: center;
        font-size: 28px;
        margin-bottom: 25px;
    }

    .wrapper_free_sample {
        padding: 30px 0;
    }

    .form_free_sample {
        max-width: 100%;
        padding: 15px;
        height: auto;
        margin: 0 auto;
    }

    span.form_text {
        line-height: normal;
        text-align: center;
    }

    .absolute_map_contacts {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0;
        width: 100%;
        padding: 15px;
        height: 290px;
    }

    .full_width_map iframe {
        display: none;
    }

    .absolute_map_contacts {}

    .header_amp {
        font-size: 28px;
        text-align: center;
    }

    .footer_navigate {
        display: none;
    }

    .footer {
        padding: 30px 0;
        display: block;
    }

    .footer_logo {
        margin: 0 auto;
    }

    .politics_copyright {
        text-align: center;
        margin-top: 25px;
    }

    .header_politics {
        font-size: 20px;
        line-height: 25px;
    }

    .wrapper_politics {
        padding: 10px 15px;
    }

    .content_politics {
        text-align: justify;
    }

    div#callback .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }

    .wrapper_callback {
        padding: 20px 20px;
    }

    .wrapper_callback .form_text {
        text-align: center;
        line-height: normal;
    }

    .header_phone {
        width: auto;
        padding-left: 0;
    }
    .header_phone a:first-child {
        background: url(../img/call.png);
        width: 25px;
        height: 25px;
        font-size: 0;
    }

    .header_phone a {font-size: 0;}

    .header_phone:before {
        display: none;
    }

    .logo_header {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -127px;
        margin-top: -31px;
    }

    .header_navigate.active {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        align-items: flex-start;
    }

    .header_navigate ul {
        display: block;
        text-align: right;
        width: 100%;
    }

    .header_navigate ul li {
        margin: 25px 15px;
    }

    .header_navigate ul li a {
        font-size: 18px;
    }

    button.burger.active ~ .header_phone {
        top: 280px;
        transition: 0.3s linear;
    }

    .header_navigate {
        top: -413px;
    }

    header.small_header .header_navigate.active {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        align-items: flex-start;
        top: 0;
    }

    header.small_header .header_navigate {
        top: -260px;
    }

    header.small_header .logo_header {
        margin-top: -21px;
    }

    div#calculate .modal-dialog {
        max-width: 100%;
        width: auto;
    }
}

@media(max-width: 374px){
    .logo_header {
        left: auto;
        right: 10px;
        margin-left: 0;
    }

    .logo_header {
        width: 210px;
        right: 50%;
        margin-right: -105px;
    }

    .header {
        height: 90px;
    }
    span.logo {
        font-size: 24px;
    }
    header {
        height: 90px;
    }

    .wrapper {
        padding-top: 90px;
    }

    header.small_header .logo_header {
        margin-top: -15px;
    }

    .header_phone a:first-child {
        margin-bottom: 0;
    }
}