
@media screen and (max-width: 1200px){
    .menu a{

        margin: 0 10px;
    }
    .logo img{
        width: 170px;
    }
}

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

body {
    font-size: 16px;
    overflow-x: hidden;
}

.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.flex-a {
    display: flex;
    justify-content: space-around;
    align-items: center
}
.block {
    padding: 30px 0;
}
.block.container {
    padding: 30px 10px
}
.container {
    padding: 0 10px
}
.pad-top {
    padding-top: 30px;
}
.pad-bot {
    padding-bottom: 30px;
}
.container:after, .container:before,.page_parents {
    display: none
}
.w-48 {
    width: 48% !important;
    flex-wrap: wrap;
}
.nav-control {
    width: 35px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-left: 0px;
    flex-shrink: 0
}
.nav-control span {
    width: 100%;
    border-radius: 15px;
    height: 3px;
    background: var(--col);
    transition: all linear .2s;
}
.nav-control.op span:nth-of-type(2) {
    opacity: 0;
}
.nav-control.op span:nth-child(1) {
    transform: translateY(11px) translateX(0px) rotate(45deg) ;
}
.nav-control.op span:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg) ;
}
.but {
    font-size: 16px;
    height: 50px;
    width: 320px;
}

.input {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px
}
textarea.input {
    resize: none;
    height: 80px
}
.main {
    padding-top: 60px
}
.main-page {
    /* background-image: url(../img/main-mob3.jpg); */
    /* background-position: top; */
    /* background-size: cover; */
}

.headline {
    font-size: 26px;
    margin: 0 0 30px;
}
.headline-cont {
    margin: 0 0 30px;
}
.headline-cont .headline {
    margin: 0;
    width: 100%
}
.subtitle {
    font-size: 20px;
    line-height: 110%;
    margin: 0 0 20px
}
header {
    padding: 10px 0;
    transition: all linear .2s;
}

.left-head {
    align-items: flex-start
}
.logo {
    margin-right: 0px;
    /*    display: none*/
}
    .logo img {
        width: 118px;
    }

.title {
    font-size: 12px;
    line-height: normal;
    margin: 0
}

