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

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

.hidden-xs {
    display: none
}

.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;
}
.wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.but {
    height: 60px;
    width: 100%;    
}
.but span {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.but-mod {
    background: #fff;
    color: var(--bg)
}
.input {
    width: 100%;
    height: 56px;
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
}

.input-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
}
.input-wrap .input {
    width: 100%;
}
textarea.input {
    height: 8em;
    resize: none;
}
.polit {
    font-size: 12px;
}

.headline {
    font-size: 24px;
    margin: 0 0 1em;
}
.subtitle {
    font-size: 14px;
    margin-bottom: 30px;
}

.header {
    padding: 15px 10px;
/*
    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)
}*/

.main {
    position: relative;
}
.main>img {
    position: static;
    z-index: 1;
    width: 100%
}
.logo {
    width: 70px;
    margin-right: 15px;
}

.header_title h1 {
    font-size: 10px;
}

.header_tel {
    color: #fff;
}
.tel img {
    margin-right: 1em;
}
.tel span {
    display: block;
    font-size: .7em;
    margin-bottom: .6em;
}
.tel a {
    color: #fff;
    font-weight: bold;
}
.header_tel .but {
    margin-left: 3em
}

.main_container {
    align-items: stretch;
    padding-top: 2em;
    flex-direction: column;
}
.main_container-content {
    width: 100%;
    text-align: center
}
.main_container-title {
    font-size: 24px;
    margin: 0 0 20px;
    padding-right: 0;
}
    #thx .main_container-title {
        font-size: 24px;
    }
.main_container-actions {
    position: relative;
    z-index: 3;
    flex-direction: column;
}
.main_container-actions>div {
    width: 100%;
    margin-bottom: 45px
}
.main_container-actions p {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 144%
}

.but img {
    margin-right: .7em;
}
.main_container-img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.main_container-img img {
    position: absolute;
    display: none
}

    .navi {
        position: relative;
    }
.navi_controls {
    flex-wrap: wrap;
    margin-bottom: 2.5em;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    display: none;
    left: 0;
    width: 100%;
}
.navi_tab {
    height: 70px;
    font-size: 14px;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px;
    border-bottom: 1px solid #979797;
    text-align: left;
}
    .navi_tab.active:before {
        background: url(../img/icon/ok.svg) center/cover;
        width: 20px;
        height: 20px;
        right: 0;
        position: static;
        content: '';
        margin-left: 20px;
        flex-shrink: 0;
        display: block;
/*        display: none*/
    }
.navi_tab_toggle {
    display: flex;
    background: var(--bg);
    color: #fff;
    cursor: pointer;
} 
.navi_tab:nth-child(n+4) {
    border-top: none
}
.navi_tab:not(:nth-child(4n)):after {
    display: none
}
.navi_tab:not(.navi_tab_toggle):hover, .navi_tab.active:not(.navi_tab_toggle) {
    background: #303030;
    color: #fff
}
    .navi_tab.active {
        flex-direction: row-reverse
    }

    .tab_content {
        margin-top: 30px
    }
.tab_content:not(.active) {
    display: none;
}
.tab_inner {
    flex-wrap: wrap;
    align-items: stretch;
}

.tab_item {
    width: 50%;
    padding: 20px 15px;
}
    .tab_item .but {
        height: 40px;
    }
    .tab_item .but span {
        font-size: 12px
    }
.tab_item-mod {
    width: 100%;
    flex-direction: column;
    padding: 20px;
}
.tab_item-list {
    padding: 20px;
    display: block;
}
.tab_item-list ul {
    columns: 1;
    column-gap: 0;
    margin-bottom: 1.5em
}
.tab_item-list .list {
    font-size: .9em;
    margin-bottom: .7em;
    line-height: 150%
}
.tab_item-list .list:before {
    top: .5em
}
.tab_item-mod>img {
    width: 80%;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 20px
}
.tab_item-mod p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 1.5em
}
    .tab_item-mod .but {
        height: 50px
    }
