.section101 .section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 30px
}

.section101 .section_inner .clear {
    display: none;
    clear: none
}

.section101.fixed_top {
    padding: 5px 0;
    z-index: 100
}

.section101 .logo_img,
.section101 .logo_text {
    overflow: hidden;
    display: block
}

.price_pair {
    display: flex; /* Отображает элементы в строку */
    gap: 50px; /* Отступ между элементами */
    margin-bottom: 20px; /* Отступ снизу для каждой пары */
    align-items: center; /* Выравнивание по центру по вертикали */
}

.item_prices p {
    margin: 0 0 5px; /* Отступы для заголовков */
}

.old_price_1, .item_price {
    display: inline-block;
    vertical-align: middle;
}


.section101 .logo_text {
    font-size: 24px;
    min-width: 10px;
    line-height: 28px
}

.section101 .phone-and-address {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 12px
}

.section101 .width1170 .phone-and-address,
.section101 .width1170 .text1 {
    width: 35%
}

.section101 .text1 {
    width: 300px
}

.section101 .phones-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.section101 .phone1,
.section101 .phone2 {
    font-size: 24px
}

.section101 .phone1.show_phone_icon:before,
.section101 .phone2.show_phone_icon:before {
    content: "\f095";
    padding-right: 5px;
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.section101 a.phone1,
.section101 a.phone2 {
    color: inherit;
    text-decoration: none
}

.section101 a.phone1:hover,
.section101 a.phone2:hover {
    opacity: .7
}

@media (max-width:800px) {
    .section101 .section_inner {
        flex-wrap: wrap
    }


    .section101 .text1 br,
    .section101.fixed_top .btn1 {
        display: none
    }

    .section101 .text1 {
        width: 100%;
        order: 3
    }
}

@media (max-width:640px) {
    .section101 {
        padding: 20px 0 !important
    }

    .section101 .phone-and-address {
        flex: 1;
        width: auto;
        justify-content: flex-start
    }

    .section101 .width1170 .phone-and-address,
    .section101 .width1170 .text1 {
        width: 90%
    }
}

@media (max-width:480px) {
    .section101 .section_inner {
        flex-direction: column
    }

    .section101 .phone-and-address {
        align-items: center
    }

    .section101 .text1,
    .section101 .text1 * {
        text-align: center
    }

    .section101 .address1,
    .section101 .address1 *,
    .section101 .address1 p,
    .section101 .phone1,
    .section101 .phone1 p,
    .section101 .phone2,
    .section101 .phone2 p,
    .section101 .text1 div,
    .section101 .text1 p,
    .section101 a.phone1,
    .section101 a.phone2 {
        text-align: center !important
    }
}

@media (max-width:440px) {

    .section101 .section_inner.hide_logo .logo_img,
    .section101 .section_inner.hide_logo .logo_text {
        display: none
    }
}

@media (max-width:375px) {
    .section101 .text1 {
        display: none
    }
}

.section116 {
    padding: 15px 0
}

.section116 .menu-toogler {
    display: none
}

.section116 .menu1>ul {
    list-style: none;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: var(--menu-justify, center);
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 0 20px
}

.section116 .menu1.menu_separate>ul {
    gap: 0
}

.section116 .menu1>ul>li {
    margin: 3px 0;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    line-height: 2;
    transition: .3s
}

.section116 .menu1>ul>li>a {
    padding: 12px 0;
    margin: 0;
    color: inherit;
    text-decoration: none
}

@media (max-width:960px) {
    .section116 ul a {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .section116 ul li {
        line-height: 40px
    }
}

@media (max-width:800px) {

    .section.section116,
    .section.section116 .section_inner {
        position: static;
        height: 0;
        padding: 0 !important
    }

    .section116 .menu1,
    .section116 .menu1 li {
        box-sizing: border-box;
        width: 100%
    }

    .section116 .menu1 {
        padding: 40px 20px;
        opacity: 0;
        display: block !important;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 30;
        height: 100%;
        overflow: auto;
        right: -110%;
        transition: .25s;
        max-width: 360px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
    }

    .section116 .menu1.active {
        display: block;
        width: 100%;
        opacity: 1;
        left: 0;
        z-index: 1000;
        -webkit-overflow-scrolling: touch
    }

    .section116 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        height: auto
    }

    .section116 .menu1 li {
        display: block;
        text-align: left;
        line-height: 250%
    }

    .section116 .menu1 ul>li.level0 {
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 0;
        border-bottom: none
    }

    .section116 .menu-toogler {
        position: absolute;
        top: 32px;
        left: 15px;
        z-index: 10;
        display: block;
        transition: left .5s
    }

    .section116 .menu-toogler i {
        font-size: 36px;
        line-height: 50px
    }

    .section116 .menu-toogler.active {
        position: fixed;
        top: 20px;
        left: 300px;
        background: url(images/cancel.svg) center/100% no-repeat;
        z-index: 2000;
        width: 35px;
        height: 35px
    }

    .section116.dark .menu-toogler.active {
        filter: invert(1)
    }

    .editor_true .section116 .menu1.active {
        left: 50px
    }

    .editor_true .section116 .menu-toogler.active {
        left: 350px
    }

    .section116 .menu1.active {
        color: #000 !important;
        background-color: #fff !important
    }

    .section116.section .section_inner ul a {
        padding: 10px 7px
    }

    .section116 li a {
        display: block
    }
}

@media (max-width:480px) {
    .section116 .menu1 li {
        width: 100%
    }
}

@media (max-width:400px) {
    .section116 .menu-toogler.active {
        left: unset;
        right: 20px
    }

    .section116 .menu1 {
        max-width: 100%
    }
}

.section153 {
    border-bottom: none;
    overflow: hidden;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.section153.max_height {
    height: 100vh;
    max-height: 1000px;
    padding: 0 !important
}

.section153 .title {
    font-size: 64px;
    margin-bottom: 10px
}

.section153 .sub_title {
    font-size: 24px;
    margin-bottom: 24px
}

.section153 .sub_title,
.section153 .title {
    text-shadow: var(--txt_shadow, none);
    color: #fff;
    text-align: center
}

.editor_false .section153.light_layer .layer :not(.layer_cover),
.section153 .form_wrapper .form2,
.section153 .form_wrapper .form_text {
    position: relative
}

.section153 .layer {
    width: 100%
}

.section153.light_layer .layer {
    padding: var(--light_padding, 20px)
}

.section153.light_layer .layer .layer_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--light_bg);
    border-radius: var(--light_radius);
    opacity: var(--light_opacity);
    backdrop-filter: blur(var(--light_backdrop_blur, 0))
}

.section153.light_layer .layer .btn_descr,
.section153.light_layer .layer .sub_title,
.section153.light_layer .layer .title {
    color: var(--light_color)
}

.section153 .section_inner {
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center
}

.section153 .section_inner.big {
    padding: 5rem 0
}

.section153 .btn1 {
    border: 3px solid;
    font-size: 28px;
    margin: 0 auto;
    width: 500px;
    overflow: hidden
}

.section153 .w500h80 .btn1 {
    width: 500px;
    min-height: 80px
}

.section153 .w450h80 .btn1 {
    width: 450px;
    min-height: 80px
}

.section153 .w450h60 .btn1 {
    width: 350px;
    min-height: 60px;
    line-height: 1;
    font-size: 20px
}

.section153 .w250h45 .btn1 {
    width: 250px;
    min-height: 45px;
    line-height: 1;
    font-size: 18px
}

.section153 .btn_left .btn1 {
    margin-left: 0
}

.section153 .form_wrapper.form_bg .form_bg_color {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 1
}

.section153 .form_wrapper.form_bg {
    position: relative;
    background: 0 0
}

.section153 .form_wrapper .form_bg_color {
    display: none
}

.section153 .form_wrapper .form_title {
    position: relative;
    margin-bottom: 15px;
    color: #333
}

.section153 .form_wrapper {
    margin: 0 auto;
    background: #fff;
    padding: 35px;
    width: 450px;
    border: 5px solid #e2e2e2;
    color: #333;
    overflow: hidden
}

.section153 .form_text {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.5;
    color: #666
}

body.editor_true .section153 .form_wrapper.replace_form_html {
    border: 1px dashed red;
    padding: 0
}

.section153 .form_html,
.section153 .form_html2 {
    min-height: 100px;
    padding: 0;
    box-sizing: border-box
}

.section153 .btn_descr {
    width: 600px;
    margin: 15px auto 0;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.section153 .btn1.surround:hover,
.section153 .btn2.surround:hover,
.section153 .btn3.surround:hover {
    border: 3px solid
}

.section153 .btn1.surround,
.section153 .btn2.surround,
.section153 .btn3.surround {
    border: 3px solid transparent;
    border-radius: 0
}

@media (max-width:960px) {

    .section153 .title,
    .section153 .title * {
        font-size: 26px !important
    }

    .section153 .sub_title,
    .section153 .sub_title * {
        font-size: 20px !important
    }

    .section153 .btn_descr span {
        font-size: 14px !important
    }
}

@media (max-width:640px) {
    .section153 .btn1 {
        width: 320px;
        font-size: 18px
    }

    .section153 .w450h80 .btn1,
    .section153 .w500h80 .btn1 {
        width: 95%;
        font-size: 16px
    }

    .section153 .w450h60 .btn1 {
        width: 90%
    }

    .section153 .form_wrapper {
        width: 270px;
        max-width: 100%
    }

    .section153 .btn_descr {
        width: auto
    }

    .section153 .title,
    .section153 .title * {
        font-size: 24px !important
    }

    .section153 .sub_title,
    .section153 .sub_title * {
        font-size: 20px !important
    }
}

@media (max-width:440px) {

    .section153 .btn1,
    .section153 .w450h80 .btn1,
    .section153 .w500h80 .btn1 {
        font-size: 16px;
        line-height: 56px;
        min-height: 60px
    }
}

@media (max-width:400px) {
    .section153 .form_wrapper {
        width: 230px
    }

    .section153 .btn_descr {
        width: auto
    }

    .section153 .btn1 {
        width: 270px;
        font-size: 16px
    }
}

@media (max-width:325px) {
    .section153 .form_wrapper {
        width: 220px
    }
}

.section1302 .catalog_items.count3,
.section1302 .section_inner {
    --section1302-tiles-count: 3
}

.section1302 .section_inner {
    --section1302-content-gap: 40px;
    --section1302-menu-width: 270px;
    --section1302-catalog-width: calc(var(--section-inner-width) - var(--section1302-menu-width) - var(--section1302-content-gap));
    --section1302-tiles-padding: 20px;
    --section1302-tiles-gap-Y: 1rem;
    --section1302-tiles-gap-X: 1rem;
    --section1302-tiles-gap: var(--section1302-tiles-gap-Y) var(--section1302-tiles-gap-X);
    --section1302-btn-padding-Y: .65rem;
    --section1302-btn-padding-X: 1.25rem;
    --section1302-btn-padding: var(--section1302-btn-padding-Y) var(--section1302-btn-padding-X);
    --section1302-btn-font-size: var(--btn_fsize, 18px)
}

.section1302 .catalog_items.count4 {
    --section1302-tiles-count: 4
}

.section1302 .catalog_items.count5 {
    --section1302-tiles-count: 5
}

.section1302 .catalog_items.count6 {
    --section1302-tiles-count: 6
}

.section1302 .title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 1rem
}

