/* Основные и общие правила */

html, body {
    width: 100%;
    height: 100%;
}

body, .montserrat {
    font-family: "Montserrat-Regular",Helvetica,sans-serif;
    overflow-x: hidden;
}

body.in_fade {
    overflow: hidden;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Savoye-LET";
    src: url('fonts/Savoye LET Plain.1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*-------------------------- END FONTS -------------------------*/

.locked {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}

/*Цвет плейсхолдера меняем на черный*/

::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

/* webkit */
::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #000000;
    opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

/* IE */

/* костыль для стрелок слайдера, что бы не залезали на модалки */
.bx-wrapper {
    margin-bottom: 10px !important;
}

.bx-wrapper img {
    max-width: 95%;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 0 !important;
}

.order_modal_block .modaal-container {
    background: none;
    margin-left: -15%;
}

/* Правила для  header */

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    /*padding: 24px 16px 24px 26px;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

.header_logo_block, .footer_logo_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile_header_menu_block {
    padding: 0 24px;
    margin-right: 200px;
    position: relative;
}

.mobile_header_menu {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 10001;
    padding: 12px 8px;
    visibility: hidden;
}

.mobile_menu_logo {
    padding: 24px 8px;
}

.mobile_header_menu_fade {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}

.mobile_header_menu.active {
    visibility: visible;
    animation-name: menuShow;
    animation-duration: 300ms;
    animation-iteration-count: 1;
}

@keyframes menuShow {
    0% {
        left: -1000px;
    }
    100% {
        left: 0;
    }
}

.mobile_header_menu_btn {
    width: 46px;
    cursor: pointer;
}

.mobile_header_menu_btn:hover {

}

.mobile_main_menu li a {
    display: block;
    height: 100%;
    padding: 8px 16px;
    text-decoration: none;
    color: #000000;
}

.mobile_main_menu li:not(:last-of-type) {
    border-bottom: 1px solid #2f2f2f;
}

.mobile_main_menu li:last-of-type {
    border-bottom: 1px solid transparent;
}

.mobile_main_menu li a:hover {
    background-color: #f2be01;
    color: #ffffff;
}

.header_promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat-Regular", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 100;
    border-left: 3px solid #000000;
    padding-left: 24px;
    margin-left: 24px;
    height: 60%;
    text-transform: uppercase;
}

.footer_promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #000000;
    padding-left: 24px;
    margin-left: 24px;
    height: 60%;
    text-transform: uppercase;
}

.header_number_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_number {
    font-size: 20px;
    font-weight: bold;
    margin-right: 50px;
}

.header_number_info {
    font-size: 16px;
    font-weight: normal;
    margin: 4px 0;
}

.header_number a {
    color: inherit;
    text-decoration: none;
}

.profiles_text {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 24px;
    min-height: 120px;
}

.profiles_btn,
.order_btn, .order_btn_call { background: linear-gradient(#f5f906, #f2be01 50%);
    /*background-color: #f5f906;*/
    color: #ffffff;
    border: 0;
    padding: 14px 36px;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.profiles_btn:hover,
.order_btn:hover,
.order_btn_call:hover {
    background-color: #2b0;
}

.profiles_btn:before,
.order_btn:before,
.order_btn_call:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: -3px;
    top: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.profiles_btn:after,
.order_btn:after,
.order_btn_call:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -3px;
    bottom: -11px;
}

/* Правила для основного меню */

.main_menu_block {
    width: 100%;
    max-width: 1400px;
    background-color: #f2be01;
    position: relative;
    margin-top: 24px;
}

.main_menu_block:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: -3px;
    top: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main_menu_block:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -3px;
    bottom: -11px;
}

.main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_menu li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 22px 42px;
    background-color: #f2be01;
}

.main_menu li a:hover {
    background-color: #f2be01;
}

.main_menu li a:focus {
    outline: 0;
}

/* Правила для блока вступления */

.intro_block {
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 0 0;
    background-image: url("../image/intro_block_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.man_image_block {
    width: 50%;
}

.man_image_block img {
    max-width: 600px;
    position: relative;
}

.mobile_man_image {
    margin-bottom: 24px;
    width: 100%;
    display: none;
}

.intro_info_form_block h2 {
    font-weight: bold;
    font-size: 60px;
    margin: 32px 24px;
    color: #000000;
}

.intro_info_form_block h1 {
    font-weight: bold;
    font-size: 60px;
    margin-top: 32px;
    margin-bottom: 24px;
    color: #000000;
}

.intro_info_text {
    font-size: 36px;
    font-weight: bold;
    color: #ff0000;
}

.intro_info_text_red {
    font-size: 36px;
    font-weight: bold;
    margin-top: 8px;
}

.company_benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 64px;
}

