/* Стили для селекта*/
.select_wrap{
    position: relative;
}

.select_wrap select{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.select_wrap .nice-select{
    position: relative;

    display: block;
}

.select_wrap .nice-select.open{
    z-index: 20;
}

.select_wrap .nice-select .current{
    color: var(--color-gray);
    font-size: 13px;
    line-height: 34px;

    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 34px;
    padding-right: 15px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
    letter-spacing: .02em;
    text-overflow: ellipsis;

    border-bottom: 1px solid var(--color-gray);
}

.sorting .select_wrap .nice-select .current{
    color: currentColor;
    font-family: var(--font_family2);
    line-height: 28px;

    height: 28px;

    letter-spacing: .08em;
    text-transform: uppercase;

    border: none;
}

.sorting .select_wrap .nice-select .current:hover{
    color: var(--color-light-brown);
}

.sorting .select_wrap .nice-select .current:after{
    border-color: currentColor;
}

.select_wrap .nice-select.open .current,
.select_wrap .nice-select .current.selected{
    color: currentColor;
}

.select_wrap .nice-select .current:after{
    position: absolute;
    top: 50%;
    right: 2px;

    width: 6px;
    height: 6px;
    margin-top: -5px;

    content: '';
    transition: border-color .2s linear;
    transform: rotate(45deg);

    border-right: 2px solid var(--color-gray);
    border-bottom: 2px solid var(--color-gray);
}

.select_wrap .nice-select.open .current:after{
    border-color: var(--color-black);
}

.sorting .select_wrap .nice-select .current:hover:after{
    border-color: var(--color-light-brown);
}

.select_wrap .nice-select .list{
    position: absolute;
    z-index: 9;
    top: calc(100% + 5px);
    left: 0;

    visibility: hidden;

    min-width: 100%;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
    border: 1px solid var(--color-gray2);
    background: var(--color-white);

    filter: drop-shadow(0px 7px 15px rgba(0, 0, 0, .07));
}

.select_wrap .nice-select .list:after{
    position: absolute;
    top: -7px;
    left: 39px;

    width: 32px;
    height: 8px;

    content: '';

    background: url('images/ic_angle.svg') 0 0 no-repeat;
}

.select_wrap .nice-select.open .list{
    visibility: visible;

    pointer-events: all;

    opacity: 1;
}

.select_wrap .nice-select .list .scrollbar{
    overflow-y: auto;

    max-height: 250px;
    padding: 25px;
    scrollbar-color: var(--color-gray) transparent; /* «цвет ползунка» «цвет полосы скроллбара» */
}

.select_wrap .nice-select .list .scrollbar{
    position: relative;

    padding-bottom: 30px;
}

.select_wrap .nice-select .list .scrollbar::-webkit-scrollbar{
    width: 6px;
    height: 6px;

    background: transparent;
}

.select_wrap .nice-select .list .scrollbar::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: var(--color-gray);
}

.select_wrap .nice-select .list .scrollbar::-webkit-scrollbar-track{
    background: transparent;
}

.select_wrap .nice-select .list .list_item{
    line-height: normal;

    display: flex;

    min-height: 26px;

    cursor: pointer;
    transition: .2s linear;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.select_wrap .nice-select .list .list_item.disabled{
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;

    margin-bottom: 11px;

    cursor: default;
}

.select_wrap .nice-select .list .list_item + .list_item{
    margin-top: 4px;
}

.select_wrap .nice-select .list .list_item:empty{
    display: none;
}

.select_wrap .nice-select .list .list_item:not(.disabled):not(.selected):hover{
    color: var(--color-light-brown);
}

.select_wrap .nice-select .list .list_item.selected{
    color: var(--color-gray);
}

.select_wrap-country.select_wrap{
    width: 91px;
}

.select_wrap-country .nice-select .current{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 42px;
    line-height: 42px;
    color: var(--color-dark);
}

.select_wrap-country .nice-select .current:after{
    right: 5px;
}

.select_wrap-country .nice-select .current .ic{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-right: 6px;
}

.select_wrap-country .nice-select .current .ic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 10px;
    min-height: 10px;
    object-fit: cover;
    border-radius: 50%;
}

.select_wrap-country .nice-select .current span{
    margin-right: 3px;
}

.select_wrap-country .nice-select .current span.full{
    display: none;
}

.select_wrap-country .nice-select .list{
    width: 174px;
}

.select_wrap-country.select_wrap .nice-select .list .scrollbar{
    padding: 11px 0;
    max-height: 117px;
}

.select_wrap-country.select_wrap .nice-select .list .scrollbar{
    padding-bottom: 15px;
}

.select_wrap-country.select_wrap .nice-select .list:before{
    position: absolute;
    top: -7px;
    left: 39px;
    width: 32px;
    height: 8px;
    content: '';
    background: url('../images/ic_angle.svg') 0 0 no-repeat;
}

.select_wrap-country.select_wrap .nice-select .list:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    top: auto;
    background: linear-gradient(360deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
    pointer-events: none;
}

.select_wrap-country .nice-select .list .list_item{
    flex-wrap: nowrap;
    font-size: 13px;
    line-height: 15px;
    padding: 4px 11px;
}

.select_wrap-country .nice-select .list .list_item + .list_item{
    margin-top: 0;
}

.select_wrap-country .nice-select .list .list_item.selected{
    background-color: #ddd;
    color: var(--color-black);
}

.select_wrap-country .nice-select .list .list_item:not(.disabled):hover,
.select_wrap-country .nice-select .list .list_item:not(.disabled):not(.selected):hover{
    background: var(--color-beige);
    color: var(--color-black);
}

.select_wrap-country .nice-select .list .list_item .ic{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-right: 6px;
}

.select_wrap-country .nice-select .list .list_item .ic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 10px;
    min-height: 10px;
    object-fit: cover;
    border-radius: 50%;
}

.select_wrap-country .nice-select .list .list_item span{
    margin-right: 3px;
}

.select_wrap-country .nice-select .list .list_item .short{
    display: none;
}


.select_wrap2 .select2-container{
    width: 100% !important;
    display: block;
}

.select_wrap2 .select2-container--default .select2-selection--single{
    border-radius: 0;
    height: 37px;
    border: 1px solid var(--color-gray2);
}

.select_wrap2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 16px;
    padding-right: 30px;
    line-height: 37px;
    font-size: 16px;
}

.select_wrap2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37px;
}

.select_wrap2 .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.select_wrap2 .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    content: '';
    transition: border-color .2s linear;
    transform: rotate(45deg);
    border-right: 2px solid var(--color-gray);
    border-bottom: 2px solid var(--color-gray);
}


.select_wrap4 .select2-container{
    width: 100% !important;
    display: block;
}

.select_wrap4 .select2-container--default .select2-selection--single{
    border: none;
    border-radius: 0;
    padding: 0;
}

.select_wrap4 .select2-container .select2-selection--single{
    height: 42px;
}

.select_wrap4 .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: rgba(var(--color-gray_rgb), .5)
}

.select_wrap4 .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: currentColor;
    font-family: var(--font_family);
    font-size: 13px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    letter-spacing: .02em;
    border: none;
    border-bottom: 1px solid var(--color-gray);
    background: none;
    text-align: center;
    padding: 0 15px;
}

.select_wrap4 .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}


.select2-container.modal_select{
    z-index: 99999;
}

.select2-dropdown{
    border: 1px solid var(--color-gray2);
    border-radius: 0;
}

.select2-container--open .select2-dropdown--below{
    border-top: 1px solid var(--color-gray2);
}

.select2-container--open .select2-dropdown--below{
    margin-top: -37px;
}

.select2-search--dropdown{
    padding: 0;
    position: relative;
    padding: 0 18px;
}

.select2-search--dropdown:after{
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    content: '';
    transition: border-color .2s linear;
    transform: rotate(-45deg);
    border-right: 2px solid var(--color-gray);
    border-top: 2px solid var(--color-gray);
}

.select2-container--default .select2-results>.select2-results__options{
    scrollbar-color: var(--color-gray) transparent;     /* «цвет ползунка» «цвет полосы скроллбара» */
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    width: 6px;
    height: 6px;

    background: transparent;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: var(--color-gray);
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{
    background: transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: none;
    border-bottom: 1px solid var(--color-gray2);
    height: 37px;
    font-family: var(--font_family);
    font-size: 16px;
    letter-spacing: 0.02em;

    color: var(--color-black);
    padding: 0;
}

.select2-results__option{
    padding: 5px 16px;
    transition: .2s linear;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #F2EADB;
    color: var(--color-black);
}

/*---------------
   Main section
---------------*/
.main_slider .cont{
    padding-top: 30px;

    background: var(--color-white);
}

.main_slider .slide{
    height: 610px;
    padding: 36px 214px 36px 161px;

    background: var(--color-gray6);

    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.main_slider .slide.dark{
    padding-right: 181px;
    background: var(--color-dark);
    color: var(--color-white);
}

.main_slider .slide.bg{
    padding-right: 231px;
}

.main_slider .slide.center{
    text-align: center;
    padding-left: 161px;
    padding-right: 161px;
}

.main_slider .slider.dark .owl-dot{
    background: rgba(var(--color-white_rgb), 0.5);
    color: var(--color-white);
}

.main_slider .slider.dark .owl-nav button{
    border-color: rgba(var(--color-white_rgb), 0.3);
    color: var(--color-white);
}

.main_slider .slide .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6;
}

.main_slider .slide .bg img,
.main_slider .slide .bg video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 10px;
    min-height: 10px;
    object-fit: cover;
}

.main_slider .slide .data{
    width: 400px;
    position: relative;
    z-index: 10;
}

.main_slider .slide.center .data{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.main_slider .slide .sales{
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;

    margin-bottom: 15px;

    letter-spacing: .08em;

    opacity: .5;
}

.main_slider .slide .name{
    font-family: var(--font_family2);
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;

    letter-spacing: .03em;
}

.main_slider .slide .info{
    margin-top: 15px;

    letter-spacing: .02em;
}

.main_slider .slide .link_btn2{
    margin-top: 30px;
}

.main_slider .slide.dark .link_btn2 a{
    border-color: rgba(var(--color-white_rgb), 0.5);
}

.main_slider .slide.dark .link_btn2 a:hover{
    border-color: var(--color-light-brown);
}

.main_slider .slide.dark .link_btn2 a i{
    color: currentColor;
}

.main_slider .slide .img{
    width: calc(100% - 450px);
    max-height: 538px;
    position: relative;
    z-index: 10;
}

.main_slider .slide .img img{
    display: block;

    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    object-fit: contain;
}


.info_section{
    text-align: center;
}

.info_section .cont{
    padding-top: 30px;

    background: var(--color-white);
}

.info_section .box{
    position: relative;

    padding: 100px 25px 85px;

    background: url('../images/pattern1.svg') 50% 0 repeat;
    background-size: 207px auto;
}

.info_section .bg{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    object-fit: cover;
}

.info_section .data{
    position: relative;
    z-index: 10;
}

.info_section .logo{
    text-align: center;
}

.info_section .logo img{
    display: inline-block;

    max-width: 100%;

    vertical-align: top;
}

.info_section .main_title{
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;

    min-height: 96px;
    margin-top: 20px;
}

.info_section .main_title.narrow{
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}

.info_section .main_title.no-marg{
    margin-top: 0;
}

.info_section .main_title .dots{
    margin-top: 0;
}

.info_section .text_block{
    max-width: 676px;
    margin: 15px auto 0;
    text-align: left;
}

.info_section .text_block p{
    text-align: center;
}

.info_section .text_block img{
    display: block;
    max-width: 100%;
}

.info_section .text_block * + img{
    margin-top: 15px;
}

.info_section .dots{
    color: var(--color-brown);
    font-size: 7px;
    font-weight: 900;
    line-height: 28px;

    margin-top: 25px;

    text-align: center;
    letter-spacing: .2em;
}

.info_section .text_block .dots{
    margin-top: 0;
}

.info_section .tabs_container{
    margin-top: 22px;
}

.info_section .tabs_container .wrap_tabs{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.info_section .tabs_container .main_tabs{
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-left: -23px;
    margin-top: -10px;
    max-width: 900px;
}

.info_section .tabs_container .main_tabs button{
    white-space: nowrap;
    margin-left: 23px;
    margin-top: 10px;
}

.info_section .tabs_container .text_block{
    margin-top: 0;
}


.collection .cont{
    padding-top: 30px;

    background: var(--color-white);
}

.collection .box{
    padding: 100px 25px;

    background: var(--color-gray5);
}

.collection .grid{
    display: grid;

    margin-top: 30px;

    grid-template-rows: repeat(2, 1fr) ;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}

.collection .grid + .grid{
    margin-top: 25px;
}

.collection .grid:nth-child(even) .item:nth-child(1){
    grid-row: 1 / 3;
}

.collection .grid:nth-child(odd) .item:nth-child(2){
    grid-row: 1 / 3;
    grid-column: 2 / 3;
}

.collection .item{
    color: var(--color-white);

    position: relative;

    display: block;
    overflow: hidden;

    min-height: 311px;

    transition: .2s linear;
    text-decoration: none;

    background: var(--color-black);
}

.collection .item .bg{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    transition: .2s linear;

    object-fit: cover;
}

.collection .item:hover .bg{
    transform: scale(1.1);
}

.collection .item:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: .2s linear;

    background: linear-gradient(180deg, rgba(0, 0, 0, .33) 0%, rgba(0, 0, 0, 0) 100%);
}

.collection .item:before{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: .2s linear;

    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .33) 100%);
}

.collection .item:hover:before{
    opacity: 1;
}

.collection .item .data{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    flex-direction: column;

    width: 100%;
    height: 100%;
    height: 100%;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: nowrap;
}

.collection .item .top{
    padding: 33px 40px;

    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.collection .item .top .name{
    font-family: var(--font_family2);
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;

    letter-spacing: .02em;
}

.collection .item .top .arrow_cirle{
    width: 32px;
    height: 32px;
    margin-left: 15px;

    transition: .2s linear;
    text-align: center;

    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;

    flex-shrink: 0;
}

.collection .item:hover .top .arrow_cirle{
    color: var(--color-black);

    border-color: var(--color-white);
    background: var(--color-white);
}

.collection .item .top .arrow_cirle i{
    font-size: 13px;
    line-height: 32px;
}

.collection .item .bottom{
    font-size: 13px;
    line-height: 18px;

    min-height: 75px;
    padding: 20px 40px 37px;

    letter-spacing: .02em;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);

    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.collection .item .bottom .count{
    margin-left: 15px;
}


.sect_subscribe .cont{
    padding-top: 19px;

    background: var(--color-white);
}

.sect_subscribe.padding_bottom .cont{
    padding-bottom: 56px;
}

.sect_subscribe .box{
    position: relative;

    min-height: 544px;
    padding: 100px 162px;

    background: var(--color-beige);
}

.sect_subscribe .img{
    position: absolute;
    right: 50%;
    bottom: -36px;

    display: block;

    width: 524px;
    min-width: 50px;
    min-height: 50px;
    margin-right: 124px;
}

.sect_subscribe .data{
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}

.sect_subscribe .subtitle{
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;

    margin-bottom: 19px;

    letter-spacing: .08em;

    opacity: .5;
}

.sect_subscribe .note{
    margin-top: 19px;
}

.sect_subscribe .subscribe{
    margin-top: 30px;

    justify-content: space-between;
}

.sect_subscribe .subscribe .input{
    color: currentColor;
    font-family: var(--font_family);
    font-size: 13px;
    line-height: 18px;

    width: calc(100% - 187px);
    height: 42px;

    letter-spacing: .02em;

    border: none;
    border-bottom: 1px solid var(--color-gray);
    background: none;
}

.sect_subscribe .subscribe .submit_btn2{
    width: 162px;
}


.journal .cont{
    padding-top: 30px;
    padding-bottom: 25px;

    background: var(--color-white);
}

.journal.journal_page .cont{
    padding-top: 1px;
    padding-bottom: 90px;
}

.journal .box{
    padding: 100px 25px 100px;

    background: var(--color-gray5);
}

.journal .items{
    margin-top: 30px;
    margin-bottom: -60px;
    margin-left: -25px;

    align-items: stretch;
    align-content: stretch;
}

.journal.journal_page .items{
    margin-top: 9px;
}

.journal .items .item{
    width: calc(100% / 3 - 25px);
    margin-bottom: 60px;
    margin-left: 25px;
}

.journal .item{
    background: var(--color-white);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .07);
}

.journal .item .thumb{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    padding-bottom: 56.22%;
}

.journal .item .thumb img{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    transition: .2s linear;

    object-fit: cover;
}

.journal .item .thumb:hover img{
    transform: scale(1.1);
}

.journal .item .data{
    padding: 27px 40px 40px;
}

.journal .item .cat{
    color: var(--color-brown);
    font-family: var(--font_family2);
    line-height: 22px;
}

.journal .item .cat a{
    color: var(--color-brown);
}

.journal .item .cat a:hover{
    color: var(--color-light-brown);
}

.journal .item .line_time{
    position: relative;
}

.journal .item .line_time .cat{
    padding-right: 70px;
}

.journal .item .line_time .time{
    font-family: var(--font_family2);
    color: var(--color-gray);
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    position: absolute;
    top: -2px;
    right: -20px;
}

.journal .item .line_time .time .icon{
    margin-right: 7px;
    display: block;
    width: 16px;
}

.journal .item .date{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-size: 13px;
    line-height: 22px;
}

.journal .item .name{
    font-family: var(--font_family2);
    font-size: 20px;
    font-weight: bold;

    margin-top: 15px;
}

.journal .item .name a{
    color: currentColor;

    text-decoration: none;
}

.journal .item .note{
    position: relative;

    overflow: hidden;

    max-height: 106px;
    margin-top: 25px;
}

.journal .item .note:after{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 94px;
    height: 28px;

    content: '';

    background: linear-gradient(270deg, var(--color-white) 0%, rgba(255, 255, 255, 0) 100%);
}

.journal .item .link_more{
    margin-top: 15px;
}

.journal .item .link_more a{
    color: var(--color-brown);
    font-family: var(--font_family2);
    font-weight: bold;

    transition: .2s linear;
    text-decoration: none;
}

.journal .item .link_more a:hover{
    color: var(--color-light-brown);
}

.journal .item .wrap_tags{
    --padd-width: 0;
    width: calc(100% + (var(--padd-width) * 2));
    margin-left: calc(-1 * var(--padd-width));
    position: relative;
}