.section1302 .sub_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 2rem
}

.section1302 .tags {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1
}

.section1302 .tags .tag {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    background: #e2e2e2;
    margin-bottom: 5px;
    text-align: center;
    color: #fff
}

.section1302 .tags .tag.novelty {
    background-color: #4285f4
}

.section1302 .tags .tag.sale {
    background-color: #ea4335
}

.section1302 .tags .tag.bestseller {
    background-color: #34a853
}

.section1302 .filter_btns {
    display: none;
    width: 100%;
    margin-bottom: 10px
}

.section1302 .filter_btns.filter_btns_show {
    display: block
}

.section1302 .filter_btns .current_btn {
    color: #f35c5c
}

.section1302 .filter_btns button {
    float: right;
    background: 0 0;
    height: 25px;
    font-size: 16px;
    border: none;
    outline: 0;
    border-bottom: 1px dashed;
    margin-left: 5px
}

.section1302.dark .filter_btns button {
    color: #fff
}

.section1302 .filter_btns button:hover {
    border-color: #f60;
    color: #f60
}

.section1302 .content_wrapp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap: var(--section1302-content-gap)
}

.section1302 .menu1.style_new ul {
    padding: 0
}

#wrapper .section1302 .menu1.style_new li {
    border-bottom: none
}

#wrapper .section1302 .menu1.style_new ul a {
    padding: 10px 20px
}

.section1302 .menu1.style_new ul .level0 a {
    border-bottom: 1px solid #ececec
}

#wrapper .section1302 .menu1.style_new ul .level1 a {
    padding: 7px 20px
}

#wrapper .section1302 .menu1 ul li {
    overflow: visible;
    position: relative;
    white-space: normal;
    transition: .5s;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.section1302.menu_sticky .menu1 {
    position: sticky;
    top: 20px
}

#wrapper .section1302 .menu1 ul li a {
    line-height: 1.5;
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px 0
}

#wrapper .section1302 .menu1.white_menu ul li.this_page {
    background: #eee;
    box-shadow: 30px 0 0 #eee, -30px 0 0 #eee
}

#wrapper .section1302 .menu1 ul li.this_page {
    font-weight: 600;
    color: #666;
    background: #fff;
    border-bottom-color: transparent;
    box-shadow: 30px 0 0 #fff, -30px 0 0 #fff
}

#wrapper .section1302 .menu1 ul li.this_page.level1 {
    box-shadow: 30px 0 0 #fff, -45px 0 0 #fff
}

#wrapper .section1302 .menu1.style_new ul li.this_page,
.section1302 .style_new li:hover {
    box-shadow: none;
    background: 0 0
}

#wrapper .section1302 .menu1.style_new ul .level1 a:hover {
    text-decoration: underline
}

#wrapper .section1302 .menu1.style2 ul li,
#wrapper .section1302 .menu1.style4 ul li:hover {
    border-bottom-color: transparent
}

.section1302 .menu1 .level1 {
    margin-left: 15px
}

.section1302 .menu1 ul {
    list-style: none;
    margin: 0;
    padding: 30px
}

.section1302 .menu1 {
    width: var(--section1302-menu-width);
    flex-shrink: 0;
    align-self: flex-start;
    padding-bottom: var(--section1302-content-gap)
}

.section1302 .menu1 li:hover {
    background: #f1f1f1;
    color: #333;
    box-shadow: 30px 0 0 #f1f1f1, -30px 0 0 #f1f1f1
}

.section1302 .style_new .level0:hover {
    background: #f0f0f0
}

.section1302 .catalog_items {
    --section1302-tiles-freespace: calc(var(--section1302-tiles-gap-X) * (var(--section1302-tiles-count) - 1));
    --section1302-tile-width: calc((var(--section1302-catalog-width) - var(--section1302-tiles-freespace)) / var(--section1302-tiles-count));
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: var(--section1302-catalog-width);
    gap: var(--section1302-tiles-gap)
}

.section1302 .arr1 {
    position: relative;
    width: var(--section1302-tile-width);
    box-sizing: border-box
}

.section1302 .col_4 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--card_radius);
    padding: var(--card_padding);
    box-shadow: var(--card_shadow);
    border: var(--card_border);
    box-sizing: border-box
}

.section1302 .col_4 .col_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.section1302.brd_always .col_4 {
    box-shadow: 0 0 3px -1px #555
}

.section1302.flex_fix .col_4 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.section1302.hover_animate .col_bg,
.section1302.hover_animate .image1 {
    transition: .3s
}

.section1302.hover_animate .col_4:hover .col_bg,
.section1302.hover_animate .col_4:hover .image1 {
    filter: brightness(80%)
}

.section1302 .btn_move .btn1:hover,
.section1302 .btn_move .btn2:hover,
.section1302 .btn_move .btn3:hover,
.section1302 .btn_move .btn4:hover {
    animation-name: btn_move;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.section1302.section .menu_mobile_btn2 {
    display: none;
    background: 0 0;
    width: 100%;
    text-align: center
}

.section1302 .menu_mobile_btn2 {
    width: 100%;
    transition: .3s
}

.section1302.section .section_inner.donot_hide_menu .menu_mobile_btn2 {
    display: none !important
}

.section1302 .i_center .col_4 {
    text-align: center;
    align-items: center
}

.section1302 .i_left .col_4 {
    text-align: left;
    align-items: flex-start
}

.section1302 .i_left .btn_wrapper {
    justify-content: flex-start
}

.section1302 .catalog_items .image1,
.section1302 .price1,
.section1302 .title1,
.section1302 .txt1 {
    max-width: 100%;
    position: relative
}

.section1302 .image1.link_on,
.section1302 .image1.show_extra_info,
.section1302.img_zoom .image1,
.section1302.img_zoom .image1.show_extra_info {
    cursor: pointer
}

.section1302 .price1,
.section1302 .price_without_discount,
.section1302 .title1,
.section1302 .txt1 {
    width: calc(100% - 25px);
    margin: 5px auto 15px
}

.section1302 .price_without_discount {
    margin-bottom: 0
}

.section1302 .title1 {
    font-size: 18px
}

.section1302 .title1,
.section1302 .title1 * {
    font-weight: var(--title1_fweight, 300)
}

.section1302 .txt1 {
    line-height: 150%
}

.section1302 .extra_info_block img {
    border: 1px solid #dedede
}

.section1302 .extra_info_block .close:before {
    display: none
}

.section1302 .extra_info_block .close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    width: 16px;
    height: 16px;
    font-size: 0;
    background: url(images/cancel.svg) center/100% no-repeat;
    transform: rotate(0);
    transition: .6s
}

.section1302 .extra_info_block .close:hover {
    opacity: 1;
    transform: rotate(180deg)
}

.section1302 .image1 {
    box-sizing: border-box;
    width: 200px;
    margin: 15px auto
}

.section1302 img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box
}

.section1302 .radius {
    border-radius: 50%;
    overflow: hidden
}

.section1302 .full_img .image1 {
    width: 100%;
    height: auto;
    margin: 0 0 15px
}

.section1302 .shadow {
    box-shadow: var(--section-image-shadow)
}

.section1302 .border {
    border: var(--section-image-border)
}

.section1302 .ico1.border,
.section1302 .mdico1.border {
    width: 120px;
    height: 120px;
    line-height: 118px;
    box-sizing: border-box
}

.section1302 .price1 {
    font-size: 24px;
    margin-top: 5px
}

.section1302 .price1 s {
    display: block;
    opacity: .75
}

.section1302 .btn1 {
    width: 200px;
    margin: 5px 10px 35px;
    padding: var(--section1302-btn-padding);
    font-size: var(--btn_fsize, 18px);
    white-space: nowrap;
    vertical-align: middle;
    border: 2px solid;
    position: relative;
    overflow: hidden;
    max-width: 92%;
    font-weight: var(--btn_fweight)
}

.section1302 .btn_auto_width .btn1,
.section1302 .btn_auto_width .btn1x {
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 8px 16px;
    line-height: 1;
    max-width: 100%
}

.section1302 .ico1.border,
.section1302 .ico1.border_color_like_icon,
.section1302 .mdico1.border,
.section1302 .mdico1.border_color_like_icon {
    border: 2px solid
}

.section1302 .ico1,
.section1302 .mdico1 {
    position: relative;
    margin: 1rem auto;
    width: 120px;
    height: 120px;
    display: block;
    line-height: 120px;
    text-align: center;
    font-size: 64px;
    background: #f2f2f2;
    color: #333
}

.section1302 .c_ico1 {
    position: relative;
    margin: 1rem auto;
    width: 128px;
    height: 128px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%
}

.section1302.collapse_menu .children_toggle a::after {
    content: '\25B4';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    display: block;
    top: .5em
}

.section1302.collapse_menu .children_toggle.active a::after {
    content: '\25BE'
}

.section1302 .extra_info_block_wrapper .right .extra_info1,
.section1302 .extra_info_block_wrapper .right .price1,
.section1302 .extra_info_block_wrapper .right .title1 {
    margin: 0 0 15px;
    width: 100%
}

.section1302 .btn_wrapper {
    margin-bottom: 30px;
    padding: 0 13px
}

.section1302 .extra_info_block_wrapper .extra_info_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.section1302 .extra_info_block_wrapper .left,
.section1302 .extra_info_block_wrapper .right {
    gap: 1rem;
    overflow: hidden;
    float: none
}

.section1302 .extra_info_block_wrapper .right {
    width: calc(40% - 1rem)
}

.section1302 .extra_info_block_wrapper .left {
    width: calc(60% - 1rem)
}

.section1302 .extra_info_block_wrapper .extra_images_in_card {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    gap: .75rem;
    flex-shrink: 0;
    width: 100px
}

.section1302 .extra_images_in_card .extra_image {
    width: auto !important;
    height: auto !important;
    margin: 0
}

@media (max-width:1700px) {
    .section1302 .catalog_items.count6 {
        --section1302-tiles-count: 5
    }
}