.company_benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company_benefit img {
    width: 90px;
}

.company_benefit p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
}

.company_benefit:not(:last-of-type) {
    margin-right: 50px;
}

/* Правила для формы заказа, которая находиться на странице а не в модалках */

.order_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
    margin-bottom: 32px;
    position: relative;
    -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.2);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro_info_form_block .order_form {
    margin: 16px auto 32px auto;
}

/*.order_form:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 14px solid transparent;*/
/*    border-left: 14px solid #ffffff;*/
/*    border-bottom: 14px solid transparent;*/
/*    position: absolute;*/
/*    transform: rotate(45deg);*/
/*    right: -3px;*/
/*    bottom: -11px;*/
/*}*/

.order_form_input {
    padding: 16px 0 16px 18px;
    font-size: 26px;
    border: 0;
    width: 260px;
}

.order_form_submit {
    padding: 0 42px;
    border: 0;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f906), color-stop(50%, #f2be01));
    background: -o-linear-gradient(#8694ff, #3d54ff 50%);
    background: linear-gradient(#f5f906, #f2be01 50%);
    text-transform: uppercase;
    font-weight: 600;
}

.order_form_submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1d33d8), to(#8694ff));
    background: -o-linear-gradient(#11c400 50%, #91ce00);
    background: linear-gradient(#11c400 50%, #91ce00);
    animation: none;
}

.intro_additional_info {
    font-size: 22px;
    text-align: center;
    margin: 32px 0 8px;
    font-weight: 600;
}

intro_additional_info:last-child {
    margin-bottom: 24px;
}

.red_mark_text {
    color: #FF0000;
}

.blue_mark_text {
    color: #039;
}

/* Правила для кнопки звонка для мобильного */

.flying_number_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
}

.flying_number_block a {
    background-color: #FF0000;
    color: #FFF;
    font-size: 26px;
    font-weight: bolder;
    padding: 8px 4px;
    text-decoration: none;
    cursor: pointer;
}

.flying_number_block .flying_whatsapp {
    background: #3d0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px 0 0 30px;
    border: 3px solid #FFF;
    border-right: none;
}

.flying_number_block .flying_number {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 30px 30px 0;
    border: 3px solid #FFF;
    border-left: none;
    margin-left: -2px;

}

.flying_number_block .flying_number span {
    display: inline-block;
    background: url(../icon/telephone.png) no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 6px 16px 6px 36px;
    margin-left: 4px;
}

.flying_number_block .flying_whatsapp span {
    display: inline-block;
    width: 100px;
    background: url(../icon/whatsapp.svg) no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

@-webkit-keyframes calling {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    10% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    15% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    20% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes calling {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    10% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    15% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    20% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* Правила для заголовков новых секций */

.section_title_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 0 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}

.section_title_block h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    padding-left: 32px;
}

.section_title_block p {
    margin-left: 40px;
    border-left: 10px solid #f2be01;
    padding: 24px 0 24px 40px;
    line-height: 24px;
}

/* Правила для блока продукции */

.company_production_block {
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;

}

.company_production_slider_block {
    width: 100%;
    max-width: 1400px;
    margin-top: 40px;
}

.company_production {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company_production h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.company_production hr {
    background-color: #f2be01;
    height: 5px;
    width: 86px;
    border: 0;
    margin: 16px 0;
}

.company_production p {
    text-align: center;
    line-height: 30px;
    margin-bottom: 32px;
}

.company_production img {
    max-width: 90%;
}

/* Правила для большого красного баннера */

.full_size_banner_red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: inherit;
    background-color: #ff0000;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.full_size_banner_red .order_form {
    margin: 0 auto;
}

.banner_windows_image img {
    width: 800px;
    position: relative;
    top: -50px;
}

.banner_info_block {
    padding-left: 64px;
}

.banner_info_block h4 {
    font-size: 30px;
    color: #ffffff;
    margin: 24px 0;
}

.banner_info_block p {
    font-size: 20px;
    color: #ffffff;
}

.banner_info_block .order_form:after {
    display: none;
}

.section_title_block.type_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section_title_block.type_column hr {
    background-color: #f2be01;
    height: 10px;
    width: 86px;
    border: 0;
    margin: 16px 0;
}

/* Правила для слайдера видов профилей */

.profiles_slider_block {
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profiles_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profiles_slide img {
    width: 85%;
}

.veka::after {
    content: '';
    position: absolute;
    background: #FFF url(../image/veka-logo.png) no-repeat;
    background-size: 80%;
    background-position: center center;
    left: 68px;
    width: 155px;
    height: 66px;
}
.rehau::after {
    content: '';
    position: absolute;
    background: #FFF url(../image/rehau-logo.png) no-repeat;
    background-size: 80%;
    background-position: center center;
    left: 68px;
    width: 155px;
    height: 66px;
}

.milke::after {
    content: '';
    position: absolute;
    background: #FFF url(../image/whs-logo.png) no-repeat;
    background-size: 80%;
    background-position: center center;
    right: 68px;
    width: 155px;
    height: 66px;
}

.profiles_slide .profiles_price {
    font-size: 40px;
    color: #f2be01;
    font-weight: 600;
}

.profiles_slide .profiles_price, .profiles_slide .profiles_price_text, .profiles_slide .profiles_name, .profiles_slide .profiles_text {
    margin-bottom: 16px;
}

.profiles_slide .profiles_name {
    font-weight: 600;
    font-size: 24px;
}

/* Правила для типов оконной продукции */

.windows_type_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.window_quality_selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.window_quality_selector ul {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2be01;
    position: relative;
}

.window_quality_selector ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: -3px;
    top: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.window_quality_selector ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -3px;
    bottom: -11px;
}

.window_quality_selector ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 42px;
    background-color: #f2be01;
}

.window_quality_selector ul li a:hover {
    background-color: #f2be01;
}

.window_quality_selector ul li a:focus {
    outline: 0;
}

.window_quality_type.active {
    background-color: #f2be01;
}

.windows_slider_controls_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    line-height: 24px;
    width: 80%;
    margin-bottom: 56px;
}

.windows_slider_control {
    font-size: 20px;
    font-weight: bold;
    padding: 4px 0;
    border-bottom: 6px solid #ffffff;
    cursor: pointer;
}

.windows_slider_control:hover {
    border-bottom-color: #f2be01;
}

.windows_slider_control.active {
    border-bottom: 6px solid #f2be01;
}

/* Правила для слайдера оконной продукции */

.windows_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 32px;
}