.menu {
    margin-top: 0;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    display: none;
    z-index: 6
}
.menu a {
    font-size: 14px;
    line-height: 18px;
    margin: 25px auto;
    display: block;
    text-align: center
}
.menu .parent {
    position: relative;
}
.menu .submenu {
    position: static;
    padding: 0;
    min-width: unset;
    left: 0;
    display: block;
}
.menu .submenu li {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}
.menu .submenu a {
    padding: 10px;
    display: block;
    white-space: nowrap;
    margin: 0;
}
.right-head {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.tel {
    padding-right: 5px;
    margin-right: 5px;
}
.tel a {
    font-size: 14px;
    line-height: normal;
}
.tel p {
    font-size: 12px;
    line-height: normal;
}

.mini-cart_icon {
    position: relative;
    margin-right: 10px
}
    .mini-cart_icon img {
        width: 27px
    }
.mini-cart_icon b {
    width: 20px;
    height: 20px;
    font-size: 10px;
    left: -5px
}

.head-cont {
    /* aspect-ratio: 1080/1350; */
    /* position: relative; */
}
.head-text h2 {
    font-size: 34px;
}
    .head-in {
        flex-direction: column-reverse;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
.head-p {
    width: 100%;
    margin: 30px 0 10px
}
.head-cont svg {
    /* left: calc(100% - 150px); */
    /* position: absolute; */
    bottom: unset;
    width: 25vw;
    top: 130px;
}
    .head-in a {
        width: 100%
    }
.label {
    left: 0px;
}
.img-dsk {display: none!important;}
.slick-slide img.img-mob {
    display: initial!important;
}
.slide-txt {
    width: 100%;
    align-items: start;
    padding-top: 100px;
    height: 500px;
}

.head-slider {
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
}

.flex-c-c {
    justify-content: start;
}
.subhead-slider{
    margin-top:0.5em;
    font-size:0.7em;
    line-height:1em;
}    
    .head-cont .soc {
    display: none
}
.soc a {
    margin-right: 20px
}

.catalog {
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0;
    justify-content: space-between
}
/* .scroll-section .catalog {
    display: block;
    margin: 0;
    padding-left: 0px
}
.scroll-section .flickity-viewport {
    overflow: visible
} */
.razdel-item .title{
    font-size:1.2em;
}

    
.card {
    width: 48%;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
}
.card-master{
    width:100%;
}
.razdel-item {
    position: relative;
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
} 
    .scroll-section .card {
        /* margin-right: 10px */
    }
.card_image {
    margin-bottom: 30px;
    position: relative;
    flex: 0 0 50vw;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.stoke {
    top: 10px;
    left: 10px;
    width: 30px;
    height: 32px;
}
.card_image a {
    display: block;
    height: 50vw;
    width: 100%;
    outline: none;
    background-size: cover;
    background-position: center
}
.card_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0;
}

.card_info-top {
    align-items: flex-start;
    flex-direction: column
}
.card-title a {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px
}
.card-title .desc {
    font-size: 12px;
    line-height: 17px;
    display: block;
}
    .card-price {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin-top: 10px
    }
.card-price span {
    display: block;
    margin-left: 0px;
    text-align: left;
}
.price {
    font-size: 17px;
    margin-bottom: 7px;
}
.old_price {
    font-size: 12px;
}
.card_info-bottom .but {
    width: 100%;
    margin: 10px 0 10px;
    height: 40px
}
    .one_click {
        flex-direction: column;
        text-align: center
    }
    .card .one_click {
    flex-wrap: wrap;
    gap: 0px 0;
}


.one_click a {
    font-size: 16px;
    margin-bottom: 10px
}
.one_click span {
    font-size: 10px;
}
    
.card-more {
    width: 100%;
    flex-direction: column
}
.card-more_img {
    width: 100%;
    margin-bottom: 15px
}
.card-more_block {
    width: 100%;
}
.card-more_title {
    font-size: 20px;
    margin-bottom: 10px
}
.card-more_desc {
    font-size: 16px
}
    .card-but {
        margin:  10px 0
    }
    .card-but .card-price {
        flex-direction: column;
        align-items: flex-end
    }

.look-more {
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
    justify-content: center;
    display: block;
}
.look-more img {
    margin-left: 10px
}

.scroll-section {
    background: var(--bg);
}

    .buket-cont {
        flex-direction: column
    }
    .buket-cont>img {
        width: 100%
    }
.buket p {
    font-size: 18px;
}
    
    .headline-delivery {
        flex-wrap: wrap;
    }
    .headline-delivery .headline {
        margin-bottom: 15px;
        width: 100%
    }
.delivery-bl {
    align-items: stretch;
    flex-wrap: wrap
}
.delivery-it {
    width: 100%;
    padding: 20px 10px 25px;
    margin-bottom: 20px
}
.delivery-it>img {
    margin-bottom: 20px
}


.faq-bl {
    margin-bottom: 40px
}
.faq-it {
    padding: 15px 0;
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}
.question {
    font-size: 18px;
    margin: 0;
}

.answer {
    margin-top: 20px;
    padding-left: 0px;
    display: none
}

.delivery-but {
    margin-top: 20px;
    flex-direction: column;
    align-items: center
}
.delivery-but a {
    margin: 10px 0
}
.delivery-but a:first-child {
    margin-right: 0px
}

    #contacts .block {
        flex-direction: column
    }
.contact {
    width: 100%;
}
.contact>div {
    margin-top: 20px;
}
.contact h6 {
    font-size: 14px;
}
.contact>div p {
    font-size: 16px
}
.contact .soc {
    margin-top: 16px
}
.contact-form {
    width: 100%;
    position: relative;
    margin-top: 30px
}
.contact-form:after {
    display: none
}
.contact-form .input {
    width: 100%;
    margin-top: 10px
}
.contact-form .but {
    margin: 30px 0 20px;
    width: 100%
}
.politika {
    font-size: 12px;
    text-align: center
}

.map {
    width: 100%;
    height: 350px;
}

.top-foot {
    font-size: 14px;
    padding: 20px 0 0;
    flex-direction: column;
    text-align: center
}
.rekv {
    transform: translateX(0%);
    margin: 15px 0
}
.foot-logo p {
    text-align: center;
    font-size: 14px;
    margin-top: 5px
}
.bot-footer {
    padding: 15px 0;
    flex-direction: column
}
.bot-footer .soc a {
    margin: 10px 10px 0
}

.bot-footer a {
    margin: 10px 0
}

.head-cart {
    border: 1px solid #D6D7CE;
    margin-bottom: 30px;
    flex-direction: column
}
.head-cart_it {
    height: 40px;
    width: 100%;
    justify-content: flex-start;
    position: relative;
    padding-left: 20px
}
.head-cart_it.active {
    /* background: #9DA17F; */
    /* color: #fff; */
}
.head-cart_it:nth-of-type(1).active {
    z-index: 4
}
.head-cart_it:nth-of-type(2).active {
    z-index: 3;
    /* background: #848767; */
}
.head-cart_it:nth-of-type(3).active {
    z-index: 2;
    /* background: #575941; */
}
.head-cart_it:nth-of-type(4).active {
    /* background: #3C3E2B; */
}
.head-cart_it.active:not(:last-child):after {
    position: absolute;
    content: '';
    right: -21px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 21px solid #9DA17F;
    border-bottom: 25px solid transparent;
    display: none
}

.head-cart_it.active:not(:last-child):before {
    position: absolute;
    width: 29px;
    height: 44px;
    background: url(../img/icon/arr3.svg) center/cover;
    content: '';
    right: -29px;
    top: calc(50% - 22px);
    display: none
}

.head-cart_it:nth-of-type(2).active:before {
    background: url(../img/icon/arr3_1.svg) center/cover;
}
.head-cart_it:nth-of-type(3).active:before {
    background: url(../img/icon/arr3_2.svg) center/cover;
}

.head-cart_it:nth-of-type(2).active:after {
    border-left: 21px solid #848767;
}
.head-cart_it:nth-of-type(3).active:after {
    border-left: 21px solid #575941;
}

.head-cart_it:not(:last-child):after {
    position: absolute;
    width: 23px;
    height: 52px;
    background: url(../img/icon/arr2.svg) center/cover;
    content: '';
    right: -23px;
    top: -1px;
    display: none
}

.head-cart_it p {
    margin-left: 15px;
}

.step_img-active {
    display: none
}
.head-cart_it.active .step_img {
    display: none
}
.head-cart_it.active .step_img-active {
    display: block
}


.cart-row {
    margin-bottom: 30px;
    align-items: center
}
.card-info {
    width: 40%;
    flex-shrink: 0;
}

.cart-img {
    width: 40px;
    flex-shrink: 0;
    margin-right: 10px;

}
.cart-title {
    font-size: 14px;
    line-height: normal;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.quantity.count-trigger {
    display: flex
}
.quantity .counter {
    width: 30px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px
}

.quantity a {
    height: 100%;
    width: 30px;
    outline: none
}
.quantity a img {
    width: 100%;
}

.cart_price {
    font-size: 16px;
    line-height: normal;
}

.delete {
    background: none;
    border: none;
    padding: 0 10px
}
    .delete img {
        width: 25px
    }


.cart-footer {
    padding: 20px 0;
}
.control>p:first-child {
    font-size: 16px;
    font-weight: 400;
}
.control .cart_price {
    margin: 0 10px;
    font-size: 17px;
}
.control .but {
    width: 100px;
    height: 40px;
    display: none;
}
    .quiz-control .prew img, .quiz-control .next img {
        width: 40px
    }


.quiz-it.current {
    display: block;
}
.quiz-it {
    display: none;
}
.checkout-it {
    padding: 20px 0;
}

.checkout-label {
    font-size: 18px;
    line-height: normal;
    width: 100%;
    margin: 0;
    padding-right: 30px;
}
.checkout-label span {
    font-size: 14px;
    display: block
}
.checkout-label:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    right: 0;
    top: 6px;
    /* border: 2px solid #75785B; */
}

.checkout-label_icon {
    margin: 0 15px 0 0
}
.checkout-label_pay {
    width: 70px;
    margin-right: 10px
}

.checkout-hidden {
    padding: 15px 0px;
    flex-wrap: wrap;
    display: none
}
.checkout-hidden .input {
    margin-right: 0px
}
.checkout-hidden .w-50 {
    width: 100%;
    flex-shrink: 0
}
.checkout-hidden .w-25 {
    width: 100%;
    flex-shrink: 0
}

.quiz-control .disable {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
}

.widget {
    /* position: fixed; */
    /* background: url(../img/icon/mail.svg) center/cover; */
    /* bottom: 20px; */
    /* right: 2%; */
    width: 50px;
    height: 50px;
}

.widget a {
    position: absolute;
    width: 40px;
    height: 40px;
    display: none;
    left: 4px
}
.widget a:nth-of-type(1) {
    top: -50px
}
.widget a:nth-of-type(2) {
    top: -100px
}
.widget a:nth-of-type(3) {
    top: -150px
}





.modal-content {
    width: 95%;
}
#oneclick .modal-content {
    width: 95%;
    text-align: center
}
.modal .headline {
    margin-bottom: 20px
}
.modal .modal-body {
    padding: 35px 15px;
}