@media (max-width:1440px) {

    .section1302 .catalog_items.count5,
    .section1302 .catalog_items.count6 {
        --section1302-tiles-count: 4
    }
}

@media (max-width:1200px) {
    .section1302 .section_inner {
        --section1302-content-gap: 25px;
        --section1302-menu-width: 240px
    }

    .section1302 .catalog_items.count4,
    .section1302 .catalog_items.count5,
    .section1302 .catalog_items.count6 {
        --section1302-tiles-count: 3
    }
}

@media (max-width:960px) {
    .section1302 .section_inner {
        --section1302-catalog-width: var(--section-inner-width)
    }

    .section1302.section .menu_mobile_btn2 i {
        font-size: 20px;
        line-height: 30px
    }

    .section1302.section .menu_mobile_btn2 {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: 1px solid #464646;
        padding-bottom: 10px;
        width: 205px;
        margin: 0 auto 20px
    }

    .section1302 .menu1 {
        width: 100%;
        display: none;
        box-sizing: border-box
    }

    .section1302 .menu1.active,
    .section1302 .section_inner.donot_hide_menu .menu1 {
        display: block !important
    }

    .section1302 .content_wrapp {
        flex-direction: column
    }

    .section1302 .title1,
    .section1302 .title1 * {
        font-size: 18px !important
    }

    .section1302 .txt1,
    .section1302 .txt1 * {
        font-size: 16px !important
    }

    .section1302 .price1,
    .section1302 .price1 * {
        font-size: 24px !important
    }
}

@media (max-width:640px) {

    .section1302 .catalog_items.count3,
    .section1302 .catalog_items.count4,
    .section1302 .catalog_items.count5,
    .section1302 .catalog_items.count6 {
        --section1302-tiles-count: 2
    }

    .section1302 .extra_info_block_wrapper .extra_info_block {
        flex-direction: column
    }

    .section1302 .extra_info_block_wrapper .left,
    .section1302 .extra_info_block_wrapper .right {
        width: 100%
    }
}

@media (max-width:480px) {
    .section1302 .btn1 {
        width: 90%
    }
}

@media (max-width:440px) {

    .section1302 .catalog_items.count3,
    .section1302 .catalog_items.count4,
    .section1302 .catalog_items.count5,
    .section1302 .catalog_items.count6 {
        --section1302-tiles-count: 1
    }
}

@media (max-width:425px) {
    .section1302.mobile_col2 .catalog_items .title1 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .section1302.mobile_col2 .catalog_items .txt1 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.section1127 .right,
.section1127 .right .bg_right {
    box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box
}

.section1127 {
    padding: 60px 0
}

.section1127 .image1.link_on {
    cursor: pointer
}

.section1127 .width1170 .right {
    width: 100%;
    max-width: calc(100% - 660px);
    color: #000
}

.section1127 .right .bg_right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.section1127 .right.dark {
    color: #fff
}

.section1127 .right.top_left {
    margin-top: -40px;
    margin-left: -40px
}

.section1127 .width1170 .right.top_left_deep.size_700x500 {
    margin-top: 125px;
    margin-right: -40px;
    margin-left: -315px;
    width: calc(100% - 385px);
    max-width: calc(100% - 385px)
}

.section1127 .right.top_left_deep.size_700x500 {
    margin-top: 125px;
    margin-left: -115px;
    width: calc(100% - 465px);
    max-width: calc(100% - 465px)
}

.section1127 .reverse .right.top_left_deep.size_700x500 {
    margin-top: 125px;
    margin-right: -115px;
    margin-left: 0
}

.section1127 .width1170 .reverse .right.top_left_deep {
    margin-top: 125px;
    margin-left: 0;
    margin-right: -315px;
    max-width: calc(100% - 315px)
}

.section1127 .right.bottom_left {
    margin-top: 40px;
    margin-left: -40px
}

.section1127 .reverse .right.top_left {
    margin-top: -40px;
    margin-left: 0;
    margin-right: -40px
}

.section1127 .reverse .right.bottom_left {
    margin-top: 40px;
    margin-left: 0;
    margin-right: -40px
}

.section1127 .image1 img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%
}

.section1127 .reverse .right.size_700x500.bottom_big_img {
    margin-top: 30px;
    margin-right: -30px
}

.section1127 .reverse .right.size_700x700.bottom_big_img {
    margin-top: 40px;
    margin-right: -40px
}

.section1127 .right.size_700x500.bottom_big_img {
    margin-top: 30px;
    margin-left: 0
}

.section1127 .right.size_700x700.bottom_big_img {
    margin-top: 40px;
    margin-left: 0
}

.section1127 .right.bottom_big_img {
    padding: 40px
}

.section1127 .right {
    width: 440px;
    float: right;
    position: relative;
    padding: 40px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.section1127 .right.size_585x585 {
    width: 50%;
    max-width: unset
}

.section1127 .right.size_700x500,
.section1127 .right.size_700x700 {
    width: calc(100% - 540px)
}

.section1127 .right.size_700x700.top_left_deep {
    margin-left: -100px;
    width: calc(100% - 440px)
}

.section1127 .reverse .right.size_700x700.top_left_deep {
    margin-right: -100px;
    margin-left: 0
}

.section1127 .width1170 .right.top_left_deep.size_700x700 {
    width: calc(100% - 380px);
    max-width: calc(100% - 380px);
    margin-top: 125px;
    margin-right: 0;
    margin-left: -315px
}

.section1127 .width1170 .reverse .right.top_left_deep.size_700x700 {
    width: calc(100% - 380px);
    margin-left: 0;
    margin-right: -315px
}

.section1127 .width1170 .right.size_700x500.bottom_big_img {
    width: calc(100% - 670px)
}

.section1127 .image1.size_700x500,
.section1127 .image1.size_700x700 {
    width: 580px
}

.section1127 .image1.size_585x585,
.section1127 .width1170 .image1.size_585x585 {
    width: 50%
}

.section1127 .right.size_700x700 {
    height: 500px
}

.section1127 .arr1.reverse {
    flex-direction: row-reverse
}

.section1127:hover .section1127 .arr1.reverse {
    flex-direction: row
}

.section1127 .arr1 {
    display: flex;
    margin-bottom: 70px
}

.section1127 .arr1:last-child {
    margin-bottom: 0
}

.section1127 .width1170 .image1 {
    width: 700px
}

.section1127 .image1 {
    width: 630px
}

.section1127.decor_line .title1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    border-bottom: 2px solid
}

.section1127.decor_line .title1 {
    margin-bottom: 0;
    padding-bottom: 20px
}

.section1127 .title1 {
    font-size: 24px;
    margin-bottom: 20px
}

.section1127 .txt1 {
    font-size: 18px;
    margin: 10px 0;
    overflow: hidden
}

.section1127 .btn1,
.section1127 .btn2,
.section1127 .title1,
.section1127 .txt1 {
    position: relative
}

.section1127 .btn1,
.section1127 .btn2 {
    width: 250px;
    min-height: 40px;
    font-size: 18px;
    margin-top: 20px;
    border: 3px solid;
    overflow: hidden;
    padding: .5rem 1rem
}

.section1127 .btn_move2 .btn1:hover,
.section1127 .btn_move2 .btn2:hover {
    animation-name: btn_move2;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

@media screen AND (min-width:800px) {

    .section1127.size_960x960,
    .section1127.size_965x965 {
        height: 100vh;
        padding: 0 !important
    }

    .section1127.size_960x960 .section_inner,
    .section1127.size_960x960 .section_inner .arr1,
    .section1127.size_965x965 .section_inner,
    .section1127.size_965x965 .section_inner .arr1 {
        position: unset
    }

    .section1127.size_960x960 .image1 img,
    .section1127.size_965x965 .image1 img {
        height: 100%;
        width: auto;
        max-width: unset
    }

    .section1127.size_960x960 .image1,
    .section1127.size_965x965 .image1 {
        position: absolute;
        top: 0;
        left: 0;
        right: unset;
        width: 50%;
        height: 100%;
        max-width: unset
    }

    .section1127.size_960x960 .reverse .image1,
    .section1127.size_965x965 .reverse .image1 {
        right: 0;
        left: unset
    }

    .section1127.size_960x960 .reverse .right,
    .section1127.size_965x965 .reverse .right {
        right: unset;
        left: 0
    }

    .section1127.size_960x960 .right,
    .section1127.size_965x965 .right {
        position: absolute;
        top: 0;
        right: 0;
        left: unset;
        width: 50%;
        height: 100%;
        max-width: unset;
        padding: 90px
    }

    .section1127.size_1170x600 .image1 {
        width: 100%
    }

    .section1127.size_1170x600 .right {
        position: absolute;
        left: 80px;
        right: unset;
        bottom: -60px;
        width: 400px;
        max-height: 550px;
        padding: 60px;
        margin: 0 !important
    }

    .section1127.size_1170x600 .reverse .right {
        right: 80px;
        left: unset
    }
}

@media (max-width:1366px) {

    .section1127 .title1,
    .section1127 .title1 * {
        font-size: 24px !important
    }

    .section1127 .txt1,
    .section1127 .txt1 * {
        font-size: 16px !important
    }
}

@media (max-width:1220px) {
    .section1127 .arr1 .right.size_700x700.bottom_big_img {
        width: 45%
    }

    .section1127 .txt1 {
        max-height: unset
    }

    .section1127 .width1170 .right {
        max-width: unset
    }

    .section1127 .reverse .right.top_left {
        margin-right: 0
    }

    .section1127 .width1170 .reverse .right.top_left_deep.size_700x500,
    .section1127 .width1170 .reverse .right.top_left_deep.size_700x700 {
        margin-right: -25%;
        width: 75%
    }

    .section1127 .width1170 .right.top_left_deep.size_700x500,
    .section1127 .width1170 .right.top_left_deep.size_700x700 {
        margin-left: -25%;
        width: 75%
    }

    .section1127 .width1170 .reverse .right.bottom_big_img,
    .section1127 .width1170 .reverse .right.top_left_deep {
        width: 50%;
        margin-right: -50px
    }
}

@media (max-width:1180px) {

    .section1127 .reverse .right.top_left_deep.size_700x500,
    .section1127 .reverse .right.top_left_deep.size_700x700 {
        margin-right: -25%;
        width: 75%
    }

    .section1127 .right.top_left_deep.size_700x500,
    .section1127 .right.top_left_deep.size_700x700 {
        margin-left: -25%;
        width: 75%
    }

    .section1127 .reverse .right.bottom_big_img,
    .section1127 .reverse .right.top_left_deep {
        width: 50%;
        margin-right: -50px
    }

    .section1127 .arr1 .image1 {
        width: 60%
    }

    .section1127 .arr1 .btn1,
    .section1127 .arr1 .btn2,
    .section1127.size_1170x600 .arr1 .image1 {
        width: 100%
    }

    .section1127 .image1.size_700x700.bottom_big_img img {
        width: 100%;
        height: auto
    }

    .section1127 .arr1 .right {
        width: 50%
    }

    .section1127 .reverse .right.top_left_deep,
    .section1127 .right.top_left_deep {
        width: 75%;
        max-width: calc(100% - 250px)
    }
}

@media (max-width:1100px) {

    .section1127 .right.top_left_deep.size_700x500,
    .section1127 .width1170 .right {
        width: 100%;
        max-width: calc(100% - 450px)
    }
}

@media (max-width:960px) {

    .section1127 .right,
    .section1127 .width1170 .right {
        padding: 40px
    }

    .section1127 .reverse .right.top_left_deep,
    .section1127 .right.top_left_deep,
    .section1127 .right.top_left_deep.size_700x500 {
        width: 89%;
        max-width: calc(100% - 150px)
    }

    .section1127 .width1170 .right {
        max-width: 100%
    }
}

@media (max-width:800px) {
    .section1127 .arr1.reverse {
        flex-direction: column
    }

    .section1127 .arr1 .image1 {
        width: 100% !important
    }

    .section1127 .arr1 .btn1,
    .section1127 .arr1 .btn2 {
        max-width: 300px
    }

    .section1127 .reverse .right.top_left_deep.size_700x500,
    .section1127 .reverse .right.top_left_deep.size_700x700,
    .section1127 .width1170 .right {
        margin-right: 0;
        width: 100%
    }

    .section1127 .right.top_left_deep.size_700x500,
    .section1127 .right.top_left_deep.size_700x700,
    .section1127 .width1170 .right {
        margin-left: 0;
        width: 100%
    }

    .section1127 .arr1 .right.size_700x700.bottom_big_img,
    .section1127 .right.size_700x500.bottom_big_img,
    .section1127 .right.size_700x700.top_left_deep,
    .section1127 .width1170 .right {
        width: 100%
    }

    .section1127 .arr1 .right,
    .section1127 .width1170 .right {
        width: 100% !important;
        max-width: unset !important;
        margin: 0 auto !important
    }

    .section1127 .reverse .right.top_left_deep,
    .section1127 .right.top_left_deep,
    .section1127 .right.top_left_deep.size_700x500,
    .section1127 .width1170 .right {
        max-width: 100%;
        width: 100%
    }

    .section1127 .txt1 {
        max-height: unset
    }

    .section1127 .arr1 .right {
        padding: 20px
    }

    .section1127 .right.size_700x700 {
        height: auto
    }

    .section1127 .title1,
    .section1127 .title1 * {
        font-size: 20px !important
    }
}

@media (max-width:640px) {
    .section1127 .arr1 {
        flex-direction: column
    }
}

.section126 .title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 2rem;
}

