.popup_block {
    min-height: 100%;
    width: 100%;
    background: url(/images/popup_bg.png) repeat;
}
.popup_border {
    width: 960px ;
    height: 500px;
    background: url(/images/popup_bor_bg.png) repeat;
    margin: 0;
    overflow: hidden;
}
.table_popup {
    height: 100%;
    width: 100%;    
}
.popup {
    width: 948px;
    height: 488px;
    background-color: #fff;
    margin: 6px;
}
.popup_menu {
    width: 940px;
    height: 38px;
    margin-left: 4px;
    background: url(/images/popup_menu_bg.png) repeat-x;
}
.popup_menu_item {
    display: block;
    margin: 3px 0 0 1px;
    padding: 0 14px 0 14px;
    background: url(/images/popup_menu_item_bg.png) repeat-x;
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
}
.body_popup {
    overflow: hidden;
}
.close_door_popup {
    float: right;
    width: 16px;
    height: 16px;
    background: #b80000;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(/images/popup_door_close.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    cursor: pointer;
}
.left {
    float: left;
}
.button_var_profie {
    display: inline-block;
    height: 22px;
    margin-left: 15px;
    cursor: pointer;
    margin-top:12px;
}
.var_profile {
    margin-top: 0px;
    height: 55px;    
}
.but_l {
    background: url(/images/h_var_profile_button_l.png) no-repeat;
    width: 2px;
    height: 22px;
}
.pre_btn_text {
    margin-top: 5px;
}
.zs {
    
}
.zs img {
    clear: both;
    display: block;
    margin-bottom: 1px;
}
.but_m {
    background: url(/images/h_var_profile_button_m.png) repeat-x;
    height: 22px;
    line-height: 22px;
    padding: 0 10px 0 10px;
    color: #2f2f2f;
    font-weight: bold;
    font-size: 10px;
}
.but_r {
    background: url(/images/h_var_profile_button_r.png) no-repeat;
    width: 2px;
    height: 22px;
}
.var_profile span {
    display: block;
    float: left;
    width: 110px;
}
.var_profile img {
    text-align: top !important;
}
.button_facade {
    background: url(/images/button_facade.png) no-repeat;
}
.door_layout {
    margin-top: 50px;
    width: 540px;
}
.door_item {
    width: 109px;
}
.button_door {
    background: url(/images/button_door.png) no-repeat;
    width: 62px;
    height: 22px;
    cursor: pointer;
}
.content_arrow_up {
    width: 13px;
    height: 7px;
    background: url(/images/arrow_up.png) no-repeat;
    cursor: pointer;
    margin-bottom: 7px;
}
.content_arrow_down {
    width: 13px;
    height: 7px;
    background: url(/images/arrow_down.png) no-repeat;
    margin-top: 4px;
    cursor: pointer;
}
.rz {
    width: 100%;
}
.rz2 {
   background: #7A7A7C;
}

td.search {
    background: #9A9A9C;
}
.rz_1 {
    background: #9A9A9C;
}
.rz td {
    text-align: center;
    text-transform: none;
    text-shadow: 1px 1px 0px #7a7a7c;
    filter: dropshadow(color=#7a7a7c, offx=1, offy=1);
}
.cabinet table .text {
    color: #fff;
    font-size: 12px;
}
.input:disabled {
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    border-color: rgba(118, 118, 118, 0.3);
}

.input.disabled {
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    border-color: rgba(118, 118, 118, 0.3);
}

        .leftMenu-menu .leftMenu-menu-section-content-ul > li a {
            transition: color 300ms;
        }
        .leftMenu-menu .leftMenu-menu-section-content-ul > li span {
                width: 11px;
    height: 11px;
    display: inline-block;
    background-color: #e5e5e5;
    margin-right: 12px;
    position: relative;
        }
        .leftMenu-menu .leftMenu-menu-section-content-ul > li span:after {
            content: '';
    position: absolute;
    background-color: #000;
    height: 7px;
    width: 7px;
    top: 2px;
    left: 2px;
        }
        
        @media (min-width: 1025px) {
            .site-wrapper {
                margin-left: 80px;
            }
            .site-header-afterSlider .swiper-container {
                top: 0px;
            }
            .site-header-after {
                height: 0px;
            }
        }
.pageMain-news {
    padding: 0px;
}


@media (min-width: 1024px) {
    .main-slider .swiper-button-prev {
        left: 90px;
    }
}

.send-message-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 40px;
  max-width: 240px;
  transition: .2s; }
  .send-message-btn:focus {
    box-shadow: 0 0 3px 3px #ef3000;
    transition: .2s; }

