/*mobile*/
@media screen and (max-width:600px) {

.visible-xs {
    display: block !important;
}

.hidden-xs {
    display: none !important
}

.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.pad-top {
    padding-top: 60px;
}
.pad-bot {
    padding-bottom: 60px;
}
.block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.but {
    height: 60px;
    width: 100%;
    
}

.field {
    margin-bottom: 1rem;
    display: block;
    text-align: left;
}
.field span {
    margin-bottom: .6rem;
}
.input {
    width: 100%;
    height: 55px;
}

.input-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
}
textarea.input {
    height: 8em;
    resize: none;
}

.headline {
    font-size: 30px;
    margin: 0 0 1.2rem;
}
.headline_mod {
    color: var(--bl);
    font-size: 1.8em;
    margin-bottom: 1em
}
.subtitle {
    font-size: 1.2em;
    line-height: 125%;
}

.headline-block .headline {
    margin: 0
}
.headline-block {
    margin: 0 0 2.3rem;
    flex-direction: column;
}

.wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrumbs {
    margin: 25px 0;
}

.header {
/*
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
*/
    z-index: 9;
    transition: all linear .2s
}
.header.scroll {
    padding-top: .5em;
    padding-bottom: .5em;
    background: #fff;
    box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.1)
}

.nav-control {
    width: 34px;
    height: 22px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-left: 20px
}
.nav-control span {
    width: 100%;
    border-radius: 15px;
    height: 2px;
    background: #fff;
    transition: all linear .2s;
}
.nav-control.op span:nth-of-type(2) {
    opacity: 0;
}
.nav-control.op span:nth-child(1) {
    transform: translateY(10px) translateX(0px) rotate(45deg) ;
}
.nav-control.op span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg) ;
}

.top_header {
    background: var(--col);
    padding-top: .4rem;
    padding-bottom: .4rem;
    height: 3rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.top_header .adr {
    display: none
}
.tel {
    display: none
}

.inst {
    display: none
}

.search-form {
/*    transition: all linear .2s;*/
}
.search-form.open {
    width: 100%;
    left: 0px;
    padding: 0 10px;
    height: 3rem;
}
.search-open b {
    display: none
}
.search-form.open .search-open b {
    display: none
}
.search-open .search-icon {
    margin-right: .45rem;
    width: 1rem
}
.search-input {
    margin: 0 10px;
    display: none;
}
.search-form.open .search-input {
    display: block;
}
.search-form .search-close {
    display: none;
    cursor: pointer
}
.search-form.open .search-close {
    display: block;
}
.search-close img {
    width: .9rem
}
.minicart {
    position: relative;
    margin-left: 1rem
}
.minicart-img {
    width: 1.1rem;
    margin-right: .5rem;
    display: block;
}
.minicart-name {
    display: none
}
.minicart_list {
    display: none;
    position: fixed;
    z-index: 2;
    right: 0rem;
    width: 100%;
    background: none;
    top: 3rem;
    padding-top: 0;
}
.minicart_inner {
    padding: .5rem;
}
.minicart:hover .minicart_list {
    display: none
}
.minicart_list-inner:before {
    top: -1.2rem;
    right: 3.3rem
}
.minicart_row {
    padding: .4rem 0
}

.minicart_row-img {
    width: 4rem;
    height: 5rem;
    flex-shrink: 0;
    margin-right: .5rem
}

.minicart_row-price {
    font-size: .8rem;
}
.main-quantity {
    margin: 0 1.1rem;
    width: 3rem;
}
.main-quantity .plus, .main-quantity .minus {
    width: .45rem;
    height: .8rem;
}

.main-quantity .counter {
    font-size: 1rem;
}
.minicart_row .rm img {
    width: .8rem
}
.minicart_inner .but {
    width: 100%;
    margin-top: 1rem;
    font-size: 13px;
    height: 55px;
}

.logo img {
    width: 8rem;
}
.bot_header {
    display: none
}
.bot_header h1, .thx-headline {
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}

    .mobile_menu {
        position: fixed;
        top: 3rem;
        width: 100%;
        left: 0;
        height: calc(100vh - 3rem);
        background: #fff;
        z-index: 9;
        padding: 40px 15px;
        display: none;
    }
    .mobile_menu .menu-link {
        color: var(--col);
        margin: 0 0 30px;
        display: block;
        font-size: 1.2rem;
    }
    .catalog_block_menu-inner {
        display: none;
    }
    .catalog_block_menu-inner a {
        margin-bottom: 1.5rem;
        display: block;
        font-size: .9rem;
    }
    .catalog_menu .menu-link {
        margin: 0;
    }
    .catalog_menu {
        margin-bottom: 30px;
    }
    .catalog_menu img {
        transform: rotate(180deg)
    }
    .catalog_menu.op img {
        transform: rotate(0deg)
    }

.main {
    height: auto;
    position: relative;
}

.swiper .swiper-pagination {
    bottom: 0;
}


.main-slider1 {
    overflow: visible;
/*    cursor: url(../img/swipe.svg), auto*/
}
    .main-slider1 .swiper-wrapper {
        flex-direction: column;
    }
.main-slider1_slide {
    width: 100%;
    height: 51vh;
    margin-right: 0;
    padding: 30px;
    margin-bottom: 30px
}

.banner {
    background: none;
    color: #fff;
    padding-top: 0;
    padding-bottom: 1.5rem;
    color: var(--col);
    text-align: center;
}
    .main_banner-text {
        width: 100%;
        margin-top: 30px
    }
.banner .banner-text1 {
    color: #999999;
}
.banner .banner-text2 {
    font-size: 50px;
    margin: 1rem 0;
    line-height: 100%;
}
.banner .but {
    background: var(--col);
    color: #fff;
    width: 100%;
    margin-top: 2rem
}

.paragr {
    font-size: .8rem;
    line-height: 170%;
}
    .about {
        flex-direction: column;
    }
.about-text {
    width: 100%;
    padding-right: 0
}
.about-title {
    margin-bottom: 30px;
}
.about img {
    margin-right: 0;
    width: 100%;
    flex-shrink: 0;
    margin-top: 2rem;
}
.main-slider2 {
    overflow: visible;
    cursor: url(../img/icon/cursor.svg), auto;
}

.main-slider2_slide {
    width: 100%;
    margin-right: 0;
    padding-bottom: 1rem
}
.main-slider2_slide img {
    width: 100%
}

.contact {
    position: relative;
    padding: 2.5rem 0;
}

.contact-bl {
    width: 100%;
    padding: 2.5rem 10px;
    text-align: center;
}
.contacts_items {
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
}


.map {
    position: static;
    width: 100%;
    height: 20rem;
}
.main-map {
    position: static;
    height: 20rem
}

.top-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
    flex-direction: column;
    text-align: center;    
}
    .top-footer>div:not(.footer-contact) {
        display: none
    }