.section126 .sub_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 1rem;
}

.section126 .clear {
    display: none;
}

.section126 .image1.link_on {
    cursor: pointer;
}

.section126 .video1 iframe,
.section126 .video_holder {
    --iframe_width_16x9: 450px;
    --iframe_height_16x9: calc(var(--iframe_width_16x9) / 16 * 9);
    width: var(--iframe_width_16x9);
    height: var(--iframe_height_16x9);
    max-width: 100%;
    box-sizing: border-box;
}

.section126 .video1 iframe {
    border: none;
}

.section126 .width1170 .video1 iframe {
    --iframe_width_16x9: 480px;
}

.section126 .width1170 .right.btn_one_line .btn2,
.section126 .width1170 .right.btn_one_line .btn1 {
    width: 250px;
}

.section126 .right.btn_one_line .btn2,
.section126 .right.btn_one_line .btn1 {
    width: 200px;
}

.section126 .right.btn_one_line .btn2 {
    margin-right: 0;
}

.section126 .txt1 {
    margin-bottom: 20px;
    font-size: 15px;
}

.section126.bg_text .title1,
.section126.bg_text .txt1,
.section126.bg_text .price1,
.section126.bg_text .price_descr1 {
    color: #000;
}

.section126 .price_descr1 {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.section126 .price1 {
    font-size: 24px;
}

.section126 .title1 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}

.section126 .btn1,
.section126 .btn2 {
    width: 250px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
    border: solid 2px;
    overflow: hidden;
}

.section126 .btn1:not(.hidden),
.section126 .btn2:not(.hidden) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section126 .btn1.surround,
.section126 .btn2.surround {
    border-color: transparent;
}

.section126 .btn_arrow:before {
    content: '';
    position: absolute;
    width: 125px;
    height: 100px;
    bottom: 0;
    right: 0;
    background: url(/img/share.svg) no-repeat center;
    background-size: 100%;
    transform: rotateY(180deg);
}

.section126 .image1.shadow,
.section126 .video1.shadow {
    box-shadow: var(--section-image-shadow);
}

.section126 .image1.border,
.section126 .video1.border {
    box-sizing: border-box;
    border: solid 10px #fff;
}

.section126 .objtimer {
    height: 80px;
    width: 480px;
    position: relative;
    font-size: 44px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.section126 .objtimer .days,
.section126 .objtimer .hrs,
.section126 .objtimer .min,
.section126 .objtimer .sec {
    font-size: inherit;
    position: absolute;
    width: 100px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    top: 0;
}

.section126 .objtimer .days_descr,
.section126 .objtimer .hrs_descr,
.section126 .objtimer .min_descr,
.section126 .objtimer .sec_descr {
    position: absolute;
    font-size: 16px;
    text-transform: uppercase;
    height: 20px;
    text-align: center;
    width: 100px;
    line-height: 20px;
    top: 64px;
}

.section126 .objtimer .days,
.section126 .objtimer .hrs,
.section126 .objtimer .min,
.section126 .objtimer .sec {
    border-right: solid 1px #e2e2e2;
}

.section126 .objtimer .days {
    border-left: solid 1px #e2e2e2;
}

.section126 .objtimer .days,
.section126 .objtimer .days_descr {
    left: 0;
}

.section126 .objtimer .hrs,
.section126 .objtimer .hrs_descr {
    left: 100px;
}

.section126 .objtimer .min,
.section126 .objtimer .min_descr {
    left: 200px;
}

.section126 .objtimer .sec,
.section126 .objtimer .sec_descr {
    left: 300px;
}

.section126 .arr1 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin: 15px 0;
}

.section126 .arr1.directon_reverse {
    flex-direction: row-reverse;
}

.section126 .arr1.align_center {
    align-items: center;
}

.section126 .images-container {
    flex-shrink: 0;
}

.section126 .image1 {
    border-radius: var(--section-image-radius, 0);
    overflow: hidden;
    transition: .4s ease;
}

.section126 .extra_images {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 20px;
}

.section126 .right {
    float: none;
    flex: auto;
}

.section126 .image1.blur {
    opacity: 0;
}

.section126 img {
    filter: grayscale(var(--section-image-grayscale, none))
}

.section126 .extra_images.light_current>div {
    transition: .2s ease;
}

.section126 .extra_images.light_current>div:not(.current) {
    filter: brightness(70%);
}

.section126 .extra_images.light_current>div:not(.current):hover {
    filter: brightness(80%);
}

.section126 .extra_images div {
    display: block;
    cursor: pointer;
}

.section126 .btn_move2 .btn1:hover,
.section126 .btn_move2 .btn2:hover {
    animation-name: btn_move2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.bg_text.section126 .section_inner {
    padding-bottom: 40px;
}

.bg_text.section126 .arr1 {
    background: #fff;
    padding: 28px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.section126.slider .section_inner {
    padding-bottom: 70px;
}

.section126 .point:hover {
    filter: invert(1);
}

.section126 .point.current:hover {
    filter: invert(.5);
}

.section126 .scroller {
    position: absolute;
    color: #fff;
    width: auto;
    height: 10px;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%);
}

.section126 .point {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    float: left;
    background: #fff;
    border: solid 1px #000;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.section126 .point.current {
    border: solid 1px #ccc;
    background: #000
}

.section126.slider {
    overflow-x: hidden;
}

.section126.slider .slider_wrapper {
    position: relative;
    width: calc(100% - 100px);
    margin: 0 auto;
}

.section126.slider .go_left,
.section126.slider .go_right {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    left: -60px;
    top: 50%;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
}

.section126.slider .go_right {
    left: auto;
    right: -60px;
}

.section126.slider .go_left:hover,
.section126.slider .go_right:hover {
    opacity: 1;
}

@media (min-width: 960px) and (max-width: 1200px) {
    .section126 .images-container {
        max-width: 50%
    }
}

@media (max-width: 960px) {
    .section126 .objtimer {
        width: 94%;
        margin-left: 3%;
        font-size: 36px;
    }

    .section126 .objtimer .days,
    .section126 .objtimer .days_descr {
        width: 25%;
        left: 1%;
    }

    .section126 .objtimer .hrs,
    .section126 .objtimer .hrs_descr {
        width: 25%;
        left: 26%;
    }

    .section126 .objtimer .min,
    .section126 .objtimer .min_descr {
        width: 25%;
        left: 51%;
    }

    .section126 .objtimer .sec,
    .section126 .objtimer .sec_descr {
        width: 25%;
        left: 76%;
    }

    .section126 .objtimer .days_descr,
    .section126 .objtimer .hrs_descr,
    .section126 .objtimer .min_descr,
    .section126 .objtimer .sec_descr {
        font-size: 14px;
    }

    .section126 .title *,
    .section126 .title {
        font-size: 26px !important;
    }

    .section126 .sub_title *,
    .section126 .sub_title {
        font-size: 20px !important;
    }

    .section126 .price_descr1 span {
        font-size: 12px !important;
    }

    .section126 .price1 span,
    .section126 .price1 {
        font-size: 24px !important;
    }

    .section126 .txt1 *,
    .section126 .txt1,
    .section126 .txt1 *,
    .section126 .txt1 {
        font-size: 16px !important;
    }

    .section126 .title1 *,
    .section126 .title1 {
        font-size: 20px !important;
    }

    .section126 .txt1 ul {
        padding-left: 20px;
    }

    .section126 .arr1 {
        flex-direction: column;
    }

    .section126 .arr1.directon_reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 800px) {
    .section126 .video1 .video_holder {
        width: 100% !important;
    }
}

@media (max-width: 480px) {

    .section126 .sub_title *,
    .section126 .sub_title {
        font-size: 18px !important;
    }
}

@media (max-width: 440px) {
    .section126.slider .slider_wrapper {
        width: 100%;
    }

    .section126.slider .go_left,
    .section126.slider .go_right {
        top: unset;
        bottom: -70px;
        width: 25px;
    }

    .section126.slider .go_left {
        left: 0;
    }

    .section126.slider .go_right {
        right: 0;
    }

    .section126 .scroller {
        bottom: -30px;
    }
}

.section130 *,
.section130 .ico1.border,
.section130 .mdico1.border {
    box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box
}

.section130 .section_inner {
    --section130-tiles-count: 3;
    --section130-tiles-padding: 20px;
    --section130-tiles-text-align: var(--tiles-text-align, center);
    --section130-tiles-gap-Y: 1.35rem;
    --section130-tiles-gap-X: 1.35rem;
    --section130-tiles-gap: var(--section130-tiles-gap-Y) var(--section130-tiles-gap-X);
    --section130-btn-padding-Y: .65rem;
    --section130-btn-padding-X: 1.25rem;
    --section130-btn-padding: var(--section130-btn-padding-Y) var(--section130-btn-padding-X);
    --section130-btn-font-size: var(--btn_fsize, 18px)
}

.section130 .title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 1rem
}