.journal .item .wrap_tags:before,
.journal .item .wrap_tags:after{
    content: '';
    width: var(--padd-width);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.journal .item .wrap_tags:after{
    position: absolute;
    right: 0;
    left: auto;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.journal .item .tags{
    margin-top: 15px;
    margin-left: -15px;
    margin-bottom: -15px;

    scrollbar-color: var(--color-gray) transparent;     /* «цвет ползунка» «цвет полосы скроллбара» */
}

.journal .item .tags:before,
.journal .item .tags:after{
    content: '';
    flex-shrink: 0;
    width: var(--padd-width);
    height: 1px;
    display: none;
}

.journal .item .tags::-webkit-scrollbar{
    width: 6px;
    height: 6px;

    background: transparent;
}

.journal .item .tags::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: transparent;
}

.journal .item .tags::-webkit-scrollbar-track{
    background: transparent;
}

.journal .item .tags .tag{
    background: var(--color-gray2);
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    font-size: 13px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.journal .link_btn{
    margin-top: 30px;

    text-align: center;
}

.journal.journal_page .link_btn{
    margin-top: 62px;
}


.journal_tags{
    --padd-width: 24px;
    border-top: 1px solid var(--color-gray2);
    padding: 15px var(--padd-width) 21px;
}

.journal_tags .wrap_grid{
    width: calc( 100% + (var(--padd-width) * 2) );
    position: relative;
    margin-left: calc( -1 * var(--padd-width) );
}

.journal_tags .wrap_grid:before,
.journal_tags .wrap_grid:after{
    content: '';
    width: var(--padd-width);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.journal_tags .wrap_grid:after{
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.journal_tags .grid{
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-color: var(--color-gray) transparent;     /* «цвет ползунка» «цвет полосы скроллбара» */
}

.journal_tags .grid::-webkit-scrollbar{
    width: 6px;
    height: 6px;

    background: transparent;
}

.journal_tags .grid::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: transparent;
}

.journal_tags .grid::-webkit-scrollbar-track{
    background: transparent;
}

.journal_tags .grid:before,
.journal_tags .grid:after{
    content: '';
    width: var(--padd-width);
    height: 1px;
    flex-shrink: 0;
    pointer-events: none;
}

.journal_tags .tag{
    padding: 0 20px;
    min-width: 155px;
    height: 32px;
    line-height: 30px;
    border: 1px solid var(--color-gray2);
    text-align: center;
    font-size: 13px;
    flex-shrink: 0;
    white-space: nowrap;
}

.journal_tags .tag + .tag{
    margin-left: 20px;
}

.journal_tags .tag:hover{
    background: var(--color-light-brown);
    color: var(--color-white);
}

.journal_tags .tag.active{
    background: var(--color-brown);
    color: var(--color-white);
}


.socials{
    margin-bottom: -12px;
    margin-left: -12px;
}

.socials .soc{
    --color: var(--color-gray);

    display: flex;

    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    margin-left: 12px;

    transition: .2s linear;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.socials .soc svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.socials .soc svg,
.socials .soc path{
    transition: .2s linear;
}

.socials .soc:hover{
    --color: var(--color-light-brown);
}

.socials .soc img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.sect_socials{
    margin-top: 28px;
}

.sect_socials .cont{
    position: relative;

    padding-bottom: 26px;

    border-bottom: 1px solid var(--color-gray2);
}

.sect_socials .socials{
    justify-content: center;
    align-items: center;
    align-content: center;
}


.fixed_buttons{
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 60px;
    padding: 0 2px;
    padding-top: 2px;

    border-top: 1px solid var(--color-gray4);
    background: var(--color-white);

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.fixed_buttons .item{
    display: flex;

    width: calc(20% - 4px);
    padding: 3px;

    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}

.fixed_buttons .item .count{
    color: var(--color-white);
    font-size: 11px;
    font-family: var(--font_family2);
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: 7px;
    display: block;
    min-width: 20px;
    height: 20px;
    padding: 0 1px;
    text-align: center;
    border-radius: 20px;
    background: var(--color-brown);
}

.fixed_buttons .item img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}


.inner_head .cont{
    padding-top: 30px;

    background: var(--color-white);
}

.inner_head .box{
    position: relative;

    padding: 80px 25px;

    background: url('../images/pattern1.svg') 50% 0 repeat;
    background-size: 207px auto;
}

.inner_head .box.dark{
    color: var(--color-white);

    background-image: url(../images/pattern1-dark.svg);
}

.inner_head .bg{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    object-fit: cover;
}

.inner_head .box.dark:before{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .7);
}

.inner_head .data{
    position: relative;
    z-index: 10;

    text-align: center;
}

.inner_head .data .main_dots{
    margin-top: 1px;

    text-align: center;
}

.inner_head .span{
    color: var(--color-brown);
    font-family: var(--font_family2);

    margin-bottom: 15px;
}

.inner_head .text_block{
    max-width: 676px;
    margin: 15px auto 0;
}

.inner_head .wrap_scroll_link{
    margin-top: 30px;
}

.inner_head .links{
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 33px;
    margin-left: -32px;
    margin-bottom: -16px;
}

.inner_head .links .link{
    margin-left: 32px;
    margin-bottom: 16px;
}

.inner_head .links .link:not(.link_btn) a{
    font-weight: 700;
    font-family: var(--font_family2);
    color: var(--color-brown);
}

.inner_head .links .link:not(.link_btn) a:hover{
    color: var(--color-light-brown);
}

.inner_head .links .link_btn a{
    padding: 0 18px;
}


.filter_modal .wrap_checkboxes,
.cart .wrap_items{
    position: relative;
}

.filter_modal .wrap_checkboxes.scroll:after,
.cart .wrap_items.scroll:after{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50px;

    content: '';
    pointer-events: none;

    background: linear-gradient(360deg, var(--color-gray5) 0%, rgba(249, 249, 249, 0) 100%);
}

.filter_modal .wrap_checkboxes.scroll:after{
    width: calc(100% - 10px);

    background: linear-gradient(360deg, var(--color-white) 0%, rgba(249, 249, 249, 0) 100%);
}

.filter_modal .checkboxes,
.cart .items{
    overflow-y: auto;

    width: calc(100% + 36px);
    max-height: 523px;
    padding-right: 30px;

    scrollbar-color: var(--color-gray) transparent;     /* «цвет ползунка» «цвет полосы скроллбара» */
}


.filter_modal .wrap_checkboxes.scroll .checkboxes,
.cart .wrap_items.scroll .items{
    position: relative;

    padding-bottom: 30px;
}

.filter_modal .checkboxes::-webkit-scrollbar,
.cart .items::-webkit-scrollbar{
    width: 6px;
    height: 6px;

    background: transparent;
}

.filter_modal .checkboxes::-webkit-scrollbar-thumb,
.cart .items::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: var(--color-gray);
}

.filter_modal .checkboxes::-webkit-scrollbar-track,
.cart .items::-webkit-scrollbar-track{
    background: transparent;
}



.cart .item{
    padding-top: 15px;

    border-top: 1px solid var(--color-gray2);

    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.cart .item + .item{
    margin-top: 15px;
}

.cart .item .thumb{
    position: relative;

    width: 64px;
    height: 64px;
    margin-right: 11px;

    flex-shrink: 0;
}

.cart .item .thumb img{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    object-fit: cover;
}

.cart .item .info{
    flex-grow: 1;
}

.cart .item .feature{
    color: var(--color-gray);
}

.cart .item .price{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;

    letter-spacing: .08em;
}

.cart .item .add_amount{
    width: 15px;
    margin-left: 13px;

    flex-shrink: 0;
}

.cart .item .add_amount button{
    color: currentColor;
    font-family: var(--font_family2);
    font-size: 13px;
    line-height: 15px;

    position: relative;

    display: block;

    width: 100%;
    height: 15px;

    cursor: pointer;
    transition: .2s linear;
    text-align: right;
    letter-spacing: .08em;

    border: none;
    background: none;
}

.cart .item .add_amount .sep{
    width: 100%;
    height: 1px;
    margin: 5px 0;

    content: '';

    background: currentColor;
}

.cart .item .add_amount button:hover{
    color: var(--color-light-brown);
}

.cart .item .delete{
    margin-left: 17px;

    flex-shrink: 0;
}

.cart .item .delete a{
    color: currentColor;
    line-height: 15px;

    position: relative;

    display: block;

    width: 20px;
    height: 15px;

    text-decoration: none;
}

.cart .item .delete a:hover{
    color: var(--color-light-brown);
}

.cart .item .delete a:before,
.cart .item .delete a:after{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 12px;
    height: 1px;

    content: '';
    transform: translate(-50%, -50%) rotate(45deg);

    background: currentColor;
}

.cart .item .delete a:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cart .block_price{
    margin-top: 25px;
}

.cart .block_price .title{
    font-family: var(--font_family2);
    font-size: 20px;
    font-weight: bold;
}

.cart .block_price .data{
    font-family: var(--font_family2);
    font-size: 20px;
}


.checkout .cont{
    padding-top: 30px;
    padding-bottom: 30px;

    background: var(--color-white);
}

.checkout .grid{
    margin-bottom: -30px;
    margin-left: -25px;

    align-items: stretch;
    align-content: stretch;
}

.checkout .grid.no-stretch{
    align-items: flex-start;
    align-content: flex-start;
}

.checkout .grid .block{
    width: calc(50% - 25px);
    margin-bottom: 30px;
    margin-left: 25px;
}

.checkout .grid .block.large{
    width: 100%;
}

.checkout .block{
    padding: 40px;

    background: var(--color-gray5);
}

.checkout .block.no_pad{
    padding: 0;
    background: none;
}

.checkout .block .subtitle{
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;

    margin-bottom: 8px;

    letter-spacing: .08em;

    opacity: .5;
}

.checkout .block .delivery_data{
    margin-top: 37px;
    line-height: 20px;
}

.checkout .block .inner_block{
    padding: 40px;
}

.checkout .block .inner_block + .inner_block{
    margin-top: 30px;
}

.checkout .inner_block .block_total .submit{
    margin-top: 30px;
}

.checkout .block .inner_block h5{
    margin-bottom: 3px;
    line-height: 26px;
}

.checkout .block .inner_block * + h5{
    margin-top: 20px;
}

.checkout .cart{
    margin-top: 27px;
}

.checkout .user_data .block_link{
    margin-top: 28px;

    align-items: center;
    align-content: center;
}

.checkout .user_data .block_link .link_btn2{
    width: 109px;
    margin-right: 11px;
}

.checkout .user_data .block_link .link_btn2 a{
    display: flex;

    padding-right: 15px;
    padding-left: 12px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.checkout .user_data .block_link .link_btn2 a .icon{
    width: 19px;
    height: 24px;
    margin-right: 7.5px;

    transition: .2s linear;

    fill: var(--color-gray);
}

.checkout .user_data .block_link .link_btn2 a:hover .icon{
    fill: var(--color-white);
}

.checkout .user_data .block_link .text{
    max-width: 327px;
}

.checkout .user_data .fields{
    margin-top: 22px;
}

.checkout .user_data .line_flex{
    margin-top: 33px;
}

.checkout .user_data .line_flex-tel{
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 12px;
}

.checkout .payment{
    margin-top: 34px;
}

.checkout .delivery{
    margin-top: 28px;
    margin-bottom: -30px;
    margin-left: -105px;
}

.checkout .delivery .column{
    width: calc(50% - 105px);
    margin-bottom: 30px;
    margin-left: 105px;
}

.checkout .delivery .select_wrap,
.checkout .delivery .select_wrap2{
    margin-bottom: 31px;
}

.checkout .delivery .map{
    width: 100%;
    height: 320px;
}

.checkout .delivery .map .lozad{
    display: block;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;
}

.checkout .delivery .full_adress{
    margin-top: -20px;
    margin-bottom: 32px;
    margin-left: -20px;

    justify-content: space-between;
}

.checkout .delivery .full_adress .field{
    margin-top: 20px;
    margin-left: 20px;
}

.checkout .delivery .full_adress .field.street{
    width: calc(44% - 20px);
}

.checkout .delivery .full_adress .field.house,
.checkout .delivery .full_adress .field.curb{
    width: calc(17% - 20px);
}

.checkout .delivery .full_adress .field.flat{
    width: calc(22% - 20px);
}

.checkout .delivery .full_adress .input{
    height: 34px;
}

.checkout .delivery * + .line_form{
    margin-top: 30px;
}

.checkout .delivery .info_addres{
    line-height: 26px;

    margin-bottom: 36px;
    padding-top: 20px;

    justify-content: space-between;
    flex-wrap: nowrap;
}

.checkout .delivery .info_addres .status{
    font-family: var(--font_family2);
    font-size: 13px;

    position: relative;

    margin-left: 15px;
    padding-right: 23px;

    white-space: nowrap;
    letter-spacing: .08em;
}

.checkout .delivery .info_addres .status:after{
    position: absolute;
    top: 6px;
    right: 0;

    width: 13px;
    height: 13px;

    content: '';

    border-radius: 50%;
    background: #8bd389;
}

.checkout .block_total{
    margin-top: 29px;
}

.checkout .block_total .price{
    font-family: var(--font_family2);
    font-size: 52px;
    line-height: 58px;
}

.checkout .block_total .bonuses{
    margin-top: 14px;
}

.checkout .block_total .buttons{
    margin-top: 36px;
    margin-left: -15px;

    align-items: stretch;
    align-content: stretch;
}

.checkout .block_total .buttons .button{
    color: currentColor;
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;

    display: flex;

    width: calc(50% - 15px);
    height: 42px;
    margin-left: 15px;
    padding: 0 10px;

    cursor: pointer;
    transition: .2s linear;
    transition: .2s linear;
    letter-spacing: .02em;

    border: 1px solid var(--color-gray);
    background: none;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.checkout .block_total .buttons .button:hover{
    color: var(--color-white);

    border: 1px solid var(--color-light-brown);
    background: var(--color-light-brown);
}

.checkout .block_total .buttons .button_point .icon{
    margin-right: 8px;
}

.checkout .block_total .buttons .button_point .icon svg,
.checkout .block_total .buttons .button_point .icon svg path,
.checkout .block_total .buttons .button_point .icon svg circle{
    transition: .2s linear;
}

.checkout .block_total .buttons .button_point:hover .icon{
    --color: var(--color-white);
}

.checkout .block_total .buttons .button_bonus i{
    color: var(--color-gray);

    margin-right: 9px;

    transition: .2s linear;
}

.checkout .block_total .buttons .button_bonus:hover i{
    color: var(--color-white);
}

.checkout .block_total .submit{
    margin-top: 15px;
}

.checkout .block_total .submit_btn{
    width: 100%;
}


.availability{
    color: var(--color-gray);
    font-size: 13px;
    line-height: normal;

    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.availability .icon{
    display: flex;

    margin-right: 9px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.availability .icon.empty{
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 8px;
    margin-top: 1px;
}

.availability .icon.empty:before,
.availability .icon.empty:after{
    content: '';
    width: 15px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--color-gray7);
}

.availability .icon.empty:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.availability .icon span{
    display: block;

    width: 3px;
    height: 18px;

    background: var(--color-gray);
}

.availability .icon span + span{
    margin-left: 3px;
}

.availability .icon span.small{
    height: 14px;

    background: rgba(var(--color-gray_rgb), .5);
}


.stars .star{
    display: flex;

    width: 21px;
    height: 21px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.stars .star + .star{
    margin-left: 4px;
}

.stars .star img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}


.product_info .cont{
    padding: 9px 50px 25px;

    background: var(--color-white);
}

.product_info .images{
    width: calc(50% - 15px);
}

.product_info .images .big{
    text-align: center;
}

.product_info .images .big .img{
    display: inline-block;

    vertical-align: top;
}

.product_info .images .big img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.product_info .images .wrap_slider{
    padding: 0 67px;
    position: relative;
}

.product_info .images .thumbs{
    width: 50px;
    margin-right: 17px;
    position: relative;
}

.product_info .images .thumbs.have_scroll:after{
    content: '';
    bottom: -16px;
    position: absolute;
    width: 70px;
    height: 42px;
    left: -10px;
    background: #FFFFFF;
    filter: blur(4px);
}

.product_info .images .thumbs.have_scroll .inner_thumbs{
    overflow-y: auto;
    height: 100%;
    padding: 0;
    scrollbar-color: var(--color-gray) transparent;     /* «цвет ползунка» «цвет полосы скроллбара» */
}

.product_info .images .thumbs.have_scroll .inner_thumbs::-webkit-scrollbar{
    width: 0;
    height: 0;

    background: transparent;
}

.product_info .images .thumbs.have_scroll .inner_thumbs::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: transparent;
}

.product_info .images .thumbs.have_scroll .inner_thumbs::-webkit-scrollbar-track{
    background: transparent;
}

.product_info .images .thumbs.have_scroll .scroll:after{
    content: '';
    display: block;
    width: 100%;
    height: 26px;
}

.product_info .images .thumbs .item + .item{
    margin-top: 10px;
}

.product_info .images .thumbs .item button{
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid var(--color-gray2);
    cursor: pointer;
    transition: .2s linear;
    display: block;
}

.product_info .images .thumbs .item button.active,
.product_info .images .thumbs .item button:hover{
    border-color: var(--color-gray);
}

.product_info .images .thumbs .item button img{
    opacity: .5;
    transition: .2s linear;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.product_info .images .thumbs .item button.active img,
.product_info .images .thumbs .item button:hover img{
    opacity: 1;
}

.product_info .images .slider{
    width: calc(100% - 67px);
    max-width: 454px;
}

.product_info .images .slider_btns{}

.product_info .images .slider_btns button{
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    overflow: visible;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-top: -10px;
    border: 1px solid rgba(var(--color-black_rgb), 0.3);
    background: none;
    cursor: pointer;
    transition: .2s linear;
    color: currentColor;
    font-size: 13px;
    letter-spacing: 0.02em;
    left: 0;
}

.product_info .images .slider_btns button.next{
    left: auto;
    right: 0;
}

.product_info .images .slider_btns button:hover {
    background: var(--color-light-brown);
    border-color: var(--color-light-brown);
    color: var(--color-white);
}

.product_info .images .slider_btns button i{}

.product_info .images .slider .owl-dot.active:before{
    background: var(--color-brown);
    animation: none;
}

.product_info .images .slider.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}

.product_info .images .slider.owl-carousel .owl-nav button.owl-next{
    right: 0;
}

.product_info .images .slide{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: block;
}

.product_info .images .slide .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.product_info .images .slide .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product_info .data{
    width: calc(50% - 15px);
    max-width: 551px;
    margin-left: 30px;
}

.product_info .line_availability{
    margin-bottom: -10px;
    margin-left: -13px;

    align-items: center;
    align-content: center;
}

.product_info .line_availability .availability{
    margin-bottom: 10px;
    margin-left: 13px;
}

.product_info .line_availability .tag{
    color: var(--color-gray);
    font-size: 13px;
    line-height: 18px;

    margin-bottom: 10px;
    margin-left: 13px;
    padding: 6px 9px;

    text-align: center;

    border-radius: 3px;
    background: var(--color-beige);
}

.product_info .line_availability .tag.black{
    color: var(--color-white);

    background: var(--color-black);
}

.product_info .line_availability .tag.brown{
    color: var(--color-white);

    background: var(--color-brown);
}

.product_info h1{
    text-align: left;
}

.product_info .feature{
    font-family: var(--font_family2);
    font-size: 13px;

    margin-top: 16px;
    margin-left: -60px;
}

.product_info .feature .item{
    margin-left: 60px;
}

.product_info .feature .item .val{
    color: var(--color-brown);
}

.product_info .line_price{
    margin-top: 17px;
    margin-bottom: -5px;
    margin-left: -25px;
}

.product_info .line_price .old_price{
    font-family: var(--font_family2);
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 25px;
    color: var(--color-gray);
    align-self: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: -20px;
}

.product_info .line_price .old_price:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: currentColor;
}

.product_info .line_price .price{
    font-family: var(--font_family2);
    font-size: 52px;
    line-height: normal;

    margin-bottom: 5px;
    margin-left: 25px;
}

.product_info .line_price .bonuses{
    margin-bottom: 5px;
    margin-left: 25px;
    padding-top: 1px;
}

.product_info .line_stars{
    margin-top: 35px;
    padding: 12px 0 10px;

    border-top: 1px solid var(--color-gray2);
    border-bottom: 1px solid var(--color-gray2);

    align-items: center;
    align-content: center;
}

.product_info .line_stars .main_tab{
    margin-left: 30px;
}

.product_info .line_stars .main_tab{
    text-transform: uppercase;
}

.product_info .data .tabs_container{
    margin-top: 17px;
}

.product_info .data .tabs_container .main_tabs{
    justify-content: flex-start;
}

.product_info .data .tabs_container .wrap_tabs.scroll:before{
    left: -25px;

    width: 25px;
}

.product_info .data .tabs_container .wrap_tabs.scroll:after{
    right: -25px;

    width: 25px;
}

.product_info .text_block ul li + li,
.product_info .text_block ol li + li{
    margin-top: 0;
}


.radio_color input[type=radio]{
    display: none;
}

.radio_color .label_check{
    position: relative;
    display: block;

    width: 48px;
    height: 48px;

    cursor: pointer;
    vertical-align: middle;
}

.radio_color .label_check .check_text{
    position: relative;

    display: block;
    left: 50%;
    top: 50%;

    width: 48px;
    height: 48px;

    transform: translate(-50%, -50%);

    transition: .2s linear;

    border: 1px solid var(--color-gray8);
    border-radius: 50%;
}

.radio_color .label_check input[type=radio]:checked + .check_text{
    width: 66px;
    height: 66px;
}

.filter_modal .radio_color .label_check input[type=radio]:checked + .check_text{
    width: 48px;
    height: 48px;
}

.radio_color .label_check .check_text .img{
    position: absolute;
    left: 50%;
    top: 50%;

    width: 46px;
    height: 46px;

    transition: .2s linear;

    transform: translate(-50%, -50%);

    border: 2px solid var(--color-white);
    border-radius: 50%;
    overflow: hidden;

    background-position: 50% 50%;
    background-size: 100px 100px;
}

.radio_color .label_check input[type=radio]:checked + .check_text .img{
    width: 64px;
    height: 64px;
}

.filter_modal .radio_color .label_check input[type=radio]:checked + .check_text .img{
    width: 46px;
    height: 46px;
}

.radio_color .label_check .check_text .img img{
    position: relative;
    top: 50%;
    left: 50%;

    width: 100px;
    height: 100px;

    transform: translate(-50%, -50%);
    transition: none;
    border-radius: 50%;
}

.radio_color .label_check .check_text:before{
    position: absolute;
    z-index: 10;
    top: 2px;
    right: -1px;

    width: 19px;
    height: 19px;

    content: '';
    transition: .2s linear;

    opacity: 0;
    border-radius: 50%;
    background: url('../images/ic_check.svg') 50% 50% no-repeat;
}

.radio_color .label_check input[type=radio]:checked + .check_text:before{
    opacity: 1;
}

.radio_color .label_check .check_text.sale_tag:after{
    content: '%';
    z-index: 9;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -6px;
    background: var(--color-brown);
    font-family: var(--font_family2);
    font-weight: bold;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    transition: .2s linear;
}

.radio_color .label_check input[type=radio]:checked + .check_text.sale_tag:after{
    top: 2px;
}


.colors{
    display: flex;

    margin-bottom: -15px;
    margin-left: -15px;

    text-align: center;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.colors .radio_color{
    margin-bottom: 15px;
    margin-left: 15px;
}

.color_selection .wrap_colors{
    max-width: 1128px;
    margin: 0 auto;
}

.color_selection .colors{
    justify-content: center;
}

.color_selection .cont{
    padding: 25px;

    background: var(--color-white);
}

.color_selection .title{
    font-family: var(--font_family2);
    font-weight: 700;

    margin-bottom: 12px;
    padding: 0 25px;

    text-align: center;
    font-size: 13px;
}

.color_selection .title span{
    color: var(--color-brown);
}

.color_selection .mob_img{
    border: 1px solid var(--color-gray);
    position: relative;
    display: none;
    margin: 0 auto 3px;
    max-width: 500px;
}

.color_selection .mob_img .img{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.color_selection .mob_img .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 10px;
    min-height: 10px;
    object-fit: cover;
}

.color_selection .mob_img .close{
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
}

.color_selection .mob_img .close:before{
    content: '';
    width: 22px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--color-black);
}

.color_selection .mob_img .close:after{
    content: '';
    width: 22px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: var(--color-black);
}


.sect_buttons .cont{
    padding: 25px 25px 25px;

    background: var(--color-white);
}

.sect_buttons .grid{
    justify-content: center;
    flex-wrap: nowrap;
}

.sect_buttons .abs_info{
    text-align: center;

    color: #FFFFFF;
    background: var(--color-red);
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: calc(100% + 6px);
    padding: 5px 8px;
    width: 368px;
    transition: .2s linear;
    opacity: 0;
    visibility: hidden;
}

.sect_buttons .abs_info.visible{
    opacity: 1;
    visibility: visible;
}

.sect_buttons .abs_info:before{
    content: '';
    width: 13px;
    height: 12px;
    border: 6px solid var(--color-red);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 7px;
    border-right-width: 7px;
    position: absolute;
    left: 8px;
    top: 100%;
}

.sect_buttons .link_btn{
    position: relative;
}

.sect_buttons .ic_cart_btn{
    width: 180px;
}

.sect_buttons .ic_cart_btn span.n_price{
    font-weight: 400;
    display: none;
}

.sect_buttons .link_btn a,
.sect_buttons .link_btn2 a{
    line-height: 48px;

    height: 48px;
    padding: 0 15px;
}

.sect_buttons .link_btn2 a{
    padding: 0 22px;

    border-color: var(--color-gray2);
    border-right: none;
}

.sect_buttons .link_btn2 a.modal_link{
    border-right: 1px solid var(--color-gray2);
}

.sect_buttons .link_btn2 a:hover{
    border-color: var(--color-light-brown);
}

.sect_buttons .link_btn2 .icon{
    display: none;
}

.sect_buttons .disabled_btn{
    background: var(--color-gray);
    color: var(--color-white);
    width: 181px;
    text-align: center;
    padding-left: 12px;
    padding-right: 6px;
    position: relative;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    font-size: 13px;
    font-family: var(--font_family2);
}

.sect_buttons .disabled_btn:after{
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: 16px;
    transform: rotate(45deg);
    background: currentColor;
}

.sect_buttons .disabled_btn:before{
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: 16px;
    transform: rotate(-45deg);
    background: currentColor;
}

.wishlist .delete_btn,
.fav_btn{
    color: currentColor;

    position: relative;

    display: flex;

    width: 48px;
    height: 48px;
    padding: 5px;

    cursor: pointer;
    transition: .2s linear;

    border: 1px solid var(--color-gray2);
    background-color: transparent;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.fav_btn{
    background: #fff;
}

.wishlist .delete_btn:hover,
.fav_btn:hover,
.fav_btn.active{
    color: var(--color-light-brown);

    border-color: var(--color-light-brown);
}

.wishlist .delete_btn:before,
.wishlist .delete_btn:after{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 22px;
    height: 2px;

    content: '';
    transition: .2s linear;
    transform: translate(-50%, -50%) rotate(45deg);

    background: var(--color-black);
}

.wishlist .delete_btn:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wishlist .delete_btn:hover:before,
.wishlist .delete_btn:hover:after{
    background: var(--color-light-brown);
}


.product_delivery .cont{
    padding: 50px 25px 15px;

    background: var(--color-white);
}

.product_delivery.page_delivery .cont{
    padding-top: 15px;
    padding-bottom: 25px;
}

.product_delivery .box{
    padding: 95px 25px 140px;

    background: var(--color-gray5);
}

.product_delivery.page_delivery .box{
    padding: 0;

    background: var(--color-white);
}

.product_delivery .link{
    margin-top: 6px;

    text-align: center;
}

.product_delivery .link button{
    color: var(--color-brown);
    font-family: var(--font_family2);
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;

    margin-top: 6px;

    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    letter-spacing: .02em;

    border: none;
    background: none;
}

.product_delivery .link button:hover{
    color: var(--color-light-brown);
}

.product_delivery table{
    width: 100%;
    max-width: 1125px;
    margin: 42px auto 0;

    border-collapse: collapse;
}

.product_delivery.page_delivery table{
    margin-top: 0;
}

.product_delivery table th{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;

    padding-bottom: 7px;

    text-align: left;
}

.product_delivery table td{
    padding: 15px 0 13px;
    padding-right: 15px;

    vertical-align: top;

    border-top: 1px solid var(--color-gray2);
}

.product_delivery table td:last-child{
    padding-right: 0;
}

.product_delivery table td:nth-child(3),
.product_delivery table td:nth-child(4){
    font-family: var(--font_family2);

    letter-spacing: .08em;
}

.product_delivery table td img,
.product_delivery table td svg{
    display: block;

    max-width: 100%;
}

.product_delivery table td:last-child img{
    margin-top: 4px;
}

.product_delivery table td:last-child img.cross{
    margin-top: 7px;
}


.sect_video .cont{
    padding: 15px 25px;

    background: var(--color-white);
}

.sect_video .box{
    display: flex;

    padding: 40px;

    background: var(--color-beige);

    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.sect_video .wrap_video{
    width: 65%;

    flex-shrink: 0;
    order: -1;
}

.sect_video .video{
    position: relative;

    display: block;

    width: 100%;
    padding-bottom: 68.3%;
}

.sect_video .video iframe{
    position: absolute;
    top: 0;
    left: 0 !important;

    display: block;

    width: 100%;
    height: 100%;
}

.sect_video .data{
    width: 35%;
    max-width: 440px;
    padding-left: 50px;
}

.sect_video .data .span{
    font-family: var(--font_family2);

    margin-bottom: 19px;

    opacity: .5;
}

.sect_video .data .main_title{
    margin-bottom: 23px;
}

.sect_video .data p{
    padding-bottom: 20px;
}


.advantages .cont{
    padding-top: 30px;
    padding-bottom: 15px;

    background: var(--color-white);
}

.advantages .box{
    padding: 93px 25px 100px;

    background: var(--color-gray6);
}

.advantages .logo{
    display: flex;

    height: 84px;
    margin-bottom: 5px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.advantages .logo img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.advantages .tabs{
    margin-bottom: 40px;
}

.advantages .wrap_items{
    max-width: 1122px;
    margin: 0 auto;
}

.advantages .items{
    display: flex;

    margin-bottom: -25px;
    margin-left: -25px;

    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.advantages .item{
    width: calc(100% / 3 - 25px);
    margin-bottom: 25px;
    margin-left: 25px;
    padding: 40px 40px 32px;

    text-align: center;

    background: var(--color-white);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .07);
}

.advantages .item .thumb{
    display: flex;

    height: 74px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.advantages .item .thumb img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.advantages .item .name{
    font-family: var(--font_family2);
    font-size: 20px;
    font-weight: bold;

    margin-top: 29px;
}

.advantages .item .note{
    margin-top: 19px;
}


.reviews .cont{
    position: relative;

    padding: 115px 50px 50px;

    background: var(--color-white);
}

.reviews.comments .cont:before{
    height: 575px;
}

.reviews .cont:before{
    position: absolute;
    top: 15px;
    left: 25px;

    width: calc(100% - 50px);
    height: 695px;

    content: '';

    background: var(--color-gray5);
}

.reviews.hidden_data .cont:before{
    height: 433px;
}

.reviews.hidden_data.comments .cont:before{
    height: 290px;
}

.reviews .main_letter{
    position: relative;
}

.reviews .main_title{
    position: relative;
}

.reviews .main_dots{
    position: relative;
}

.reviews .head{
    position: relative;

    margin-top: 25px;

    justify-content: center;
}

.reviews .head .item + .item{
    margin-left: 60px;
}

.reviews .head .item .title{
    font-family: var(--font_family2);
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 16px;

    text-align: center;
}

.reviews .head .item .title .mob_ver{
    display: none;
}

.reviews .head .item .stars{
    justify-content: center;
}

.reviews .head .item .total{
    color: var(--color-brown);
    font-family: var(--font_family2);
    font-size: 24px;

    text-align: center;
}

.reviews .form_review{
    padding: 40px;

    background: var(--color-white);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .07);
}

.reviews .form_review .btns{
    margin-top: 20px;
    margin-bottom: 35px;
}

.reviews .form_review .btns .submit_btn2.anonimus{
    color: var(--color-white);

    padding: 0 20px;

    background: var(--color-gray);
}

.reviews .form_review .wrap_btns{
    margin-left: -16px;
}

.reviews .form_review .wrap_btns .btns,
.reviews .form_review .wrap_btns .wrap_rating{
    margin-left: 16px;
    margin-top: 20px;
}

.reviews .form_review .wrap_btns .wrap_rating{
    margin-bottom: 25px;
}

.reviews .form_review .wrap_btns .wrap_rating .rating_box{
    margin-right: 19px;
}

.reviews .form_review .wrap_btns .wrap_rating .submit{
    width: 190px;
    display: none;
}

.reviews .form_review .wrap_btns .wrap_rating .submit_btn{
    padding: 0 15px;
    width: 100%;
}

.reviews .form_review .wrap_btns .wrap_rating .article_review .rating{
    margin-left: 6px;
    margin-right: 3px;
    margin-top: 1px;
}

.reviews .form_review .wrap_btns .wrap_rating .article_review .rating div.star-rating{
    width: 22px;
}

.reviews .form_review .user_review{
    margin-top: 20px;
    margin-bottom: 28px;

    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.reviews .form_review .user_review .photo{
    position: relative;

    width: 48px;
    height: 48px;

    border-radius: 50%;
}
.reviews .form_review .user_review .photo img{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    object-fit: cover;
}

.reviews .form_review .user_review .name{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-weight: bold;

    width: calc(100% - 61px);
}

.reviews .form_review .line_form{
    margin-bottom: 30px;
}

.reviews .form_review .line_submit{
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.reviews .form_review .line_submit .file{
    width: calc(100% - 260px);
    margin-left: 16px;

    text-align: right;

    flex-grow: 1;
}

.reviews .form_review .line_submit .file.mob{
    display: none;
}

.reviews .form_review.form .input,
.reviews .form_review.form textarea, .range_filter .input{
    font-size: 16px;
}

.reviews .data{
    position: relative;
    z-index: 10;

    max-width: 1122px;
    margin: 100px auto 0;
}

.reviews.comments .data{
    margin-top: 60px;
}

.reviews .data .col_l{
    width: 66%;
}

.reviews .data .col_r{
    width: calc(34% - 59px);
    max-width: 278px;
    margin-left: 59px;
}

.reviews.comments .data .col_r{
    max-width: 270px;
}

.reviews .data h5{
    line-height: 26px;
}


.reviews .review{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    border-left: 1px solid var(--color-gray4);
}

.reviews .items{
    margin-top: 40px;
    width: 100%;
}


.reviews .review .status_moderate{
    margin-top: -13px;
}

.reviews .review .status_moderate span{
    line-height: 27px;
    padding: 0 18px;
    background: #E63030;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.reviews .review .wrap_line{
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.reviews .review .wrap_line .status_moderate.mob {
    display: none;
    margin-top: 12px;
    margin-left: 15px;
}

.reviews .review .box{
    display: flex;

    width: 66%;
    padding: 40px;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.reviews .review.answer .box{
    width: calc(66% - 79px);
    margin-left: auto;
    border-left: 1px solid var(--color-gray4);
}

.reviews .review .box .thumb{
    position: relative;

    width: 64px;
    height: 64px;

    border-radius: 50%;
    background: var(--color-gray5);
}

.reviews .review .box .thumb > img{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;
    border-radius: 50%;

    object-fit: cover;
}

.reviews .review .box .thumb .img{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.reviews .review .box .thumb .img img,
.reviews .review .box .thumb .img svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
    color: var(--color-gray);
}

.reviews .review .box .info{
    width: calc(100% - 79px);
    padding-top: 19px;
}

.reviews .review .box .info .text{
    overflow: hidden;
}

.reviews .review .line_name .name{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-weight: bold;

    margin-bottom: 19px;
}

.reviews .review .line_name .stars{
    display: none;
}

.reviews .review .link{
    margin-top: 12px;
}

.reviews .review .link a{
    color: var(--color-brown);
    font-family: var(--font_family2);
    font-weight: bold;
}

.reviews .review .link a:hover{
    color: var(--color-light-brown);
}

.reviews .review .info_right{
    width: calc(34% - 59px);
    margin-left: 59px;
    padding-top: 60px;
}

.reviews .review .review_amount{
    display: flex;

    margin-bottom: 22px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.reviews .review .review_amount button{
    color: var(--color-gray7);

    display: flex;

    width: 16px;
    height: 26px;

    cursor: pointer;
    transition: .2s linear;

    border: none;
    background: none;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.reviews .review .review_amount button svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.reviews .review .review_amount button.dislike svg{
    transform: translateY(2px) rotate(180deg);
}

.reviews .review .review_amount button:hover{
    color: var(--color-light-brown);
}

.reviews .review .review_amount .count{
    font-family: var(--font_family2);

    padding: 0 15px;

    letter-spacing: .08em;
}

.reviews .review .info_right .stars{
    margin-bottom: 30px;
}

.reviews .review .info_right .date{
    font-family: var(--font_family2);
    line-height: 22px;
}

.reviews .review .answer_box{
    width: 66%;
    padding-bottom: 30px;
    display: none;
}

.reviews .review .answer_box .form_review{
    max-width: 644px;
    width: 100%;
    margin-left: auto;
    padding: 42px 40px 38px 33px;
}

.reviews .review .answer_box .form_review .submit_btn{
    padding: 0 45px;
}

.reviews .review .comments_images{
    margin-top: 30px;
}

.reviews .review .comments_images.owl-carousel{
    padding-bottom: 30px;
}

.reviews .review .comments_images.owl-carousel .owl-dot.active:before{
    animation: none;
}

.reviews .review .comments_images.flex{
    margin-left: -25px;
    margin-bottom: -25px;
}

.reviews .review .comments_images.flex .wrap_img{
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 25px;
}

.reviews .review .comments_images.owl-carousel .img{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.reviews .review .comments_images.owl-carousel .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 10px;
    min-height: 10px;
    object-fit: cover;
}

.reviews .review .comments_images:not(.owl-carousel) .img img{
    display: block;
    max-width: 100%;
}

.reviews .review .comments_images{}

.reviews .review .comments_images .grid{
    margin-left: -16px;
    margin-bottom: -17px;
}

.reviews .review .comments_images .grid .wrap_img{
    width: calc(50% - 16px);
    margin-left: 16px;
    margin-bottom: 17px;
}

.reviews .review .comments_images .grid .wrap_img .img{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.reviews .review .comments_images .grid .wrap_img .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 10px;
    min-height: 10px;
    object-fit: cover;
}

.reviews .review .comments_images .grid .wrap_img.large{
    width: 100%;
}

.reviews .review .comments_images .grid .wrap_img.large .img{
    padding: 0;
}

.reviews .review .comments_images .grid .wrap_img.large .img img{
    position: relative;
    display: block;
    max-width: 100%;
}


.uploaded_images {
    margin-top: 30px;
    margin-left: -24px;
    margin-bottom: -13px;
}

.uploaded_images .upload_image{
    width: 140px;
    height: 140px;
    position: relative;
    display: block;
    margin-left: 24px;
    margin-bottom: 13px;
}

.uploaded_images .upload_image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 10px;
    min-height: 10px;
    object-fit: cover;
    object-position: 50% 50%;
}

.uploaded_images .upload_image .close_btn{
    position: absolute;
    top: 4px;
    right: 3px;
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-beige);
    cursor: pointer;
}

.uploaded_images .upload_image .close_btn:before,
.uploaded_images .upload_image .close_btn:after{
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--color-black);
    transform: translate(-50%, -50%) rotate(45deg);
}

.uploaded_images .upload_image .close_btn:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}


.metadata .cont{
    position: relative;

    padding: 50px 25px 15px;

    background: var(--color-white);
}

.metadata .box{
    position: relative;

    padding: 100px 27px 92px;

    background: url(../images/pattern1.svg) 50% 0 repeat;
    background-size: 207px auto;
}

.metadata .columns_wrap{
    max-width: 1122px;
    margin: 0 auto;
}

.metadata .columns{
    margin-bottom: -22px;
    margin-left: -152px;
}

.metadata .columns .column{
    margin-bottom: 22px;
    margin-left: 152px;
}

.metadata .column .title{
    font-family: var(--font_family2);
    font-size: 13px;

    margin-bottom: 14px;

    letter-spacing: .08em;
}

.metadata .column ul li{
    list-style: none;
}

.metadata .column ul li a{
    font-size: 13px;
}

.metadata .more_btn{
    margin-top: 10px;
}

.metadata .more_btn button{
    color: currentColor;
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;

    cursor: pointer;
    transition: .2s linear;
    letter-spacing: .02em;

    border: none;
    background: none;
}

.metadata .more_btn button:hover{
    color: var(--color-light-brown);
}


.products .cont{
    position: relative;

    padding: 85px 25px 100px;

    background: var(--color-white);
}

.products.catalog .cont{
    padding-top: 15px;
}

.products.wishlist .cont{
    padding-top: 18px;
}

.products.wishlist .grid_wrap{
    max-width: 1350px;
    margin: 0 auto;
}

.products .product{
    padding: 0 15px;
}

.products .product .fav_btn{
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 10;
    opacity: 0;
}

.products .product:hover .fav_btn,
.products .product .fav_btn.active{
    opacity: 1;
}

.products .product .thumb{
    position: relative;

    display: block;

    width: 100%;
    padding-bottom: 100%;
}

.products .product .thumb > img{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    object-fit: cover;
}

.products .product .thumb .img{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.products .product .thumb .img img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.products .product .wrap_tags{
    display: flex;

    margin-top: 10px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-bottom: -7px;
}

.products .product .wrap_tags .hit,
.products .product .wrap_tags .sale,
.products .product .wrap_tags .in_cart,
.products .product .wrap_tags .availability{
    color: var(--color-gray);
    font-size: 13px;
    line-height: 18px;

    padding: 6px 9px;

    border-radius: 3px;
    background: var(--color-beige);
    margin-left: 8px;
    margin-bottom: 7px;
}

.products .product .wrap_tags .sale{
    color: var(--color-white);

    background: var(--color-brown);
}

.products .product .wrap_tags .availability{
    display: none;

    background: var(--color-gray2);
}

.products .product .wrap_tags .in_cart{
    display: none;
    background: var(--color-black);
    color: var(--color-white);
}

.products .product .name{
    margin-top: 9px;

    text-align: center;
}

.products .product .price{
    font-family: var(--font_family2);
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;

    margin-top: 15px;

    text-align: center;
}

.products .product .wrap_price{
    margin-left: -13px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.products .product .wrap_price .price{
    margin-left: 13px;
}

.products .product .old_price{
    color: var(--color-gray);
    font-family: var(--font_family2);

    position: relative;

    display: inline-block;

    margin-top: 15px;

    vertical-align: top;
}

.products .product .old_price:after{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: currentColor;
}

.products .product .wrap_price .old_price{
    margin-left: 13px;
}

.products .product .wrap_price .bonuses{
    display: none;

    margin-top: 15px;
    margin-left: 13px;
}

.products .product:hover .wrap_price{
    height: auto !important;
}

.products .product:hover .wrap_price .bonuses{
    display: flex;
}

.products .product .stars{
    margin-top: 15px;

    justify-content: center;
}

.products .product .span{
    display: none;

    margin-top: 6px;

    text-align: center;
}

.products .product:hover .span{
    display: block;
}

.products .product .buttons{
    display: none;

    margin-top: 8px;
}

.products .product:hover .buttons{
    display: flex;
}

.products .product .buttons .link_btn{
    width: calc(100% - 48px);
}

.products .product .buttons .link_btn a{
    width: 100%;
    height: 48px;
}

.products .product .buttons .link_btn2{
    width: 48px;
}

.products .product .buttons .link_btn2 a{
    display: flex;

    width: 100%;
    height: 48px;
    padding: 3px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.products .product .buttons .link_btn2 a .icon{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.products .slider{
    margin-top: 85px;
    padding: 0 100px;
}

.products .grid{
    margin-bottom: -50px;
    margin-left: -40px;

    --products_count: 4;
}

.products .grid .product_wrap{
    position: relative;

    width: calc(100% / var(--products_count) - 40px);
    margin-bottom: 50px;
    margin-left: 40px;

    align-items: stretch;
    align-content: stretch;
}

.products .grid .product_wrap:hover{
    z-index: 50;
}

.products .grid .product{
    padding: 15px 25px 0;
}

.products .grid .product:hover{
    padding-bottom: 25px;

    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .07);
}

.products.wishlist .delete_btn{
    position: absolute;
    z-index: 10;
    top: 23px;
    right: 22px;
}

.products .grid .product .wrap_tags{
    min-height: 30px;
}


/* Ховеры только в десктоп версии */
@media (min-width: 1025px){
    .products .grid .product .fav_btn.active,
    .products .grid .product:hover .fav_btn{
        display: flex;
    }

    .products .grid .product:hover .wrap_tags{
        height: auto !important;
    }

    .products .grid .product:hover .wrap_tags .sale,
    .products .grid .product:hover .wrap_tags .hit,
    .products .grid .product:hover .wrap_tags .in_cart,
    .products .grid .product:hover .wrap_tags .availability{
        display: block;
    }

    .color_selection .mob_img{
        display: none !important;
    }

    .radio_color .label_check .check_text:hover{
        border-color: var(--color-brown);
    }
}


.product_set .cont{
    padding: 30px 25px 25px;

    background: var(--color-white);
}

.product_set h5{
    text-align: center;
}

.product_set .item{
    display: flex;

    padding: 40px;

    border: 1px solid var(--color-gray2);
    background: var(--color-white);

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.product_set .item .wrap_thumb{
    width: 148px;
}

.product_set .item .thumb{
    position: relative;

    display: block;

    width: 100%;
    padding-bottom: 100%;
}

.product_set .item .thumb img{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    object-fit: cover;
}

.product_set .item .data{
    width: calc(100% - 185px);
}

.product_set .item .name{
    font-family: var(--font_family2);
    font-size: 20px;
    font-weight: bold;
}

.product_set .item .line_name{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.product_set .item .line_name .add_btn{
    display: flex;

    width: 32px;
    height: 32px;
    margin-left: 24px;

    cursor: pointer;
    transition: .2s linear;

    border: 1px solid var(--color-gray2);
    border-radius: 50%;
    background: none;

    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.product_set .item .line_name .add_btn:hover{
    color: var(--color-light-brown);

    border-color: var(--color-light-brown);
}

.product_set .item .line_name .add_btn.active{
    color: var(--color-brown);

    border-color: var(--color-brown);
}

.product_set .item .line_name .add_btn svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.product_set .item .color_line{
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;

    margin-top: 8px;

    letter-spacing: .02em;
}

.product_set .item .color_line span{
    color: var(--color-brown);
}

.product_set .item .colors{
    margin-top: 15px;

    justify-content: flex-start;
}

.product_set .items_wrap{
    max-width: 1127px;
    margin: 0 auto;
}

.product_set .items{
    margin-top: 24px;
    margin-bottom: -25px;
    margin-left: -25px;

    align-items: stretch;
    align-content: stretch;
}

.product_set .items .item{
    width: calc(50% - 25px);
    margin-bottom: 25px;
    margin-left: 25px;
}


.pagination{
    flex-wrap: nowrap;
}

.pagination a{
    font-family: var(--font_family2);
    font-size: 13px;

    display: flex;

    width: 48px;
    height: 48px;
    padding: 5px;

    text-align: center;
    letter-spacing: .08em;

    border: 1px solid var(--color-gray2);

    justify-content: center;
    align-items: center;
    align-content: center;
}

.pagination a + a{
    margin-left: 15px;
}

.pagination a.active,
.pagination a:hover{
    color: var(--color-brown);

    border-color: var(--color-brown);
}

.sect_pagination .cont{
    padding-top: 20px;
    padding-bottom: 85px;

    background: var(--color-white);
}

.sect_pagination .grid{
    max-width: 1130px;
    margin: 0 auto;

    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.sect_pagination .link_btn{
    margin-left: 30px;
}


.collection_review .cont{
    padding-top: 40px;
    padding-bottom: 40px;

    background: var(--color-white);
}

.collection_review .grid{
    margin-bottom: -20px;
    margin-left: -40px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.collection_review .rate{
    margin-bottom: 20px;
    margin-left: 40px;

    text-align: center;
}

.collection_review .rate .top{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-size: 18px;

    align-items: center;
}

.collection_review .rate .top .icon{
    margin-right: 5px;
}

.collection_review .box_review{
    margin-bottom: 20px;
    margin-left: 40px;

    text-align: center;
}

.collection_review .box_review .span{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-size: 16px;
    line-height: 22px;
}

.collection_review .box_review .line_rating{
    margin-top: 5px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.collection_review .box_review .line_rating .rating{
    margin: 0 6px;
}

.collection_review .link_btn{
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 40px;
}

.collection_review .link_btn a{
    padding: 0 45px;
}


.catalog_tags .cont{
    padding-bottom: 15px;

    background: var(--color-white);
}

.catalog_tags.page_delivery .cont{
    padding-top: 22px;
}

.catalog_tags hr{
    margin-top: 0;
    margin-bottom: 16px;
}

.catalog_tags .box{
    position: relative;

    max-width: 1400px;
    margin: 0 auto;

    align-items: center;
    align-content: center;
}

.catalog_tags .box .wrap_grid + .wrap_grid{
    margin-top: 15px;
}

.catalog_tags.page_delivery .box{
    max-width: 1126px;
}

.catalog_tags.desktop .wrap_grid{
    overflow: hidden;

    width: calc(100% - 143px);
    max-height: 32px;
}

.catalog_tags.desktop .wrap_grid.active{
    visibility: visible;

    width: 100%;
    max-height: none;
}

.catalog_tags .grid{
    margin-bottom: -15px;
    margin-left: -15px;
}

.catalog_tags.page_delivery .wrap_grid{
    width: calc(100% + 100px);
    margin-left: -50px;
    position: relative;
}

.catalog_tags.page_delivery .wrap_grid:before,
.catalog_tags.page_delivery .wrap_grid:after{
    content: '';
    width: 50px;
    height: 100%;
    top: 0;
    flex-shrink: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.catalog_tags.page_delivery .wrap_grid:after{
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.catalog_tags.page_delivery .grid{
    margin-left: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.catalog_tags.page_delivery .grid:before,
.catalog_tags.page_delivery .grid:after{
    content: '';
    width: 50px;
    height: 1px;
    flex-shrink: 0;
    pointer-events: none;
}

.catalog_tags .link_btn2{
    margin-bottom: 15px;
    margin-left: 15px;
}

.catalog_tags.page_delivery .grid .link_btn2{
    margin-left: 0;
}

.catalog_tags.page_delivery .grid .link_btn2 + .link_btn2{
    margin-left: 15px;
}

.catalog_tags.desktop .wrap_grid.active .link_btn2:last-child{
    margin-right: 143px;
}

.catalog_tags .link_btn2 a,
.catalog_tags .link_btn2 button{
    font-family: var(--font_family);
    font-weight: 400;
    line-height: 30px;

    height: 32px;
    padding: 0 10px;

    border-color: var(--color-gray2);
    white-space: nowrap;
}

.catalog_tags .link_btn2 a:hover,
.catalog_tags .link_btn2 a.active,
.catalog_tags .link_btn2 button:hover,
.catalog_tags .link_btn2 button.active{
    border-color: var(--color-light-brown);
}

.catalog_tags .all_btn{
    right: 0;
    bottom: 0;

    width: 143px;

    text-align: right;
}

.catalog_tags .all_btn{
    position: absolute;
}

.catalog_tags .all_btn button{
    display: inline-block;

    vertical-align: top;
}


.sect_sorting .cont{
    padding-top: 40px;
    padding-top: 33px;
    padding-bottom: 40px;
    padding-bottom: 15px;

    background: var(--color-white);
}

.sect_sorting .box{
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.sect_sorting .box.hidden_desktop{
    display: none;
}

.sect_sorting .box .catalog_tags{
    position: relative;
}

.sect_sorting .box .catalog_tags:after{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 20px;

    content: '';
    pointer-events: none;

    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.sect_sorting .box .catalog_tags .wrap_grid{
    overflow-y: auto;

    max-height: 110px;
    padding-bottom: 10px;
}

.sect_sorting .open_filter_btn{
    width: 235px;

    flex-shrink: 0;
}

.sect_sorting .open_filter_btn button{
    --color: var(--color-gray);
    color: currentColor;
    font-family: var(--font_family2);
    font-size: 13px;

    display: flex;

    cursor: pointer;
    transition: .2s linear;
    letter-spacing: .08em;

    border: none;
    background: none;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.sect_sorting .open_filter_btn button .icon{
    display: block;

    max-width: 100%;
    max-height: 100%;
    margin-right: 9px;

    transition: .2s linear;

    fill: var(--color);
}

.sect_sorting .open_filter_btn button:hover{
    color: var(--color-light-brown);
    --color: var(--color-light-brown);
}

.sect_sorting .breadcrumbs{
    margin: 0 30px;
}

.sect_sorting .select_wrap{
    width: 235px;

    flex-shrink: 0;
    z-index: 99;
}

.sect_sorting .select_wrap .nice-select .list{
    left: -25px;

    width: 270px;
}


.range_filter > .flex{
    justify-content: space-between;
}

.range_filter .grid{
    margin-top: 14px;

    justify-content: space-between;
}

.range_filter .line_form{
    width: calc(50% - 6px);

    flex-wrap: nowrap;
    align-items: flex-end;
    align-content: flex-end;
}

.range_filter .line_form .span{
    width: 22px;
    padding-right: 5px;
}

.range_filter .line_form .input{
    color: var(--color-gray);

    width: calc(100% - 22px);
    height: 18px;
}


.filter_modal{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    left: -530px;

    visibility: hidden;

    width: 380px;
    height: 100%;
    padding-right: 3px;

    transition: .2s linear;

    opacity: 0;
    background: var(--color-white);
}

.filter_modal.active{
    left: 0;

    visibility: visible;

    opacity: 1;
}

.filter_modal .data_scroll{
    overflow-y: auto;

    height: 100%;
    padding: 30px 40px 80px;
    padding-right: 37px;

    scrollbar-color: var(--color-gray) transparent;     /* «цвет ползунка» «цвет полосы скроллбара» */
}

.filter_modal .data_scroll::-webkit-scrollbar{
    width: 6px;
    height: 6px;

    background: transparent;
}

.filter_modal .data_scroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: var(--color-gray);
}

.filter_modal .data_scroll::-webkit-scrollbar-track{
    background: transparent;
}

.filter_modal .checkboxes{
    width: 100%;
}

.filter_modal h6{
    margin-bottom: 30px;
}

.filter_modal .box + .box{
    margin-top: 20px;
}

.filter_modal .title{
    font-size: 16px;

    margin-bottom: 13px;
}

.filter_modal .checkboxes{
    max-height: 226px;
}

.filter_modal .checkbox + .checkbox{
    margin-top: 4px;
}

.filter_modal .checkbox .label_check .check_text:before{
    border-color: var(--color-gray2);
}

.filter_modal .checkbox .label_check input[type=checkbox]:checked + .check_text:before{
    border-color: var(--color-brown);
}

.filter_modal .checkbox .label_check .check_text:after{
    border-color: var(--color-brown);
}

.filter_modal .colors{
    justify-content: flex-start;
}

.filter_modal .submit{
    position: absolute;
    bottom: 0;
    left: 40px;

    width: calc(100% - 80px);
    padding: 11px 0;

    background: var(--color-white);
    z-index: 1;
}

.filter_modal .submit:before{
    position: absolute;
    z-index: 20;
    bottom: 100%;
    left: 0;

    width: 100%;
    height: 20px;

    content: '';

    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.filter_modal .submit_btn{
    width: 100%;
}


.sect_dadd .cont{
    position: relative;
}

.sect_dadd .bg{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    object-fit: cover;
}

.sect_dadd .bg.mob{
    display: none;
}

.sect_dadd .data{
    color: var(--color-white);
    font-family: var(--font_family2);
    font-weight: bold;

    position: relative;
    z-index: 5;

    height: 61px;
    padding: 5px 0;
    padding-left: 148px;

    letter-spacing: .03em;

    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.sect_dadd .link_btn2{
    margin-left: 26px;
}

.sect_dadd .link_btn2{
    font-size: 11px;
    line-height: 36px;

    padding-right: 19px;
    padding-left: 16px;

    transition: .2s linear;
    letter-spacing: .02em;

    border: 1px solid rgba(var(--color-white_rgb), .6);
}

.sect_dadd .data:hover .link_btn2{
    border-color: var(--color-light-brown);
    background: var(--color-light-brown);
}

.sect_dadd .link_btn2 i{
    margin-right: 10px;
}


.city_check{
    position: fixed;
    z-index: 99;
    bottom: 15px;
    left: 65px;

    display: flex;

    width: 332px;
    padding: 25px;

    border: 1px solid var(--color-gray2);
    background: var(--color-white);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .07);

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.city_check .icon{
    display: flex;

    width: 57px;
    height: 57px;
    padding: 10px;

    border-radius: 50%;
    background: var(--color-gray6);

    justify-content: center;
    align-items: center;
    align-content: center;
}

.city_check .icon svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.city_check .data{
    width: calc(100% - 73px);
}

.city_check .span{
    margin-top: -2px;
}

.city_check h6{
    line-height: 22px;

    margin-top: 1px;
    margin-bottom: 0;
}

.city_check .buttons{
    margin-bottom: -10px;
    margin-left: -14px;
}

.city_check .buttons button{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;

    max-width: calc(50% - 14px);
    margin-bottom: 10px;
    margin-left: 14px;

    cursor: pointer;
    transition: .2s linear;

    border: none;
    background: none;
}

.city_check .buttons button.close{
    color: var(--color-brown);
}

.city_check .buttons button:hover{
    color: var(--color-light-brown);
}


.sign_up .cont{
    padding-top: 39px;
    padding-bottom: 33px;

    background: var(--color-white);
}

.sign_up .box_flex{
    max-width: 1122px;
    margin: 0 auto;

    justify-content: space-between;
}

.sign_up .col_l{
    position: relative;

    display: flex;

    width: calc(100% - 500px);
    min-height: 613px;
    padding-bottom: 54px;

    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    align-self: stretch;
}

.sign_up .col_l .img{
    position: absolute;
    top: 0;
    left: -9px;

    width: 390px;
}

.sign_up .col_l .img img{
    position: relative;
    z-index: 10;

    display: block;

    min-width: 100px;
    max-width: 100%;
    min-height: 100px;
}

.sign_up .col_l .img:before{
    position: absolute;
    top: 60px;
    left: -14px;

    width: 491px;
    height: 492px;

    content: '';

    border: 65px solid var(--color-beige);
    border-radius: 50%;
}

.sign_up .col_l .info{
    position: relative;
    z-index: 15;

    max-width: 243px;
}

.sign_up .col_l .info .top{
    margin-bottom: 10px;
}

.sign_up .col_l .info .top svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.sign_up .col_r{
    width: 450px;
}

.sign_up .col_r > .span{
    max-width: 350px;
    margin: 24px auto 0;

    text-align: center;
}

.sign_up .box_form{
    max-width: 450px;
    margin-top: 30px;

    box-shadow: 0 10px 15px rgba(0, 0, 0, .07);
}

.sign_up .box_form .head{
    position: relative;

    padding: 39px 25px 0;

    text-align: center;
}

.sign_up .box_form .icon{
    display: none;

    width: 86px;
    height: 86px;
    margin: 0 auto;

    border-radius: 50%;
    background: var(--color-white);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);

    justify-content: center;
    align-items: center;
    align-content: center;
}

.sign_up .box_form .icon svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.sign_up .box_form .modal_title{
    font-size: 32px;
    line-height: 48px;

    margin-top: 0;
}

.sign_up .box_form .modal_desc{
    font-size: 16px;
    line-height: 26px;

    margin-top: 15px;
}

.sign_up .box_form .checkbox{
    margin: 18px 0 27px;

    text-align: left;
}

.sign_up .box_form .modal_login .form{
    margin-top: 36px;
    padding: 0;
}

.sign_up .box_form .modal_login .form2{
    padding-bottom: 20px;
}

.sign_up .box_form .modal_login .box_pad{
    padding: 0 48px;
}

.sign_up .box_form .submit_login{
    padding: 0 48px;
}

.sign_up .box_form .submit_btn{
    width: 100%;
}


.account .cont{
    padding-top: 28px;
    padding-bottom: 32px;

    background: var(--color-white);

    justify-content: space-between;
}

.account .col_l{
    width: 375px;

    align-self: stretch;
}

.account .col_r{
    width: calc(100% - 400px);
}

.account .links{
    margin-bottom: -16px;
    margin-left: -28px;
}

.account .links .link{
    font-size: 13px;

    margin-bottom: 16px;
    margin-left: 28px;
}

.account .links .link a{
    color: var(--color-brown);
    font-family: var(--font_family2);
    font-weight: 700;
}

.account .links .link a:hover{
    color: var(--color-light-brown);
}

.account .count_reviews{
    color: var(--color-gray);
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;

    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.account .count_reviews .ic{
    display: block;

    margin-right: 3px;
}

.account .count_reviews .ic svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.account .user{
    position: relative;

    padding: 60px 50px 50px;

    text-align: center;

    background: var(--color-gray3);
}

.account .user:before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 132px;

    content: '';

    background: url(../images/pattern1.svg) calc(50% - 198px) 0 repeat;
    background-size: auto 200%;
}

.account .user .icon{
    position: relative;

    display: flex;

    width: 128px;
    height: 128px;
    margin: 0 auto;

    border-radius: 50%;
    background: var(--color-white);
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);

    justify-content: center;
    align-items: center;
    align-content: center;
}

.account .user .icon svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.account .user .icon img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 10px;
    min-height: 10px;
    object-fit: cover;
    border-radius: 50%;
}

.account .user .top .ic_arrow{
    display: none;

    width: 60px;
    height: 60px;

    border-radius: 50%;
    background: var(--color-white);

    justify-content: center;
    align-items: center;
    align-content: center;
}

.account .user .top .ic_arrow svg{
    display: block;

    width: 10px;
    height: auto;
    margin-left: -2px;

    transition: .2s linear;
}

.account .user .top .ic_arrow.active svg{
    transform: rotate(-90deg) translateX(-2px);
}

.account .user .name{
    line-height: 32px;

    margin-top: 23px;
}

.account .user .data{
    margin-top: 13px;
}

.account .user .info .item{
    width: 50%;
    padding: 0 15px;
}

.account .user .info .item + .item{
    border-left: 1px solid var(--color-gray7);
}

.account .user .info .title{
    font-family: var(--font_family2);
    line-height: 26px;
}

.account .user .info .val{
    font-family: var(--font_family2);
    font-size: 24px;

    margin-top: 5px;
}

.account .user .wrap_avatar{
    margin-top: 11px;
    padding-top: 22px;

    border-top: 1px solid var(--color-gray7);

    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.account .user .wrap_avatar .icon{
    width: 48px;
    height: 48px;
    margin-right: 0;
    margin-left: 0;
}

.account .user .wrap_avatar .block{
    width: calc(100% - 61px);
    margin-bottom: -4px;

    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.account .user .wrap_avatar .file{
    font-size: 13px;
    line-height: 18px;

    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 4px;
}

.account .user .wrap_avatar .count_reviews{
    margin-bottom: 10px;
}

.account .box_tabs{
    margin-bottom: 25px;
    padding: 45px 50px 60px;

    background: var(--color-gray5);
}

.account .box_tabs .main_tabs{
    justify-content: flex-start;
}

.account .box_tabs .main_tabs .marg_r{
    margin-right: 23px;
}

.account .box_tabs .main_tabs .last{
    margin-left: auto;
}

.account .box_tabs .info{
    position: relative;

    margin-bottom: -25px;
    margin-left: -25px;
}

.account .box_tabs .info .item{
    min-width: 150px;
    margin-bottom: 25px;
    margin-left: 25px;

    flex-shrink: 0;
}

.account .box_tabs .info .title{
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: 700;

    margin-bottom: 4px;

    opacity: .5;
}

.account .box_tabs .info .val{
    font-family: var(--font_family2);
    font-size: 24px;
}

.account .box_pad{
    padding: 50px;

    background: var(--color-gray5);
}

.account * + .box_pad{
    margin-top: 25px;
}

.account .box_orders{
    padding-bottom: 30px;
}

.account .box_orders h4{
    margin-bottom: 11px;
}

.account table{
    width: 100%;

    border-collapse: collapse;
}

.account table thead th{
    font-family: var(--font_family2);
    font-size: 13px;

    padding-right: 15px;
    padding-bottom: 5px;

    text-align: left;

    opacity: .5;
}

.account table thead th:last-child{
    padding-right: 0;
}

.account table tbody td{
    font-family: var(--font_family2);
    font-size: 13px;
    line-height: 26px;

    padding-top: 14px;
    padding-right: 15px;
    padding-bottom: 2px;

    vertical-align: top;
    letter-spacing: .08em;

    border-top: 1px solid var(--color-gray7);
}

.account table tbody td .hidden_desk{
    display: none;
}

.account table tbody td:last-child{
    padding-right: 0;
}

.account table tbody td.td_status{
    width: 160px;
    line-height: 16px;
    padding-top: 17px;

    letter-spacing: .02em;
}

.account table tbody tr .td_links{
    padding-top: 0;
    padding-bottom: 20px;

    border-top: none;
}

.account table tbody tr .links{
    margin-bottom: -10px;
    margin-left: -22px;
}

.account table tbody tr .links .link{
    margin-bottom: 10px;
    margin-left: 22px;
}

.account table tbody tr .links .link a{
    color: var(--color-brown);

    letter-spacing: .02em;
}

.account table tbody tr .links .link a:hover{
    color: var(--color-light-brown);
}

.account table tbody td .count_reviews{
    line-height: 26px;
}

.account .box_orders table tbody td.td_number{
    letter-spacing: .02em;
    width: 150px;
}

.account_settings h4{
    margin-bottom: 20px;
}

.account_settings * + .box{
    margin-top: 26px;
}

.account_settings .line_flex .input{
    max-width: 388px;
}

.account_settings .submit{
    margin-top: -20px;
}

.account_settings .form .line_flex{
    margin-bottom: -28px;
}

.account_settings .form .line_flex-tel{
    margin-bottom: 0;
    justify-content: flex-start;
    margin-left: -15px;
}

.account_settings .form .line_flex-tel > *,
.account_settings .form .line_flex.line_flex-tel .line_form-tel{
    margin-bottom: 12px;
    margin-left: 15px;
}

.account_settings .form .line_form{
    margin-bottom: 28px;
}

.account_settings .form .line_form .label{
    line-height: 16px;

    margin-bottom: 0;
}

.account_settings .form .line_form * + .span{
    margin-top: 7px;
}

.account .earning_bonuses{
    padding-right: 100px;
    padding-bottom: 0;

    background: none;
}

.earning_bonuses{
    position: relative;

    min-height: 450px;
}

.earning_bonuses:before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 421px;

    content: '';

    background: var(--color-beige);
}

.earning_bonuses h4{
    position: relative;

    margin-bottom: 38px;
}

.earning_bonuses h5{
    line-height: 26px;
}

.earning_bonuses .gray{
    color: var(--color-gray);
}

.earning_bonuses .grid{
    justify-content: space-between;
}

.earning_bonuses .b_left{
    position: relative;

    width: calc(100% - 330px);
    margin-bottom: 58px;
}

.earning_bonuses .b_left h5{
    margin-bottom: 26px;
}

.earning_bonuses .b_right{
    position: relative;

    width: 278px;
}

.earning_bonuses .b_right .span{
    line-height: 26px;
}

.earning_bonuses .info_total{
    display: flex;

    margin-top: 39px;
    padding-top: 11px;

    border-top: 1px solid var(--color-gray2);

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.earning_bonuses .info_total .span{
    font-family: var(--font_family2);
}

.earning_bonuses .info_total .price{
    font-family: var(--font_family2);
    font-size: 19px;
    font-weight: bold;

    margin-left: 25px;

    white-space: nowrap;
}



.account_tasks{
    min-height: 220px;
}

.account_tasks .item{
    position: relative;

    padding: 24px 26px 22px 19px;

    background: var(--color-white);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .07);

    justify-content: space-between;
}

.account_tasks .item + .item{
    margin-top: 27px;
}

.account_tasks .item .icon{
    color: var(--color-brown);

    display: flex;

    width: 80px;
    height: 80px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.account_tasks.done .item .icon{
    color: var(--color-gray7);
}

.account_tasks .item .icon svg,
.account_tasks .item .icon img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.account_tasks .item .info{
    width: calc(100% - 105px);

    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.account_tasks.done .item .info{
    opacity: .5;
}

.account_tasks .item .info .i_right{
    margin-left: 25px;
    padding-top: 28px;

    flex-shrink: 0;
}

.account_tasks .item .info h6{
    margin-top: 7px;
    margin-bottom: 7px;
}

.account_tasks .item .info h6 + .span{
    line-height: 22px;
}

.account_tasks .item .info .span a{
    border-bottom: 1px solid;
}

.account_tasks .item .info .span a:hover{
    border-color: transparent;
}


.account .bonuses_manage{
    margin-top: 2px;
}

.account .bonuses_manage h4{
    margin-bottom: 46px;
}

.account .bonuses_manage .grid{
    margin-bottom: -30px;
    margin-left: -90px;
}

.account .bonuses_manage .box_card{
    width: calc(50% - 90px);
    max-width: 420px;
    margin-bottom: 30px;
    margin-left: 90px;
    padding: 37px 36px;

    border: 1px solid var(--color-gray7);
    border-radius: 15px;
}

.account .bonuses_manage .box_card .logo svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.account .bonuses_manage .box_card .info{
    font-family: var(--font_family4);
    line-height: 22px;

    margin-top: 60px;
}

.account .bonuses_manage .box_card .info .brown{
    color: var(--color-brown);
}

.account .bonuses_manage .right_info{
    width: calc(50% - 90px);
    max-width: 388px;
    margin-bottom: 30px;
    margin-left: 90px;
}

.account .bonuses_manage .right_info .brown{
    color: var(--color-brown);
}

.account .bonuses_manage .links{
    margin-top: 22px;
}


.account_subscribes h4{
    margin-bottom: 30px;
}

.account_subscribes .item{
    line-height: 20px;

    margin-bottom: -10px;
    margin-left: -50px;
}

.account_subscribes .item + .item{
    margin-top: 30px;
}

.account_subscribes .warning + .item{
    margin-top: 18px;
}

.account_subscribes .item .info{
    width: 400px;
    margin-bottom: 10px;
    margin-left: 50px;
}

.account_subscribes .item .span{
    margin-top: 5px;
}

.account_subscribes .item .checkbox_subscribe{
    width: calc(100% - 500px);
    margin-bottom: 10px;
    margin-left: 50px;
}

.account_subscribes .submit{
    margin-top: 43px;
}


.account_comments table tbody td.td_comment{
    width: 55%;

    letter-spacing: .02em;
}

.account_comments table tbody td.td_comment .line_title{
    margin-bottom: -10px;
}

.account_comments table tbody td.td_comment .line_title b{
    max-width: calc(100% - 42px);
    margin-bottom: 10px;
}

.account_comments table tbody td.td_comment .line_title .link_connection{
    margin-top: -3px;
}

.account_comments table tbody td.td_comment .line_title .link_connection a{
    display: flex;

    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0;

    border: 1px solid var(--color-gray2);
    border-radius: 50%;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.account_comments table tbody td.td_comment .line_title .link_connection a:hover{
    border-color: var(--color-light-brown);
}

.account_comments table tbody td.td_comment .line_title .link_connection a i{
    color: var(--color);

    margin: 0;

    transition: none;
}

.account_comments table tbody td.td_comment .text_block{
    font-family: var(--font_family);
    font-size: 13px;
    line-height: 22px;

    position: relative;

    overflow: hidden;

    max-height: 44px;
    margin-top: 1px;
}

.account_comments table tbody td.td_comment .text_block:after{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 73px;
    height: 22px;

    content: '';

    background: linear-gradient(270.54deg, #f9f9f9 .46%, rgba(249, 249, 249, 0) 99.65%);
}

.account_comments table tbody td.td_comment .links{
    margin-top: 4px;
}


.head_wishlist .cont{
    padding-top: 60px;

    background: var(--color-white);
}

.head_wishlist .box{
    max-width: 1350px;
    margin: 0 auto;
    padding-bottom: 14px;

    border-bottom: 1px solid var(--color-gray2);

    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.head_wishlist .box .link{
    font-family: var(--font_family2);
    font-size: 13px;

    margin-left: 30px;

    letter-spacing: .08em;
}


.brands .cont{
    padding-top: 50px;

    background: var(--color-white);
}

.brands .line{
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 50px;

    border-top: 1px solid var(--color-gray2);

    justify-content: space-between;
}

.brands .line .main_title{
    width: 200px;
}

.brands .line .wrap_items{
    width: calc(100% - 237px);
}

.brands .line .items{
    margin-bottom: -35px;
    margin-left: -24px;
}

.brands .line .item{
    width: 200px;
    margin-bottom: 35px;
    margin-left: 24px;

    flex-shrink: 0;
}

.brands .line .item .thumb{
    position: relative;

    display: block;

    width: 100%;
    padding-bottom: 75%;

    transition: .2s linear;

    border: 1px solid var(--color-gray2);
}

.brands .line .item .thumb:hover{
    border-color: var(--color-light-brown);
}

.brands .line .item .thumb > img{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    object-fit: cover;
}

.brands .line .item .thumb .img{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;
    padding: 9px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.brands .line .item .thumb .img img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.brands .line .item .name{
    margin-top: 10px;
}


.about_info .cont{
    padding-top: 10px;
    padding-bottom: 50px;

    background: var(--color-white);
}

.about_info .box{
    max-width: 1382px;
    margin: 0 auto;

    justify-content: space-between;
}

.about_info .col_l{
    width: 530px;
    justify-content: space-between;
}

.about_info .col_r{
    width: calc(100% - 565px);
}

.about_info .col_r .text_block{
    max-width: 725px;
}

.about_info .man{
    max-width: 223px;
}

.about_info .man + .man{
    margin-left: 25px;
}

.about_info .photo{
    position: relative;

    width: 97px;
    height: 97px;

    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about_info .photo img{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    border-radius: 50%;

    object-fit: cover;
}

.about_info .name{
    line-height: 26px;

    margin-top: 24px;
    margin-bottom: 2px;
}

.about_info .span.age{
    font-family: var(--font_family2);
    line-height: 22px;

    margin-bottom: 12px;
}

.about_info .text_block{
    position: relative;
}

.about_info .text_block:before{
    color: var(--color-brown);
    font-family: var(--font_family2);
    font-size: 64px;
    font-weight: bold;
    line-height: 61px;

    position: absolute;
    top: -1px;
    left: -64px;

    width: 64px;

    content: '”';
}

.about_sets .cont{
    padding-top: 50px;
    padding-bottom: 50px;

    background: var(--color-white);
}

.about_sets .box{
    position: relative;
    z-index: 10;

    max-width: 1126px;
    margin: 0 auto;
}

.about_sets .set{
    position: relative;

    padding: 100px 25px 0;
}

.about_sets .set + .set{
    margin-top: 100px;
}

.about_sets .set:before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 524px;

    content: '';

    background: var(--color-beige);
}

.about_sets .set:nth-child(even):before{
    height: 594px;

    background: var(--color-gray5);
}

.about_sets .set .col_l{
    width: calc(100% - 365px);
    max-width: 739px;
}

.about_sets .set .col_r{
    max-width: 316px;
    margin-left: 49px;
}

.about_sets .set .img + .img{
    margin-top: 30px;
}

.about_sets .set .img img{
    display: block;

    max-width: 100%;
}

.about_sets .set h2{
    margin-bottom: 23px;
}

.about_sets .set .link_btn2{
    margin-top: 30px;
}


.about_law{
    font-family: var(--font_family2);

    letter-spacing: .08em;
}

.about_law .cont{
    padding-top: 50px;
    padding-bottom: 90px;

    background: var(--color-white);
}

.about_law .box{
    max-width: 1126px;
    margin: 0 auto;

    border-top: 1px solid var(--color-gray2);

    justify-content: space-between;
}

.about_law .grid{
    margin-left: -15px;

    justify-content: space-between;
}

.about_law .grid .item{
    width: 300px;
    margin-top: 15px;
    margin-left: 15px;
}

.about_law .grid .item:nth-child(2){
    width: 400px;
}


.car_delivery .cont{
    padding-top: 54px;

    background: var(--color-white);
}

.car_delivery .box{
    position: relative;

    max-width: 1126px;
    margin: 0 auto;
    padding-bottom: 51px;

    border-bottom: 1px solid var(--color-gray2);

    justify-content: space-between;
}

.car_delivery .box span{
    position: relative;

    width: 30.374%;
}

.car_delivery .box span:before{
    display: block;

    width: 100%;
    padding-bottom: 100%;

    content: '';

    border-radius: 50%;
    background: var(--color-gray5);
}

.car_delivery .box span:nth-child(2):before{
    background: var(--color-beige);
}

.car_delivery .box span:nth-child(3):before{
    background: var(--color-black);
}

.car_delivery .box .img{
    position: absolute;
    top: 10%;
    right: 0;

    width: 61.2%;
}

.car_delivery .box .img img{
    display: block;

    width: 100%;
}


.countries_delivery .cont{
    padding-top: 26px;
    padding-bottom: 22px;

    background: var(--color-white);
}

.countries_delivery .box{
    max-width: 1126px;
    margin: 0 auto;

    justify-content: space-between;
}

.countries_delivery .column{
    width: calc(50% - 15px);
}

.countries_delivery .col_l{
    max-width: 428px;
}

.countries_delivery .col_r{
    max-width: 547px;
}


.banner_delivery .cont{
    padding-top: 100px;
    padding-bottom: 45px;

    background: var(--color-white);
}

.banner_delivery .box{
    position: relative;

    max-width: 1126px;
    margin: 0 auto;
    padding: 43px 35px 39px 350px;

    background: var(--color-beige);

    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.banner_delivery .box .img{
    position: absolute;
    bottom: 0;
    left: 40px;

    width: 270px;
}

.banner_delivery .box .img img{
    display: block;

    max-width: 100%;
}

.banner_delivery .box .col_l{
    width: calc(100% - 260px);
}

.banner_delivery .box h5{
    line-height: 26px;

    margin-bottom: 12px;
}

.banner_delivery .box .link_btn2{
    width: 230px;
}

.banner_delivery .box .link_btn2 a{
    padding-right: 17px;
    padding-left: 20px;
}

.banner_delivery .box .link_btn2 a i{
    margin-right: 8px;
}


.delivery_items .cont{
    padding-top: 45px;

    background: var(--color-white);
}

.delivery_items .box{
    max-width: 1126px;
    margin: 0 auto;
    margin-bottom: -30px;

    justify-content: space-between;
}

.delivery_items .item{
    width: calc(50% - 20px);
    margin-bottom: 30px;
}

.delivery_items .item .icon{
    color: var(--color-gray);

    display: flex;

    max-width: 100%;
    height: 56px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.delivery_items .item .icon svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.delivery_items .item h5{
    line-height: 26px;
}


.delivery_packaging .cont{
    padding-top: 54px;
    padding-bottom: 55px;

    background: var(--color-white);
}

.delivery_packaging .box{
    position: relative;

    max-width: 1425px;
    margin: 0 auto;
    padding: 137px 25px 0;
}

.delivery_packaging .box:before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 594px;

    content: '';

    background: var(--color-gray5);
}

.delivery_packaging .grid{
    position: relative;

    max-width: 1126px;
    margin: 0 auto;

    justify-content: space-between;
}

.delivery_packaging .images{
    width: calc(100% - 370px);

    justify-content: space-between;
}

.delivery_packaging .images .column{
    width: calc(50% - 16px);
}

.delivery_packaging .images .column + .column:before{
    position: relative;

    display: block;

    width: 100%;
    padding-bottom: 50%;

    content: '';
}

.delivery_packaging .images .img + .img{
    margin-top: 32px;
}

.delivery_packaging .images .img img{
    display: block;

    width: 100%;
}

.delivery_packaging .data{
    width: 320px;
}

.delivery_packaging h2{
    margin-bottom: 30px;
}


.delivery_payments .cont{
    padding-top: 55px;
    padding-bottom: 140px;

    background: var(--color-white);
}

.delivery_payments .box{
    max-width: 1126px;
    margin: 0 auto;
    padding-top: 26px;

    border-top: 1px solid var(--color-gray2);
}

.delivery_payments .grid{
    margin-bottom: -70px;

    justify-content: space-between;
}

.delivery_payments * + .grid{
    margin-top: 85px;
}

.delivery_payments .grid .col_l,
.delivery_payments .grid .col_r{
    width: calc(50% - 22px);
    margin-bottom: 70px;
}

.delivery_payments .grid .col_l.title{
    max-width: 428px;
}

.delivery_payments .items{
    margin-top: 75px;
    margin-bottom: -68px;
    margin-left: -30px;

    align-items: center;
    align-content: center;
}

.delivery_payments .items .item{
    width: calc(20% - 30px);
    margin-bottom: 68px;
    margin-left: 30px;
}

.delivery_payments .items .item img{
    display: block;

    max-width: 100%;

    mix-blend-mode: luminosity;
}


.accordion .item + .item{
    margin-top: 30px;
}

.accordion .item .title{
    line-height: 28px;

    position: relative;

    margin-bottom: 0;
    padding-left: 48px;

    cursor: pointer;
}

.accordion .item .title:before{
    position: absolute;
    top: -3px;
    left: 0;

    width: 32px;
    height: 32px;

    content: '';
    transition: .2s linear;

    background: url('../images/ic_arrow.svg') 0 0 no-repeat;
}

.accordion .item.active .title:before{
    transform: rotate(90deg);
}

.accordion .item .data{
    display: none;

    max-width: 590px;
    padding-top: 18px;
    padding-left: 48px;
}


.sect_accordion .cont{
    padding-top: 34px;
    padding-bottom: 45px;

    background: var(--color-white);
}

.sect_accordion .box{
    max-width: 900px;
    margin: 0 auto;
}

.sect_accordion .accordion{
    max-width: 600px;
}


.sect_feedback .cont{
    padding-top: 45px;
    padding-bottom: 52px;

    background: var(--color-white);
}

.sect_feedback .wrap_box{
    position: relative;

    padding: 93px 25px 0;
}

.sect_feedback .wrap_box:before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 315px;

    content: '';

    background: var(--color-beige);
}

.sect_feedback .box{
    position: relative;

    max-width: 900px;
    margin: 0 auto;
}

.sect_feedback.pass_recovery .box{
    max-width: 739px;
}

.sect_feedback.p_contacts .box{
    max-width: 1126px;
}

.sect_feedback .form{
    max-width: 739px;
    padding: 30px 40px 35px;

    background: var(--color-white);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .07);
}

.sect_feedback .form h2{
    margin-bottom: 27px;
}

.sect_feedback .form h2 br{
    display: none;
}

.sect_feedback .form .label{
    line-height: 20px;
}

.sect_feedback .form .line_form{
    margin-bottom: 32px;
}

.sect_feedback .form .input{
    height: 28px;
}

.sect_feedback .text_block{
    margin-top: 57px;
}

.sect_feedback.pass_recovery .text_block{
    text-align: center;
}

.sect_feedback.pass_recovery .submit_btn{
    padding: 0 35px;
}

.sect_feedback.pass_recovery .form .text_block{
    margin: 27px 0 26px;
    text-align: left;
    line-height: 20px;
}


.sect_contacts .cont{
    padding-top: 12px;
    padding-bottom: 46px;

    background: var(--color-white);
}

.sect_contacts .box{
    max-width: 1126px;
    margin: 0 auto;

    justify-content: space-between;
}

.sect_contacts .box .col_l,
.sect_contacts .box .col_r{
    width: calc(50% - 16px);
}

.sect_contacts .box .col_l{
    max-width: 428px;
}

.sect_contacts .item{
    max-width: 264px;
    margin-bottom: 34px;
}

.sect_contacts .item * + .span{
    margin-top: 6px;
}

.sect_contacts .item .link{
    line-height: 16px;

    margin-top: 6px;
}

.sect_contacts .item .link a{
    color: var(--color-brown);
}

.sect_contacts .item .link a:hover{
    color: var(--color-light-brown);
}

.sect_contacts .feature{
    margin-left: -30px;

    justify-content: space-between;
}

.sect_contacts .feature .item{
    width: calc(50% - 30px);
    margin-left: 30px;
}

.sect_contacts .info{
    margin-top: 50px;
}

.sect_contacts .cities{
    margin-top: 21px;
    margin-bottom: -6px;
    margin-left: -24px;
}

.sect_contacts .cities .item{
    color: var(--color-brown);

    margin-bottom: 6px;
    margin-left: 24px;
}


.contacts_items .cont{
    padding-top: 46px;
    padding-bottom: 75px;

    background: var(--color-white);
}

.contacts_items .box{
    max-width: 1126px;
    margin: 0 auto;
}

.contacts_items .item{
    padding-top: 18px;

    border-top: 1px solid var(--color-gray2);
}

.contacts_items .item h4{
    margin-top: 0;
    margin-bottom: 0;
}

.contacts_items .item * + .line{
    margin-top: 20px;
}

.contacts_items .links{
    margin-bottom: -12px;
    margin-left: -24px;
}

.contacts_items .links .link{
    color: var(--color-brown);

    margin-bottom: 12px;
    margin-left: 24px;
}

.contacts_items .item .info{
    margin-top: 30px;
}

.contacts_items .payment{
    margin-top: 25px;
    margin-bottom: -12px;
    margin-left: -24px;
}

.contacts_items .payment .block{
    width: calc(50% - 24px);
    margin-bottom: 12px;
    margin-left: 24px;
}

.contacts_items .payment .block .icon{
    color: var(--color-gray);

    display: flex;

    height: 38px;
    margin-bottom: 10px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.contacts_items .payment .block .icon svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.contacts_items .red{
    color: var(--color-red);

    max-width: 272px;
}

.contacts_items * + .red{
    margin-top: 3px;
}

.contacts_items .grid{
    margin-bottom: -40px;
    margin-left: -42px;
}

.contacts_items .grid .item{
    width: calc(100% / 3 - 42px);
    margin-bottom: 40px;
    margin-left: 42px;
}


.block_sharing{
    align-items: center;
    align-content: center;
    margin-bottom: 22px;
}

.block_sharing .span{
    margin-right: 21px;
    font-family: var(--font_family2);
    letter-spacing: 0.08em;
}

.block_sharing .icons{
    margin-left: -20px;
    margin-bottom: -20px;
    align-items: center;
    align-content: center;
}

.block_sharing .icons .icon{
    margin-left: 20px;
    margin-bottom: 20px;
    display: block;
    font-size: 13px;
}


.article .cont{
    padding-top: 20px;
    padding-bottom: 30px;

    background: var(--color-white);
    position: relative;
}

.article h1{
    text-align: left;
}

.article .box{
    width: 100%;
    max-width: 678px;
    margin: 0 auto;
}

.article .head{
    max-width: 1126px;
    margin: 0 auto 24px;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--color-gray2);
}

.article .head .col_l{
    width: calc(100% - 678px);
    max-width: 223px;
    margin-top: 7px;
    padding-right: 20px;
}

.article .head .box{
    margin-left: 0;
    margin-right: 0;
}

.article .head .name{
    margin-bottom: 8px;
    color: var(--color-brown);
    font-family: var(--font_family2);
}

.article .head .date{
    font-family: var(--font_family2);
}

.article .text_block p,
.article .text_block ul{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}

.article .text_block ul{
    line-height: 26px;
}

.article .box_set{
    display: block;

    width: 337px;
    margin-top: 15px;
    margin-right: 38px;
    margin-bottom: 28px;
    margin-left: -223px;
    padding: 23px;

    border: 1px solid var(--color-gray2);
}

.article .box_set .top{
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.article .box_set .name{
    width: calc(100% - 47px);
    margin-bottom: 0;
}

.article .box_set .arrow_cirle{
    width: 32px;
    height: 32px;
    margin-left: 15px;

    text-align: center;

    border: 1px solid rgba(122, 122, 122, .3);
    border-radius: 50%;

    flex-shrink: 0;
    line-height: 31px;
    font-size: 13px;
}

.article .box_set .arrow_cirle i{
    font-size: 13px;
    line-height: 31px;
}

.article .box_set .img{
    display: flex;

    height: 179px;
    margin-top: 20px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.article .box_set .img img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.article .box_set .bottom{
    margin-top: 27px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.article .box_set .bottom .count{
    margin-left: 15px;
}

.article .products{
    max-width: 1300px;
    margin: 20px auto 80px;
}


.slider_images{
    margin: 47px auto 25px;
}

.slider_images.carousel{
    margin-bottom: 75px;
}

.slider_images .slider{
    padding: 0 92px 20px;
}

.slider_images.carousel .slider{
    padding-bottom: 25px;
}

.slider_images .owl-dots{
    bottom: 0;
}

.article .slider_images{
    max-width: 1332px;
}


.post_info{
    margin-top: -50px;
    position: absolute;
    right: 73px;
    top: 300px;
}

.post_info .item{
    margin-top: 50px;
    text-align: center;
}

.post_info .item .top{
    font-family: var(--font_family2);
    font-size: 18px;
    color: var(--color-gray);
    align-items: center;
    align-content: center;
    justify-content: center;
}

.post_info .item .top .icon{
    display: block;
    max-width: 100%;
    margin-right: 7px;
}

.post_info .item .span{
    margin-top: 2px;
}


.article_review{
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.article_review .rating{
    margin-left: 9px;
    margin-right: 5px;
}


.article_info .cont{
    background: var(--color-white);
    padding: 40px 50px 110px;
}

.article_info .box{
    max-width: 1126px;
    margin: 0 auto;
    border-top: 1px solid var(--color-gray2);
    padding-top: 24px;
    justify-content: space-between;
}

.article_info .box .column{
    width: calc(25% - 15px);
}

.article_info .box .column:nth-child(2){
    width: calc(50% - 15px);
    max-width: 460px;
}

.article_info .box .column .submit{
    max-width: 192px;
    margin-top: 20px;
    display: none;
}

.article_info .box .column .submit_btn{
    padding: 0 15px;
    width: 100%;
}

.article_info .title{
    margin-bottom: 5px;
}

.article_info .author{
    font-family: var(--font_family2);
    text-transform: uppercase;
    color: var(--color-brown);
}

.article_info .tag_info{
    font-size: 13px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.article_info .tag_info .tags_list{}

.article_info .tag_info .tags_list span:nth-child(n+4){
    display: none;
}

.article_info .tag_info .link{
    font-family: var(--font_family2);
    font-weight: 700;
    margin-left: 20px;
    flex-shrink: 0;
}


.articles .cont{
    padding-top: 30px;
    padding-bottom: 100px;

    background: var(--color-white);
}

.articles .box{
    max-width: 1126px;
    margin: 0 auto;
}

.articles .main_title{
    margin-bottom: 45px;
}

.articles .grid{
    margin-bottom: -33px;
    margin-left: -34px;
}

.articles .grid .wrap_item{
    width: calc(100% / 3 - 34px);
    margin-bottom: 33px;
    margin-left: 34px;
}

.articles .item{
    color: var(--color-white);

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    padding-bottom: 113%;
}

.articles .item .bg{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 10px;
    height: 100%;
    min-height: 10px;

    transition: .2s linear;

    object-fit: cover;
}

.articles .item:hover .bg{
    transform: scale(1.1);
}

.articles .item:before{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: .2s linear;

    opacity: .33;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.articles .item:hover:before{
    opacity: .55;
}

.articles .item .data{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 25px;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.articles .item .title{
    font-family: var(--font_family2);
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 30px;
}

.articles .item .arrow_cirle{
    width: 32px;
    height: 32px;
    margin-top: auto;

    transition: .2s linear;
    text-align: center;

    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;

    flex-shrink: 0;
}

.articles .item:hover .arrow_cirle{
    color: var(--color-black);

    border-color: var(--color-white);
    background: var(--color-white);
}

.articles .item .arrow_cirle i{
    font-size: 13px;
    line-height: 32px;
}

.articles .link_btn{
    text-align: center;
    margin-top: 30px;
}


.cabinet_success{
    background: url(../images/pattern2.svg) 50% 0 repeat;
    background-size: 207px auto;
    text-align: center;
    padding: 38px 40px 65px;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
}

* + .cabinet_success{
    margin-top: 28px;
}

.cabinet_success .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 17px;
}

.cabinet_success .icon svg{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cabinet_success h4{
    max-width: 274px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 26px;
}

.cabinet_success .text_block{
    max-width: 425px;
    margin: 0 auto 28px;
}

.cabinet_success .items{
    margin-left: -30px;
    margin-bottom: -30px;
    margin-top: 28px;
    justify-content: space-around;
}

.cabinet_success .items .item{
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    max-width: 275px;
}

.cabinet_success .items .item .title{
    font-size: 36px;
    font-family: var(--font_family2);
    color: var(--color-brown);
    line-height: normal;
    margin-bottom: 13px;
}

.cabinet_success .link{
    margin-top: 50px;
    font-family: var(--font_family2);

    letter-spacing: 0.08em;
}


.sect_error .cont{
    background: var(--color-white);
    padding: 0 30px;
    padding-top: 48px;
    padding-bottom: 48px;
    min-height: 488px;
}

.sect_error .box{
    max-width: 1060px;
    margin: 0 auto;
    justify-content: space-between;
}

.sect_error .img{
    width: 409px;
}

.sect_error .img img{
    display: block;
    max-width: 100%;
}

.sect_error .data{
    margin-top: 40px;
    width: calc(100% - 450px);
}

.sect_error h1{
    text-align: left;
    margin-bottom: 0;
}

.sect_error .title{
    font-family: var(--font_family2);
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0.03em;
}

.sect_error .title.marg{
    margin-top: 16px;
}

.sect_error ul{
    margin-top: 2px;
    margin-left: 15px;
}

.sect_error ul li{
    position: relative;
    list-style: none;
    padding-left: 12px;
}

.sect_error ul li:before{
    content: '';
    background: var(--color-brown);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.sect_error ul li a{
    color: var(--color-brown);
}

.sect_error ul li a:hover{
    color: var(--color-light-brown);
}


.filter_tags{
    margin-top: -4px;
}

.filter_tags .cont{
    padding-bottom: 15px;
    background: var(--color-white);
}

.filter_tags .box{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    align-content: center;
}

.filter_tags .grid{
    margin-left: -12px;
    margin-bottom: -9px;
    align-items: center;
    align-content: center;
}

.filter_tags .item{
    margin-left: 12px;
    margin-bottom: 9px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 3px 10px;
    height: 32px;
    background: #F2EADB;
    font-size: 13px;
    white-space: nowrap;
}

.filter_tags .item .sep{
    margin: 0 8px;
}

.filter_tags .item .del_tag{
    font-family: var(--font_family);
    border: none;
    background: none;
    cursor: pointer;
    margin-top: -2px;
}

.filter_tags .clear_all{
    margin-left: 12px;
    margin-bottom: 9px;
    font-size: 13px;
    color: #262626;
    font-family: var(--font_family);
    border: none;
    background: none;
    cursor: pointer;
    border-bottom: 1px dashed;
    transition: .2s linear;
}

.filter_tags .clear_all:hover{
    border-color: transparent;
}

/*---------------
   Footer
---------------*/
footer{
    margin-top: 30px;
    padding-bottom: 208px;

    flex: 0 0 auto;
}

footer .content{
    max-width: 1126px;
    margin: 0 auto;
}

footer .menu{
    margin-bottom: -32px;
    margin-left: -30px;
}

footer .menu .column{
    width: calc(25% - 30px);
    margin-bottom: 32px;
    margin-left: 30px;
}

footer .menu .column.large{
    width: calc(50% - 30px);
}

footer .menu .title{
    font-family: var(--font_family2);

    margin-bottom: 30px;
}

footer .menu .column.large ul{
    list-style-position: inside;
    list-style-type: decimal;

       -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
            column-count: 2;
}

footer .menu ul li{
    font-size: 13px;

    list-style: none;
}

footer .menu ul li + li{
    margin-top: 15px;
}

footer .menu ul li span{
    color: var(--color-gray);
    line-height: 16px;

    display: block;
}

footer .middle{
    margin-top: 45px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

footer .middle .links{
    line-height: normal;

    margin-left: -20px;
}

footer .middle .links .item{
    margin-left: 20px;
}

footer .middle .links .item a{
    color: var(--color-gray);
    font-size: 13px;

    transition: .2s linear;
    text-decoration: none;
}

footer .middle .links .item a:hover{
    color: var(--color-light-brown);
}

footer .middle .payments{
    width: calc(25% - 20px);
    margin-left: 23px;

    flex-shrink: 0;
}

footer .middle .payments img{
    display: block;

    max-width: 100%;
}

footer .bottom{
    margin-top: 30px;
    padding-top: 30px;

    border-top: 1px solid var(--color-gray2);
}

footer .bottom .content{
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer .bottom .content .logo{
    width: 133px;
    margin-right: 30px;

    flex-shrink: 0;
}

footer .bottom .content .logo a,
footer .bottom .content .logo img{
    display: block;

    max-width: 100%;
}

footer .bottom .content .copy{
    color: var(--color-gray);
    font-size: 13px;
    line-height: 22px;

    max-width: 533px;
    margin-left: auto;
}

footer .bottom .content .creator{
    color: rgba(var(--color-gray_rgb), .5);
    font-size: 13px;
    line-height: 22px;

    width: calc(25% - 25px);
    margin-left: 28px;

    flex-shrink: 0;
}

footer .bottom .content .creator a{
    color: currentColor;

    transition: .2s linear;
    text-decoration: none;
}

footer .bottom .content .creator a:hover{
    color: var(--color-light-brown);
}

/*---------------
   PopUp
---------------*/
.main_menu{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    left: -450px;

    visibility: hidden;

    width: 400px;
    height: 100%;
    padding-right: 3px;

    transition: .2s linear;

    opacity: 0;
    background: var(--color-white);
}

.main_menu.active{
    left: 0;

    visibility: visible;

    opacity: 1;
}

.main_menu .data{
    display: flex;
    overflow-y: auto;
    flex-direction: column;

    height: 100%;
    padding: 34px 47px 37px 50px;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.main_menu .data::-webkit-scrollbar{
    width: 3px;
    height: 3px;

    background: transparent;
}

.main_menu .data::-webkit-scrollbar-thumb{
    background: var(--color-gray);
}

.main_menu .data::-webkit-scrollbar-track{
    background: transparent;
}

.main_menu .close,
.filter_modal .close{
    position: absolute;
    z-index: 10;
    top: 35px;
    right: -24px;

    width: 48px;
    height: 48px;

    cursor: pointer;
    transition: .2s linear;

    border: none;
    border-radius: 50%;
    background: var(--color-beige);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
}

.filter_modal .close:before,
.filter_modal .close:after,
.main_menu .close:before,
.main_menu .close:after{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 22px;
    height: 2px;

    content: '';
    transition: .2s linear;
    transform: translate(-50%, -50%) rotate(45deg);

    background: var(--color-black);
}

.filter_modal .close:hover:before,
.main_menu .close:hover:before{
    transform: translate(-50%, -50%) rotate(225deg);
}

.filter_modal .close:after,
.main_menu .close:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.filter_modal .close:hover:after,
.main_menu .close:hover:after{
    transform: translate(-50%, -50%) rotate(135deg);
}

.main_menu .logo{
    display: block;

    min-height: 56px;
}

.main_menu .logo a,
.main_menu .logo img{
    display: block;

    max-width: 100%;
}

.main_menu .contact{
    color: var(--color-gray);
    font-size: 13px;
    line-height: 18px;

    margin-top: 34px;
    padding: 16px 0 20px;

    border-top: 1px solid var(--color-gray2);
    border-bottom: 1px solid var(--color-gray2);
}

.main_menu .contact .title{
    color: var(--color-brown);
    font-family: var(--font_family2);
    font-weight: bold;
    line-height: 28px;
}

.main_menu .contact .title a{
    color: currentColor;

    text-decoration: none;
}

.main_menu .contact .block_mob{
    position: relative;

    padding-left: 31px;
}

.main_menu .contact .block_mob .icon{
    position: absolute;
    top: 5px;
    left: 0;

    width: 20px;
    height: 20px;
}

.main_menu .contact .block_mob .icon svg{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.main_menu .menu{
    margin-top: 34px;
    margin-bottom: 30px;
}

.main_menu .menu .item + .item{
    margin-top: 10px;
}

.main_menu .menu .item a{
    text-align: left;
}

.main_menu .menu .item.active a{
    color: var(--color-gray);
}

.main_menu .schedule{
    color: var(--color-black);
    font-size: 13px;
    line-height: 18px;

    margin-top: auto;
    padding-top: 20px;

    border-top: 1px solid var(--color-gray2);
}


.modal{
    position: relative;

    display: none;

    width: 451px;
    max-width: 100%;
    padding-bottom: 50px;

    background: var(--color-white);
}

.modal:before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 75px;

    content: '';

    background: url('../images/bg-modal.png') 50% 0 no-repeat;
    background-size: cover;
}

.modal .head{
    position: relative;

    padding: 25px 25px 0;

    text-align: center;
}

.modal .link_btn2.margin-top{
    margin-top: 20px;
}

.modal .link_btn2 button{
    padding: 0 15px;
}

.modal .icon{
    display: flex;

    width: 86px;
    height: 86px;
    margin: 0 auto;

    border-radius: 50%;
    background: var(--color-white);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);

    justify-content: center;
    align-items: center;
    align-content: center;
}

.modal .icon svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.modal_title{
    font-family: var(--font_family2);
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;

    margin-top: 25px;
}

.modal_desc{
    font-size: 14px;
    line-height: 22px;

    max-width: 325px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
}

.modal_wishlist .modal_desc{
    margin-top: 19px;
    font-size: 16px;
    line-height: 26px;
}

.modal_wishlist .modal_desc .ic{
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.modal_city{
    max-width: 397px;
    margin: 17px auto 0;
    padding: 0 25px;
    overflow: hidden;
}

.modal_city .input{
    text-align: center;
}

.modal_city ul{
    font-size: 13px;
    line-height: 30px;

    margin-top: 30px;

    list-style: none;
    list-style-position: inside;

       -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
            column-count: 2;
}

.modal_city ul li{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}


.modal_paybonus{
    width: 100%;
    max-width: 401px;
    margin: 23px auto 0;
    padding: 0 25px;
}

.modal_paybonus .item{
    font-family: var(--font_family2);
    line-height: 26px;

    justify-content: space-between;
    flex-wrap: nowrap;
}

.modal_paybonus .item + .item{
    margin-top: 8px;
    padding-top: 6px;

    border-top: 1px solid var(--color-gray2);
}

.modal_paybonus .item .name{
    font-weight: 700;
    line-height: 26px;
}

.modal_paybonus .item .val{
    display: flex;

    margin-left: 15px;

    text-align: right;
    letter-spacing: .08em;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.modal_paybonus .item .val svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
    margin-left: 8px;
}

.modal_paybonus .item .total{
    font-size: 52px;
    line-height: 58px;

    letter-spacing: .02em;
}


.modal_login{
    margin-top: 18px;
}

.modal_login .social{
    display: flex;

    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.modal_login .social .soc{
    display: flex;

    width: 48px;
    height: 48px;
    padding: 5px;

    border: 1px solid var(--color-gray2);
    border-radius: 50%;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.modal_login .social .soc.fb{
    background: #3b5998;
}

.modal_login .social .soc + .soc{
    margin-left: 20px;
}

.modal_login .social .soc svg{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.modal_login .form{
    margin-top: 40px;
    padding: 0 25px 15px;

    text-align: center;

    border-top: 1px solid var(--color-gray7);
}

.modal_login .title{
    display: inline-block;

    margin-top: -15px;
    padding: 0 10px;

    vertical-align: top;

    background: var(--color-white);
}

.modal .line_form,
.modal .submit{
    max-width: 192px;
    margin-right: auto;
    margin-left: auto;
}

.modal .input{
    text-align: center;
}

.modal .submit{
    margin-top: 32px;
}

.modal .submit_btn{
    width: 100%;
    padding: 0 15px;
}

.modal_login .link{
    font-family: var(--font_family2);
    font-size: 13px;
    font-weight: 700;

    margin-top: 20px;
}

.modal_callback .form{
    margin-top: 15px;
    padding: 0 25px;

    text-align: center;
}

.modal_callback .submit{
    margin-top: 60px;
}

.modal_wishlist .modal_callback .submit{
    margin-top: 126px;
}

.modal_cart{
    width: 677px;
}

.modal_cart .cart_informer{
    margin-top: 30px;
    padding: 0 50px;
}

.modal_cart .cart_informer .top{
    padding: 18px 0;

    border-top: 1px solid var(--color-gray2);
    border-bottom: 1px solid var(--color-gray2);

    justify-content: flex-start;
}

.modal_cart .cart_informer .top.empty{
    text-align: center;
    display: block;
    margin-bottom: 77px;
}

.modal_cart .cart_informer .top .span{
    color: currentColor;
    font-size: 16px;
    line-height: 26px;
}

.modal_cart .cart_informer .cart{
    margin-top: 30px;
}

.modal_cart .cart_informer .top .total{
    width: 150px;
    margin-right: 23px;
}

.modal_cart .cart_informer .top .dat{
    width: calc(100% - 173px);
}

.modal_cart .cart_informer .link_btn{
    margin-top: 31px;

    text-align: center;
}


.modal_writeus{}
.modal_writeus .input{
    height: 26px;
    padding-bottom: 7px;
}

.modal_writeus .modal_callback .form{
    margin-top: 35px;
}

.modal.modal_writeus .line_form{
    margin-bottom: 32px;
}

.modal_writeus .form textarea{
    height: 56px;
}

.modal_writeus .modal_callback .submit{
    margin-top: 103px;
}


@media (max-width: 1439px){
    header .top.logged .item + .item{
        margin-left: 25px;
    }


    .sect_subscribe .box{
        padding: 100px;
    }


    .product_info .cont{
        padding: 9px 25px 25px;
    }


    .product_delivery .box{
        padding-bottom: 95px;
    }


    .products .slider{
        padding: 0 75px;
    }

    .products .grid{
        margin-left: -11px;
    }

    .products .grid .product_wrap{
        width: calc(100% / var(--products_count) - 11px);
        margin-left: 11px;
    }

    .products .grid .product{
        padding: 15px 15px 0;
    }


    .earning_bonuses:before{
        height: 227px;
    }

    .earning_bonuses .b_left{
        width: 100%;
    }

    .earning_bonuses .b_right{
        width: 100%;
        margin-bottom: 58px;
    }

    .account .earning_bonuses{
        padding-right: 50px;
    }


    .account .bonuses_manage .box_card{
        width: 100%;
        max-width: 100%;
    }

    .account .bonuses_manage .right_info{
        width: 100%;
        max-width: 100%;
    }

    .account_tasks{
        min-height: 1px;
    }


    .article .box_set{
        margin-left: 0;
    }
}

@media (max-width: 1199px){
    /*---------------
        Main styles
    ---------------*/
    body{
        padding: 0;
    }

    /*---------------
        Header
    ---------------*/
    header .top .item + .item{
        margin-left: 30px;
    }

    header .top.logged .item + .item{
        margin-left: 20px;
    }

    header .top .item_bonuses{
        display: none;
    }

    header .menu .item + .item,
    header .menu .item_search{
        margin-left: 20px;
    }

    /*---------------
        Main section
    ---------------*/
    .main_slider .slide,
    .main_slider .slide.dark,
    .main_slider .slide.bg{
        min-height: 585px;
        padding: 36px 100px 36px;
    }


    .sect_subscribe .box{
        min-height: 400px;
        padding: 50px;
    }

    .sect_subscribe .img{
        bottom: -27px;

        width: 395px;
    }


    .journal .item .data{
        padding: 26px;
    }

    .journal .item .line_time .time{
        right: 3px;
    }


    .checkout .grid{
        margin-left: 0;
    }

    .checkout .grid .block{
        width: 100%;
        margin-left: 0;
    }


    .checkout .delivery{
        margin-left: -50px;
    }

    .checkout .delivery .column{
        width: calc(50% - 50px);
        margin-left: 50px;
    }


    .sect_video .data{
        padding-left: 50px;
    }


    .reviews .data .col_r{
        width: calc(34% - 40px);
        margin-left: 40px;
    }

    .reviews .review .info_right{
        width: calc(34% - 40px);
        margin-left: 40px;
    }


    .product_set .item{
        padding: 25px;
    }


    .products .grid{
        --products_count: 3;
    }


    .account .box_tabs{
        padding: 30px;
    }

    .account .box_tabs .info{
        margin-bottom: -20px;
        margin-left: -20px;
    }

    .account .box_tabs .info .item{
        min-width: 93px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .account .box_pad{
        padding: 30px;
    }

    .account .earning_bonuses{
        padding-right: 30px;
        padding-bottom: 0;
    }

    .account table thead th{
        padding-right: 14px;
    }

    .account table tbody td{
        padding-right: 14px;
    }

    .account .box_orders table tbody td.td_number{
        width: 115px;
    }

    .account table tbody td.td_status{
        width: 115px;
    }

    .account_comments table tbody td.td_comment{
        width: 42%;
    }

    .account_subscribes .item .info{
        width: 350px;
    }

    .account_subscribes .item .checkbox_subscribe{
        width: calc(100% - 450px);
    }


    figure.left{
        margin-left: -126px;
    }

    figure.right{
        margin-right: -126px;
    }


    .article .head .col_l{
        width: 100%;
        max-width: 678px;
        margin: 0 auto;
    }

    .article .head .box{
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
    }

    .post_info{
        right: 50px;
    }

    /*---------------
        Footer
    ---------------*/
}


@media (min-width: 1025px){
    .catalog_menu {
        display: flex !important;
    }

    header .menu .sub_menu,
    header .menu .sub_menu .item_sub .data{
        display: block !important;
    }
}


@media (max-width: 1024px){
    /*---------------
        Main styles
    ---------------*/
    html{
        background: var(--color-white);
    }

    .page_sign_up .wrap{
        height: 100%;
    }

    .page_sign_up .main{
        height: 100%;
    }

    .hidden_mob{
        display: none;
    }

    .read_more{
        display: block;
    }


    .main_letter{
        font-size: 42px;
        line-height: 42px;
    }

    .inner_head .main_letter{
        font-size: 48px;
        line-height: 48px;
    }


    .main_title{
        font-size: 28px;
        line-height: 34px;
    }


    .breadcrumbs{
        font-size: 9px;
        line-height: 18px;
    }

    .breadcrumbs .sep{
        margin: 0 8px;
    }


    .sorting .select_wrap .nice-select .current{
        font-size: 11px;
        height: 26px;
        line-height: 26px;
    }


    .buttonUp{
        display: none;
    }

    .cart-menu_button{
        display: none;
    }


    .sect_warning .cont{
        padding-top: 25px;
        padding-bottom: 0;
    }

    .warning .warning_box.block{
        padding: 15px 10px;
        padding-left: 0;
    }

    /*---------------
        Header
    ---------------*/
    header{
        padding: 0;
    }

    header .top .cont{
        display: none;
    }

    header .middle{
        margin: 0;
    }

    header .middle_line{
        padding: 23px 0;
    }

    header .middle_line .cart_info a .name{
        display: none;
    }

    header .menu{
        padding: 7px 0;

        justify-content: space-between;
    }

    header .menu .item{
        padding: 0;
    }

    header .menu .item_catalog{
        display: block;
    }

    header .menu .item_catalog a{
        display: block;
    }

    header .menu .item_catalog a:hover{
        color: currentColor;
    }

    header .menu .item_catalog a.active{
        color: var(--color-brown);
    }


    header .middle_line .cart_info .cart_hover{
        display: none;
    }

    header .menu .catalog_menu{
        display: none;
        position: absolute;
        left: -25px;
        top: calc(100% + 1px);
        z-index: 99;
        background: var(--color-white);
        width: calc(100% + 50px);
        padding: 25px;
        box-shadow: 0 6px 8px 0 rgb(0 0 0 / 16%);
    }

    header .menu .catalog_menu .item + .item{
        margin-left: 0;
        margin-top: 10px;
    }

    header .menu .catalog_menu .item a{
        width: 100%;
        display: block;
        text-align: left;
        position: relative;
        padding-right: 15px;
    }

    header .menu .catalog_menu .item a:before{
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 0;
        top: 0px;
        color: var(--color-gray2);
        transform: rotate(-90deg);
        transition: .2s linear;
    }

    header .menu .catalog_menu .item.no_child a:before{
        display: none;
    }

    header .menu .sub_menu .item_sub .columns .column ul li a:before{
        display: none;
    }

    header .menu .catalog_menu .item a:hover{
        color: currentColor;
    }

    header .menu .catalog_menu .item a.active,
    header .menu .catalog_menu .item a.active:before{
        color: var(--color-brown);
    }

    header .menu .catalog_menu .item a.active:before{
        top: 2px;
        transform: rotate(0);
    }

    header .menu .sub_menu{
        position: relative;
        left: auto;
        top: auto;
        visibility: visible;
        opacity: 1;
        border-left: 1px solid var(--color-gray2);
        margin-top: 11px;
        padding: 9px 0;
        padding-left: 24px;
        display: none;
        transition: none;
        box-shadow: none;
    }

    header .menu .sub_menu:after,
    header .menu .sub_menu:before{
        display: none;
    }

    header .menu .cont_small{
        display: block;
    }

    header .menu .sub_menu .item_sub + .item_sub{
        margin-left: 0;
        margin-top: 10px;
    }

    header .menu .sub_menu .item_sub > a{
        text-transform: none;
        border: none;
    }

    header .menu .sub_menu .item_sub.no_child > a:before{
        display: none;
    }

    header .menu .sub_menu .item_sub > a.active{
        color: var(--color-brown);
    }

    header .menu .sub_menu .item_sub .data{
        position: relative;
        left: auto;
        top: auto;
        visibility: visible;
        opacity: 1;
        border-left: 1px solid var(--color-gray2);
        margin-top: 12px;
        padding: 3px 0 10px;
        padding-left: 22px;
        display: none;
        transition: none;
        box-shadow: none;
    }

    header .menu .sub_menu .item_sub .data .col_l,
    header .menu .sub_menu .item_sub .data .col_r{
        width: 100%;
    }

    header .menu .sub_menu .item_sub .data .col_r{
        border: none;
        border-top: 1px solid var(--color-gray2);
        padding-top: 25px;
        padding-left: 0;
        margin-top: 26px;
    }

    header .menu .sub_menu .item_sub .columns .column{
        width: 100%;
    }

    header .menu .sub_menu .item_sub .logos .item_logo {
        width: calc(100% / 3 - 20px);
    }

    header .menu .sub_menu .item_sub .show_more{
        margin-top: 9px;
    }

    /*---------------
        Main section
    ---------------*/
    .main_slider .slide{
        display: block;

        text-align: center;
    }

    .main_slider .slide.center,
    .main_slider .slide.vertical_center{
        display: flex;
    }

    .main_slider .slide .data{
        width: 100%;
    }

    .main_slider .slide .img{
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;

        width: 100%;
        height: 350px;
        margin-top: 32px;
    }

    .main_slider .slide .img picture{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .main_slider .slide.dark .img{
        height: 210px;
    }

    .main_slider .slide .img img{
        margin: 0 auto;
    }

    .main_slider .slide .name{
        font-size: 24px;
        line-height: 30px;
    }


    .info_section .box{
        padding: 49px 25px;
    }

    .info_section .main_title{
        font-size: 28px;
        line-height: 34px;

        min-height: 68px;
    }

    .info_section .main_title.narrow{
        max-width: 350px;
    }


    .inner_head .box{
        padding: 50px 25px 50px;
    }


    .collection .box{
        padding: 50px 25px;
    }

    .collection .grid{
        display: block;
    }

    .collection .grid + .grid{
        display: none;
    }

    .collection .item{
        display: block;

        width: 100%;
        min-height: 325px;
    }

    .collection .item + .item{
        margin-top: 25px;
    }

    .collection .item .top .arrow_cirle{
        color: var(--color-black);

        border-color: var(--color-white);
        background: var(--color-white);
    }


    .sect_subscribe .box{
        padding: 400px 25px 50px;
    }

    .sect_subscribe .box:after{
        position: absolute;
        z-index: 5;
        top: 275px;
        left: 0;

        width: 100%;
        height: 142px;

        content: '';

        background: linear-gradient(180deg, rgba(242, 234, 219, 0) 0%, var(--color-beige) 77.6%);
    }

    .sect_subscribe .img{
        top: -35px;
        right: auto;
        bottom: auto;
        left: 50%;

        transform: translateX(-50%);
    }

    .sect_subscribe .data{
        position: relative;
        z-index: 10;

        width: 100%;
        max-width: 100%;

        text-align: center;
    }


    .journal .cont{
        padding-bottom: 0;
    }

    .journal .box{
        padding: 50px 25px;
    }

    .journal .item .wrap_tags{
        --padd-width: 26px;
        overflow: hidden;
    }

    .journal .item .tags{
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .journal .items .item{
        width: calc(100% / 2 - 25px);
    }

    .journal .items .item:nth-child(n+3){
        display: none;
    }

    .journal.journal_page .items .item:nth-child(n+3){
        display: block;
    }


    .fixed_buttons{
        display: flex;
    }

    .checkout .delivery{
        margin-left: 0;
    }

    .checkout .delivery .column{
        width: 100%;
        margin-left: 0;
    }


    .product_info .images{
        width: 100%;
    }

    .product_info .images .wrap_slider{
        justify-content: center;
    }

    .product_info .data{
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .product_info h1{
        font-size: 28px;
        line-height: 34px;
    }

    .product_info .line_price .price{
        font-size: 42px;
        text-align: center;
    }


    .sect_buttons .cont{
        padding-top: 17px;
    }

    .sect_buttons .ic_cart_btn span.n_price{
        display: inline-block;
    }


    .tabs_container .main_tabs{
        width: calc(100% + 100px);
        margin-left: -50px;
    }

    .tabs_container .main_tabs:before,
    .tabs_container .main_tabs:after{
        width: 50px;
        height: 1px;

        content: '';

        flex-shrink: 0;
    }


    .advantages .box{
        padding: 50px 25px;
    }

    .advantages .item{
        width: 100%;
    }


    .sect_video .box{
        padding: 21px 16px 29px;
    }

    .sect_video .wrap_video{
        width: 60%;
    }

    .sect_video .data{
        width: 40%;
        padding-left: 30px;
    }


    .reviews .cont{
        padding: 60px 50px 36px;
    }

    .reviews .data .col_l{
        width: 100%;
    }

    .reviews .data .col_r{
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
        margin-left: 0;
    }

    .reviews.comments .data .col_r{
        max-width: 100%;
    }

    .reviews .review .box{
        width: 100%;
        padding: 25px;
    }

    .reviews .review.answer .box {
        width: calc(100% - 30px);
    }

    .reviews .review .answer_box{
        width: 100%;
    }

    .reviews .review .answer_box .form_review{
        padding: 25px;
    }

    .reviews .review .info_right{
        display: none;
    }

    .reviews .review .line_name{
        display: flex;

        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    .reviews .review .line_name .name{
        margin-bottom: 17px;
    }

    .reviews .review .line_name .stars{
        display: flex;

        margin-bottom: 17px;
        margin-left: 15px;

        flex-shrink: 0;
    }

    .reviews .review .status_moderate{
        display: none;
    }

    .reviews .review .status_moderate span{
        font-size: 13px;
        line-height: 22px;
        padding: 0 14px;
    }

    .reviews .review .wrap_line .status_moderate.mob{
        display: block;
    }


    .metadata .cont{
        padding-top: 36px;
    }

    .metadata .columns{
        margin-left: -80px;
    }

    .metadata .columns .column{
        margin-left: 80px;
    }

    .metadata .box{
        padding: 50px 27px;
    }


    .products .cont{
        padding: 50px 25px 50px;
    }

    .products .slider{
        margin-top: 35px;
        padding: 0 50px;
    }

    .products .slider.owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }

    .products .slider.owl-carousel .owl-nav button.owl-next{
        right: 0;
    }


    .product_set .item .wrap_thumb{
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .product_set .item .data{
        width: 100%;
        margin-top: 20px;
    }


    .breadcrumbs .hidden_mob{
        display: none;
    }


    .sect_sorting .open_filter_btn{
        width: 24px;
    }

    .sect_sorting .open_filter_btn button .icon{
        margin-right: 0;
    }

    .sect_sorting .open_filter_btn button span{
        display: none;
    }

    .sect_sorting > .cont > .box > .sorting{
        width: 24px;
    }

    .sect_sorting > .cont > .box > .sorting > .select_wrap{
        display: none;
    }

    .sect_sorting .select_wrap{
        width: 100%;
    }

    .sect_sorting .select_wrap .nice-select .list{
        left: 0;
    }

    .sect_sorting .box.hidden_desktop{
        display: block;
    }


    .filter_modal{
        height: calc(100% - 60px);
    }

    .filter_modal .close{
        top: 20px;
        right: 15px;

        background: none;
        box-shadow: none;
    }

    .filter_modal .data_scroll{
        padding: 30px 25px 80px;
    }

    .filter_modal .title{
        font-size: 13px;

        margin-bottom: 8px;
    }

    .filter_modal .checkbox .label_check .check_text{
        font-size: 11px;

        padding-left: 20px;
    }

    .filter_modal .submit{
        left: 25px;

        width: calc(100% - 50px);
    }


    .catalog_tags.desktop{
        display: none;
    }

    .catalog_tags .grid{
        margin-bottom: -7px;
        margin-left: -8px;
    }

    .catalog_tags .link_btn2{
        margin-bottom: 7px;
        margin-left: 8px;
    }

    .catalog_tags .link_btn2 a,
    .catalog_tags .link_btn2 button{
        font-size: 11px;

        padding: 0 8px;
    }

    .catalog_tags.page_delivery .link_btn2 a,
    .catalog_tags.page_delivery .link_btn2 button{
        padding: 0 10px;
        font-size: 13px;
    }


    .products .grid{
        margin-bottom: -20px;
    }

    .products .grid .product_wrap{
        margin-bottom: 20px;
    }

    .products .grid .product:hover{
        padding-bottom: 0;

        box-shadow: none;
    }

    .products .grid .product{
        padding: 0;
    }

    .products .product .fav_btn{
        display: none;
    }

    .products .product:hover .wrap_price .bonuses{
        display: none;
    }

    .products .product:hover .span{
        display: none;
    }

    .products .product:hover .buttons{
        display: none;
    }


    .sect_sorting .cont{
        padding-top: 22px;
    }


    .sect_dadd .bg.mob{
        display: block;
    }

    .sect_dadd .bg.desktop{
        display: none;
    }

    .sect_dadd .data{
        font-size: 13px;

        height: 50px;
        padding: 5px 0;
    }

    .sect_dadd .link_btn2{
        display: none;
    }


    .inner_head .cont{
        padding-top: 20px;
    }


    .page_sign_up header,
    .page_sign_up .sect_socials,
    .page_sign_up footer{
        display: none;
    }

    .sign_up{
        height: 100%;
    }

    .sign_up .cont{
        height: 100%;
        padding: 0;
    }

    .sign_up .box_flex{
        height: 100%;
    }

    .sign_up .box_flex{
    }

    .sign_up .col_l{
        display: none;
    }

    .sign_up .box_form .submit{
        position: fixed;
        z-index: 99;
        bottom: 60px;
        left: 0;

        width: 100%;
    }

    .sign_up .box_form .submit_login{
        padding: 0;
    }

    .sign_up .col_r{
        position: fixed;
        top: 0;
        left: 0;

        display: flex;
        overflow-y: auto;
        flex-direction: column;

        width: 100%;
        width: 100%;
        height: calc(100% - 60px);
        padding-bottom: 63px;

        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    .sign_up .box_form{
        max-width: 100%;
        margin-top: 0;
        margin-bottom: auto;

        box-shadow: none;
    }

    .sign_up .form .line_flex-tel{
        justify-content: flex-start;
    }

    .sign_up .box_form .head:before{
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 75px;

        content: '';

        background: url(../images/bg-modal.png) 50% 0 no-repeat;
        background-size: cover;
    }

    .sign_up .box_form .icon{
        position: relative;

        display: flex;

        margin-bottom: 25px;
    }

    .sign_up .box_form .modal_title{
        font-size: 20px;
        line-height: 26px;
    }

    .sign_up .box_form .modal_desc{
        font-size: 14px;
        line-height: 22px;

        margin-top: 15px;
    }


    .account .col_l{
        width: 100%;
        margin-bottom: 20px;
    }

    .account .col_r{
        width: 100%;
    }

    .account .user{
        display: flex;

        padding: 30px;

        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
    }

    .account .user:before{
        height: 100px;
    }

    .account .user .icon{
        margin: 0;
    }

    .account .user .data{
        position: relative;

        width: calc(100% - 153px);
    }

    .account .user .top{
        display: flex;

        text-align: left;

        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    .account .user .top .name{
        width: calc(100% - 50px);
    }

    .account .user .top .ic_arrow{
        display: flex;
    }

    .account .user .info{
        margin-top: 30px;
    }

    .account .user .wrap_avatar{
        margin-top: 20px;
    }


    .account .box_tabs{
        padding: 0;

        background: none;
    }

    .account_comments table tbody td.td_comment{
        width: 52%;
    }


    .products.wishlist .cont{
        padding-top: 25px;
    }

    .products.wishlist .delete_btn{
        top: 0;
        right: 0;

        width: 13px;
        height: 13px;

        border: none;
    }

    .products.wishlist .delete_btn:before,
    .products.wishlist .delete_btn:after{
        width: 17px;
        height: 2px;
    }


    .brands .cont{
        padding-top: 15px;
    }

    .brands .line{
        padding-top: 15px;
        padding-bottom: 18px;
    }

    .brands .line .main_title{
        font-size: 24px;
        line-height: 24px;

        width: 38px;
    }

    .brands .line .wrap_items{
        width: calc(100% - 48px);
    }

    .brands .line .items{
        margin-bottom: -20px;
        margin-left: -12px;
    }

    .brands .line .item{
        width: 107px;
        margin-bottom: 20px;
        margin-left: 12px;
    }

    .brands .line .item .name{
        font-size: 14px;
        line-height: 22px;

        margin-top: 6px;
    }


    .about_info{
        text-align: center;
    }

    .about_info .cont{
        padding: 40px 50px 35px;
    }

    .about_info .col_l{
        margin: 0 auto;
    }

    .about_info .col_r{
        width: 100%;
        max-width: 100%;
        margin-top: 27px;
        padding-top: 36px;
    }

    .about_info .col_r .text_block{
        margin: 0 auto;
    }

    .about_info .photo{
        margin: 0 auto;
    }

    .about_info .text_block:before{
        top: -45px;
        left: 50%;

        transform: translateX(-50%);
    }


    .car_delivery .cont{
        padding: 22px 50px 13px;
    }

    .car_delivery .box{
        padding-bottom: 24px;
    }


    .countries_delivery .cont{
        padding: 13px 50px 37px;
    }

    .countries_delivery .column{
        width: 100%;
        max-width: 100%;

        text-align: center;
    }

    .countries_delivery .col_r{
        margin-top: 25px;
    }


    .catalog_tags.page_delivery .cont{
        padding: 35px 50px 15px;
    }


    .product_delivery.page_delivery .cont{
        padding: 15px 50px 18px;
    }


    .banner_delivery{
        text-align: center;
    }

    .banner_delivery .cont{
        padding: 95px 25px 34px;
    }

    .banner_delivery .box{
        padding: 116px 25px 50px;

        justify-content: center;
    }

    .banner_delivery .box .img{
        top: -77px;
        bottom: auto;
        left: 50%;

        width: 212px;

        transform: translateX(-50%);
    }

    .banner_delivery .box .img:after{
        position: absolute;
        bottom: -3px;
        left: 0;

        width: 100%;
        height: 64px;

        content: '';

        background: linear-gradient(180deg, rgba(242, 234, 219, 0) 0%, #f2eadb 77.6%);
    }

    .banner_delivery .box .col_l{
        width: 100%;
    }

    .banner_delivery .box .link_btn2{
        margin-top: 23px;
    }


    .delivery_items .cont{
        padding: 34px 50px 44px;
    }

    .delivery_items .item{
        width: 100%;

        text-align: center;
    }

    .delivery_items .item .icon{
        justify-content: center;
    }


    .delivery_packaging .cont{
        padding-top: 44px;
        padding-bottom: 18px;
    }

    .delivery_packaging .box{
        padding-top: 50px;
    }

    .delivery_packaging .box:before{
        height: 400px;
    }

    .delivery_packaging .images{
        width: calc(100% - 350px);
    }

    .delivery_packaging .images .column{
        width: calc(50% - 5px);
    }

    .delivery_packaging .images .img + .img{
        margin-top: 11px;
    }


    .delivery_payments{
    }

    .delivery_payments .cont{
        padding: 25px 50px 50px;
    }

    .delivery_payments .grid{
        margin-bottom: -25px;

        text-align: center;
    }

    .delivery_payments * + .grid{
        margin-top: 45px;

        text-align: left;
    }

    .delivery_payments .grid .col_l,
    .delivery_payments .grid .col_r{
        width: 100%;
        margin-bottom: 25px;
    }

    .delivery_payments .grid .col_l.title{
        max-width: 100%;
    }

    .delivery_payments .items{
        margin-top: 36px;
    }

    .delivery_payments .items .item{
        width: calc(25% - 30px);
    }


    .contacts_items .grid .item{
        width: calc(50% - 42px);
    }


    .article .text_block p,
    .article .text_block ul,
    .article .text_block ol,
    .post .text_block ol li{
        font-size: 18px;
        line-height: 26px;
    }

    .post .text_block ol li:before{
        font-size: 18px;
        line-height: 26px;
    }


    .articles .grid{
        margin-bottom: -25px;
        margin-left: -25px;
    }

    .articles .grid .wrap_item{
        width: calc(50% - 25px);
        margin-bottom: 25px;
        margin-left: 25px;
    }


    .about_sets .set{
        padding-top: 75px;
    }

    .about_sets .set .col_l {
        width: calc(100% - 345px);
        max-width: 739px;
    }

    .about_sets .set .col_r{
        margin-left: 29px;
    }


    .journal.journal_page .cont{
        padding-bottom: 25px;
    }

    .journal.journal_page .link_btn{
        margin-top: 27px;
    }

    .journal_tags{
        padding: 0;
        padding-bottom: 22px;
        border: none;
    }

    .journal .item .tags:before,
    .journal .item .tags:after{
        display: block;
    }

    .journal_tags .tag{
        padding: 0 7px;
        height: 28px;
        line-height: 26px;
        font-size: 11px;
        min-width: 1px;
    }

    .journal_tags .tag + .tag{
        margin-left: 15px;
    }

    .journal .item .tags .tag{
        font-size: 11px;
    }

    .journal .item .tags .tag + .tag{
        margin-left: 12px;
    }


    .sect_error .img{
        max-width: 190px;
        margin: 0 auto;
    }

    .sect_error .data{
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .sect_error .data h1{
        text-align: center;
    }

    .sect_error .title{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.03em;
    }

    .sect_error .title:not(.marg){
        text-align: center;
    }

    .sect_error .title.marg{
        margin-top: 35px;
    }

    .sect_error ul{
        margin-left: 18px;
    }


    .post_info{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        position: relative;
        top: auto;
        right: auto;
        padding-bottom: 16px;
        margin-bottom: 10px;
        margin-top: -14px;
        border-bottom: 1px solid var(--color-gray2);
    }

    .post_info .item{
        width: calc(50% - 10px);
        text-align: left;
        margin-top: 14px;
    }

    .post_info .item .top{
        justify-content: flex-start;
    }

    .article .text_block p,
    .article .text_block ul{
        margin-bottom: 14px;
    }

    figure.left{
        margin-left: 0;
    }

    figure.right{
        margin-right: 0;
    }


    .slider_images .slider{
        padding-left: 0;
        padding-right: 0;
    }


    .article_info .cont{
        padding-bottom: 50px;
    }

    .article_info .box .column{
        width: 100%;
        max-width: 100%;
    }

    .article_info .box .column:nth-child(2){
        max-width: 100%;
        width: 100%;
    }

    .article_info .box .column:nth-child(3){
        text-align: center;
        margin-top: 16px;
        padding-top: 19px;
        border-top: 1px solid var(--color-gray2);
    }

    .article_info .box .column .submit{
        margin: 20px auto 0;
    }

    .article_info .box .column .article_review{
        justify-content: center;
    }

    .article_info .box .column + .column{
        margin-top: 13px;
    }

    .article_info .tag_info .tags_list span:nth-child(n+3){
        display: inline;
    }

    .article_info .tag_info .tags_list span:nth-child(n+5){
        display: none;
    }


    .reviews.hidden_data .cont:before{
        height: 343px;
    }

    .reviews.hidden_data.comments .cont:before{
        height: 220px;
    }


    .info_section .tabs_container .wrap_tabs{
        display: block;
    }

    .info_section .tabs_container .main_tabs{
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-left: -50px;
        margin-top: 0;
        max-width: none;
    }

    .info_section .tabs_container .main_tabs button{
        margin-left: 0;
        margin-top: 0;
    }

    .info_section .tabs_container .main_tabs button + button{
        margin-left: 23px;
    }


    header .search_wrap .search_result .main_tabs{
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    header .search_wrap .search_result .main_tabs:before,
    header .search_wrap .search_result .main_tabs:after{
        display: none;
    }

    /*---------------
        Footer
    ---------------*/

    /*---------------
        Popup
    ---------------*/
    .main_menu{
        height: calc(100% - 60px);
    }

    .main_menu .menu{
        margin-bottom: 0;
    }

    .main_menu .schedule{
        margin-top: 39px;
    }


    .city_check{
        bottom: 60px;
        left: 0;

        width: 100%;

        border-right: none;
        border-bottom: none;
        border-left: none;

        align-items: center;
        align-content: center;
    }



    .modal{
        width: 1024px;

        flex-grow: 1;
    }


    .modal.modal_cart{
        padding-bottom: 15px;
    }

    .modal .cart_informer .cart .items{
        max-height: 480px;
    }

    .modal_cart .cart_informer .link_btn{
        margin-top: 15px;
    }


    .modal_wishlist .modal_callback .submit{
        margin-top: 60px;
    }
}


@media (max-width: 767px){
    /*---------------
        Main styles
    ---------------*/
    h1,
    .page_title{
        font-size: 28px;
        line-height: 34px;
    }


    .inner_head .main_letter{
        font-size: 42px;
        line-height: 42px;
    }


    .main_tabs{
        margin-bottom: 17px;
    }

    .amount{
        width: 91px;
    }

    .amount button{
        height: 48px;

        flex-shrink: 0;
    }

    .amount .btns button:first-child{
        border: 1px solid var(--color-gray2);
    }

    .amount .btns .minus{
        display: none;
    }

    .amount button.mob{
        display: block;

        border-left: none;
    }


    .form .line_flex .line_form{
        width: 100%;
    }

    .form .line_form .error{
        text-align: center;
    }


    .substance .list{
        padding-left: 0;
    }

    .text_block table{
        border: 0;
    }

    .text_block table thead{
        display: none;
    }

    .text_block table tr{
        display: block;

        margin-bottom: 18px;
        border-bottom: 1px solid var(--color-gray7);
    }

    .text_block table tr td{
        display: block;

        text-align: right;
        background: var(--color-gray5);
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        padding: 4px 10px;
    }

    .text_block table tr td + td{
        border-top: none;
    }

    .text_block table tr td:empty{
        display: none;
    }

    .text_block table tr td::before{
        font-weight: bold;
        font-size: 14px;
        text-align: left;

        content: attr(data-label);
        margin-right: 10px;
        width: 98px;
        flex-shrink: 0;
    }

    .text_block table tr td:last-child{
        border-bottom: 0;
    }

    .text_block ol li,
    .post .text_block ol li{
        font-size: 14px;
        line-height: 22px;
    }

    .text_block ol li:before,
    .post .text_block ol li:before{
        font-size: 11px;
    }


    /*---------------
        Header
    ---------------*/
    header .middle_line{
        justify-content: space-between;
    }

    header .middle_line .col_l{
        width: auto;
    }

    header .middle_line .col_r{
        line-height: 1px;

        width: auto;
    }

    header .middle_line .logo{
        width: 171px;
        margin: 0 15px;
        padding: 0;
    }

    header .middle_line .cart_info{
        display: none;
    }

    header .middle_line .location_btn{
        display: inline-block;

        margin-left: auto;

        vertical-align: top;
    }

    .mob_menu_link .btn{
        width: 22px;
        height: 22px;
        margin-right: 0;

        border: none;
        border-radius: 0;
    }

    .mob_menu_link:hover .btn{
        background: none;
    }

    .mob_menu_link .text{
        display: none;
    }

    /*---------------
        Main section
    ---------------*/
    .main_slider .cont{
        padding-top: 26px;
    }

    .main_slider .slide,
    .main_slider .slide.dark,
    .main_slider .slide.bg{
        padding: 25px 25px 35px;
    }


    .collection{
        margin-top: 84px;
    }

    .collection .cont{
        padding-top: 0;
    }

    .collection .box{
        padding: 0;

        background: none;
    }

    .collection .item .top{
        padding: 24px 25px;
    }

    .collection .item .bottom{
        padding: 20px 25px 29px;
    }


    .sect_subscribe .cont{
        padding-top: 48px;
    }

    .sect_subscribe .subscribe .input{
        width: 100%;

        text-align: center;
    }

    .sect_subscribe .subscribe .submit_btn2{
        margin: 20px auto 0;
    }


    .journal .cont{
        padding-top: 75px;
    }

    .journal .box{
        padding: 0;

        background: none;
    }

    .journal .items{
        margin-left: 0;
        margin-bottom: -25px;
    }

    .journal .items .item{
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }


    .sect_socials{
        margin-top: 75px;
    }


    .cart .items{
        width: calc(100% + 21px);
        padding-right: 15px;
    }


    .checkout .block{
        padding: 50px 25px;
    }

    .checkout .block .main_title{
        font-size: 26px;
        line-height: 40px;
    }

    .checkout .user_data .line_flex .line_form{
        width: 100%;
        margin-bottom: 20px;
    }

    .checkout .form .line_flex.line_flex-tel .line_form-tel {
        width: 109px;
        margin-bottom: 0;
    }

    .checkout .user_data .line_flex .line_form:last-child{
        margin-bottom: 0;
    }

    .checkout .user_data .block_link .text{
        width: calc(100% - 120px);
    }

    .checkout .block_total .buttons .button{
        width: 100%;
    }

    .checkout .block_total .buttons .button + .button{
        border-top: none;
    }

    .checkout .delivery .full_adress .field.street{
        width: calc(100% - 20px);
    }

    .checkout .delivery .full_adress .field.house,
    .checkout .delivery .full_adress .field.curb,
    .checkout .delivery .full_adress .field.flat{
        width: calc(100% / 3 - 20px);
    }

    .checkout .delivery .info_addres{
        display: block;
    }

    .checkout .delivery .info_addres .status{
        display: inline-block;

        margin-left: 0;

        vertical-align: top;
    }


    .socials .soc{
        width: 21px;
        height: 21px;
    }


    .sect_socials .socials{
        justify-content: flex-start;
    }



    .product_info .line_availability{
        justify-content: center;
    }

    .product_info h1{
        text-align: center;
    }

    .product_info hr{
        margin: 15px 0 19px;
    }

    .product_info .feature{
        margin-top: 20px;

        justify-content: center;
    }

    .product_info .line_price{
        margin-top: 5px;

        justify-content: center;
    }

    .product_info .line_price .bonuses{
        width: 100%;

        justify-content: center;
    }

    .product_info .line_stars{
        margin-top: 25px;

        justify-content: center;
    }

    .product_info .line_stars .main_tab{
        margin-left: 15px;
    }

    .product_info .images .wrap_slider{
        padding: 0;
    }

    .product_info .images .slider_btns{
        display: none;
    }


    .breadcrumbs .cont{
        padding-top: 27px;
        padding-bottom: 16px;
    }


    .sect_buttons{
        position: fixed;
        z-index: 99;
        bottom: 60px;
        left: 0;

        width: 100%;
    }

    .sect_buttons .cont{
        padding: 0;
    }

    .sect_buttons .link_btn{
        flex-grow: 1;
    }

    .sect_buttons .link_btn a{
        width: 100%;
    }

    .sect_buttons .link_btn2 a{
        display: flex;

        width: 48px;
        padding: 5px;

        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .sect_buttons .link_btn3{
        width: 50%;
    }

    .sect_buttons .link_btn2.link_btn4{
        width: 50%;
    }

    .sect_buttons .link_btn2.link_btn4 a{
        width: 100%;
    }

    .sect_buttons .disabled_btn{
        width: 100%;
    }

    .sect_buttons .link_btn2.link_btn4 a span{
        display: block;
    }

    .sect_buttons .link_btn2 .icon{
        display: block;

        max-width: 100%;
        max-height: 100%;
    }

    .sect_buttons .link_btn2 span{
        display: none;
    }


    .product_delivery .box{
        padding: 50px 25px;
    }

    .product_delivery table thead{
        display: none;
    }

    .product_delivery table tr{
        display: flex;

        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .product_delivery table tr + tr{
        margin-top: 25px;
    }

    .product_delivery table td{
        font-size: 13px;

        border: none;
    }

    .product_delivery table td:nth-child(1),
    .product_delivery table td:nth-child(5){
        padding-top: 0;
        padding-bottom: 10px;

        border-bottom: 1px solid var(--color-gray2);

        order: -1;
        align-self: flex-end;
    }

    .product_delivery table td:nth-child(1){
        width: calc(100% - 30px);
    }

    .product_delivery.page_delivery table td:nth-child(1){
        width: 100%;
    }

    .product_delivery table td:nth-child(5){
        width: 30px;

        text-align: right;
    }

    .product_delivery table td:nth-child(5) img{
        margin: 0 auto;
    }

    .product_delivery table td:nth-child(2){
        width: calc(100% - 100px);
        padding-top: 5px;
        padding-bottom: 0;
    }

    .product_delivery table td:nth-child(4){
        width: 100px;
        padding-top: 5px;
        padding-right: 0;
        padding-bottom: 0;

        text-align: right;
    }

    .product_delivery table td:nth-child(3){
        color: var(--color-gray);
        font-size: 11px;

        padding-top: 0;
        padding-bottom: 0;

        order: 5;
    }


    .sect_video .box{
        display: block;
    }

    .sect_video .wrap_video{
        width: 100%;

        order: 0;
    }

    .sect_video .video{
        padding-bottom: 67%;
    }

    .sect_video .data{
        width: 100%;
        max-width: 100%;
        padding: 0;

        text-align: center;
    }


    .info_section .tabs_container .main_tabs{
        justify-content: flex-start;
    }


    .advantages .cont{
        padding-top: 68px;
        padding-bottom: 75px;
    }

    .advantages .box{
        padding: 0;

        background: none;
    }

    .advantages .tabs{
        margin-bottom: 30px;
    }


    .reviews .head .item{
        width: calc(50% - 5px);
    }

    .reviews .head .item + .item{
        margin-left: 10px;
    }

    .reviews .head .item .title .desc_ver{
        display: none;
    }

    .reviews .head .item .title .mob_ver{
        display: block;
    }

    .reviews .data{
        margin-top: 68px;
    }

    .reviews .form_review{
        padding: 40px 25px 0;
    }

    .reviews .review .answer_box .form_review{
        padding-bottom: 0px;
    }

    .reviews .form_review .line_submit{
        width: calc(100% + 50px);
        margin-left: -25px;
    }

    .reviews .form_review .line_submit .file{
        margin: 0;
    }

    .reviews .form_review .line_submit .file.mob{
        display: block;
    }

    .reviews .form_review .line_submit .file input[type=file] + label{
        color: currentColor;

        display: flex;

        height: 48px;
        padding: 0 10px;

        text-align: center;

        border: 1px solid var(--color-gray2);

        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .reviews .form_review .line_submit .file input[type=file] + label .icon{
        display: block;

        max-width: 100%;
        max-height: 100%;
        margin-right: 9px;

        flex-shrink: 0;
    }

    .reviews .form_review .line_submit .file.desc{
        display: none;
    }

    .reviews .data .col_r .bonuses{
        justify-content: center;
    }

    .reviews .data .col_r .bonuses .hide{
        display: none;
    }

    .reviews .data h5{
        text-align: center;
    }

    .reviews .data .span{
        display: block;

        width: 100%;

        text-align: center;
    }

    .reviews .review .line_name{
        align-content: flex-start;
        align-items: flex-start;
    }

    .reviews .review .line_name .name{
        font-size: 13px;
        margin-top: 3px;
    }

    .reviews .review .line_name .stars{
        margin-top: 9px;
    }

    .reviews .review .line_name .stars .star{
        width: 10px;
    }

    .reviews .review .box .thumb{
        width: 33px;
        height: 33px;
    }

    .reviews .review .box .info{
        width: calc(100% - 48px);
        padding: 0;
    }

    .reviews .review .link{
        margin-top: 20px;
        font-size: 13px;
        line-height: 22px;
    }

    .reviews .review .box .info .text,
    .reviews .review .box .info .link,
    .reviews .review .box .info .comments_images{
        width: calc(100% + 48px);
        margin-left: -48px;
    }

    .reviews .review .box .info .wrap_line .link{
        width: auto;
    }

    .reviews .review .wrap_line .status_moderate.mob{
        margin-top: 20px;
        margin-right: -5px;
    }


    .metadata .columns .column:nth-child(3){
        margin-top: 19px;
    }

    .metadata .column .title{
        margin-bottom: 5px;
    }


    .sect_video .data .span{
        font-size: 13px;

        margin-bottom: 10px;
    }

    .sect_video .data .main_title{
        margin-bottom: 15px;
    }


    .products.catalog{
        display: block;
    }

    .products .grid{
        --products_count: 2;
    }

    .products .slider{
        padding: 0;
        padding-bottom: 40px;
    }

    .products .slider .owl-dot.active{
        background: currentColor;
    }

    .products .slider .product{
        padding: 0;
    }

    .products .product .name{
        font-size: 13px;
        line-height: 18px;
    }

    .products .product .wrap_price .price,
    .products .product .wrap_price .old_price{
        font-size: 13px;
        line-height: 15px;

        margin-top: 6px;
    }

    .products .product .stars{
        margin-top: 5px;
    }

    .products .product .wrap_tags{
        margin-top: 4px;
    }


    .product_set .items .item{
        width: 100%;
    }


    .uploaded_images{
        margin-bottom: 0;
        padding-bottom: 10px;
    }


    .pagination{
        width: 100%;

        justify-content: center;
    }

    .sect_pagination .link_btn{
        width: 100%;
        margin-top: 30px;
        margin-left: 0;

        text-align: center;
    }


    .metadata .columns{
        margin-left: 0;
    }

    .metadata .columns .column{
        width: 100%;
        margin-left: 0;
    }


    .sign_up .box_form .modal_login{
        padding-bottom: 0;
    }

    .sign_up .box_form .modal_login .box_pad{
        padding: 0 25px;
    }

    .sign_up .col_r > .span{
        padding: 0 25px;
    }

    .sign_up .box_form .modal_login .line_form .input{
        text-align: center;
    }

    .field_password .input{
        padding-left: 20px;
    }


    .account h4{
        font-size: 20px;
        line-height: 28px;

        margin-bottom: 19px;
    }

    .account .user{
        padding: 25px;
    }

    .account .user:before{
        height: 50px;
    }

    .account .user .icon{
        width: 48px;
        height: 48px;
        padding: 8px;
    }

    .account .user .data{
        width: calc(100% - 73px);
        margin-top: 0;
    }

    .account .user .name{
        font-size: 18px;
        line-height: 22px;

        margin-top: 6px;
        margin-bottom: 0;
    }

    .account .user .info{
        margin-top: 45px;
    }

    .account .user .top .ic_arrow{
        width: 32px;
        height: 32px;
    }

    .account .user .top .ic_arrow svg{
        width: 6px;
        margin-left: 0;
    }

    .account .box_tabs{
        margin-bottom: 40px;
    }

    .account .box_tabs .info .title{
        font-size: 11px;

        margin-bottom: 0;
    }

    .account .box_tabs .info .val{
        font-size: 20px;
    }

    .account .user .wrap_avatar .file{
        font-size: 13px;

        width: 100%;

        text-align: left;
    }

    .account .box_tabs .main_tabs{
    }

    .account .box_tabs .wrap_tabs.scroll:before,
    .account .box_tabs .wrap_tabs.scroll:after{
        left: -25px;

        width: 25px;
    }

    .account .box_tabs .wrap_tabs.scroll:after{
        right: -25px;
        left: auto;
    }

    .account .box_tabs .info{
        width: calc(100% + 50px);
        margin-right: -25px;
        margin-left: -25px;
    }

    .account .box_tabs .info .item{
        margin-left: 25px;
    }

    .account .box_tabs .info:before,
    .account .box_tabs .info:after{
        width: 25px;
    }

    .account .box_pad{
        padding: 47px 25px 25px;
    }

    .account .earning_bonuses{
        padding-bottom: 0;
    }

    .account table thead{
        display: none;
    }

    .account table tbody td.td_status{
        text-align: right;
    }

    .account table tbody tr{
        display: flex;

        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .account table tbody td{
        padding-top: 0;
    }

    .account table tbody tr .td_links{
        display: block;
    }

    .account table tbody td.td_status{
        padding-top: 8px;
        width: 163px;
    }

    .account .box_orders table tbody td.td_number{
        max-width: 45%;

        border-top: none;

        order: -3;
    }

    .account .box_orders table tbody td.td_date{
        width: 30%;

        border-top: none;

        order: -2;
        flex-grow: 1;
    }

    .account .box_orders table tbody td.td_total{
        width: 25%;
        padding-right: 0;

        text-align: right;

        border-top: none;

        order: -1;
    }

    .account .box_orders table tbody td.td_amount{
        width: calc(100% - 163px);
        padding-top: 3px;
    }

    .account table tbody td .hidden_desk{
        display: inline-block;
    }

    .earning_bonuses h6{
        font-size: 13px;

        margin-bottom: 0;
    }

    .earning_bonuses h5{
        font-size: 18px;
        line-height: 26px;
        line-height: 24px;

        margin-top: 0;
    }


    .account_tasks .item .info{
        flex-wrap: wrap;
    }

    .account_tasks .item .info .i_left{
        width: 100%;
    }

    .account_tasks .item .info .i_right{
        width: 100%;
        margin-left: 0;
        padding-top: 0;

        text-align: right;
    }

    .account_tasks .count_reviews{
        text-align: right;

        justify-content: flex-end;
    }

    .account_tasks .item .info h6 + .span{
        margin-bottom: 7px;
    }


    .account_comments table tbody td.td_comment{
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 5px;

        border-top: none;
    }

    .account_comments table tbody td.td_amount,
    .account_comments table tbody td.td_status,
    .account_comments table tbody td.td_bonus{
        line-height: 24px;

        padding-top: 7px;
    }

    .account_comments table tbody td.td_amount,
    .account_comments table tbody td.td_bonus{
        width: calc(50% - 113px / 2);
    }


    .account_subscribes .item .info{
        width: 100%;
    }

    .account_subscribes .item .checkbox_subscribe{
        width: 100%;
    }

    .earning_bonuses .b_left{
        margin-bottom: 50px;
    }

    .earning_bonuses .b_right{
        margin-bottom: 50px;
    }


    .head_wishlist .cont{
        padding-top: 26px;
    }

    .head_wishlist .box{
        padding-bottom: 3px;
    }

    .head_wishlist .main_title{
        font-size: 20px;
        line-height: 30px;
    }

    .head_wishlist .box .link a{
        display: block;

        width: 17px;
        height: 17px;

        text-decoration: none;

        background: url('../images/ic_delete.svg') 50% 50% no-repeat;
    }

    .head_wishlist .box .link a span{
        display: none;
    }


    .about_sets .set{
        padding: 50px 25px 0;

        text-align: center;
    }

    .about_sets .set .col_l{
        width: 100%;
        max-width: 100%;
    }

    .about_sets .set .col_r{
        width: 100%;
        max-width: 100%;
        margin-top: 29px;
        margin-left: 0;
    }

    .about_sets .cont{
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .about_sets .set + .set{
        margin-top: 70px;
    }

    .about_sets .set:before{
        height: 158px;
    }

    .about_sets .set:nth-child(even):before{
        height: 145px;
    }

    .about_sets .set h2{
        font-size: 24px;
        line-height: 30px;

        margin-bottom: 15px;
    }

    .about_sets .set .link_btn2{
        margin-top: 25px;
    }

    .about_sets .set .img + .img{
        margin-top: 15px;
    }


    .about_law{
        font-size: 11px;
    }

    .about_law .cont{
        padding: 30px 50px 0;
    }


    .about_info .man{
        width: calc(50% - 10px);
    }

    .about_info .man + .man{
        margin-left: 0;
    }

    .about_info .photo{
        width: 72px;
        height: 72px;
    }

    .about_info .name{
        font-size: 14px;

        margin-top: 10px;
        margin-bottom: -5px;
    }

    .about_info .span{
        font-size: 11px;
    }

    .about_info .span.age{
        margin-bottom: 10px;
    }

    .about_info .text_block:before{
        font-size: 48px;
    }


    .delivery_payments .box{
        padding-top: 25px;
    }

    .delivery_packaging .images{
        width: 100%;
    }

    .delivery_packaging .data{
        width: 100%;
        margin-top: 36px;

        text-align: center;
    }


    .countries_delivery h2{
        font-size: 24px;
        line-height: 30px;
    }


    .delivery_items .item h5{
        margin-top: 18px;
        margin-bottom: 12px;
    }


    .delivery_packaging h2,
    .delivery_payments h2{
        font-size: 24px;
        line-height: 32px;
    }


    .delivery_payments .items{
        margin-bottom: -35px;
    }

    .delivery_payments .items .item{
        width: calc(100% / 3 - 30px);
        margin-bottom: 35px;
    }


    .sect_accordion .cont{
        padding: 15px 50px 40px;
    }

    .accordion .item .title{
        font-size: 16px;
        line-height: 22px;
    }

    .accordion .item .title:before{
        top: -5px;
    }

    .accordion .item .data{
        padding-top: 10px;
    }


    .sect_feedback .cont{
        padding-bottom: 0;
    }

    .sect_feedback .wrap_box{
        padding-top: 50px;
    }

    .sect_feedback .wrap_box:before{
        height: 145px;
    }

    .sect_feedback .form{
        padding: 30px 25px 35px;

        text-align: center;
    }

    .sect_feedback .form h2{
        font-size: 24px;
        line-height: 30px;
    }

    .sect_feedback .form h2 br{
        display: block;
    }

    .sect_feedback .form .submit,
    .sect_feedback .form .link_btn{
        width: calc(100% + 50px);
        margin-left: -25px;
    }

    .sect_feedback .form .submit_btn,
    .sect_feedback .form .link_btn a{
        width: 100%;
    }

    .sect_feedback .form .line_form{
        margin-bottom: 28px;
    }

    .sect_feedback .form .input,
    .sect_feedback .form textarea{
        text-align: center;
    }


    .sect_contacts{
        text-align: center;
    }

    .sect_contacts .cont{
        padding: 5px 40px 26px;
    }

    .sect_contacts .box .col_l,
    .sect_contacts .box .col_r{
        width: 100%;
        max-width: 100%;
    }

    .sect_contacts .box .col_r{
        margin-top: 21px;
    }

    .sect_contacts h2{
        font-size: 24px;
        line-height: 30px;
    }

    .sect_contacts .item{
        max-width: 100%;
        margin-bottom: 21px;
    }

    .sect_contacts .info{
        margin-top: 30px;
    }

    .sect_contacts .cities{
        margin-top: 13px;

        justify-content: center;
    }


    .contacts_items .cont{
        padding: 26px 40px 30px;
    }

    .contacts_items .item{
        text-align: center;
    }

    .contacts_items .grid .item{
        width: 100%;
    }

    .contacts_items .links{
        justify-content: center;
    }

    .contacts_items .item * + .line{
        margin-top: 20px;
    }

    .contacts_items .item .info{
        margin-top: 20px;
    }

    .contacts_items .payment .block .icon{
        justify-content: center;
    }

    .contacts_items .red{
        max-width: 100%;
        margin: 5px auto 0;
    }


    .article .cont{
        padding: 10px 50px 18px;
    }

    .article .box_set{
        float: none;

        width: calc(100% + 50px);
        margin-top: 20px;
        margin-right: -25px;
        margin-bottom: 38px;
        margin-left: -25px;
        padding: 25px;
    }

    .article .box_set .name{
        font-size: 18px;
        line-height: 22px;
    }

    .article .box_set .arrow_cirle{
        color: var(--color-white);

        border-color: var(--color-brown);
        background: var(--color-brown);
    }

    .article .box_set .img{
        margin-top: 26px;
    }

    .article .box_set .bottom{
        margin-top: 30px;
    }

    .article .text_block p,
    .article .text_block ol,
    .article .text_block ul,
    .post .text_block ol li{
        font-size: 14px;
        line-height: 22px;
    }

    .post .text_block ol li:before{
        font-size: 14px;
        line-height: 22px;
    }


    .articles .cont{
        padding-top: 18px;
        padding-bottom: 50px;
    }

    .articles .item .data{
        padding: 21px 25px 25px;
    }

    .articles .item .title{
        font-size: 18px;
        line-height: 22px;
    }

    .articles .grid{
        margin-bottom: -15px;
        margin-left: -15px;
    }

    .articles .grid .wrap_item {
        width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-left: 15px;
    }


    .checkout .block .inner_block{
        padding: 40px 25px;
    }

    .checkout .block .delivery_data{
        margin-top: 30px;
    }

    .checkout .block .inner_block h5{
        font-size: 16px;
    }

    .checkout .block .inner_block * + h5{
        margin-top: 14px;
    }


    .cabinet_success{
        padding: 58px 25px 55px;
    }

    .cabinet_success h4{
        margin-bottom: 42px;
        font-size: 22px;
    }

    .cabinet_success .text_block{
        margin-bottom: 48px;
    }

    .cabinet_success .items .item{
        width: 100%;
    }

    .cabinet_success .link{
        margin-top: 47px;
    }


    figure.left{
        margin-left: -25px;
        width: calc(100% + 50px);
    }

    figure.right{
        width: calc(100% + 50px);
        margin-right: -25px;
    }


    .article_info .tag_info .tags_list span:nth-child(n+2){
        display: inline;
    }

    .article_info .tag_info .tags_list span:nth-child(n+3){
        display: none;
    }


    .article.post .head{
        padding-bottom: 25px;
        margin-bottom: 14px;
    }

    .post_info .item .top{
        font-size: 14px;
        line-height: 22px;
    }

    .post_info .item .top .icon{
        transform: scale(.8);
    }

    .post_info .item .span{
        margin-top: 0;
    }

    .post h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .post * + h2{
        margin-top: 40px;
    }

    .post h5{
        font-size: 16px;
        line-height: 22px;
    }

    .post h5 .icon{
        margin-right: 1px;
    }

    .article .products{
        margin-bottom: 50px;
    }



    .text_block ol li + li,
    .text_block ul li + li{
        margin-top: 20px;
    }

    .text_block ul li:before{
        top: 8px;
    }

    .text_block figure{
        margin-bottom: 20px;
    }


    .article_info .cont{
        padding-top: 20px;
    }


    .slider_images{
        margin-top: 30px;
    }


    .block_sharing{
        margin-bottom: 14px;
    }

    .article .head .box{
        margin-left: -1px;
    }

    .reviews.comments .form_review .wrap_btns .btns{
        margin-bottom: 0;
    }

    .reviews.comments .form_review .wrap_btns .wrap_rating{
        width: 100%;
        margin-bottom: 15px;
    }

    .reviews.comments .form_review .wrap_btns .wrap_rating .title{
        text-align: left;
    }

    .reviews.comments .form_review .wrap_btns .wrap_rating .rating_box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }


    .reviews.hidden_data .cont:before{
        height: 300px;
    }

    header .menu .search_wrap .search .input{
        font-size: 11px;
    }

    header .menu .search_wrap .search .submit_btn{
        width: 16px;
    }

    header .menu .search_wrap .search .submit_btn svg{
        width: 14px;
        height: 15px;
    }

    header .search_wrap .search_result{
        padding: 12px 22px 20px;
    }

    header .search_wrap .search_result .search_products .scroll{
        padding-top: 12px;
    }

    header .search_wrap .search_result .search_products .line .thumb{
        width: 55px;
        height: 55px;
        margin-right: 19px;
    }

    header .search_wrap .search_result .search_products .line .name{
        font-size: 11px;
        line-height: 18px;
    }

    header .search_wrap .search_result .search_products .line .art{
        font-size: 10px;
        margin-top: 0;
    }

    header .search_wrap .search_result .search_products .line .price{
        font-size: 11px;
    }

    header .search_wrap .search_result .search_products .line .old_price{
        font-size: 10px;
    }

    /*---------------
        Footer
    ---------------*/
    footer{
        padding-bottom: 168px;
    }

    footer .menu{
        margin-left: -15px;
    }

    footer .menu .column{
        width: calc(50% - 15px);
        margin-left: 15px;
    }

    footer .menu .column.large{
        width: 100%;
    }

    footer .middle .payments{
        width: 155px;
    }

    footer .bottom .content{
        flex-direction: column;

        text-align: center;

        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
    }

    footer .bottom .content .logo{
        margin: 0;
    }

    footer .bottom .content .copy{
        margin-top: 15px;
    }

    footer .bottom .content .creator{
        width: 100%;
        margin: 15px 0 0;
    }

    footer .middle{
        margin-top: 30px;

        align-items: flex-start;
        align-content: flex-start;
    }

    footer .middle .links .item a{
        font-size: 11px;
        line-height: 22px;
    }

    footer .middle .payments{
        width: 90px;
        margin-top: 5px;
    }

    footer .bottom{
        margin-top: 15px;
        padding-top: 15px;
    }

    footer .bottom .content .logo{
        opacity: .5;
    }

    footer .bottom .content .copy{
        font-size: 11px;
        line-height: 16px;

        max-width: 275px;
        margin: 15px auto 0;
    }

    footer .bottom .content .creator{
        font-size: 11px;
    }


    .fancybox-content.cart_content{
        height: 100%;
    }

    .modal.modal_cart{
        height: 100%;
    }

    .modal.modal_cart .head{
        height: 162px;
    }

    .modal_cart .cart_informer{
        height: calc(100% - 192px - 15px);
    }

    .modal_cart .cart_informer{
        padding: 0 25px;
    }

    .modal_cart .cart_informer .top .total{
        width: 130px;
    }

    .modal_cart .cart_informer .top .total .title{
        line-height: 22px;

        margin-top: 1px;

        vertical-align: bottom;
    }

    .modal_cart .cart_informer .top .dat{
        width: calc(100% - 153px);
    }

    .modal_cart .cart_informer .top .span{
        font-size: 14px;
        line-height: 22px;

        vertical-align: bottom;
    }

    .modal .cart_informer .cart .items{
        max-height: none;
    }

    .modal_cart .cart_informer .cart{
        height: calc(100% - 90px - 47px - 15px);
        margin-top: 0;
    }

    .modal_cart .cart_informer .cart .wrap_items{
        height: 100%;
    }

    .modal_cart .cart_informer .cart .items{
        height: 100%;
        padding-top: 30px;
    }
}


@media (max-width: 479px){
    /*---------------
        Main styles
    ---------------*/
    body{
        font-size: 14px;
    }


    .span{
        font-size: 11px;
        line-height: 16px;
    }

    .text_block{
        line-height: 22px;
    }


    .form .input{
        text-align: center;
    }

    .form .line_flex.line_flex-tel{
        justify-content: center;
    }

    .form .line_flex.line_flex-tel.line_flex-tel--success{
        justify-content: flex-start;
    }

    .form .line_flex.line_flex-tel .line_form-tel,
    .checkout .form .line_flex.line_flex-tel .line_form-tel{
        width: calc(100% - 106px);
    }

    .form .line_flex.line_flex-tel .line_form-tel--success{
        width: calc(100% - 134px);
    }

    .form .line_flex.line_flex-tel .line_form-tel .input{
        text-align: left;
    }

    .form .line_flex-tel .link_btn2{
        margin-left: 0;
        margin-top: 17px;
        width: 100%;
        text-align: center;
    }

    .form .line_flex-tel .link_btn2 button{
        width: 120px;
    }

    .submit_btn{
        padding: 0 30px;
    }


    /* Стили для радиокнопок */
    .radio .label_check .check_text,
    .radio_delivery .label_check .check_text{
        font-size: 14px;
        line-height: 18px;
    }

    .radio .label_check .check_text span{
        margin-top: 3px;
    }


    /* Стили для радиокнопок доставки */
    .radio_delivery .label_check .check_text .dur,
    .radio_delivery .label_check .check_text .col_r{
        font-size: 11px;
        line-height: 18px;
    }

    /* Стили для кнопки в виде ссылки */
    .link_btn a{
        width: 100%;
    }


    .bonuses{
        font-size: 14px;
        line-height: 26px;
    }

    .main_tabs button,
    button.main_tab{
        font-size: 13px;
    }
    /*---------------
        Header
    ---------------*/

    /*---------------
        Main section
    ---------------*/
    .main_slider .slide .sales{
        margin-bottom: 20px;
    }

    .main_slider .slide .info{
        font-size: 14px;
        line-height: 20px;

        margin-top: 11px;
    }

    .main_slider .slide .link_btn,
    .main_slider .slide .link_btn2{
        margin-top: 20px;
    }

    .main_slider .slide .img{
        height: 262px;
    }

    .main_slider .slide .img img{
        max-height: 262px;
    }

    .main_slider .slide .img.dark{
        height: 120px;
    }


    .info_section .cont{
        padding-top: 25px;
    }


    .inner_head .links{
        margin-bottom: -13px;
    }

    .inner_head .links .link{
        margin-bottom: 13px;
    }

    .inner_head .links .link{
        width: 100%;
    }

    .inner_head .links .link_btn a{
        width: 100%;
    }


    .journal .item .thumb{
        padding-bottom: 78.8%;
    }


    .collection .grid{
        margin-top: 25px;
    }

    .collection .item .top .name{
        font-size: 18px;
        line-height: 22px;
    }


    .sect_subscribe .img{
        width: 283px;
    }

    .sect_subscribe .box{
        padding-top: 294px;
    }

    .sect_subscribe .box:after{
        top: 146px;
    }

    .sect_subscribe .note{
        font-size: 14px;
        line-height: 22px;

        margin-top: 15px;
    }

    .sect_subscribe .note br{
        display: none;
    }


    .journal .item .data{
        padding: 24px 21px 32px 26px;
    }

    .journal .item .wrap_tags {
        --padd-width: 20px;
    }

    .journal .item .line_time .time{
        font-size: 11px;
    }

    .journal .item .cat{
        font-size: 11px;
    }

    .journal .item .date{
        font-size: 11px;
    }

    .journal .item .name{
        font-size: 16px;
        line-height: 22px;

        margin-top: 17px;
    }

    .journal .item .note{
        font-size: 14px;
        line-height: 22px;

        margin-top: 11px;
    }

    .journal .item .link_more{
        margin-top: 25px;
    }

    .journal .link_btn{
        margin-top: 27px;
    }

    .journal .item .tags{
        margin-top: 20px;
    }


    .sect_socials .cont{
        position: relative;

        padding-bottom: 15px;

        border: none;
    }

    .sect_socials .cont:after{
        position: absolute;
        bottom: 0;
        left: 25px;

        width: calc(100% - 50px);
        height: 1px;

        content: '';

        background: var(--color-gray2);
    }


    .cart .item{
        padding-top: 20px;
    }

    .cart .item + .item{
        margin-top: 13px;
    }

    .cart .item .name{
        font-size: 14px;
        line-height: 22px;
    }

    .cart .item .delete{
        margin-right: -5px;
    }

    .cart .item .price{
        font-size: 11px;
        line-height: 22px;
    }

    .cart .block_price{
        text-align: center;
    }

    .cart .block_price .title{
        font-size: 18px;
        line-height: 24px;
    }


    .checkout .grid{
        margin-bottom: -25px;
    }

    .checkout .grid .block{
        margin-bottom: 25px;
    }

    .checkout .block .inner_block + .inner_block{
        margin-top: 25px;
    }

    .checkout .block .subtitle{
        margin-bottom: 15px;

        text-align: center;
    }

    .checkout .block .main_title{
        font-size: 24px;
        line-height: 30px;

        text-align: center;
    }

    .checkout .cart{
        margin-top: 32px;
    }

    .checkout .user_data .line_flex{
        margin-top: 22px;
    }

    .checkout .user_data .block_link{
        margin-top: 26px;

        justify-content: center;
    }

    .checkout .user_data .block_link .link_btn2{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .checkout .user_data .block_link .text{
        width: 100%;
        max-width: 100%;
        margin-top: 15px;

        text-align: center;
    }

    .checkout .delivery .select_wrap,
    .checkout .delivery .select_wrap2{
        margin-bottom: 26px;
    }

    .checkout .block_total{
        margin-top: 21px;

        text-align: center;
    }

    .checkout .block_total .price{
        font-size: 42px;
        line-height: 48px;
    }

    .checkout .block_total .bonuses{
        justify-content: center;
    }


    .checkout .delivery .full_adress .field.house,
    .checkout .delivery .full_adress .field.curb{
        width: calc(50% - 20px);
    }

    .checkout .delivery .full_adress .field.flat{
        width: calc(100% - 20px);
    }


    .stars .star{
        width: 11px;
        height: 11px;
    }


    .product_info .line_stars{
        padding: 6px 0 3px;
    }

    .product_info .line_stars .stars{
        margin-top: -4px;
    }

    .product_info .data .tabs_container{
        text-align: center;
    }


    .product_delivery .main_title{
        font-size: 26px;
        line-height: 32px;
    }

    .product_delivery .link button{
        font-size: 14px;
    }


    .color_selection .cont{
        padding-top: 20px;
    }


    .sect_buttons .abs_info{
        width: 190px;
        padding-left: 9px;
        padding-right: 9px;
    }


    .advantages .item{
        padding: 27px 22px 30px;
    }

    .advantages .item .name{
        font-size: 16px;

        margin-top: 13px;
    }

    .advantages .item .note{
        font-size: 14px;
        line-height: 22px;

        margin-top: 14px;
    }


    .reviews .cont{
        padding-top: 50px;
    }

    .reviews .cont:before{
        top: 0;

        height: 565px;
    }

    .reviews .main_title{
        text-align: center;
    }

    .reviews .head{
        margin-top: 19px;
    }

    .reviews .head .item .title{
        font-size: 13px;

        margin-bottom: 11px;
    }

    .reviews .head .item .total{
        font-size: 18px;

        margin-top: -6px;
    }

    .reviews .form_review .btns,
    .reviews .form_review .user_review{
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .reviews .form_review .btns .submit_btn2,
    .reviews .form_review .btns .submit_btn2.anonimus{
        font-size: 11px;

        padding: 0 10px;

        flex-grow: 1;
        justify-content: center;
    }

    .reviews .form_review .btns .submit_btn2 i,
    .reviews .form_review .btns .submit_btn2 .icon{
        margin-right: 6px;
    }

    .reviews .form_review.form .input,
    .reviews .form_review.form textarea, .range_filter .input{
        font-size: 13px;
    }

    .reviews .review .comments_images{
        margin-top: 24px;
    }

    .reviews .review .comments_images .grid{
        margin-left: -8px;
        margin-bottom: -12px;
    }

    .reviews .review .comments_images .grid .wrap_img{
        width: calc(50% - 8px);
        margin-left: 8px;
        margin-bottom: 12px;
    }

    .form .line_form
    .rating .star{
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }


    .metadata .cont{
        padding-bottom: 10px;
    }


    .product_set .cont{
        padding: 20px 25px 15px;
    }

    .product_set h5{
        font-size: 16px;
        line-height: 20px;
    }

    .product_set .items{
        margin-top: 20px;
    }

    .product_set .item .name{
        font-size: 16px;
    }


    .collection_review .cont{
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .collection_review .box_review .span{
        font-size: 13px;
    }

    .collection_review .box_review .line_rating .rating{
        margin-top: -2px;
        margin-right: 5px;
        margin-left: 9px;
    }


    .pagination a{
        width: 40px;
        height: 40px;
    }

    .pagination a + a{
        margin-left: 10px;
    }

    .sect_pagination .cont{
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .sect_pagination .link_btn{
        margin-top: 15px;
    }


    .sect_sorting .breadcrumbs{
        margin: 0 15px;
    }


    .filter_modal{
        left: -530px;

        width: 100%;
    }


    .product_info .feature{
        display: block;

        margin-left: 0;
    }

    .product_info .feature .item{
        display: block;

        width: 100%;
        margin-left: 0;

        text-align: center;
    }


    .inner_head .cont{
        padding-top: 15px;
    }


    .collection_review .link_btn{
        width: 100%;
    }


    .account .user .top{
        align-items: flex-start;
        align-content: flex-start;
    }

    .account .user .top .ic_arrow{
        margin-top: 9px;
    }

    .account .user .info .item{
        width: auto;
        max-width: 50%;
        padding-right: 23px;

        text-align: left;
    }

    .account .user .info .item + .item{
        padding-left: 24px;
    }

    .account .user .info .val{
        font-size: 20px;

        margin-top: 1px;
    }

    .account .user .wrap_avatar{
        padding-top: 14px;
        padding-left: 9px;
    }

    .earning_bonuses:before{
        height: 227px;
    }

    .earning_bonuses .b_left h5{
        margin-bottom: 20px;
    }

    .account_tasks .item{
        padding: 23px 16px 20px;
    }

    .account_tasks .item .icon{
        width: 36px;
        height: 36px;
    }

    .account_tasks .item .info{
        width: calc(100% - 47px);
    }

    .account_tasks .item .info h6{
        font-size: 14px;
        line-height: 18px;

        margin-top: 3px;
    }

    .account .bonuses_manage h4{
        margin-bottom: 20px;
    }

    .account .bonuses_manage .box_card{
        padding: 20px;
    }

    .account .bonuses_manage .box_card .info{
        margin-top: 30px;
    }

    .account_subscribes .submit{
        margin-top: 30px;
    }

    .account_subscribes .submit_btn{
        width: 100%;
    }


    .account_settings .form .line_flex-tel{
        margin-left: 0;
    }

    .account_settings .form .line_flex-tel > *{
        margin-bottom: 0;
        margin-left: 0;
    }

    .account_settings .form .line_flex.line_flex-tel .line_form-tel{
        margin-left: 15px;
        margin-bottom: 0;
    }


    .articles .grid .wrap_item{
        width: 100%;
    }


    .sign_up .box_form .modal_title{
        font-size: 16px;
        line-height: 22px;
    }


    .about_info .col_l{
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }

    .about_info .photo{
        width: 48px;
        height: 48px;
    }


    .block_sharing{
        justify-content: space-between;
    }


    .text_block .images img{
        width: 100%;
    }

    .article .slider_images{
        width: calc(100% + 50px);
        margin-left: -25px;
    }


    .article_info .box .column .submit{
        max-width: 100%;
    }

    .article_info .tag_info .tags_list span:nth-child(n+2){
        display: none;
    }


    .post .text_block ol li{
        margin-left: -25px;
    }


    .slider_images.carousel{
        margin-bottom: 44px;
    }


    .uploaded_images{
        margin-left: -15px;
    }

    .uploaded_images .upload_image{
        width: 105px;
        height: 105px;
        margin-left: 15px;
    }

    .sect_buttons .link_btn3{
        width: 181px;
    }

    .sect_buttons .link_btn2.link_btn4{
        width: calc(100% - 181px);
    }

    /*---------------
        Footer
    ---------------*/
    footer{
        margin-top: 15px;
    }

    footer .menu .title{
        font-size: 14px;
        line-height: 26px;

        margin-bottom: 6px;
    }

    footer .menu ul li{
        font-size: 11px;
    }

    footer .menu ul li + li{
        margin-top: 6px;
    }


    .main_menu{
        left: -100%;

        width: 100%;
    }

    .main_menu .data{
        padding: 24px 22px 24px 25px;
    }

    .main_menu .close{
        top: 22px;
        right: 12px;

        background-color: transparent;
        box-shadow: none;
    }

    .main_menu .contact{
        margin-top: 41px;
    }

    .main_menu .menu{
        margin-top: 38px;
    }


    .modal_title{
        font-size: 16px;
    }

    .modal_desc{
        margin-top: 12px;
    }

    .modal_city ul{
        margin-top: 30px;

        text-align: center;

           -moz-column-count: 1;
        -webkit-column-count: 1;
                column-count: 1;
    }


    .modal_login{
        padding-bottom: 60px;
    }

    .modal_login .submit,
    .modal_callback .submit{
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        max-width: 100%;
    }


    .modal.modal_cart{
        padding-bottom: 40px;
    }

    .modal_cart .cart_informer{
        padding-bottom: 15px;
    }

    .modal_cart .cart_informer .link_btn{
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
    }

    .modal_cart .cart_informer .top .total{
        width: 110px;
        margin-right: 15px;
    }

    .modal_cart .cart_informer .top .dat{
        width: calc(100% - 125px);
    }

    .modal_cart .cart_informer .cart{
        height: calc(100% - 90px);
        margin-top: 0;
    }

    .modal_cart .cart_informer .top.empty{
        text-align: left;
        line-height: 22px;
    }

    .modal_cart .cart_informer .top.empty br{
        display: none;
    }
}


@media (max-width: 374px){
    /*---------------
        Main styles
    ---------------*/
    .cont{
        padding: 0 15px;
    }

    .link_btn a{
        padding: 0 25px;
    }


    .submit_btn,
    .reviews .review .answer_box .form_review .submit_btn{
        padding: 0 15px;
    }


    .tabs_container .wrap_tabs.scroll:before,
    .tabs_container .wrap_tabs.scroll:after{
        width: 40px;
    }

    .tabs_container .wrap_tabs.scroll:before{
        left: -40px;
    }

    .tabs_container .wrap_tabs.scroll:after{
        right: -40px;
    }


    .product_info .data .tabs_container .wrap_tabs.scroll:before{
        left: -15px;
    }

    .product_info .data .tabs_container .wrap_tabs.scroll:after{
        right: -15px;
    }


    .city_check{
        padding: 25px 15px;
    }

    /*---------------
        Header
    ---------------*/
    header .menu .catalog_menu{
        left: -15px;
        width: calc(100% + 30px);
        padding-left: 15px;
        padding-right: 15px;
    }

    /*---------------
        Main section
    ---------------*/
    .checkout .block{
        padding: 25px 15px;
    }

    .cart .items{
        width: calc(100% + 11px);
        padding-right: 5px;
    }


    .product_delivery .box{
        padding: 40px 15px;
    }


    .reviews .cont{
        padding: 50px 30px 30px;
    }

    .reviews .cont:before{
        left: 15px;

        width: calc(100% - 30px);
    }

    .product_info .cont,
    .product_set .cont,
    .product_delivery .cont,
    .sect_video .cont,
    .metadata .cont{
        padding-right: 15px;
        padding-left: 15px;
    }

    .modal .head{
        padding: 25px 15px 0;
    }

    .modal_cart .cart_informer{
        padding: 0 15px 15px;
    }


    .color_selection .cont{
        padding: 20px 15px 25px;
    }


    .account .user .hidden_mob{
        width: calc(100% + 73px);
        margin-left: -73px;
    }

    .account .box_tabs .wrap_tabs.scroll:before,
    .account .box_tabs .wrap_tabs.scroll:after{
        left: -15px;

        width: 15px;
    }

    .account .box_tabs .wrap_tabs.scroll:after{
        right: -15px;
        left: auto;
    }

    .account table tbody td{
        font-size: 12px;
        padding-right: 10px;
    }

    .account .box_orders table tbody td.td_number{
        width: 105px;
    }

    .account .box_orders table tbody td.td_amount {
        width: calc(100% - 150px);
    }

    .account table tbody td.td_status{
        width: 150px;
    }


    .about_info .cont{
        padding-right: 25px;
        padding-left: 25px;
    }

    .about_info .col_l{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }


    .about_sets .set{
        padding: 50px 15px 0;
    }


    .about_law .cont{
        padding: 30px 25px 0;
    }


    .car_delivery .cont,
    .countries_delivery .cont,
    .catalog_tags.page_delivery .cont,
    .product_delivery.page_delivery .cont,
    .delivery_items .cont,
    .delivery_payments .cont,
    .sect_accordion .cont,
    .sect_contacts .cont,
    .article .cont,
    .article_info .cont{
        padding-right: 25px;
        padding-left: 25px;
    }


    .banner_delivery .cont,
    .sect_feedback .wrap_box{
        padding-right: 15px;
        padding-left: 15px;
    }


    .article .box_set{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }


    .catalog_tags.page_delivery .wrap_grid {
        width: calc(100% + 50px);
        margin-left: -25px;
    }

    .catalog_tags.page_delivery .wrap_grid:before,
    .catalog_tags.page_delivery .wrap_grid:after{
        width: 25px;
    }

    .catalog_tags.page_delivery .grid:before,
    .catalog_tags.page_delivery .grid:after{
        width: 25px;
    }


    .journal_tags{
        --padd-width: 15px;
    }


    figure.left{
        width: 100%;
        margin-left: 0;
    }

    figure.right{
        width: 100%;
        margin-right: 0;
    }


    .article .slider_images{
        width: calc(100% + 20px);
        margin-left: -10px;
    }


    .post .text_block ol li{
        margin-left: 0;
    }


    .sect_buttons .ic_cart_btn span.n_price{
        display: none;
    }


    .uploaded_images .upload_image{
        width: 97px;
        height: 97px;
    }

    .sect_buttons .link_btn3{
        width: 120px;
    }

    .sect_buttons .disabled_btn{
        padding: 0 5px;
    }

    .sect_buttons .disabled_btn:before,
    .sect_buttons .disabled_btn:after{
        display: none;
    }

    .sect_buttons .link_btn2.link_btn4{
        width: calc(100% - 120px);
    }

    /*---------------
        Footer
    ---------------*/


    .modal_paybonus .item .total{
        font-size: 40px;
        line-height: 46px;
    }
}