.windows_slider_block {
    visibility: hidden;
    height: 0;
}

.windows_slider_block.active {
    visibility: visible;
    height: auto;
    width: 96%;
}

.windows_slider_block .bx-pager {
    visibility: hidden;
    height: 0;
}

.windows_img_block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.windows_slide_content {
    padding-left: 24px;
}

.windows_slide_content h4 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-top: 32px;
}

.windows_slide_content .sub_h4 {
    font-size: 24px;
    color: #c9c9c9;
    margin-top: 4px;
}

.windows_slide_content .main_slide_info {
    margin-top: 40px;
}

.windows_slide_content .slide_sub_title {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
}

.windows_slide_content strong {
    font-weight: bold;
}

.windows_slide_content p {
    margin-bottom: 8px;
}

.windows_slide_content .window_slide_price {
    font-size: 30px;
    font-weight: bold;
    margin-top: 32px;
}

.balcon_example {
    display: none;
}

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

/* Правила для блока типа окнонных рам */

.window_frames_type_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
}

.window_frames_type_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.window_frames_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.window_frames_type p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
}

.section_title_block.full_size {
    width: 100%;
    max-width: 1400px;
}

/* Правила для слайдера материалов */

.material_slider_block {
    width: 100%;
    max-width: 1400px;
}

.materials_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.materials_slide p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 4px;
}

/* Правила для блока замерщика */

.man_image_block.measurer img {
    max-width: 500px;
    right: -140px;
}

.measurer_text_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    padding-left: 24px;
}

.measurer_text_row .check_icon_block {
    margin-right: 16px;
}

.measurer_text_row .measurer_text {
    font-size: 20px;
    text-transform: uppercase;
}

.intro_info_form_block.measurer_block h1 {
    margin-bottom: 48px;
}

.intro_info_form_block.measurer_block .order_form {
    margin-top: 100px;
}

/* Правила для типов строений */

.apartments_types_block {
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 32px 0 0;
}

.buildings_types_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f2be01;
    padding: 0 16px;
}

.building_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.building_type img {
    height: 100px;
}

.building_type:hover p {
    background-color: #f2be01;
    color: #ffffff;
}