.section130 .sub_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 2rem
}

.section130 .catalog_items.count2 {
    --section130-tile-padding: 2rem;
    --section130-tiles-count: 2
}

.section130 .catalog_items.count3 {
    --section130-tiles-count: 3
}

.section130 .catalog_items.count4 {
    --section130-tiles-count: 4
}

.section130 .catalog_items.count5 {
    --section130-tiles-count: 5
}

.section130 .catalog_items.count6 {
    --section130-tiles-count: 6
}

.section130 .catalog_items.count7 {
    --section130-tiles-count: 7
}

.section130 .catalog_items .arr1 {
    --section130-tiles-freespace: calc(var(--section130-tiles-gap-X) * (var(--section130-tiles-count) - 1));
    --section130-tile-width: calc((var(--section-inner-width) - var(--section130-tiles-freespace)) / var(--section130-tiles-count));
    width: var(--section130-tile-width);
    min-height: 200px
}

.section130 .col_4.dark,
.section130.dark .filter_btns button,
.section130.dark .filter_btns.filter_btns_show {
    color: #fff
}

.section130 .price1 s {
    font-size: 80%
}

.section130.full_img .catalog_items.count3:not(.c_icon) .col_4,
.section130.full_img .catalog_items.count5:not(.c_icon) .col_4 {
    padding-top: 0
}

.section130.full_img .catalog_items.count3:not(.c_icon) .image1:not(.extra_image):not(.s120),
.section130.full_img .catalog_items.count4:not(.c_icon) .image1:not(.extra_image):not(.s120),
.section130.full_img .catalog_items.count5:not(.c_icon) .image1:not(.extra_image):not(.s120) {
    width: 100%;
    height: auto;
    max-width: 100%
}

.section130.full_img .btn1,
.section130.full_img .price1,
.section130.full_img .title1,
.section130.full_img .txt1 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - var(--section130-tiles-padding) * 2);
    transition: .2s cubic-bezier(.87, 0, .13, 1)
}

.section130.full_img .col_4 {
    padding-bottom: 20px
}

.section130 .btn_move .btn1:hover {
    animation-name: btn_move;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.section130 .catalog_items,
.section130.get_item_from_category .catalog_items_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    gap: var(--section130-tiles-gap)
}

.section130 .catalog_items.horizontal_align_center {
    justify-content: center
}

.section130:not(.full_img) .col_4 {
    padding: var(--tiles-padding, var(--section130-tiles-padding))
}

.section130:not(.full_img) .col_4 .image1 {
    max-width: 200px
}

.section130:not(.full_img) .col_4 .image1.s120 {
    max-width: 120px
}

.section130 .col_4 {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    color: #000;
    border-radius: var(--tiles_radius, 0);
    box-shadow: var(--tiles_shadow, none);
    border: var(--tiles-border);
    transition: .2s cubic-bezier(.87, 0, .13, 1)
}

.section130.btn_up .catalog_items .btn1 {
    bottom: -40px;
    opacity: 0;
    width: 100%;
    transition: .2s cubic-bezier(.87, 0, .13, 1)
}

.section130.btn_up .catalog_items .col_4:hover>.btn1 {
    bottom: 0;
    opacity: 1
}

.section130 .col_4 .col_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.section130.flex_fix .col_4 {
    height: 100%;
    justify-content: space-between
}

.section130 .image1.show_extra_info:hover,
.section130.img_zoom .image1:hover {
    cursor: pointer
}

.section130 .price1,
.section130 .title1,
.section130 .txt1 {
    width: 100%;
    position: relative;
    text-align: var(--section130-tiles-text-align)
}

.section130 .title1 {
    margin-top: .5rem;
    font-size: 20px
}

.section130 .title1,
.section130 .title1 * {
    font-weight: var(--item_title_fweight, 500)
}

.section130 .extra_info_block .close:before {
    display: none
}

.section130 .extra_info_block .close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    width: 16px;
    height: 16px;
    font-size: 0;
    background: url(images/cancel.svg) center/100% no-repeat;
    transform: rotate(0);
    transition: .6s
}

.section130 .extra_info_block .close:hover {
    opacity: 1;
    transform: rotate(180deg)
}

.section130 .image1 {
    position: relative;
    margin: 0 auto
}

.section130 img {
    width: 100%;
    height: auto;
    display: block
}

.section130 .f_shadow .image1 img {
    filter: drop-shadow(0 0 2px rgba(55, 73, 87, .15)) drop-shadow(0 2px 5px rgba(55, 73, 87, .2))
}

.section130 .shadow {
    box-shadow: var(--section-image-shadow)
}

.section130 .border {
    border: var(--section-image-border)
}

.section130 .ico1.border,
.section130 .mdico1.border {
    width: 120px;
    height: 120px;
    line-height: 118px
}

.section130 .btn1:not(.surround),
.section130 .btn1x:not(.surround),
.section130 .ico1.border,
.section130 .ico1.border_color_like_icon,
.section130 .mdico1.border,
.section130 .mdico1.border_color_like_icon {
    border: 2px solid
}

.section130 .ico1,
.section130 .mdico1 {
    position: relative;
    margin: 0 auto;
    width: calc(var(--icon_size, 64px) * 1.9);
    max-width: 100%;
    height: calc(var(--icon_size, 64px) * 1.9);
    display: block;
    font-size: var(--icon_size, 64px);
    background: #f2f2f2;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center
}

.section130 .c_ico1 {
    position: relative;
    margin: 0 auto .5rem;
    width: 128px;
    height: 128px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%
}

.section130.transparent_ico .ico1,
.section130.transparent_ico .mdico1 {
    background: 0 0
}

.section130 .radius {
    overflow: hidden;
    border-radius: 50%
}

.section130 .price1 {
    margin: .5rem auto;
    font-size: 24px
}

.section130 .btn1,
.section130 .btn1x {
    margin: 0 auto;
    width: 200px;
    max-width: 90%;
    position: relative;
    overflow: hidden;
    padding: var(--section130-btn-padding);
    font-size: var(--section130-btn-font-size);
    font-weight: var(--btn_fweight, 300)
}

.section130 .btn1.btn_global {
    margin-top: 40px;
    padding: 1em 1.25rem;
    width: auto;
    max-width: 350px
}

.section130 .btn1x {
    margin: 20px 0 0
}

.section130 .btn_auto_width .btn1,
.section130 .btn_auto_width .btn1x {
    width: auto
}

.section130.btn_align_left.full_img .btn1 {
    margin-left: var(--section130-tiles-padding)
}

.section130.btn_align_left .btn1 {
    margin-left: 0
}

.section130 .filter_btns.filter_btns_show {
    display: block
}

.section130 .filter_btns .current_btn {
    color: #f35c5c
}

.section130 .filter_btns {
    display: none;
    width: 100%;
    margin-bottom: 10px
}

.section130 .filter_btns button {
    float: right;
    background: 0 0;
    height: 25px;
    font-size: 16px;
    border: none;
    outline: 0;
    border-bottom: 1px dashed;
    margin-left: 5px
}

.section130 .filter_btns button:hover {
    border-color: #f60;
    color: #f60
}

.section130 .extra_info_block .extra_images_in_card .extra_image {
    position: relative;
    left: auto;
    top: auto
}

.section130 .extra_info_block {
    max-height: 90vh;
    overflow-y: auto
}

.section130 .extra_info_block_wrapper .right {
    width: 45%
}

.section130 .extra_info_block_wrapper .right .price1,
.section130 .extra_info_block_wrapper .right .title1 {
    text-align: left;
    margin: 0 0 20px
}

.section130 .extra_info_block_wrapper .right .extra_info1 {
    width: 100%;
    margin-bottom: 16px
}

.section130 .extra_images_in_card .extra_info_block.s300 .right,
.section130 .extra_info_block.s300 .left {
    width: 39%
}

.section130 .extra_images_in_card .extra_info_block.s300 .left,
.section130 .extra_info_block.s300 .right {
    width: 55%
}

.section130 .extra_info_block.mdicon .extra_info1 {
    width: 100%
}

.section130 .tags {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1
}

.section130 .tags .tag {
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    background: #e2e2e2;
    margin-bottom: 5px;
    text-align: center
}

.section130 .tags .tag.novelty {
    background-color: #4285f4
}

.section130 .tags .tag.sale {
    background-color: #ea4335
}

.section130 .tags .tag.bestseller {
    background-color: #34a853
}

@media (min-width:480px) {

    .section130 .catalog_items.count2 .c_ico1,
    .section130 .catalog_items.count2 .image1,
    .section130 .catalog_items.count2 .mdico1 {
        position: absolute;
        left: var(--section130-tile-padding);
        top: var(--section130-tile-padding)
    }

    .section130.backlight .count2 .col_4,
    .section130.btn_up .catalog_items.count2 .col_4 {
        padding-bottom: var(--section130-tile-padding)
    }

    .section130.backlight .count2 .col_4 {
        padding-top: var(--section130-tile-padding)
    }

    .section130 .catalog_items.count2.c_icon .col_4,
    .section130 .catalog_items.count2.mdicon .col_4 {
        padding-left: calc(120px + 2 * var(--section130-tile-padding))
    }

    .section130 .catalog_items.count2 .col_4 {
        padding: var(--section130-tile-padding);
        padding-left: calc(200px + 2 * var(--section130-tile-padding))
    }

    .section130 .catalog_items.count2.s120 .col_4 {
        padding-left: calc(140px + 2 * var(--section130-tile-padding))
    }

    .section130 .catalog_items.count2.s300 .col_4 {
        min-height: calc(280px + 2 * var(--section130-tile-padding))
    }

    .section130 .catalog_items.count2 .image1 {
        max-width: 200px
    }

    .section130.btn_up .catalog_items.count2 .btn1 {
        bottom: auto;
        opacity: 1;
        width: 90%
    }

    .section130 .count2 .price1,
    .section130 .count2 .title1,
    .section130 .count2 .txt1 {
        text-align: left;
        margin: 0 0 1rem
    }

    .section130 .count2 .btn1 {
        margin: 0
    }

    .section130 .count2 .product_card {
        max-width: 100%;
        margin-left: 10px;
        margin-top: 15px
    }
}