.minititle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 400
}
.del-inf {
    align-items: flex-start;
    flex-direction: column
}
.del-inf p {
    width: 100%;
}
#delivery_modal span {
    font-family: 'BwModelica';
    font-size: .9em
}
    #delivery_modal .but {
        width: 100% !important
    }
.modal .input {
    width: 100%;
    margin: 0 auto 30px
}
.modal .but{
    margin: 0 auto 20px;
    width: 100% !important
}
.modal .modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    outline: none;
    z-index: 8
}

.select_icons {
    align-items: flex-start;
    text-align: center
}
.select_icons>div {
    width: 31%;
    margin-bottom: 20px
}
.select_icons span {
    font-size: 20px;
}
.select_icons p {
    font-size: 12px;
    line-height: 15px;
}

.select_form-bl {
    align-items: flex-start;
    flex-direction: column-reverse
}
.select_form-bl .input {
    margin-bottom: 20px
}
.select_form .but {
    width: 100%;
    margin-top: 20px
}
.select_form-bl>div {
    width: 100%;
    flex-shrink: 0
}
.thx {
    height: 100vh;
    padding-top: 0;
    max-height: 100vh;
    background: url(../img/main_mob.jpg) center/cover;
}
    .thx .head-cont {
    padding: 300px 0 40px;
    position: relative
}
    .thx .head-text h2+p {
    font-size: 20px;
    margin-bottom: 30px;
}

.product {
    flex-direction: column;
}
.product .card_image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    flex: 0 0 70vw;
}
.product .card_image a {
    height: 70vw;
}
.product .card-more_block {
    flex-direction: column;
    text-align: center;
}

.card-price_block {
    align-self: flex-start;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}
.card-price_block>div {
    width: 100%;
}
.card-price_block .card-but {
    align-items: center;
}
.card-but .card-price {
    align-items: center;
}
.card-price_block .price {
    font-size: 30px;
    margin-bottom: 20px;
}
.card-price_block .one_click {
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.product .card-more_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.tag {

	margin-right:5px;
}
.tag a{
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 0.8em;
}     
}