.building_type p {
    font-weight: bold;
    margin-top: 24px;
    padding: 18px 12px;
}

.building_type.active p {
    background-color: #f2be01;
    color: #ffffff;
}

.apartments_types {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.apartments_types.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.apartment_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.apartment_type h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 24px;
}

.apartment_type_price {
    color: #ffffff;
    padding: 16px 42px;
    background-color: #f2be01;
    position: relative;
    cursor: pointer;
}

.apartment_type_price:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: -3px;
    top: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.apartment_type_price:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -3px;
    bottom: -11px;
}

.measurer_map {
    margin: 16px 0 0;
    display: none;
}

.full_size_banner {
    background: url(../image/banner_back.jpg) no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
	min-height:480px;
}

.full_size_banner_red.white h4 {
    color: #000000;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.full_size_banner_red.white .order_form:after {
    display: none;
}

.full_size_banner_red.white .order_form:before {
    display: none;
}

.full_size_banner_red.white .banner_info_block {
    padding-right: 374px;
    padding-left: 0;
}

.full_size_banner_red.white .intro_additional_info {
    color: #000000;
}

.main_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.production_video_block {
    width: 80%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 600px;
}

.img_block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 24px auto;
}

.img_block img {
    width: auto;
    height: 150px;
    margin: 0 5px;
}

.text_link {
    background-color: #f2be01;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 18px;
    text-decoration: none;
}

/* Правила для слайдера сотрудников */

.company_employees_slider_block {
    width: 100%;
    max-width: 1400px;
}

.company_employees_slider_block .bx-wrapper {
    margin: 0 auto;
    text-align: center;
}

.company_employees_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company_employees_slide .employees_name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    line-height: 26px;
}

.company_employees_slide .employees_position {
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
    color: #666666;
}

/* Правила для блока аксессуаров */

.accessories_block {
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.lamination_block {
    background-image: url(../image/pnsv.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45%;
    height: 442px;
}

.hardware_block {
    background-image: url(../image/kabel.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45%;
    height: 442px;
}

.lamination_title {
    background-color: #f2be01;
    color: #ffffff;
    padding: 6px 32px 6px 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 32px;
}

.hardware_title {
    background-color: #f2be01;
    color: #ffffff;
    padding: 6px 32px 6px 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 32px;
}

.lamination_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    line-height: 28px;
    padding-left: 32px;
}

.hardware_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    line-height: 28px;
    padding-left: 32px;
}

/* Правила для слайдера наших работ */

.gallery_block {
    width: 100%;
}

.full_size_banner_red.questions_banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
}

.full_size_banner_red.questions_banner h4 {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
}

.full_size_banner_red.questions_banner p {
    font-size: 20px;
    color: #ffffff;
}

/* Правила для подвала (footer) */

footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.footer_content_back {
    width: 100%;
    background-color: #000000;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_content {
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_menu_block.footer_menu {
    background-color: #ffffff;
}

.main_menu_block.footer_menu:before {
    display: none;
}

.main_menu_block.footer_menu:after {
    display: none;
}

.main_menu_block.footer_menu .main_menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.main_menu_block.footer_menu .main_menu li a {
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    padding: 36px 42px;
}

.main_menu_block.footer_menu .main_menu li a:hover {
    background-color: #f2be01;
    color: #ffffff;
}
.upper { text-transform:uppercase;}
.garant1 {
height:100%; 
width: 100%; 
margin: 35px 20px 0 0;
background: #f2be01;;
position: relative;
}
.garant1:before {
content: "";
height: 0; 
width: 0;
position: absolute; 
left: 0; 
top: -35px;
border-bottom: 35px solid #f2be01;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
}
.footer_content .footer_promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-color: #ffffff;
    color: #ffffff;
}

.footer_content .footer_promo span {
    display: block;
    font-size: 16px;
    margin-top: 8px;
}

.footer_content .header_number {
    color: #ffffff;
}

.footer_content .order_btn:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #000;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: -3px;
    top: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer_content .order_btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #000;
    border-bottom: 14px solid transparent;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -3px;
    bottom: -11px;
}

/* Правила для модального окна */

.order_modal, .order_modal_call {
    display: none;
}

/*.order_modal_block .modaal-container {
    width: auto;
    -webkit-clip-path: inset(10px 5px);
    clip-path: inset(10px 5px);
}*/

.order_modal_block .modaal-container .modaal-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
}

.order_modal_block .modaal-container .order_modal_main_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 0 0 48px; /*Увеличил верхний отступ*/
    z-index: 2;
}