.section130.shadow-s .col_4:hover {
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px
}

.section130.shadow-m .col_4:hover {
    box-shadow: rgba(0, 0, 0, .1) 0 10px 50px
}

.section130.shadow-l .col_4:hover {
    box-shadow: rgba(0, 0, 0, .2) 0 18px 50px -10px
}

.section130.scale-l .col_4:hover,
.section130.scale-m .col_4:hover,
.section130.scale-s .col_4:hover {
    --tiles-padding: 1rem;
    box-shadow: rgba(0, 0, 0, .15) 0 5px 15px 0;
    z-index: 70
}

.section130.border-l .col_4,
.section130.border-m .col_4,
.section130.border-s .col_4 {
    border: 0 solid #dedede
}

.section130.border-s .col_4:hover {
    border: 1px solid #dedede;
    padding: calc(var(--tiles-padding) - 5px)
}

.section130.border-m .col_4:hover {
    outline: #dedede solid 3px;
    padding: calc(var(--tiles-padding) - 3px)
}

.section130.border-l .col_4:hover {
    border: 5px solid #dedede;
    padding: calc(var(--tiles-padding) - 5px)
}

body:not(.modal) .section130.scale-s .col_4:hover {
    transform: scale(1.05)
}

body:not(.modal) .section130.scale-m .col_4:hover {
    transform: scale(1.1)
}

body:not(.modal) .section130.scale-l .col_4:hover {
    transform: scale(1.15)
}

.section.section130 .form_wrapper .field button,
.section.section130 .form_wrapper .field input[type=submit],
.section.section130 .popup_form .field button,
.section.section130 .popup_form .field input[type=submit] {
    margin-top: 0;
    margin-bottom: 1rem
}

@media (max-width:1700px) {
    .section130 .catalog_items.count7 {
        --section130-tiles-count: 6
    }
}

@media (max-width:1440px) {

    .section130 .catalog_items.count6,
    .section130 .catalog_items.count7 {
        --section130-tiles-count: 5
    }
}

@media (max-width:1200px) {
    .section130 .catalog_items.count2 {
        --section130-tile-padding: 1rem
    }

    .section130 .catalog_items.count5,
    .section130 .catalog_items.count6,
    .section130 .catalog_items.count7 {
        --section130-tiles-count: 4
    }
}

@media (max-width:960px) {

    .section130 .catalog_items.count4,
    .section130 .catalog_items.count5,
    .section130 .catalog_items.count6,
    .section130 .catalog_items.count7 {
        --section130-tiles-count: 3
    }

    .section130 .catalog_items.count2 {
        --section130-tiles-count: 1
    }

    .section130 .extra_images_in_card .extra_info_block.s300 .left,
    .section130 .extra_images_in_card .extra_info_block.s300 .right,
    .section130 .extra_info_block.s300 .left,
    .section130 .extra_info_block.s300 .right {
        width: 100%
    }

    .section130 .title,
    .section130 .title * {
        font-size: 26px !important
    }

    .section130 .sub_title,
    .section130 .sub_title * {
        font-size: 20px !important
    }
}

@media (max-width:800px) {

    .section130 .catalog_items.count3,
    .section130 .catalog_items.count4,
    .section130 .catalog_items.count5,
    .section130 .catalog_items.count6,
    .section130 .catalog_items.count7 {
        --section130-tiles-count: 2
    }
}

@media (max-width:640px) {
    .section130 .section_inner {
        --section130-tiles-gap-Y: 3rem;
        --section130-tiles-gap-X: 1rem
    }

    .section130:not(.mobile_col2) .catalog_items.count3,
    .section130:not(.mobile_col2) .catalog_items.count4,
    .section130:not(.mobile_col2) .catalog_items.count5,
    .section130:not(.mobile_col2) .catalog_items.count6,
    .section130:not(.mobile_col2) .catalog_items.count7 {
        --section130-tiles-count: 1
    }
}

@media (max-width:480px) {
    .section130 {
        --tiles-padding: 10px !important
    }

    .section130 .sub_title,
    .section130 .sub_title * {
        font-size: 18px !important
    }
}

@media (max-width:425px) {
    body:not(.editor_true) .section130.mobile_col2 .catalog_items.short_text .title1 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    body:not(.editor_true) .section130.mobile_col2 .catalog_items.short_text .txt1 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

@media (max-width:400px) {
    .section130 .c_ico1 {
        width: 90px;
        height: 90px
    }
}

@media (max-width:325px) {
    .section130 .section_inner {
        --section130-tiles-padding: 10px;
        --section130-tiles-gap-Y: 1rem;
        --section130-tiles-gap-X: .75rem;
        --section130-btn-padding-X: .75rem
    }

    .section130 .catalog_items .arr1 {
        width: calc((100% - var(--section130-tiles-gap-X))/ 2)
    }

    .section130 .btn1,
    .section130 .btn1x {
        font-size: 16px
    }
}

.section164 .sub_title {
    width: 100%;
    text-align: center;
    margin-bottom: 25px
}

.section164 .btn_descr {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px
}

.section164 .btn1,
.section164 .w450h60 .btn1 {
    width: 450px;
    min-height: 60px
}

.section164 .btn1 {
    font-size: 24px;
    border: 3px solid;
    background-repeat: repeat-x;
    overflow: hidden
}

.section164 .icon_archive .btn1:before,
.section164 .icon_doc .btn1:before,
.section164 .icon_download .btn1:before,
.section164 .icon_envelope .btn1:before,
.section164 .icon_pdf .btn1:before,
.section164 .icon_share .btn1:before,
.section164 .icon_word .btn1:before,
.section164 .icon_xlsx .btn1:before {
    display: inline-block;
    font: 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 18px
}

.section164 .icon_download .btn1:before {
    content: "\f019"
}

.section164 .icon_doc .btn1:before {
    content: "\f0f6"
}

.section164 .icon_word .btn1:before {
    content: "\f1c2"
}

.section164 .icon_xlsx .btn1:before {
    content: "\f1c3"
}

.section164 .icon_pdf .btn1:before {
    content: "\f1c1"
}

.section164 .icon_archive .btn1:before {
    content: "\f1c6"
}

.section164 .icon_share .btn1:before {
    content: "\f064"
}

.section164 .icon_envelope .btn1:before {
    content: "\f2b7"
}

.section164 .btn1.surround {
    border-color: transparent
}

.section164 .btn_move .btn1:hover {
    animation-name: btn_rotate_move;
    animation-duration: 1s
}

.section164 .w450h45 .btn1 {
    width: 350px;
    min-height: 50px;
    font-size: 18px
}

.section164 .w250h45 .btn1 {
    width: 250px;
    min-height: 45px;
    font-size: 18px
}

.section164 .col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: none;
    width: 100%;
    margin: 0 auto
}

.section164 .col.float_title {
    justify-content: space-between
}

.section164 .col.float_title.pleft {
    flex-direction: row-reverse
}

.section164 .col.float_title .sub_title {
    max-width: 60%;
    margin-bottom: 0
}

.section164 .col.float_title.w450h60 .sub_title {
    max-width: 50%
}

.section164 .col.float_title.pleft .btn1,
.section164 .col.float_title.pright .btn1 {
    float: unset;
    margin: 0
}

.section164 .col.float_title .btn_descr {
    width: 100%
}

.section164 .col.btn_arrow:before {
    content: '';
    position: absolute;
    width: 125px;
    height: 100px;
    top: 0;
    left: 0;
    background: url(/img/share.svg) center/100% no-repeat
}

.section164 .col.pright .btn_descr,
.section164 .col.pright .sub_title {
    text-align: right
}

.section164 .col.pright .btn1 {
    margin: 0 0 auto auto
}

.section164 .col.pleft .btn_descr,
.section164 .col.pleft .sub_title {
    text-align: left
}

.section164 .col.pleft .btn1 {
    margin: 0 auto auto 0
}

@media screen and (max-width:960px) {

    .section164 .btn_descr,
    .section164 .btn_descr * {
        font-size: 16px !important
    }

    .section164 .col.float_title.pleft {
        flex-direction: column;
        align-content: center;
        gap: 32px
    }
}

@media (max-width:800px) {
    .section164 .col {
        width: auto
    }

    .section164 .btn1 {
        width: 80%
    }
}

@media (max-width:640px) {

    .section164 .btn1,
    .section164 .w450h60 .btn1 {
        width: 95%;
        font-size: 16px
    }

    .section164 .w450h45 .btn1 {
        width: 90%
    }

    .section164 .col.float_title {
        flex-direction: column
    }

    .section164 .col.float_title .sub_title {
        max-width: 100%
    }

    .section164 .col.float_title.pleft .btn1,
    .section164 .col.float_title.pright .btn1 {
        margin-top: 10px
    }
}

.section226 .title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 1rem
}

.section226 .sub_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 3rem
}

.section226 .image1 {
    overflow: hidden;
    border-radius: var(--section-image-radius, none)
}

.section226 img {
    display: block;
    width: 100%;
    height: auto
}

.section226 .arr1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 35px
}

.section226 .arr1:not(:first-child) {
    margin-top: 3.5rem
}

.section226 .arr1.align_center {
    align-items: center
}

.section226 .arr1.rightt {
    flex-direction: row-reverse
}

.section226 .left,
.section226 .right {
    float: none
}

.section226 .arr1 .clear {
    display: none
}

.section226.bg_text .arr1 {
    background-color: #fff;
    padding: 2rem 2rem 3rem;
    color: #212121;
    box-sizing: border-box
}

.section226 .txt1 {
    flex: auto
}

@media (min-width:800px) {

    .section226 .image1,
    .section226 .video1 {
        max-width: 450px
    }
}

.section226 .image1,
.section226 .video1 {
    flex-shrink: 0
}

.section226 .video1 iframe,
.section226 .video_holder {
    --iframe_width_16x9: 450px;
    --iframe_height_16x9: calc(var(--iframe_width_16x9) / 16 * 9);
    width: var(--iframe_width_16x9);
    height: var(--iframe_height_16x9);
    box-sizing: border-box
}