.footer-contact img {
    width: 12rem
}

.bot-footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .6rem;
    flex-direction: column;
}
.bot-footer img {
    width: 9rem;
    margin: 1rem 0
}

.catalog-block {
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.catalog_item {
    width: 100%;
    height: 51vh;
    padding: 30px;
    margin-bottom: 30px
}

.goods {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 2rem 0 1rem
}

.goods_item {
    width: 48%;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.goods_img {
    position: static;
    width: 100%;
    height: 35vw;
    z-index: 1;
}
.goods_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.goods_item:not(:nth-of-type(3n)) {
    margin-right: 0
}
    .goods_item .main-slide-count {
        color: var(--col);
        opacity: .5;
        font-size: .6rem;
        margin: 10px 0;
    }
.goods_name {
    width: 100%;
}
.goods_name a span {
    color: var(--col);
    font-size: 1rem;
}
.goods_name a:after {
    display: none;
}

.about-cont {
    align-items: flex-start;
    flex-wrap: wrap;
}
    .about-cont p {
        width: 100%;
        margin-bottom: 1rem
    }

.about-slider {
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.partner {
    margin: 1rem 0 1rem;
    flex-wrap: wrap;
}
.partner-it {
    width: 48.5%;
    margin-bottom: 10px;
}
.partner-it img {
    width: 100%;
}

.parnter-block {
    padding-bottom: 3rem
}
.parnter-block>img {
    display: none
}
.parnter-form {
    width: 100%;
}
.parnter-form .paragr {
    margin-bottom: 2rem;
}
.parnter-form .polit {
    margin: 1rem 0 0
}
.parnter-but {
    flex-wrap: wrap;
    margin-top: 1rem;
}

.contacts {
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
}
.contact-it {
    background: var(--col);
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
}
    .contact-it:first-child {
        padding-top: 30px
    }
.contact-it .contact-block {
    margin-bottom: 30px
}
.contact-it p {
    line-height: 170%;
    
}
    
.cart {
    margin-bottom: 2rem;
}
.cart_head {
    display: none;
}

.cart_row {
    padding: 2rem 0;
    border-bottom: 1px solid #ECECEC;
    flex-direction: column;
}
    .cart_row>div {
/*        justify-content: space-between;*/
/*        width: 100%*/
    }
.order-cart_row {
    padding: 1rem 0;
    align-items: flex-start
}
.order-cart_row>div {
    align-items: flex-start
}
.cart_row-img {
    width: 160px;
    height: 250px;
    flex-shrink: 0;
    margin-right: 1.2rem
}
.order-cart_row .cart_row-img {
    width: 160px;
    height: 250px;
    margin-right: 1rem
}

.cart_row-text {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 30px
}
.cart_row-name {
    font-size: .9rem;
}
.cart_options {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.cart_options p {
    font-size: .7rem;
    margin-right: 0;
    margin-bottom: 15px
}
.order-cart_row .cart_options p {
    margin: 0 0 .5rem;
    width: 100%;
    font-size: .7rem
}
.cart_options p span {
    color: #999
}
.cart_row-price {
    font-size: 1.2rem;
    margin-right: 0;
} 
.order-cart_row .cart_row-price {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.order-cart_row .cart_row-price span {
    display: block;
    font-size: .8rem;
    margin-top: 0
}
.main-quantity {
    margin: 0 2rem;
    width: 4rem;
}
.cart-quantity a {
    width: .5rem;
    height: .9rem;
}

.cart-quantity .counter {
    font-size: 1rem;
}
.cart_row .rm {
    margin-left: 0
}

.cart_total {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 3rem
}
.order-cart .cart_total {
    justify-content: space-between;
    padding: 1rem 0;
    margin: 0;
}
.cart_total p:first-child {
    margin-right: 0
}
.cart_total .cart_row-price {
    margin-right: 0
}
.order-cart .cart_total .cart_row-price {
    margin: 0
}
.cart_total .but {
    width: 100%;
    margin-top: 30px;
}

.order {
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-direction: column;
}
.order-form {
    width: 100%;
    margin-right: 0;
    flex-shrink: 0
}

.order-form .paragr {
    margin-bottom: 2rem
}
.order-cart {
    width: 100%;
}
.order-contact {
    display: none
}


.product-banner {
    background-position: center;
    background-size: cover;
    padding-top: 1.5rem;
    padding-bottom: 5.5rem;
}
.product-banner .breadcrumbs {
    margin-top: 0;
    margin-bottom: 4.5rem;
}

.product-banner .banner-text1 {
    font-size: 14px;
    margin-bottom: 1rem
}
.product-banner .banner-text2 {
    font-size: 50px
}
.product-container {
    padding-top: 2rem;
    padding-bottom: 3rem;
    align-items: flex-start;
    flex-direction: column;
}

.product_main {
    width: 100%;
    margin-right: 0;
    flex-shrink: 0;
    margin-top: 1.4rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}
.product_gallery {
    text-align: center;
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    width: 40%;
}
.product_gallery img {
    width: 100%;
}
    .door_info {
        width: 100%;
    }
.door_parts {
    margin-bottom: 1.2rem
}
.door_part {
    font-size: .7rem;
    margin-bottom: 14px
}
.door_price {
    font-size: 1.2rem;
    margin-bottom: 1rem
}
.door_info .but {
    width: 100%;
    margin-bottom: 1rem;
    height: 55px;
}
.product_tabs {
    width: 100%;
}
.tab_nav {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: space-evenly
}
.tab_nav-item {
    width: auto;
    margin-bottom: 10px;
}
.tab_nav-item.active {
    color: var(--col)
}
.tab_container {
    display: none
}

.product_model {
    flex-wrap: wrap;
    margin-bottom: 1rem;
    align-items: stretch;
}
    .doors_block {
        overflow-y: scroll;
        flex-wrap: nowrap
    }
.door_model_input {
    display: none;
}
.type_name {
    white-space: normal;
}
.option_input {
    display: none;
}
.door_model_item {
    width: 130px;
    margin-bottom: 1rem;
    flex-shrink: 0
}

.door_model {
    padding: 15px;
    cursor: pointer;
    display: block;
}
.door_model-img {
    width: 100%;
}

.color_item {
    width: 29%
}
.portal_item {
    width: 29%
}
.plintus_item {
    width: 29%
}
.option {
    margin-right: 4%;
    margin-bottom: 1rem;
}
.portal_item .option_item_img {
    width: 100%;
    height: auto
}


.thx {
    display: none; 
}
.thx .bot_header {
    background: none;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}
.thx .bot_header .thx-headline {
    color: var(--col);
    margin-left: 0
}
    .thx .bot_header>div {
        flex-direction: column;
        text-align: center;
    }
.thx .tel {
    display: none
}

.thx-title {
    font-size: 30px;
    margin-bottom: 1rem;
    margin-top: 4rem
}
.thx-desc {
    font-size: 1rem;
    margin-bottom: 2rem
}

.w-50 {
    width: 100%;
}
.w-30 {
    width: 30%;
}
.w-100 {
    width: 100%;
}

.peregor_row {
    align-items: flex-end;
    padding: 2rem 10px;
    flex-direction: column
}
.peregor_row:nth-child(2n) {
    flex-direction: column;
}
.peregor_text {
    font-size: .8rem;
    line-height: 140%;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
}
.peregor_row:nth-child(2n) .peregor_text {
    text-align: center
}
.peregor_img {
    width: 100%;
}
}