.order_modal_block .modaal-container h2 {
    font-size: 32px; /*уменьшил шрифт*/
    font-weight: bold;
}

.order_modal_block .modaal-container .order_modal_hr_block {
    margin: 24px 0;
}

.order_modal_block .modaal-container .order_modal_image {
    z-index: 1;
    position: absolute; /*добавил позиционирование*/
}

.order_modal_block .modaal-container hr {
    width: 80px;
    height: 10px;
    background-color: #f2be01;
    border: 0;
}

.order_modal_block .modaal-container .order_modal_tel {
    font-size: 36px;
    line-height: 48px;
    margin-top: 24px;
}

.order_modal_block .modaal-container .order_modal_info {
    font-size: 18px;
    line-height: 26px;
}

.order_modal_block .modaal-container .order_modal_additional_info {
    display: none; /*Скрыл блок*/
    font-size: 18px;
    line-height: 26px;
    color: #6666667d;
}

.order_modal_block .modaal-container .order_modal_image {
    z-index: 1;
}

.order_modal_block .modaal-container .order_modal_image img {
    position: relative;
}

.order_modal_block .modaal-container .modal_form {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.order_modal_block .modaal-container .modal_form:after {
    display: none;
}

.y_maps_block {
    width: 100%;
    background: url(../image/map.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
}

/* Правила для маленького баннера рулетки */

.small_banner_measurement {
    background-image: url("../image/small_banner_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 157px;
    height: 88px;
    -webkit-animation-name: measurementAnimation;
    animation-name: measurementAnimation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    cursor: pointer;
}

/* Анимация для маленького баннера рулетки */

@-webkit-keyframes measurementAnimation {
    0% {
        margin-right: -1000px;
    }
    20% {
        margin-right: 0;
    }
    25% {
        margin-right: 0;
    }
    50% {
        margin-right: 90px;
    }
    70% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    90% {
        margin-right: 0;
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes measurementAnimation {
    0% {
        margin-right: -1000px;
    }
    20% {
        margin-right: 0;
    }
    25% {
        margin-right: 0;
    }
    50% {
        margin-right: 90px;
    }
    70% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    90% {
        margin-right: 0;
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* Правила для оповещений пользователя */

.error_alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 40px;
    padding: 21px 32px;
    background-color: #e60000;
    top: 12%;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.700);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.700);
    color: #ffffff;
    font-size: 18px;
    -webkit-animation-name: showAlert;
    animation-name: showAlert;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    z-index: 10000;
}

.success_alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 40px;
    padding: 21px 32px;
    background-color: rgba(39, 160, 39, 0.85);;
    top: 15%;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.700);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.700);
    color: #ffffff;
    font-size: 18px;
    -webkit-animation-name: showAlert;
    animation-name: showAlert;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 26px;
    z-index: 10000;
}

/* Анимация для оповещений */

@-webkit-keyframes showAlert {
    0% {
        opacity: 0;
        right: -2000px;
    }

    100% {
        opacity: 1;
        right: 40px;
    }
}

@keyframes showAlert {
    0% {
        opacity: 0;
        right: -2000px;
    }

    100% {
        opacity: 1;
        right: 40px;
    }
}

/* Эффект мерцания для кнопок заказа 

.order_form_submit, .profiles_btn, .order_btn_call {
    animation-name: lighting;
    animation-duration: 10s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}

@keyframes lighting {
    0% {background: rgba(26,52,255,1);
        background: -moz-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 2%, rgba(87,106,255,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(26,52,255,1)), color-stop(2%, rgba(224,224,224,1)), color-stop(100%, rgba(87,106,255,1)));
        background: -webkit-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 2%, rgba(87,106,255,1) 100%);
        background: -o-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 2%, rgba(87,106,255,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 2%, rgba(87,106,255,1) 100%);
        background: linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 2%, rgba(87,106,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a34ff', endColorstr='#576aff', GradientType=1 );
    }

    1% {
        background: rgba(26,52,255,1);
        background: -moz-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 32%, rgba(87,106,255,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(26,52,255,1)), color-stop(32%, rgba(224,224,224,1)), color-stop(100%, rgba(87,106,255,1)));
        background: -webkit-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 32%, rgba(87,106,255,1) 100%);
        background: -o-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 32%, rgba(87,106,255,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 32%, rgba(87,106,255,1) 100%);
        background: linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 32%, rgba(87,106,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a34ff', endColorstr='#576aff', GradientType=1 );
    }

    2% {
        background: rgba(26,52,255,1);
        background: -moz-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 51%, rgba(87,106,255,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(26,52,255,1)), color-stop(51%, rgba(224,224,224,1)), color-stop(100%, rgba(87,106,255,1)));
        background: -webkit-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 51%, rgba(87,106,255,1) 100%);
        background: -o-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 51%, rgba(87,106,255,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 51%, rgba(87,106,255,1) 100%);
        background: linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 51%, rgba(87,106,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a34ff', endColorstr='#576aff', GradientType=1 );
    }

    3% {
        background: rgba(26,52,255,1);
        background: -moz-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 71%, rgba(87,106,255,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(26,52,255,1)), color-stop(71%, rgba(224,224,224,1)), color-stop(100%, rgba(87,106,255,1)));
        background: -webkit-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 71%, rgba(87,106,255,1) 100%);
        background: -o-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 71%, rgba(87,106,255,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 71%, rgba(87,106,255,1) 100%);
        background: linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 71%, rgba(87,106,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a34ff', endColorstr='#576aff', GradientType=1 );
    }

    4% {
        background: rgba(26,52,255,1);
        background: -moz-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 95%, rgba(87,106,255,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(26,52,255,1)), color-st
op(95%, rgba(224,224,224,1)), color-stop(100%, rgba(87,106,255,1)));
        background: -webkit-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 95%, rgba(87,106,255,1) 100%);
        background: -o-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 95%, rgba(87,106,255,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 95%, rgba(87,106,255,1) 100%);
        background: linear-gradient(45deg, rgba(26,52,255,1) 0%, rgba(224,224,224,1) 95%, rgba(87,106,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a34ff', endColorstr='#576aff', GradientType=1 );
    }

    4.5% {background: linear-gradient(#8694ff, #3d54ff 50%)}
}
*/

/* Адаптация под мобильные телефоны и под меньшие разришения */

.show_1200 {
    visibility: hidden;
    height: 0;
}

.show_1024 {
    visibility: hidden;
    height: 0;
}

.show_600 {
    visibility: hidden;
    position: absolute;
    height: 0;
}

.add_1130 {
    display: none;
}

@media (max-width: 1400px) {
    .full_size_banner_red .banner_windows_image {
        margin-left: -25%;
    }

    .accessories_block img {
        margin-bottom: 24px;
    }

    .hidden_1400 {
        visibility: hidden;
        height: 0;
    }

    .man_image_block.measurer {
        margin-right: 5%;
    }

    .modaal-wrapper {
        overflow: hidden;
    }

    header .header_logo_block {
        padding-left: 24px;
    }

    header .header_number_block {
        padding-right: 24px;
    }

    .main_menu_block {
        width: 96%;
    }

    .main_menu li a {
        padding: 22px 36px;
    }
}

@media (max-width: 1250px) {
    .hidden_1250 {
        /*visibility: hidden;
        height: 0;*/
        display: none;
    }

    .man_image_block.measurer {
        margin-left: -15%;
    }
}

@media (max-width: 1200px) {

    .intro_block .man_image_block img {
        margin-left: -15%;
    }

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

    .hardware_block {
        margin-top: 24px;
    }

    .lamination_block,
    .hardware_block {
        width: 60%;
    }

    .banner_info_block {
        padding-left: 0;
        padding-top: 24px;
    }

    .banner_windows_image {
        display: none;
    }

    .full_size_banner_red {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .full_size_banner_red.questions_banner {
        flex-direction: column;
        height: 250px;
    }

    .full_size_banner_red.questions_banner .banner_info_block {
        padding-top: 0;
    }

    .full_size_banner_red.white .banner_info_block {
        padding-right: 0;
    }

    .order_modal_block .modaal-container {
        margin-left: -20%;
    }

    .main_menu li a {
        padding: 22px 20px;
    }

    .man_image_block {
        width: 42%;
    }

    .hidden_1200 {
        visibility: hidden;
        height: 0;
    }

    .show_1200 {
        visibility: visible;
        height: inherit;
    }

    .remove_1200 {
        display: none;
    }

    .remove_all {
        display: none;
    }

}

@media (max-width: 1130px) {
    header {
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header .header_logo_block {
        margin-bottom: 16px;
        padding-left: 0;
        justify-content: center;
        flex-wrap: nowrap;
    }

    header .header_number_block {
        padding-right: 0;
        justify-content: center;
    }

    /* .add_1130 {
         display: block;
     }*/
    .remove_1130 {
        display: none;
    }

}

@media (max-width: 1100px) {
    .footer_content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer_content .footer_logo_block {
        margin-bottom: 16px;
    }
}

@media (max-width: 1050px) {

}

@media (max-width: 1024px) {
    .hidden_1024 {
        visibility: hidden;
        height: 0;
    }

    .show_1024 {
        visibility: visible;
        height: inherit;
    }

    .production_video_block {
        height: 395px;
        width: 70%;
    }

    .order_modal_block .modaal-container {
        margin-left: -30%;
    }

    .intro_block .man_image_block {
        display: none;
    }

    .intro_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 24px;
    }

    .lamination_block,
    .hardware_block {
        width: 80%;
    }

    .remove_1024 {
        display: none;
    }

}

@media (max-width: 900px) {

    .order_modal_block .modaal-container {
        margin-left: -37%;
    }

}

@media (max-width: 800px) {
    .accessories_block img {
        width: 100%;
    }
.garant p {padding:0 45px;}
.profiles_text {padding:0 45px;}
.profiles_name {padding:0 45px;}
.section_title_block h2 {
       padding-top:24px;}
    /*Адаптив модального окна*/
    .modaal-inner-wrapper {
        padding: 15% 8px 0;
        vertical-align: top;
    }

    .modaal-close {
        right: 4px;
        top: 10px;
    }

    .order_modal_block .modaal-container {
        background: #fff;
        background-image: url(../image/intro_block_bg.jpg);
        background-size: cover;
        background-position: center;
        margin-left: 0;
    }

    .order_modal_block .modaal-container .order_modal_image {
        display: none;
    }

    .order_modal_block .modaal-container .order_modal_main_content {
        padding: 8px;
    }

    .order_modal_block .modaal-container .modal_form {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*---*/
    .production_video_block {
        width: 98%;
    }
}

@media (max-width: 700px) {
    .banner_info_block h4 {
        font-size: 24px;
        padding: 0 24px;
    }
}

@media (max-width: 600px) {
    .footer_content .header_promo {
        display: none;
    }

    header .header_promo {
        display: none;
    }

    .mobile_man_image {
        margin-bottom: 24px;
        display: block;
    }

    .company_production_slider_block {
        margin-top: 0;
    }

    .banner_info_block {
        padding-top: 0;
        padding-bottom: 22px;
    }

    .lamination_block,
    .hardware_block {
        width: 95%;
    }

    .mobile_menu_logo img {
        width: 180px;
    }

    .mobile_header_menu_block {
        margin-right: 20px;
    }

    .error_alert,
    .success_alert {
        right: 0;
        width: 100%;
        text-align: center;
        padding: 21px 0;
    }

    .section_title_block {
        flex-wrap: wrap;
    }

    .section_title_block h2 {
        padding-left: 0;
        text-align: center;
    }

    .img_block img {
        height: 70px;
    }

    .section_title_block {
        margin-top: 24px;
    }

    .footer_content .header_number_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header {
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .header_logo_block {
        margin-bottom: 0px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .mobile_header_menu_block {
        padding: 0;
    }

    .logo img {
        width: 170px;
    }

    .footer_logo_block {
        flex-direction: column;
    }

    footer .logo img {
        width: 200px;
    }

    .footer_content .footer_promo {
        font-size: 14px;
        border: none;
        justify-content: center;
        text-align: center;
        align-items: center;
        margin-top: 16px;
        margin-left: 0;
        padding-left: 0;

    }

    .footer_content .footer_promo span {
        display: block;
        font-size: 10px;
        margin-top: 8px;
    }

    .mobile_header_menu_btn {
        margin-top: 8px;
    }

    .mobile_header_menu_block {
        margin-right: 0;
        margin-top: 4px;
    }

    header .header_number_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header_number_info {
        display: none;
    }

    .header_number_block .order_btn_block .order_btn_call {
        padding: 14px;
        font-size: 12px;
    }

    header .order_btn_block {
        font-size: 12px;
        margin-top: 8px;
    }

    .footer_content .header_number {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .footer_content .order_btn_block {
        display: none;
    }

    header .header_number {
        font-size: 15px;
        margin-top: 8px;
        margin-right: 0;
    }

    .intro_info_form_block h2 {
        margin-top: 0;
    }

    .intro_info_form_block h2 {
        font-size: 1.9em;
    }

    .intro_info_form_block h1 {
        margin-top: 0;
    }

    .intro_info_form_block h1 {
        font-size: 1.9em;
    }

    .intro_info_text {
        font-size: 24px;

    }

    .intro_info_text_red {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .intro_additional_info {
        margin: 0 0 8px;
        font-size: 16px;
    }

    .intro_info_form_block .order_form {
        margin-bottom: 16px;
    }

    .banner_info_block h4 {
        font-size: 22px;
    }

    .measurer_text_row .measurer_text {
        font-size: 14px;
    }

    .company_benefits {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 16px 0 40px;
    }

    .company_benefit img {
        width: 70px;
    }

    .company_benefit:not(:last-of-type) {
        margin-right: 0;
    }

    .company_benefit p {
        font-size: 16px;
    }

    .intro_info_form_block {
        text-align: center;
    }

    .intro_info_form_block.measurer_block {
        text-align: left;
        padding-right: 16px;
    }

    .order_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 26px;
        margin-top: 0 !important;
        margin: 32px auto;
        padding: 0 16px;
    }

    .order_form_submit {
        padding: 16px 0;
        margin-top: 16px;
    }

    .order_form:after {
        display: none;
    }

    .order_form_input {
        padding: 16px 0;
        text-align: center;
        border: 1px solid;
    }

    .full_size_banner_red {
        height: 320px;
        text-align: center;
    }

    .full_size_banner_red .banner_info_block p {
        display: none;
    }

    .full_size_banner_red .white .banner_info_block h4 {
        padding-left: 0;
    }

    .lamination_text, .hardware_text {
        background: rgba(255, 255, 255, .7);
        padding: 8px 8px 8px 32px;
    }

    .banner_info_block p {
        padding-left: 24px;
    }

    .intro_info_form_block.measurer_block h1 {
        padding-left: 24px;
    }

    .hidden_600 {
        visibility: hidden;
        height: 0;
    }

    .show_600 {
        position: static;
        visibility: visible;
        height: inherit;
    }

    .remove_600 {
        display: none;
    }

}

@media (min-width: 489px) and (max-width: 600px) {
    .footer_content .header_number {
        margin-left: 16px;
    }

    header .header_number_block {
        margin-left: 16px;
    }
}

@media (max-width: 550px) {

    .order_modal_block .modaal-container .order_modal_main_content {
        padding: 16px;
    }

    .order_modal_block .modaal-container h2, .order_modal_block .modaal-container .order_modal_tel {
        font-size: 24px;
    }

    .section_title_block p {
        padding: 24px;
        margin-left: 0;
        border-left: 0;
    }

    .full_size_banner_red {
        height: 245px;
    }

    .company_benefit p {
        font-size: 12px;
    }

    .production_video_block {
        height: 236px;
    }

    .lamination_title,
    .hardware_title {
        font-size: 36px;
    }

    .company_production img {
        height: 300px;
    }

    .profiles_slide .rehau, .profiles_slide .milke {
        width: 60%;
        padding-top: 20px;
    }

    .profiles_slide .profiles_price, .profiles_slide .profiles_name, .profiles_slide .profiles_text {
        margin-bottom: 8px;
    }

    .mobile_header_menu_block {
        margin-right: 0;
    }

    .order_modal_block .modaal-container .order_modal_info {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px;
    }

}

@media (max-width: 400px) {
    .section_title_block h2 {
        font-size: 22px;
        margin: 0 10px;
    }
.company_production h3{ font-size: 18px;}
    .intro_info_form_block.measurer_block h1 {
        font-size: 24px;
        text-align: center;
    }

    .full_size_banner_red.white h4 {
        font-size: 24px;
    }

    .error_alert,
    .success_alert {
        right: 0;
    }

    .mobile_header_menu_btn {
        width: 32px;
    }

    .flying_number_block .flying_number span {
        margin: 0 12px;
    }

    .intro_info_text {
        font-size: 20px;
    }

    .profiles_slide .profiles_name {
        font-size: 16px;
    }

    .profiles_slide .profiles_price {
        font-size: 30px;
    }
    .profiles_price_text {font-size: 13px; text-align: center;}
    .order_modal_block .modaal-container h2 {
        font-size: 18px;
    }

    .order_modal_block .modaal-container .order_form {
        padding: 0;
    }
    .profiles_slide { width: 100vw;}
    
    .profiles_btn {font-size: 65%;}

}

@media (max-width: 350px) {
    .logo img {
        width: 150px;
    }

    .intro_info_form_block h2 {
        font-size: 1.7em;
    }

    .intro_info_form_block h1 {
        font-size: 1.7em;
    }
    .profiles_slide { width: 100vw;}
}