.section226 .border {
    box-sizing: border-box;
    border: 10px solid #fff
}

.section226 .shadow {
    box-shadow: var(--section-image-shadow)
}

@media (max-width:960px) {

    .section226 .title,
    .section226 .title * {
        font-size: 26px !important
    }

    .section226 .sub_title,
    .section226 .sub_title * {
        font-size: 20px !important
    }

    .section226 .txt1,
    .section226 .txt1 * {
        font-size: 16px !important
    }
}

@media (max-width:800px) {
    .section226 .arr1 {
        flex-direction: column !important
    }
}

@media (max-width:640px) {

    .section226 .title,
    .section226 .title * {
        font-size: 24px !important
    }
}

@media (max-width:480px) {

    .section226 .sub_title,
    .section226 .sub_title * {
        font-size: 18px !important
    }
}

.section132 .section_inner {
    --section-icon-size: var(--icon-size, 450px);
    --section-inner-padding: 30px;
    box-sizing: border-box
}

.section132.show_icon .section_inner {
    min-height: calc(var(--section-icon-size) + var(--section-inner-padding) * 2);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section132.show_icon .sub_title,
.section132.show_icon .text,
.section132.show_icon .title {
    z-index: 10
}

.section132 .title {
    text-align: center;
    font-size: 42px;
    margin-bottom: var(--title_margin, 1rem)
}

.section132 .sub_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: var(--sub_title_margin, 2rem)
}

.section132 .text {
    box-sizing: border-box;
    width: 100%;
    margin: 25px auto 0;
    word-break: break-word
}

.section132 .ico1 {
    display: inline-block;
    position: absolute;
    top: var(--section-inner-padding);
    left: calc(50% - var(--section-icon-size)/ 2)
}

.section132 .ico1 .fa {
    font-size: var(--section-icon-size);
    line-height: 1;
    z-index: 9
}

.section132>.dark:not(.section_inner) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3
}

.section132.style_0.two .text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.section132.style_0.three .text {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.section132.style_1 .section_inner {
    width: 700px
}

.section132.style_2 .section_inner {
    padding: 60px;
    border: 3px solid
}

.section132.style_3 .section_inner {
    padding: 60px
}

.section132.style_4 .title {
    margin-bottom: 25px
}

.section132.style_4 .sub_title {
    position: absolute;
    right: 50px;
    bottom: 30px
}

.section132.style_4 .text {
    margin-top: 0
}

.section132.style_4 .section_inner:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: 25px;
    top: 25px;
    color: #a2a2a2;
    font-size: 72px;
    mix-blend-mode: multiply
}

.section132.style_4 .section_inner {
    padding: 50px 50px 100px 120px;
    position: relative
}

.section132 .text_block:not(.dark),
.section132:not(.dark) .text_block {
    color: #000
}

.section132 .text_block.dark,
.section132.style_4 .dark.section_inner:before {
    color: #fff;
    mix-blend-mode: unset
}

.section132.bg_text.style_4 .text {
    background: 0 0;
    color: #000
}

.section132.bg_text.style_4 .section_inner.dark .text {
    color: #fff
}

@media (max-width:960px) {
    .section132 .section_inner {
        --section-icon-size: min(var(--icon-size), 500px)
    }

    .section132.style_1 .section_inner,
    .section132.style_2 .section_inner,
    .section132.style_3 .section_inner,
    .section132.style_4 .section_inner,
    .section132.wide .section_inner {
        width: 768px
    }

    .section132.style_0 .text,
    .section132.style_1 .text,
    .section132.style_2 .text,
    .section132.style_3 .text,
    .section132.style_4 .text {
        width: 100%
    }

    .section132 .title,
    .section132 .title * {
        font-size: 26px !important
    }

    .section132 .sub_title,
    .section132 .sub_title * {
        font-size: 20px !important
    }

    .section132 .text,
    .section132 .text span {
        font-size: 16px !important
    }
}

@media (max-width:800px) {

    .section132.style_1 .section_inner,
    .section132.style_2 .section_inner,
    .section132.style_3 .section_inner,
    .section132.style_4 .section_inner,
    .section132.wide .section_inner {
        width: 640px
    }
}

@media (max-width:640px) {

    .section132.style_0.three .text,
    .section132.style_0.two .text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .section132.style_1 .section_inner,
    .section132.style_2 .section_inner,
    .section132.style_3 .section_inner,
    .section132.style_4 .section_inner {
        width: 480px;
        padding: 30px
    }

    .section132.wide .section_inner {
        width: 360px
    }

    .section132 .title,
    .section132 .title * {
        font-size: 24px !important
    }

    .section132.style_4 .section_inner:before {
        font-size: 46px
    }

    .section132.style_4 .section_inner {
        padding-left: 100px;
        padding-bottom: 80px
    }

    .section132.style_4 .sub_title {
        bottom: 20px
    }
}

@media (max-width:480px) {
    .section132 .section_inner {
        --section-icon-size: min(var(--icon-size), 300px)
    }

    .section132.style_1 .section_inner,
    .section132.style_2 .section_inner,
    .section132.style_3 .section_inner,
    .section132.style_4 .section_inner {
        width: 360px
    }

    .section132 .sub_title,
    .section132 .sub_title * {
        font-size: 18px !important
    }

    .section132.style_4 .section_inner:before {
        font-size: 28px;
        left: 20px
    }

    .section132.style_4 .section_inner {
        padding-left: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:400px) {
    .section132 .section_inner {
        --section-icon-size: min(var(--icon-size), 200px)
    }

    .section132.style_1 .section_inner,
    .section132.style_2 .section_inner,
    .section132.style_3 .section_inner,
    .section132.style_4 .section_inner {
        width: 360px
    }

    .section132.wide .section_inner {
        width: 320px
    }
}

@media (max-width:375px) {

    .section132.style_1 .section_inner,
    .section132.style_2 .section_inner,
    .section132.style_3 .section_inner,
    .section132.style_4 .section_inner {
        width: 320px
    }
}

.section143 .image_box,
.section143 .placeholder {
    width: calc((100% - (var(--tile-count) - 1) * var(--wrapper-gap-X))/ var(--tile-count));
    border-radius: var(--img_radius, 0)
}

.section143 .image_box .overlay_image_box.opacity_on,
.section143 .image_box:hover .overlay_image_box,
.section143.hold_text .overlay_image_box {
    display: flex;
    height: 100%;
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    box-sizing: border-box
}

.section143 {
    --grid-space: 10px;
    --tile-count: 3;
    --wrapper-gap-Y: 10px;
    --wrapper-gap-X: 16px;
    --wrrapper-gap: var(--wrapper-gap-Y) var(--wrapper-gap-X)
}

.section143 .title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 15px
}

.section143 .sub_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px
}

.section143 .arr1 {
    position: relative
}

.section143 .images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--images-justify-content, center);
    box-sizing: border-box;
    gap: var(--wrrapper-gap)
}

.section143 .image_box {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    filter: grayscale(var(--img_grayscale, 0)) blur(var(--img_blur, 0));
    transition: .3s cubic-bezier(.15, .85, .47, 1.04)
}

.section143 .image_box img {
    display: block;
    width: 100%;
    height: auto
}

.section143 .filters_off .image_box:hover {
    filter: none
}

.section143.hold_text .image_box .overlay_image_box.opacity_on {
    opacity: 1
}

.section143 .image_box .overlay_image_box.opacity_on {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    opacity: 0
}

.section143 .image_box:hover .overlay_image_box,
.section143.hold_text .overlay_image_box {
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.section143 .image_box:hover .overlay_image_box {
    background: rgba(0, 0, 0, .6)
}

.section143 .overlay_image_title {
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px
}

.section143 .overlay_image_descr {
    width: 100%
}

.section143 .image_box.shadow {
    box-shadow: var(--section-image-shadow)
}

.section143 .image_box.border {
    box-sizing: border-box;
    border: 10px solid #fff
}

.section143 .image_box.img_zoom .overlay_image_box:hover,
.section143 .image_box.img_zoom:hover,
.section143 .overlay_image_box[data-link] {
    cursor: pointer
}

.section143 .overlay_image_box {
    height: 0;
    overflow: hidden
}

.section143 .overlay_image_box[data-link=""] {
    cursor: default
}

.section143 .image_box:hover .overlay_image_box.active_off {
    opacity: 0;
    transition: none !important
}

@media (min-width:1440px) {

    .section143 .section_inner.width1400,
    .section143 .section_inner.width1680 {
        --tile-count: 4
    }
}

@media (min-width:1700px) {
    .section143 .section_inner.width1680 {
        --tile-count: 5
    }
}

@media (max-width:960px) {
    .section143 .overlay_image_descr {
        font-size: 14px
    }

    .section143 .title,
    .section143 .title * {
        font-size: 26px !important
    }

    .section143 .sub_title,
    .section143 .sub_title * {
        font-size: 20px !important
    }
}

@media (max-width:800px) {
    .section143 {
        --tile-count: 2
    }

    .section143 .overlay_image_title {
        font-size: 18px
    }

    .section143 .overlay_image_descr {
        font-size: 14px
    }
}

@media (max-width:640px) {

    .section143 .title,
    .section143 .title * {
        font-size: 24px !important
    }
}

@media (max-width:480px) {
    .section143 {
        --grid-space: 0;
        --tile-count: 1
    }

    .section143 .sub_title,
    .section143 .sub_title * {
        font-size: 18px !important
    }

    .section143 .overlay_image_descr {
        font-size: 16px
    }
}

.section119 .policy,
.section119 .tobiz_link {
    text-decoration: underline;
    margin-top: 10px;
    color: #888;
    cursor: pointer
}

.section119 .clear,
.section119 .sn.hidden {
    display: none
}

.section119.fixed_top {
    z-index: 100;
    padding: 15px 0
}

.section119 .section_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px
}

.section119 .logo_img img {
    max-width: 200px;
    max-height: 90px
}

.section119 .logo_img {
    display: block
}

.section119 .logo_text {
    max-width: 200px;
    font-size: 24px;
    min-width: 10px
}

.section119 .width1170 .address-and-ua {
    max-width: 50%;
    width: auto
}

.section119 .address-and-ua {
    margin-left: 25px
}

.section119 .phone-and-address {
    text-align: right;
    flex-shrink: 0
}

.section119 .phone1,
.section119 .phone2 {
    font-size: 22px;
    margin-bottom: 5px
}

.section119 .sn:hover,
.section119 a.phone1:hover,
.section119 a.phone2:hover {
    opacity: .7
}