.send-message-pre {
  font-size: 10px;
  margin-top: 10px; }

.form-action-send {
  display: grid; }

.send-message-caption {
  display: flex;
  align-items: center;
  padding: 0; }
  .send-message-caption sup {
    color: #ef3000;
    margin-left: 3px; }

.form-line-col:first-child .form-caption {
  min-width: 100px !important; }

.form-line-col .w-220 {
  max-width: 220px !important; }
.form-line-col .w-500 {
  max-width: 500px !important; }
  .form-line-col .w-500 textarea {
    height: 130px !important; }

.align-normal {
  align-items: normal !important;
  margin-top: 5px; }

.w-220 input, .w-220 textarea, .w-500 input, .w-500 textarea {
  outline: none; }
  .w-220 input:focus, .w-220 textarea:focus, .w-500 input:focus, .w-500 textarea:focus {
    border-color: #c9002b; }

.dealers-wrapper {
  padding-top: 30px; }

.dealers-main-caption {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer; }

.dealers-input {
  display: none; }
  .dealers-input:checked ~ .dealers-main-caption svg {
    transition: .2s;
    transform: rotate(180deg); }
  .dealers-input:checked ~ .dealers-items-block {
    display: block; }

.dealers-main-caption svg {
  margin-left: 5px;
  transition: .2s; }

.dealers-items-block {
  display: none; }

.dealers-item {
  background-color: #d5d4cf78;
  margin: 10px 10px 10px 0;
  padding: 10px; }
  .dealers-item .dealers-info {
    display: grid; }

/*# sourceMappingURL=messageForm.css.map */
.virtual-tour .swiper-slide {
  background-position: center;
  background-size: cover;
  transition: initial;
}
.virtual-tour .swiper-slide:hover {
    transform: initial;
}
@media only screen and (max-width: 480px) {
    .catalogMenu-one-slider-content {
        height: 600px;
    }
}
.swiper-pagination.swiper-pagination-bullets {
    bottom: 20px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border: 1px white solid;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #c9002b;
    border: 1px #c9002b solid;
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E")
}
.productItem-gallery-menu .productItem-gallery-menu-door-menu {
    position: initial;
    margin: 1px;
}

.productItem-gallery-menu-door-calculation {
    font-size: 18px; 
    text-align: center; 
    padding: 10px 10px; 
    background-color: #fff; 
    cursor: pointer; 
    border: 4px rgba(200, 0, 0, 0.7) solid; 
    color: rgba(200, 0, 0, 0.7); 
    width: 136px; 
    margin: 1px; 
    transition: all 0.5s;
}
.productItem-gallery-menu-door-calculation:hover {
    border: 4px rgba(200, 0, 0, 0.9) solid; 
    color: rgba(200, 0, 0, 0.9); 
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 300px;
    margin: 40px auto;
    position: relative;
}
.swiper-slide .button {
    padding: 10px;
    transition: all 0.5s;
}
.swiper-slide div.button:hover {
    background-color: rgba(150, 0, 0, 0.9); 
}
.swiper-slide div.button {
    background-color: rgba(200, 0, 0, 0.9); 
    color: #fff;
}
.swiper-slide a.button:hover {
    background-color: #918d8d;
}
.swiper-slide a.button {
    background-color: #ccc;
    color: #000;
}

@media (max-width: 1024px) {
    .pageContact-map {
        flex-direction: column;
    }
    
    .pageContact-map iframe {
        width: 100%;
    }
    .site-footer-address>div {
        flex-direction: column;
    }
}