.tab_item:not(:nth-child(4n)) {
    border-right: none
}
    .tab_item:not(:nth-child(2n)) {
    border-right: 1px solid #DBDBDB
}
.tab_item-img {
    width: 100%;
    height: 120px;
    margin-bottom: 25px
}
.tab_item-img img {
    max-width: 100%;
    min-width: 70%;
    max-height: 100%;
}

.brend_bl {
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 2em
}
.brend {
    width: calc(100% / 3);
}
.brend-p {
    font-size: 18px;
}
.brand_aten {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    padding: 16px 20px;
}
    .preym {
        flex-direction: column;
    }
.preym>img {
    margin: 0 0 40px;
    width: 100%;
    flex-shrink: 0
}
.preym_text {
    width: 100%;
}

.preym_item {
    font-size: 14px;
}

.applicat {
    display: block;
}
.applicat_it {
    padding: 20px;
    height: 200px;
    width: 220px;
}
.applicat_it p {
    font-size: 14px;
}
.applicat_it span {
    font-size: 14px;
}

    .how {
        position: relative
    }
.how_bl {
    width: 100%;
}
.how_cont {
    align-items: flex-start;
    flex-wrap:wrap;
}
.how_cont>div {
    width: 100%;
    margin-bottom: 30px;
}
.how_cont-title {
    font-size: 1.2rem;
    height: auto;
    font-weight: bold;
    margin-bottom: 1.2rem
}
.how_it {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.how_it-title {
    font-size: 16px;
    margin-bottom: 15px
}
.how_it-desc {
    font-size: 14px;
}
.how>img {
    position: absolute;
    right: -50%;
    margin: 0;
    width: 100%;
}


.form {
    background: url(../img/bg.jpg) right/cover;
    padding: 60px 10px;
    margin: 0 -10px
}
.form_block {
    width: 100%;
    text-align: center
}
.form_block-title {
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 1em
}
.form_block .but {
    width: 100%;
    margin-top: 2em
}


.map {
    height: 500px;
}

.contact {
    align-items: flex-end;
    margin-top: 0;
    flex-wrap: wrap;
}
.contact>div {
    width: 100%;
}
.contact_left {
    width: 100%;
    padding-top: 50px
}
.contact_btns .but {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-bottom: 40px
}
.contact_btns div.but {
    cursor: default;
    border-bottom: none;
}
    
.contact_contact {
    flex-direction: column;
    padding: 0;
    height: auto;
    align-items: center;
    text-align: center
}
    .contact_contact>div {
        margin-bottom: 40px
    }
.contact_contact p {
    font-size: 18px;
    line-height: 160%;
}
.contact_contact span {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact_right .contact_contact {
    padding: 10px;
}
.contact_right .but {
    display: flex !important;
    margin: 20px 0
}
.contact_right .but span {
    margin-bottom: 0;
    font-size: 16px;
}


footer {
    background: #1C1C1C;
    color: #fff;
}
footer a {
    color: #fff;
}
.foot-top {
    padding: 45px 0;
    flex-direction: column;
    text-align: center;
}
    .foot_title {
        margin: 30px;
        font-size: 12px;
        line-height: 160%;
        opacity: .3
    }
    .footer-menu {
        display: none
    }

.to-top {
    font-size: 16px;
}
.foot-bot {
    padding: 40px 0;
    font-size: 12px;
    flex-direction: column;
}
    .foot-bot p {
        order: 1;
    }
.foot-bot .pol {
    text-decoration: underline
}
    .foot-bot .pol {
        margin: 30px 0
    }

.product_inner {
    align-items: flex-start;
    flex-direction: column;
}
.product_info {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 40px
}
.product_image {
    padding: 20px;
    height: auto;
    margin-bottom: 1.1em;
}
.product_image img {
    max-width: 90%;
    min-width: none;
    max-height: none;
}
.product_name {
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px
}
.product_desc {
    text-align: center;
    font-size: 14px
}

.product_form {
    width: 100%;
    text-align: center
}

.file-label {
    padding-left: 2.5em
}
.file-label:after {
    top: auto
}
.file-list {
    margin-bottom: 1em;
    font-size: .9em;
}

}