.section119 .phone1.show_phone_icon:before,
.section119 .phone2.show_phone_icon:before {
    content: "\f095";
    padding-right: 5px;
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.section119 a.phone1,
.section119 a.phone2 {
    color: inherit;
    text-decoration: none;
    display: block
}

.section119 .tobiz_link {
    display: none
}

.section119 .policy {
    display: block
}

.section119 .policy2_popup {
    display: none;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e2e2e2;
    background: #fff
}

.section119.dark .policy2_popup {
    color: #000
}

.section119 .address1 {
    font-size: 14px;
    margin-bottom: 10px
}

.section119 .policy2 {
    cursor: pointer;
    display: inline;
    border-bottom: 1px dashed;
    font-size: 14px
}

.section119 .policy2:hover {
    border-bottom: 1px solid transparent
}

.section119 .policy2_title {
    font-size: 18px;
    font-weight: 700
}

.section119 .social_icons {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    right: 0
}

.section119 .sn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: FontAwesome;
    color: #fff;
    text-decoration: none;
    transition: .3s
}

.section119 .social_icons.icon-circle .sn {
    border-radius: 50%
}

.section119 .txt1 {
    margin-top: 40px;
    text-align: center
}

.section119 .sn-vk {
    background: #507299
}

.section119 .sn-tg {
    background-color: #08c
}

.section119 .sn-tg:after {
    content: '\f1d9'
}

.section119 .sn-vk:after {
    content: ''
}

.section119 .sn-ins {
    background: #f8cc01;
    background: -o-linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
    background: linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%)
}

.section119 .sn-ins:after {
    content: ''
}

.section119 .sn-whatsup {
    background: #3ebe2b
}

.section119 .sn-whatsup:after {
    content: ''
}

.section119 .sn-fb {
    background: #405d9a
}

.section119 .sn-fb:after {
    content: ''
}

.section119 .sn-youtube {
    background: #e62117
}

.section119 .sn-youtube:after {
    content: ''
}

.section119 .sn-o:after {
    content: ''
}

.section119 .sn-o {
    background: #ee7808
}

.section119 .sn-vimeo:after {
    content: "\f27d"
}

.section119 .sn-vimeo {
    background: #00adef
}

.section119 .sn-viber {
    position: relative;
    background-color: #7d3daf
}

.section119 .sn-viber:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/icons8-viber.svg) center/80% no-repeat
}

.section119 .search_form {
    width: 90%;
    height: 50px;
    display: flex
}

.section119 .search {
    height: 38px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.section119 .search_input:focus {
    outline: 0;
    opacity: 1
}

.section119 .search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 38px;
    border: none;
    font-size: 16px;
    background: 0 0;
    color: #ccc;
    border-radius: 5px
}

.section119 .search_input {
    height: 38px;
    width: 100%;
    background-color: #fff;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    opacity: .8;
    box-sizing: border-box;
    color: #333;
    border-radius: 5px
}

.section119 .search button i {
    color: #999;
    animation: 1.3s infinite alternate color_change
}

.section119 .find_popup .result_title {
    font-size: 18px;
    margin-bottom: 10px
}

.section119 .find_popup {
    box-sizing: border-box;
    display: none;
    width: 74%;
    position: absolute;
    right: 0;
    top: 50px;
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
    z-index: 90;
    max-height: 500px;
    overflow: auto;
    color: #333
}

.section119 .find_popup .find_item:hover {
    background: #f5f5f5
}

.section119 .find_popup .find_item {
    padding: 5px 20px;
    cursor: pointer
}

.section119 .find_popup .find_item a {
    font-size: 16px
}

.section119 .find_popup .close {
    width: 15px;
    height: 15px;
    background: url('images/cancel.svg') center/100% no-repeat;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.section119 .logo_img {
    max-width: 270px;
    width: auto
}

@media (max-width:960px) {
    .section119 .section_inner {
        flex-direction: column;
        align-content: center;
        text-align: center
    }

    .section119 .address-and-ua {
        margin-left: 20px;
        width: 100%
    }

    .section119 .social_icons {
        width: 100%;
        position: static;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 0;
        margin-top: 5px;
        padding-top: 5px
    }

    .section119 .phone-and-address {
        padding-bottom: 0;
        width: 100%;
        max-width: unset;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .section119 .find_popup {
        width: 94%;
        text-align: left;
        top: 140px;
        left: 3%
    }

    .section119 .address1,
    .section119 .address1 *,
    .section119 .text1,
    .section119 .text1 * {
        font-size: 14px !important
    }

    .section119 .text1 {
        word-break: break-word
    }

    .section119 .phone1,
    .section119 .phone1 span,
    .section119 .phone2,
    .section119 .phone2 span {
        font-size: 15px !important;
        width: auto
    }

    .section119 .section_inner {
        display: flex;
        align-items: center
    }
}

@media (max-width:800px) {

    .section119 .logo_img,
    .section119 .logo_img img,
    .section119 .logo_text {
        max-width: 160px
    }

    .section119 .logo_img img {
        max-width: 100%
    }

    .section119 .phone1,
    .section119 .phone1 span,
    .section119 .phone2,
    .section119 .phone2 span {
        width: auto
    }

    .section119 .width1170 .address-and-ua {
        max-width: 45%
    }

    .section119 .logo_img {
        width: 22%
    }

    .section119 .phone-and-address {
        margin-left: 10px;
        width: 25%
    }

    .section119 .address-and-ua {
        width: 50%;
        margin-left: 20px
    }

    .section119 .social_icons {
        margin-right: 0;
        margin-top: 5px;
        padding-top: 5px
    }

    .section119 .address1,
    .section119 .address1 *,
    .section119 .policy2,
    .section119 .policy2 span {
        font-size: 14px !important;
        line-height: 20px
    }
}

@media (max-width:640px) {
    .section119 .width1170 .address-and-ua {
        max-width: 100%
    }

    .section119 .logo_img {
        width: 200px;
        display: flex;
        justify-content: center
    }

    .section119 .logo_text {
        float: none;
        margin: 0 auto;
        width: auto;
        text-align: center
    }

    .section119 .menu-and-phone-and-btn {
        margin: 25px auto 0;
        float: none;
        width: auto
    }

    .section119 .address-and-ua {
        float: none;
        margin: 0 auto;
        width: 94%;
        text-align: center
    }

    .section119 .phone-and-address {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-right: 0;
        width: auto
    }

    .section119 .section_inner {
        justify-content: space-between
    }

    .section119 .logo_text,
    .section119.fixed_top .logo_img,
    .section119.fixed_top .policy2,
    .section119.fixed_top .social_icons {
        display: none
    }

    .section119.fixed_top {
        padding: 5px 0
    }

    .section119 {
        padding: 10px 0
    }

    .section119 .search_form {
        display: none;
        margin: 0 auto
    }

    .section119.fixed_top .section_inner {
        display: flex
    }
}

@media (max-width:480px) {
    .section119 .section_inner {
        flex-direction: column
    }

    .section119 .phone-and-address {
        align-items: center;
        margin-left: 0
    }

    .section119 .phone-and-address,
    .section119 .phone1,
    .section119 .phone1 span,
    .section119 .phone2,
    .section119 .phone2 span,
    .section119 .text1,
    .section119 .text1 * {
        text-align: center
    }

    .section119 .phone1,
    .section119 .phone2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .section119 .social_icons {
        justify-content: center
    }
}

@media (max-width:440px) {

    .section119 .section_inner,
    .section119.fixed_top .section_inner {
        flex-direction: column
    }
}

@media (max-width:400px) {

    .section119 .section_inner,
    .section119.fixed_top .section_inner {
        flex-direction: column
    }

    .section119 .phone-and-address {
        align-items: center;
        margin-top: 10px
    }
}

#item_card {
    --item_card_direction: row-reverse;
    --item_card_align_items: flex-start;
    --item_card_free_space: 50px;
    --item_card_tag_bg: #ffe2a3;
    --item_card_tag_color: #121212;
    --item_card_main_image_width: 500px;
    --item_card_imagecard_bg: #ffffff;
    --item_card_imagecard_padding: 0px;
    --item_card_imagecard_radius: 0px;
    --item_card_imagecard_border_width: 0px;
    --item_card_imagecard_border_style: solid;
    --item_card_imagecard_border_color: #ffffff;
    --item_card_image_border_width: 1px;
    --item_card_image_border_style: solid;
    --item_card_image_border_color: #030303;
    --item_card_image_radius: 1rem;
    --item_card_slider_nav_color: #545454;
    --item_card_content_padding: 0;
    --item_card_content_radius: 0;
    --item_card_content_bg: #ffffff;
    --item_card_content_border_width: 0px;
    --item_card_content_border_style: solid;
    --item_card_content_border_color: #ffffff;
    --item_card_btn_bg_color: #a8a8a8;
    --item_card_btn_hover_bg_color: #000000;
    --item_card_btn_text_color: #ffffff;
    --item_card_item_btn_font_weight: 100;
}

/* Основные стили */
#wrapper,
.section1600 .flexblock_wrapper .flexblock_content,
.flexblock_popup {
    font-family: Montserrat, sans-serif !important;
}

.section .section_inner .title {
    font-family: Montserrat, sans-serif;
}

.section_inner a {
    /* Page styles */
    color: #3F2B17;
}

.section,
.section .text,
.section .txt,
.section .txt1,
.section .descr1,
#wrapper .section_inner .tile .title1 {
    color: #000000;
}

/* Переменные CSS */
:root {
    --catalog_btn_bg_color: #616161;
    --catalog_btn_hover_bg_color: #f8d34f;
    --catalog_title_fsize: 20px;
    --catalog_item_title_color: #212121;
    --catalog_item_price_fsize: 20px;
    --catalog_item_price_color: #212121;
    --catalog_item_price_fweight: 200;
    --catalog_btn_text_color: #ffffff;
    --catalog_item_title_fweight: 300;
    --catalog_item_title_Talign1: left;
    --catalog_item_descr_Talign1: left;
    --catalog_item_price_Talign1: left;
    --catalog_item_price_Talign2: left;
    --catalog_item_description_fweight: 300;
}

.old_price_1 {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 30px;
}

#basket_right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.main-order-form {
    background-color: #fff;
    padding: 2vh;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
    margin: auto;
}

.field {
    width: calc(100% - 20px);
    padding: 2vh;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.field_input_checkbox {
    display: block;
    align-items: left;
    font-size: 14px;
}

.field_input_checkbox input {
    margin-right: 10px;
}

.button {
    width: 100%;
    padding: 10px;
    background-color: #00ae43;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #0056b3;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.btn {
    border: none;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}

.btn:hover {
    background-color: #0056b3;
}