/* montserrat-regular - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
        url('../fonts/montserrat-v25-latin_cyrillic-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/montserrat-v25-latin_cyrillic-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''),
        url('../fonts/montserrat-v25-latin_cyrillic-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/montserrat-v25-latin_cyrillic-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
        url('../fonts/montserrat-v25-latin_cyrillic-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/montserrat-v25-latin_cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

#snow-animation-container {
    position: fixed;
    top: 0px;
    z-index: 9999;
}

a {
    //text-decoration: none;
}

* {
    outline: none !important;
}

.breadcrumb {
    padding: .75rem 0;
    margin-bottom: 1rem;
    background: transparent;
    */
}

.breadcrumb a {
    color: rgb(210, 105, 30);
}

.article .icons {
    display: none;
}

.map_block {
    min-height: 100px;
    position: relative;
}

.mapSetting {
    display: none;
}

#mainMap {
    height: 400px;
}

@media screen and (max-width:991px) {
    #mainMap {
        height: 300px;
    }

    .bl_divider {
        margin: 5px 0 30px !important;
    }
}

#sp-header {
    position: relative;
    padding: 20px 0;
    //background: #FFFFFF;
    z-index: 1040;
}

.main-page-link img {
    height: 16px;
}

.main-page-link .image-title {
    display: none;
}

.slink {
    position: relative;
    min-height: 20px;
}

.slink__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slink__item {
    display: inline-block;
    margin: 0px 6px;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.form_sort_count {
    display: none;
}

.attr_card {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 0;
    border-radius: 10px;
    border: 1px solid rgba(33, 37, 41, .07);
    height: calc(100% - 30px);
}

.attr_card:hover {
    background: #FFFFFF;
}

.attr_card>.container>.row>.col-lg-3 {
    //padding-left: 0;
    //margin-bottom: 15px;
}

.attr_card>.container>.row>.col-9 {
    padding-left: 0;
    //margin-bottom: 15px;
}

@media screen and (max-width:991px) {
    .slink__wrapper {
        justify-content: center;
    }
}

.container_100 {
    padding-right: 15px;
    padding-left: 15px;
}

.container_100>* {
    margin-right: -15px;
    margin-left: -15px;
}

.form_wrap {
    width: 100%;
    max-width: 991px;
    margin: 0px auto;
    position: relative;
    padding: 15px 0;
}

.form_wrap input,
.form_wrap optgroup,
.form_wrap select,
.form_wrap textarea {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #000;
}

.title_input {
    padding-bottom: 4px;
}

.form_wrap__submit {
    text-align: center;
}

.input-group {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.input-error {
    color: #f00;
    text-align: center;
    font-size: 14px;
    line-height: 12px;
    padding-top: 4px;
}

.input-block {
    position: relative;
}

.success_block {
    background: #19a924;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
    text-align: center;
}

.row [class*="col-md-"],
.row [class*="col-lg-"] {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.modal-open .popupBlock {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
}

.popupBlock {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.popupBlock .img_bg_filter {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.popupBlock .modal-dialog {
    margin: 50px auto 30px;
}

.modal-dialog {
    max-width: 700px;
    position: relative;
    width: 100%;
}

.img_bg_filter+* {}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 20px #424242;
    outline: 0;
    border: 0px;
    border-radius: 0px;
    padding: 30px 30px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    text-align: left;
}

.popupBlock button.close {
    padding: 0px !important;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 31px;
    right: 30px;
    width: 26px;
    height: 26px;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 30px auto;
    }
}

@media screen and (max-width: 991px) {
    .popupBlock {
        padding: 0px 15px;
    }
}

.btn {
    position: relative;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.img_bg_filter {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.img_bg_filter~* {}

.module * {
    word-break: break-word;
}

.module {
    background-size: cover;
    background-size: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

a {
    -webkit-transition: .25s;
    transition: .25s;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}


@media (max-width: 1199px) {
    #setka_1_8123>.container {
        max-width: 100%;
    }

    .desktop_phones .menu_row>div {
        padding: 0px 0px;
    }

    .desktop_phones .menu_row>div:first-child {
        padding-left: 15px;
    }

    .desktop_phones .menu_row>div:last-child {
        padding-right: 15px;
    }

    #menu_dlya_im_1 .logo_phones a,
    #menu_dlya_im_1 .logo_phones p {
        font-size: 12px !important;
    }

    .srch input[type="text"] {}

    #menu_dlya_im_1 .link_32 {
        font-size: 11px;
        line-height: 24px;
        border-radius: 24px;
        padding: 5px auto;
        width: 140px !important;
        font-weight: 600;
        background-color: #d2691e;
        border-color: #d2691e;
        color: #fff;
        white-space: nowrap;
    }
}

.ex_row_pt_0 {
    padding-top: 0;
}

.ex_row_pt_15 {
    padding-top: 15px;
}

.ex_row_pt_30 {
    padding-top: 30px;
}

.ex_row_pt_45 {
    padding-top: 45px;
}

.ex_row_pt_60 {
    padding-top: 60px;
}

.ex_row_pt_75 {
    padding-top: 75px;
}

.ex_row_pt_90 {
    padding-top: 90px;
}

.ex_row_pt_105 {
    padding-top: 105px;
}

.ex_row_pt_120 {
    padding-top: 120px;
}

.ex_row_pt_135 {
    padding-top: 135px;
}

.ex_row_pt_150 {
    padding-top: 150px;
}

.ex_row_pt_165 {
    padding-top: 165px;
}

.ex_row_pt_180 {
    padding-top: 180px;
}

.ex_row_pt_195 {
    padding-top: 195px;
}

.ex_row_pt_210 {
    padding-top: 210px;
}

.ex_row_pb_0 {
    padding-bottom: 0;
}

.ex_row_pb_15 {
    padding-bottom: 15px;
}

.ex_row_pb_30 {
    padding-bottom: 30px;
}

.ex_row_pb_45 {
    padding-bottom: 45px;
}

.ex_row_pb_60 {
    padding-bottom: 60px;
}

.ex_row_pb_75 {
    padding-bottom: 75px;
}

.ex_row_pb_90 {
    padding-bottom: 90px;
}

.ex_row_pb_105 {
    padding-bottom: 105px;
}

.ex_row_pb_120 {
    padding-bottom: 120px;
}

.ex_row_pb_135 {
    padding-bottom: 135px;
}

.ex_row_pb_150 {
    padding-bottom: 150px;
}

.ex_row_pb_165 {
    padding-bottom: 165px;
}

.ex_row_pb_180 {
    padding-bottom: 180px;
}

.ex_row_pb_195 {
    padding-bottom: 195px;
}

.ex_row_pb_210 {
    padding-bottom: 210px;
}

img {
    max-width: 100%;
}

.splide__slide {
    overflow: hidden;
}

.splide__slide>.row {
    height: 100%;
    margin: 0px;
}

.splide.arrowOut {
    padding-left: 70px;
    padding-right: 70px;
}

.splide__pagination {
    bottom: 14px;
}

.splide.dotOut .splide__pagination {
    bottom: -33px;
}

.splide.splide--ttb {
    padding: 0px;
}

.splide.splide--ttb.arrowOut {
    padding-top: 70px;
    padding-bottom: 70px;
}

.splide.splide--ttb.dotOut {
    padding-left: 70px;
    padding-right: 70px;
}

.splide.splide--ttb.dotOut .splide__pagination {
    bottom: -30px;
}

.splide.dotOut {
    margin-bottom: 42px;
}

.splide.splide--ttb.dotOut {
    margin-bottom: 0px;
}

.splide .splide__arrow {
    background: #000;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: .9;
}

.splide .splide__arrow:hover {
    opacity: 1;
}

.splide .splide__arrow:before {
    font-family: Montserrat;
    line-height: 32px !important;
    color: #fff;
    font-size: 40px !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.splide .splide__arrow--prev:before {
    content: "‹";
}

.splide .splide__arrow--next:before {
    content: "›";
}

.splide .splide__arrow--prev {
    left: 15px;
}

.splide .splide__arrow--next {
    right: 15px;
}

.splide .splide__arrow svg {
    display: none;
}

.splide__pagination__page {
    background: #869791;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 6px;
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #d2691e;
}

.splide--ttb .splide__arrow--prev {
    transform: translate(-50%) rotate(90deg) !important;
}

.splide--ttb .splide__arrow--next {
    transform: translate(-50%) rotate(90deg) !important;
}

.splide--ttb>.splide__pagination {
    right: 24px;
    bottom: 50% !important;
}

@media screen and (max-width:991px) {
    .splide--ltr .splide__slide {}
}

@media screen and (max-width:767px) {

    .sliderSert {
        padding: 0px 0px !important;
    }

    .splide.arrowOut {
        padding-left: 36px;
        padding-right: 36px;
    }

    .splide .splide__arrow {
        width: 24px;
        height: 24px;
    }

    .splide .splide__arrow:before {
        line-height: 20px !important;
        font-size: 22px !important;
    }

    .splide .splide__arrow--prev {
        left: 6px;
    }

    .splide .splide__arrow--next {
        right: 6px;
    }

    .splide.splide--ttb.arrowOut {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .splide--ttb>.splide__arrows .splide__arrow--prev {
        top: 6px;
    }

    .splide--ttb>.splide__arrows .splide__arrow--next {
        bottom: 6px;
    }


    .splide__pagination__page {
        width: 6px;
        height: 6px;
        margin: 5px;
    }

    .splide__pagination {
        bottom: 9px;
    }

    .splide.dotOut .splide__pagination {
        bottom: -30px;
    }

    .splide.splide--ttb {
        padding-left: 0px;
        padding-right: 0px;
    }

    .splide.splide--ttb.dotOut {
        padding-left: 36px;
        padding-right: 36px;
    }

    .splide--ttb>.splide__pagination {
        right: 11px;
    }

    .slogan,
    .messengers {
        justify-content: center !important;
        text-align: center !important;
    }
}

ul {
    list-style-type: disc;
    list-style-position: inside;
    text-align: center;
    padding-left: 0px;
}

.field_content ul {
    text-align: left;
}

[data-type="menu"] p {
    margin: 0px;
}

li.parent {
    position: relative;
}

li.parent>ul li {
    display: block;
    padding: 0px;
}

li.parent>ul li a,
li.parent>ul li span {
    display: block;
    padding: 6px 15px;
}

li.parent>ul {
    display: none;
    padding: 0px;
}

.header_menu {
    justify-content: space-around;
}

.header_menu li {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
}

.header_menu a {
    //padding: 10px 0;
    display: flex;
    align-items: center;
    background: #fff;
}

.header_menu li img {
    height: 20px !important;
}

.mobile_messengers .slink__item img {
    height: 28px !important;
}

.header_menu>li:not(.active)>a {
    background: #fff;
    color: #000;
}

.header_menu>li.active>a,
.header_menu>li>a:hover,
.header_menu>li:hover>a {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.header_menu ul li a {
    background: #fff;
    color: #000;
}

.header_menu ul li.active>a,
.header_menu ul li:hover>a {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.header_menu ul {
    background: #fff;
}

.header_menu ul li {
    display: block;
}

.header_menu li.parent>ul {
    overflow: hidden;
}

.header_menu li.parent>ul {
    top: 100%;
    left: 0px;
    position: absolute !important;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #fff;
    min-width: max-content;
    text-align: left;
    box-shadow: 0px 2px 4px 0px #bdbdbd;
    z-index: 9;
}

.catalogue_page .custom_text {
    display: none;
}

.custom_text * {
    text-align: left;
}

.block__mobile {
    background-color: #111;
    display: none;
}

.menuCart {
    text-align: center;
    position: relative;
}

.menuCart a {
    display: block;
    padding: 0px 0px;
    color: #000;
}

.menuCart a:hover {
    text-decoration: none;
}

.menuCart img {
    max-height: 48px;
    display: block;
    margin: 0px auto;
}

.menuCartCount {
    font-size: 13px;
    color: #000;
}

.menuCartPrice {
    font-size: 13px;
    color: #000;
}

.menuBlockCallback a {
    color: #fff;
    background-color: #d43131;
    line-height: 26px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    border-width: 0px;
    border-color: #6c757d;
    border-style: solid;
    font-family: Montserrat;
    max-width: 186px;
    width: 100%;
}

.menuBlockSearch .form_wrap {
    padding: 0px;
}

.searchCatalog form {
    margin: 0px;
}

.searchBlock {
    padding: 8px 0px 8px 0px;
}

.srch form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.mob_srch form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.mob_srch form .input-group {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.mob_srch form .input-group.input-button {
    width: 38px;
}

.mob_srch form .input-group.input-string {
    //width: 50px;
    text-align: left;
}

.mob_srch form .input-group.input-string input {
    width: 100%;
    border: none;
    border-bottom: 1px gray solid;
}

.mob_srch {
    padding: 0 15px;
}

.srch .input-group {
    margin: 0px;
    display: block;
    width: auto;
}

.srch .searchInput {
    width: calc(100% - 36px);
}

.srch .searchBtn {
    width: 36px;
}

.srch input[type="text"] {
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    padding: 0px 11px;
    border-right: 0px;
    height: 36px;
    border-width: 1px;
    font-size: 14px;
    width: 100%;
}

.hideDesc {
    display: none;
}

.srch .js_search {
    height: 36px;
    width: 36px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #fff;
}

.menuBlockLogin a {
    color: #000;
}

.menuBlockLogin p {
    margin: 0px;
}

.vert_center {
    padding-top: 75px;
    padding-bottom: 60px;
    /*
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    */
}

.vert_center h2 {
    margin-bottom: 10px;
}

.carMiniList {
    display: none;
    position: absolute;
    padding: 8px 8px 12px 8px;
    min-height: 100px;
    z-index: 1011;
    background: #fff;
    width: 420px;
    right: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}

.menuCart:hover .carMiniList {
    display: block;
}

.cartMiniClear {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.carMiniProdItem {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.carMiniProdImg {
    width: 16%;
}

.carMiniProdImg img {
    text-align: center;
    max-height: 50px;
}

.carMiniProdName {
    text-align: left;
    width: 50%;
}

.carMiniProdQuantity {
    text-align: center;
    width: 10%;
}

.carMiniProdPrice {
    text-align: center;
    width: 24%;
}

.carMiniProdItem>div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    padding: 3px 3px;
}

.cartMiniItogo {
    text-align: right;
    font-size: 14px;
    padding: 4px 0px 10px 0px;
}

.cartMiniLink {
    text-align: right;
}

.cartMiniLink a {
    display: inline-block;
    background: #2d2d2d;
    color: #fff;
    padding: 6px 8px;
    font-size: 14px;
}

.cartMiniLink a:hover {
    background: #000;
    text-decoration: none;
}

@media screen AND (max-width:1199px) {
    .menu_row {
        flex-wrap: wrap;
        justify-content: space-between !important;
    }

    .menu_row>[class*="col-"] {
        width: auto !important;
        //max-width: max-content;
        flex-basis: auto;
    }

    .menu_row>.col-lg-12,
    .menu_row>.col-md-12 {
        flex-basis: 100%;
        padding-bottom: 0px;
    }

    .hiddenMob {
        display: none;
    }
}

@media screen and (min-width:992px) {
    li.parent:hover>ul {
        display: block;
    }

    .mob_srch {
        display: none;
    }

    li.parent li.parent:hover>ul {
        left: 100%;
        top: 0px;
    }

    #sp-header.header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        //z-index: 9999;
        background: #FFFFFF;
        padding: 10px 0;
        box-shadow: 0px 2px 4px 0px #bdbdbd;
    }
}

.fix_menu ul.header_menu li a {
    color: #000000;

}

.head_name img {
    height: 45px !important;
}

@media screen and (max-width:991px) {
    .hideDesc {
        display: block;
    }

    .header_menu li.parent>ul {
        min-width: 100%;
    }

    .vert_center {
        padding-top: 60px;
    }

    .desktop_phones {
        display: none;
    }

    .srch form {
        justify-content: center;
        max-width: 440px;
        margin: 0px auto 0px auto;
        padding: 15px 15px 10px 15px;
    }

    #menu_dlya_im_1 .link_32 {
        width: auto !important;
    }

    #setka_1 {
        margin-top: -55px !important;
    }

    #setka_1_8123 {
        //margin-top: 64px;
        overflow: hidden;
        max-height: 50px;
        visibility: hidden;
    }


    #setka_1_8123>.container>.row {
        align-items: center !important;
    }

    .slogan,
    .messengers {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .messengers {
        justify-content: flex-end;
    }

    .hiddenMob {
        display: block;
    }

    .no_content .module.block__positionabsolute {
        position: initial;
    }

    .menu_block_top [class*="col-"] {
        text-align: center !important;
        max-width: 100%;
    }

    .bodyFix {
        overflow: hidden;
    }

    .menu_block_top {
        padding-top: 20px;
    }

    .menu_block_top * {
        //text-align: center !important;
    }

    .hidden_menu {
        display: none;
        position: fixed;
        top: 64px;
        height: 100%;
        width: 100%;
        left: 0px;
        z-index: 9;
    }

    .module.block__positionfixed.fix_block {
        position: fixed;
        z-index: 9;
        width: 100%;
        overflow-y: scroll;
        top: 0px;
        height: 100%;
    }

    .menu_row {
        display: block !important;
    }

    .menu_row>[class*="col-"] {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
        padding-bottom: 16px;
    }

    .module.block__positionfixed.fix_block {
        position: fixed;
        z-index: 9;
        width: 100%;
        overflow-y: scroll;
        top: 0px;
        height: 100%;
    }

    li.parent>ul li a {
        display: block;
        padding: 0 0 0 15px;
    }

    .main-page-link img {
        display: none;
    }

    .main-page-link .image-title {
        display: block;
    }

    .block__mobile {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 9;
    }

    .block__mobile+* {
        padding-top: 94px;
    }

    .header_menu li a {
        text-align: left !important;
    }

    .header_menu {
        background-color: white !important;
        height: 100%;
        display: block;
        width: 100%;
        //padding-top: 0px !important;
        padding: 0 15px 15px 15px;
        overflow: auto;
        border-radius: 0 !important;
    }

    #sp-header {
        padding: 22px 0 0;
    }

    .header_menu li {
        display: block;
        padding: 0px;
        text-align: left;
    }

    .header_menu li.parent>ul {
        position: inherit !important;
    }

    li.parent>ul {
        /*display: block;*/
    }

    li.parent.toggle>.toggleMenu {
        transform: rotate(180deg);
    }

    .header_menu li.parent>ul {
        border-radius: 0px;
        box-shadow: none;
    }

    .module[data-type="menu"] {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .block__positionfixed .hidden_menu {
        display: none !important;
    }

    .module.block__positionfixed.fix_block .hidden_menu {
        display: block !important;
    }

    .block__mobile_container {
        padding: 0px 15px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .block__mobile {
        display: block;
    }

    .block__mobile_burger {
        //position: absolute;
        //top: 50%;
        margin-top: 20px;
        padding: 20px 0;
        right: 15px;
        width: 28px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9999;
    }

    .block__mobile_burger span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #fff;
    }

    .block__mobile_burger span:nth-child(1) {
        top: 0;
    }

    .block__mobile_burger span:nth-child(2) {
        top: 8px;
    }

    .block__mobile_burger span:nth-child(3) {
        top: 16px;
    }

    .block__mobile_burger span:nth-child(4) {
        display: none;
    }

    .block_opened .block__mobile_burger span:nth-child(1) {
        top: 8px;
        width: 0;
        left: 50%;
    }

    .block_opened .block__mobile_burger span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .block_opened .block__mobile_burger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .block_opened .block__mobile_burger span:nth-child(4) {
        top: 8px;
        width: 0;
        left: 50%;
    }

    .fix_block .block__mobile_burger span:nth-child(1) {
        top: 8px;
        transform: rotate(45deg);
    }

    .fix_block .block__mobile_burger span:nth-child(2) {
        opacity: 0;
    }

    .fix_block .block__mobile_burger span:nth-child(3) {
        top: 8px;
        transform: rotate(-45deg);
    }
}

.moduleCatalogItem,
.manuf_mod .manufacturer {
    margin-bottom: 30px;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative;
    border-radius: 10px;
    height: 100%;
    min-height: 100%;
    border: 2px solid rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.manuf_mod .manufacturer {
    flex-direction: column;
    border: 2px solid #f8f8fa;
    align-items: center;
}

.mob_menu_add {
    display: none;
    background: #FFF;
}

.fix_menu .mob_menu_add {
    display: block;
}

.fix_menu .moduletable_menu {
    box-shadow: 0px 3px 4px 0px rgba(43, 61, 72, 0.75);
}

.mob_menu_add .order_button {
    display: flex;
    justify-content: center;
}

.mob_phones {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.mob_phones_minsk,
.mob_phones_gomel {
    width: 100%;
}

.mob_phones a {
    color: #000;
    text-decoration: none;
    //white-space: nowrap;
}

.mob_phones_minsk p {
    text-align: left;
}

.mob_phones_gomel p {
    text-align: right;
}

.mob_phones p {
    margin: 5px 0;
    //font-size: 14px;
}

.manuf_mod .manufacturer:hover {
    border: 2px solid rgb(210, 105, 30);
}

.manuf_mod .manufacturer a {
    text-decoration: none;
    padding: 15px;
}

.manuf_mod .manufacturer a .manufacturer_name {
    color: #000;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    text-align: center;
    margin: 10px 0;
}

.manuf_mod .manufacturer a:hover .manufacturer_name {
    color: #d2691e;
}

.manuf_mod .manufacturer a .manufacturer_short_description {
    color: #000;
    height: 68px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.moduleCategoryHead * {
    font-family: Montserrat;
    color: #555;
}

.moduleCategoryDescription * {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 21px;
    color: #5e5e5e;
}

.modulecatalogImage {
    overflow: hidden;
    height: 100%;
}

.moduleCatalogItem img {
    height: auto;
    width: auto !important;
    min-height: 100% !important;
    min-width: 100%;
    //max-width: unset;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    //transform: scale(1);
    //aspect-ratio: 1;

}

.moduleCatalogItem:hover img {
    transform: scale(1.2);
}

.moduleCatalogName {
    position: absolute;
    width: 100%;
    padding: 15px 10px;
    background: rgba(255, 255, 255, .75);
}

#spisok_kategorii_3753 a {
    font-family: Montserrat;
    color: #494949;
    font-size: 18px;
    line-height: 1;
    display: block;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

#spisok_kategorii_3753 a:hover {
    color: rgb(210, 105, 30);
}

#spisok_kategorii_3753 a:hover .moduleCatalogItem {
    border: 2px solid rgba(210, 105, 30, 1);
}

h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width:1400px) {
    h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

body {
    font-family: Montserrat;
    font-size: 15px;
}

/*
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat.ttf");
}

/*
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Tahoma.ttf");
}
*/
.header_menu>li {
    margin: 0px;
    text-transform: uppercase;
}

.header_menu>li>a {
    border-radius: 0px;
    text-transform: uppercase;
}

.header_menu .image-title {
    margin-right: 6px;
}

.header_menu ul.nav-child li a {
    text-transform: none;
}

.header_menu>li:not(.active)>a {
    color: white;
    background-color: transparent;
}

.header_menu>li.active>a,
.header_menu>li>a:hover,
.header_menu>li:hover>a {
    color: white;
    background-color: transparent;
    font-size: 16px;
}

.header_menu ul li a {
    color: black;
    background-color: white;
}

.header_menu ul li.active>a,
.header_menu ul li:hover>a {
    color: chocolate;
    background-color: white;
}

@media screen and (max-width:980px) {
    .header_menu {
        background-color: white !important;
    }
}

.block__mobile {
    background-color: #2b3d48;
    z-index: 999999;
}

.header_menu a {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 100;
}

.header_menu li.parent>ul {
    border-radius: 0px;
    overflow: initial;
}

#setka_1_8123 {
    background-color: #f8f8fa;
}

#setka_1_8123 .text_1 {
    margin: 5px 0px;
}

#setka_1_8123 .text_2 {
    font-size: 16px;
    font-family: Montserrat;
}

#setka_1_8123 .block_3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

#setka_1_8123 .block_3 .slink__wrapper {
    display: flex;
    justify-content: flex-end;
}

#setka_1_8123 .image_4 {
    height: 30px;
    margin: 0px !important;
    max-height: 30px;
    width: auto;
}

#setka_1_8123 .image_5 {
    height: 30px;
    margin: 0px !important;
    max-height: 30px;
    width: auto;
}

#setka_1_8123 .image_6 {
    height: 30px;
    margin: 0px !important;
    max-height: 30px;
    width: auto;
}

#setka_1_8123 .image_7 {
    height: 30px;
    margin: 0px !important;
    max-height: 30px;
    width: auto;
}

#menu_dlya_im_1 .image_1 {
    max-height: initial;
    margin: 0px !important;
    height: auto;
    width: auto;
}

#menu_dlya_im_1 .text_2 {
    font-size: 12px;
    font-family: Montserrat;
}

#menu_dlya_im_1 .text_3 {
    color: #000;
}

#menu_dlya_im_1 .text_4 {
    font-size: 12px;
    font-family: Montserrat;
}

#menu_dlya_im_1 .text_5 {
    color: #000;
}

#menu_dlya_im_1 .text_6 {
    font-size: 12px;
    font-family: Montserrat;
    color: #000;
}

#menu_dlya_im_1 .text_7 {
    font-size: 12px;
    font-family: Montserrat;
}

#menu_dlya_im_1 .text_8 {
    color: #000;
}

#menu_dlya_im_1 .text_9 {
    color: #000;
}

#menu_dlya_im_1 .text_10 {
    color: #000;
}

#menu_dlya_im_1 .text_11 {
    font-size: 12px;
    font-family: Montserrat;
}

#menu_dlya_im_1 .text_12 {
    color: #000;
}

#menu_dlya_im_1 .text_13 {
    color: #000;
}

#menu_dlya_im_1 .image_14 {
    height: 12px;
    max-height: 12px;
    width: auto;
    margin: 9px 6px 0px 0px !important;
}

#menu_dlya_im_1 .text_15 {
    font-size: 12px;
    font-family: Montserrat;
}

#menu_dlya_im_1 .text_16 {
    color: #000;
}

#menu_dlya_im_1 .text_17 {
    font-size: 12px;
}

#menu_dlya_im_1 .text_18 {
    font-size: 12px;
}

#menu_dlya_im_1 .text_19 {
    font-size: 12px;
}

#menu_dlya_im_1 .text_20 {
    color: #000;
}

#menu_dlya_im_1 .text_21 {
    font-size: 12px;
}

#menu_dlya_im_1 .text_22 {
    color: #000;
}

#menu_dlya_im_1 .text_23 {
    color: #000;
}

#menu_dlya_im_1 .text_24 {
    font-size: 12px;
}

#menu_dlya_im_1 .text_25 {
    color: #000;
}

#menu_dlya_im_1 .text_26 {
    font-size: 12px;
}

#menu_dlya_im_1 .text_27 {
    color: #000;
}

#menu_dlya_im_1 .image_28 {
    margin: 9px 6px 0px 0px !important;
    height: 12px;
    max-height: 12px;
    width: auto;
}

#menu_dlya_im_1 .text_29 {
    font-size: 12px;
    font-family: Montserrat;
}

#menu_dlya_im_1 .text_30 {
    color: #000;
}

#menu_dlya_im_1 .text_31 {
    font-size: 12px;
}

#menu_dlya_im_1 .link_32 {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 12px;
    line-height: 24px;
    border-radius: 24px;
    padding: 5px auto;
    width: 160px;
    font-weight: 600;
    background-color: #d2691e;
    border-color: #d2691e;
    color: #fff;
    white-space: nowrap;
}

.menuBlockLogin {
    display: flex;
    justify-content: flex-end;
}

#menu_dlya_im_1 .block_33 {
    //margin-top: 20px;
    //background-color: #2b3d48;
}

#menu_dlya_im_1 .header_menu {
    background-color: #2b3d48;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(43, 61, 72, 0.75);
}

#menu_dlya_im_1 .list_34 {
    //border-radius: 0px;
}

.tel_title,
.tel_list {
    font-size: 12px;
}

#menu_dlya_im_1 .logo_phones {
    font-size: 13px;
}

#menu_dlya_im_1 .logo_phones a,
#menu_dlya_im_1 .logo_phones p {
    color: rgb(33, 37, 41);
    font-size: 13px;
    white-space: nowrap;
}

#menu_dlya_im_1 .logo_phones a img {
    height: 10px !important;
    margin-right: 5px;
}

.odcat * {
    font-size: 16px;

}

.odcat {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.odcat li {
    background: #000;
}

.odcat li a {
    color: #000;
    display: block;
    text-align: left;
    height: auto;
    line-height: 1;
    padding: 15px 0 15px 15px;
    //line-height: 40px;
    background: #f8f8fa;
    border-bottom: 2px solid #fff;
}

.cat_cat {
    margin-bottom: 30px;
}

.cat_cat .category_item {
    position: relative;
    border-radius: 10px;
    border: 2px solid #f8f8fa;
    overflow: hidden;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.cat_cat .category_item:hover {
    border: 2px solid rgb(210, 105, 30);
}

.cat_cat .category_item img {
    width: 100%;
}

.cat_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    //border: 1px solid gray;
}

.cat_desc .btn,
.block__btn-wrapper a {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Montserrat;
    font-size: 12px;
    line-height: 24px;
    border-radius: 24px;
    border: none;
    padding: 5px auto;
    width: 160px;
    font-weight: 600;
    background-color: #d2691e;
    border-color: #d2691e;
    color: #fff;
    white-space: nowrap;
}

.jshop_pagination {
    display: flex;
    justify-content: center;
}

ul.pagination-list>li>a {
    color: #d2691e;
}

ul.pagination-list>li.active>a {
    color: #000000;
}

.block__btn-wrapper a:hover,
.block__btn-wrapper a:active,
.block__btn-wrapper a:focus {
    background-color: #d2691e !important;
}


.right_product_inner {
    display: flex !important;
    flex-direction: column;
    /*justify-content: space-between;*/
    min-height: 100%;
}

img.jshop_img {
    border-radius: 10px;
}

.cat_cat .category_item .category_item_name {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    color: #000;
    background: rgba(255, 255, 255, .75);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.cat_cat .category_item:hover .category_item_name {
    color: rgb(210, 105, 30);
}

.productfull .image_middle .product_label_text {
    position: relative;
}

.box_products_sorting select,
.box_products_count_to_page select {
    background: #f8f8fa;
    border: none !important;
    height: 32px;
}

.box_products_sorting {
    margin-right: 20px;
}

.exp_cat {
    color: #000;
    min-width: 48px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp_cat:hover {
    color: #FFF;
}

.filter-cell {
    outline: none;
}

.odcat ul li a {
    //padding-left: 50px;
    //background: #efefef;
}

.odcat li a:hover,
.odcat li.active>a {
    color: #FFFFFF;
    background: #d2691e;
}

.odcat ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}

.odcat a.parent {
    position: relative;
    background-image: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

ul.odcat>li {}

ul.odcat li a {
    text-decoration: none !important;
}

.odcat ul.hided {
    display: none;
}

/*
.odcat a.parent::after {
    content: "▼";
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
}
*/
.odcat ul>li>a {
    font-size: 15px !important;
}

.left_sidebar a.active+ul li a {
    font-size: 15px !important;
}

.left_sidebar #consultation_form {
    //margin: 30px 0;
    padding: 15px;
    background: #f8f8fa;
}

#ExtendedFilterContainer126 .filter_scrol label {
    background: #f8f8fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

#ExtendedFilterContainer126 .filter_scrol label:hover,
#ExtendedFilterContainer126 .filter_scrol label.active {
    color: #FFF;
    background: #d2691e;
}

#ExtendedFilterContainer126 .filter_scrol label:hover #products-carousel a,
a.product_card_link {
    text-decoration: none;
}

.products_subheader {
    color: #000;
    font-size: 20px;
    font-family: Montserrat;
    line-height: 1;
}

.ProductLabelsItem {
    position: relative;
    border: 2px solid #FFF;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.jshop_list_product .ProductLabelsItem {
    border: 2px solid #f8f8fa;
}

.ProductLabelsItem .moduleProductName {
    padding: 0 10px;
    width: 100%;
    color: #000;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px !important;
}

.ProductLabelsItem:hover {
    border: 2px solid rgb(210, 105, 30);
}

.ProductLabelsItem:hover .moduleProductName {
    color: rgb(210, 105, 30);
}

.ProductLabelsItem .moduleProductImage img {
    filter: grayscale(1);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.ProductLabelsItem:hover .moduleProductImage img {
    filter: grayscale(0);
}

.ProductLabelsItem .moduleProductDescription {
    display: block;
    font-size: 14px;
    color: #000;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    /* 
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.osmap-items {}

.osmap-items ul {
    margin: 0px;
    list-style: none;
    text-align: left;
}

.osmap-items ul li {}

.osmap-items ul li a {
    color: #2c3d47;
}

.osmap-items ul ul {
    margin-left: 20px;
}

.product_label_actions,
.product_label_new {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 18px;
    z-index: +3;
}

.product_label_actions {
    width: 36px;
    background: rgb(210, 105, 30);
}

.product_label_new {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #19a924;
}

.moduleProductLink {
    color: #FFF;
    background: rgb(210, 105, 30);
    padding: 5px 15px;
    width: max-content;
    margin: 20px 0;
    border-radius: 22px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    box-shadow: 0px 2px 4px 0px rgba(144, 72, 21, 0.5);
}

.moduleProductLink:hover {
    box-shadow: 0px 2px 4px 0px rgba(144, 72, 21, 0.75);
}

#spl_1.splide .splide__arrow,
#products-carousel .splide__arrow {
    background-color: rgba(255, 255, 255, .665);
}

#spl_1.splide .splide__arrow:before {
    color: #fff;
}

#products-carousel.splide .splide__arrow:before {
    color: rgba(33, 37, 41, 0.5);
}

#products-carousel.splide .splide__arrow:hover::before {
    color: rgba(210, 105, 30, 1);
}

#spl_1 .splide__pagination__page {
    background-color: #869791;
}

#spl_1 .splide__pagination__page.is-active {
    background-color: #000;
}

#setka_1 {
    min-height: 500px;
    /*margin-top: -44px;*/
}

#setka_1 .block_1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1 .block_2 {
    visibility: visible;
}

#setka_1 .block_3 {
    margin-top: 80px !important;
    margin-left: 100px !important;
    margin-right: 0px !important;
}

#setka_1 .text_4 {
    color: #fff;
    font-size: 42px;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_5 {
    font-weight: bold;
}

#setka_1 .text_6 {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
}

#setka_1 .text_7 {
    font-family: Montserrat;
    color: #d2691e;
    font-size: 20px;
}

#setka_1 .list_8 {
    list-style-type: disc;
    color: #fff;
}

#setka_1 .text_9 {
    font-size: 1rem;
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_10 {
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_11 {
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_12 {
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_13 {
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .link_14 {
    margin-top: 20px;
    margin-bottom: 45px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 104, 216, 0);
    border-width: 0px;
    border-style: none;
    padding-left: 0;
}

#setka_1 .block_15 {
    margin-top: 60px !important;
}

#setka_1 .h2_form {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
    //line-height: 1;
}

#setka_1 .text_17 {
    color: #fff;
    font-size: 20px;
}

#setka_1 .block_18 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_19 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .block_20 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_21 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .block_22 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_23 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .link_24 {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 5px 20px;
    border-color: #d2691e;
    border-width: 0px;
    border-style: none;
}

#setka_1 .list_25 {
    width: 1881px;
    height: 500px;
}

#setka_1 .block_26 {
    margin-top: 80px !important;
    margin-left: 100px !important;
    margin-right: 0px !important;
}

#setka_1 .text_27 {
    color: #fff;
    font-size: 48px;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_28 {
    font-weight: bold;
}

#setka_1 .text_29 {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
}

#setka_1 .text_30 {
    font-family: Montserrat;
    color: #d2691e;
    font-size: 20px;
}

#setka_1 .list_31 {
    list-style-type: disc;
    color: #fff;
}

#setka_1 .text_32 {
    font-size: 1rem;
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_33 {
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_34 {
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_35 {
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_36 {
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .link_37 {
    margin-top: 20px;
    margin-bottom: 45px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 104, 216, 0);
    border-width: 0px;
    border-style: none;
}

#setka_1 .block_38 {
    margin-top: 60px !important;
}

#setka_1 .text_39 {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
}

#setka_1 .text_40 {
    color: #fff;
    font-size: 18px;
}

#setka_1 .block_41 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_42 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .block_43 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_44 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .block_45 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_46 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .link_47 {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 5px 20px;
    border-color: #d2691e;
    border-width: 0px;
    border-style: none;
}

#setka_1 .list_48 {
    width: 1881px;
    height: 500px;
}

#setka_1 .block_49 {
    margin-top: 80px !important;
    margin-left: 100px !important;
    margin-right: 0px !important;
}

#setka_1 .text_50 {
    color: #fff;
    font-size: 48px;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_51 {
    font-weight: bold;
}

#setka_1 .text_52 {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
}

#setka_1 .text_53 {
    font-family: Montserrat;
    color: #d2691e;
    font-size: 20px;
}

#setka_1 .list_54 {
    list-style-type: disc;
    color: #fff;
}

#setka_1 .text_55 {
    font-size: 1rem;
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_56 {
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_57 {
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_58 {
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .text_59 {
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
}

#setka_1 .link_60 {
    margin-top: 20px;
    margin-bottom: 45px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 104, 216, 0);
    border-width: 0px;
    border-style: none;
}

#setka_1 .block_61 {
    margin-top: 60px !important;
}

#setka_1 .text_62 {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
}

#setka_1 .text_63 {
    color: #fff;
    font-size: 18px;
}

#setka_1 .block_64 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_65 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .block_66 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_67 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .block_68 {
    color: #212529;
    font-size: 16px;
}

#setka_1 .form_69 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1 .link_70 {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 5px 20px;
    border-color: #d2691e;
    border-width: 0px;
    border-style: none;
}

#setka_1_8306 {
    background-color: #f8f8fa;
}

#setka_1_8306 .block_1 {
    background-color: #fff;
    margin-top: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#setka_1_8306 .image_2 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#setka_1_8306 .text_3 {
    font-family: Montserrat;
}

#setka_1_8306 .text_4 {
    font-family: Montserrat;
    font-size: 14px;
}

#setka_1_8306 .block_5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#setka_1_8306 .image_6 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#setka_1_8306 .text_7 {
    font-family: Montserrat;
}

#setka_1_8306 .text_8 {
    font-family: Montserrat;
    font-size: 14px;
}

#setka_1_8306 .block_9 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#setka_1_8306 .image_10 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#setka_1_8306 .text_11 {
    font-family: Montserrat;
}

#setka_1_8306 .text_12 {
    font-family: Montserrat;
    font-size: 14px;
}

#setka_1_8306 .block_13 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

#setka_1_8306 .image_14 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#setka_1_8306 .text_15 {
    font-family: Montserrat;
}

#setka_1_8306 .text_16 {
    font-family: Montserrat;
    font-size: 14px;
}

#spisok_kategorii_3753 .text_1 {
    color: #000;
    font-family: Montserrat;
}

#spisok_kategorii_3753 .text_2 {
    color: #000;
    font-size: 20px;
    font-family: Montserrat;
}

/*
#spisok_kategorii_3753 .image_3 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#spisok_kategorii_3753 .link_4 {
    background-color: #fff;
}
*/
#spisok_kategorii_3753 .text_5 {
    font-family: Montserrat;
}

#spisok_kategorii_3753 .image_6 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#spisok_kategorii_3753 .link_7 {
    background-color: #fff;
}

#spisok_kategorii_3753 .text_8 {
    font-family: Montserrat;
}

#spisok_kategorii_3753 .image_9 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#spisok_kategorii_3753 .link_10 {
    background-color: #fff;
}

#spisok_kategorii_3753 .text_11 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 {
    background-color: #f8f8fa;
}

#tovari-po_metkam_3975 .text_1 {
    font-family: Montserrat;
}

.productBlog .text_1 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .text_2 {
    font-size: 40px;
    font-family: Montserrat;
}

.productBlog .text_2 {
    font-size: 40px;
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .text_3 {
    font-family: Montserrat;
    font-size: 20px;
}

.productBlog .text_3 {
    font-family: Montserrat;
    font-size: 20px;
}

#tovari-po_metkam_3975 .block_4 {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f8f8fa;
}

.productBlog .block_4 {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f8f8fa;
}

#tovari-po_metkam_3975 .image_5 {
    margin: 0px !important;
    height: 165.938px;
    max-height: 165.938px;
    width: auto;
}

.productBlog .image_5 {
    margin: 0px !important;
    height: 165.938px;
    max-height: 165.938px;
    width: auto;
}

#tovari-po_metkam_3975 .text_6 {
    font-family: Montserrat;
}

.productBlog .text_6 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .text_7 {
    font-family: Montserrat;
}

.productBlog .text_7 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .link_8 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
    border-color: #d2691e;
}

.productBlog .link_8 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
    border-color: #d2691e;
}

#tovari-po_metkam_3975 .block_9 {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f8f8fa;
}

.productBlog .block_9 {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f8f8fa;
}

#tovari-po_metkam_3975 .image_10 {
    margin: 0px !important;
    height: 165.938px;
    max-height: 165.938px;
    width: auto;
}

.productBlog .image_10 {
    margin: 0px !important;
    height: 165.938px;
    max-height: 165.938px;
    width: auto;
}

#tovari-po_metkam_3975 .text_11 {
    font-family: Montserrat;
}

.productBlog .text_11 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .text_12 {
    font-family: Montserrat;
}

.productBlog .text_12 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .link_13 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
    border-color: #d2691e;
}

.productBlog .link_13 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
    border-color: #d2691e;
}

#tovari-po_metkam_3975 .block_14 {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f8f8fa;
}

.productBlog .block_14 {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f8f8fa;
}

#tovari-po_metkam_3975 .image_15 {
    margin: 0px !important;
    height: 165.938px;
    max-height: 165.938px;
    width: auto;
}

.productBlog .image_15 {
    margin: 0px !important;
    height: 165.938px;
    max-height: 165.938px;
    width: auto;
}

#tovari-po_metkam_3975 .text_16 {
    font-family: Montserrat;
}

.productBlog .text_16 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .text_17 {
    font-family: Montserrat;
}

.productBlog .text_17 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .link_18 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
    border-color: #d2691e;
}

.productBlog .link_18 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
    border-color: #d2691e;
}

#tovari-po_metkam_3975 .block_19 {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f8f8fa;
}

.productBlog .block_19 {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f8f8fa;
}

#tovari-po_metkam_3975 .image_20 {
    margin: 0px !important;
    height: 165.938px;
    max-height: 165.938px;
    width: auto;
}

.productBlog .image_20 {
    margin: 0px !important;
    height: 165.938px;
    max-height: 165.938px;
    width: auto;
}

#tovari-po_metkam_3975 .text_21 {
    font-family: Montserrat;
}

.productBlog .text_21 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .text_22 {
    font-family: Montserrat;
}

.productBlog .text_22 {
    font-family: Montserrat;
}

#tovari-po_metkam_3975 .link_23 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
    border-color: #d2691e;
}

.productBlog .link_23 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
    border-color: #d2691e;
}

#setka_2 .block_1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
}

#setka_2 .text_2 {
    padding-left: 20px;
}

#setka_2 .text_3 {
    font-family: Montserrat;
    font-size: 40px;
}

#setka_2 .text_4 {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}

#setka_2 .text_5 {
    font-family: Montserrat;
}

#setka_2 .text_6 {
    text-align: left;
    margin-left: 20px;
}

#setka_2 .text_7 {
    font-family: Montserrat;
}

#setka_2 .link_8 {
    margin-top: 15px;
    margin-bottom: 45px;
    margin-left: 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-color: #d2691e;
    border-width: 0px;
    border-style: none;
    background-color: #d2691e;
}

#setka_2 .block_9 {
    //padding-left: 0px !important;
    //padding-right: 0px !important;
}

#setka_2 .image_10 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

.cons_form_outer {
    background: #f8f8fa;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cons_form_outer .form_wrap__submit a.btn,
.left_sidebar .form_wrap__submit a.btn {
    background: #C4C4C4 !important;
    outline: none;
    border-radius: 18px;
    border: none;
}

/*
.cons_form_outer .form_wrap__submit a.btn:hover {
    color:rgb(210, 105, 30);
}
*/
.contacts_pane p {
    line-height: 1;
}

.contacts_pane a {
    color: #000;
}

.contacts_pane img {
    height: 10px !important;
    margin-right: 5px;
}

#spl_2.splide .splide__arrow {
    background-color: rgba(255, 255, 255, 0);
}

#spl_2.splide .splide__arrow:before {
    color: #d2691e;
}

#spl_2.splide .splide__arrow:before {
    color: rgba(33, 37, 41, 0.5);
}

#spl_2.splide .splide__arrow:hover::before {
    color: rgba(210, 105, 30, 1);
}

#spl_2 .splide__pagination__page {
    background-color: #869791;
}

#spl_2 .splide__pagination__page.is-active {
    background-color: #000;
}

#setka_1_5145 .block_1 {
    background-color: #fff;
}

#setka_1_5145 .text_2 {
    color: #000;
}

#setka_1_5145 .text_3 {
    font-size: 40px;
    font-family: Montserrat;
}

#setka_1_5145 .text_4 {
    color: #000;
}

#setka_1_5145 .text_5 {
    font-size: 20px;
    font-family: Montserrat;
}

#setka_1_5145 .block_6 {
    background-color: #f8f8fa;
}

#setka_1_5145 .block_7 {
    background-color: #fff;
    padding-top: 15px !important;
    margin-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-radius: 15px;
}

#spl_2,
ul#list_6,
#list_6 .splide__track {
    min-height: 100% !important;
}

#spl_2 {
    display: flex;
    align-items: center;
}

#list_6 .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100% !important;
}

#list_6 .splide__slide img {
    height: 100%;
}

.our_goal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.our_goal .cav_top {
    position: absolute;
    top: 20px;
    left: 20px;
}

.our_goal .cav_bottom {
    position: absolute;
    bottom: 20px;
    right: 5px;
}

#setka_1_5145 .block_8 {
    visibility: visible;
}

#setka_1_5145 .block_9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_10 {
    margin: 0px !important;
    height: 261.547px;
    max-height: 261.547px;
    width: auto;
}

#setka_1_5145 .block_11 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_12 {
    margin: 0px !important;
    height: 261.562px;
    max-height: 261.562px;
    width: auto;
}

#setka_1_5145 .block_13 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_14 {
    margin: 0px !important;
    height: 261.562px;
    max-height: 261.562px;
    width: auto;
}

#setka_1_5145 .block_15 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_16 {
    margin: 0px !important;
    height: 261.562px;
    max-height: 261.562px;
    width: auto;
}

#setka_1_5145 .block_17 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_18 {
    margin: 0px !important;
    height: 261.562px;
    max-height: 261.562px;
    width: auto;
}

#setka_1_5145 .block_19 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_20 {
    margin: 0px !important;
    height: 261.562px;
    max-height: 261.562px;
    width: auto;
}

#setka_1_5145 .list_21 {
    width: 465px;
    height: 300px;
}

#setka_1_5145 .block_22 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_23 {
    height: 261.547px;
    max-height: 261.547px;
    width: auto;
    margin: 0px !important;
}

#setka_1_5145 .list_24 {
    width: 465px;
    height: 300px;
}

#setka_1_5145 .block_25 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_26 {
    height: 261.547px;
    max-height: 261.547px;
    width: auto;
    margin: 0px !important;
}

#setka_1_5145 .list_27 {
    width: 465px;
    height: 300px;
}

#setka_1_5145 .block_28 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_29 {
    height: 261.547px;
    max-height: 261.547px;
    width: auto;
    margin: 0px !important;
}

#setka_1_5145 .list_30 {
    width: 465px;
    height: 300px;
}

#setka_1_5145 .block_31 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_5145 .image_32 {
    height: 261.547px;
    max-height: 261.547px;
    width: auto;
    margin: 0px !important;
}

#setka_1_5145 .text_33 {
    text-align: left;
    //margin-top: 80px;
    width: 100%;
}

#setka_1_5145 .text_34 {
    font-family: Montserrat;
    font-size: 24px;
}

#setka_1_5145 .text_35 {
    text-align: left;
}

#setka_1_5145 .text_36 {
    font-family: Montserrat;
    font-size: 18px;
}

#setka_1_5145 .text_37 {
    text-align: left;
}

#setka_1_5145 .text_38 {
    font-family: Montserrat;
    font-size: 18px;
}

#setka_1_5145 .text_39 {
    text-align: left;
    margin-bottom: 0px;
    width: 100%;
}

#setka_1_5145 .text_40 {
    font-family: Montserrat;
    font-size: 20px;
    width: 100%;
}

#setka_1_5145 .text_41 {
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
}

#setka_1_5145 .text_42 {
    font-size: 20px;
}

#setka_1_5145 .text_43 {
    text-align: left;
}

#setka_1_5145 .block_44 {
    text-align: right;
}

#setka_1_5145 .text_45 {
    font-size: 1rem;
}

#setka_1_5145 .block_46 {
    text-align: right;
}

#spl_3.splide .splide__arrow {
    background-color: rgba(153, 156, 160, .8);
}

#spl_3.splide .splide__arrow:before {
    color: #fff;
}

#spl_3 .splide__pagination__page {
    background-color: #869791;
}

#spl_3 .splide__pagination__page.is-active {
    background-color: #000;
}

#galereya_3 p.subtitle {
    font-size: 20px !important;
    line-height: 1.5 !important;
}

#galereya_3 .splide__slide img {
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    filter: grayscale(1);
    height: 90px !important;
    width: 100%;
    object-fit: contain;
}

#galereya_3 .splide__slide img:hover {
    filter: grayscale(0);
}

#galereya_3 .splide .splide__arrow:before {
    color: rgba(33, 37, 41, 0.5);
}

#galereya_3 .splide .splide__arrow {
    background-color: rgba(33, 37, 41, 0.05);
}

#galereya_3 .splide .splide__arrow:hover::before {
    color: rgba(210, 105, 30, 1);
}

#galereya_3 .block_1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-height: 100px;
}

#galereya_3 .text_2 {
    font-size: 40px;
    font-family: Montserrat;
}

#galereya_3 .text_3 {
    font-family: Montserrat;
}

#galereya_3 .block_4 {
    visibility: visible;
}

#galereya_3 .list_5 {
    width: 193.333px;
    height: 100px;
}

#galereya_3 .block_6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#galereya_3 .image_7 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#galereya_3 .list_8 {
    width: 193.333px;
    height: 100px;
}

#galereya_3 .block_9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#galereya_3 .image_10 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#galereya_3 .list_11 {
    width: 193.333px;
    height: 100px;
}

#galereya_3 .block_12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#galereya_3 .image_13 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#galereya_3 .list_14 {
    width: 193.333px;
    height: 100px;
}

#galereya_3 .block_15 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#galereya_3 .image_16 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#galereya_3 .list_17 {
    width: 193.333px;
    height: 100px;
}

#galereya_3 .block_18 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#galereya_3 .image_19 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#galereya_3 .list_20 {
    width: 193.333px;
    height: 100px;
}

#galereya_3 .block_21 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#galereya_3 .image_22 {
    height: auto;
    max-height: initial;
    width: auto;
    margin: 0px !important;
}

#modyl_novostei_1715 {
    background-color: #f8f8fa;
}

#modyl_novostei_1715 .text_1 {
    font-family: Montserrat;
    font-size: 40px;
}

.newsBlog .text_1 {
    font-family: Montserrat;
    font-size: 40px;
}

#modyl_novostei_1715 .text_2 {
    font-size: 20px;
}

.newsBlog .text_2 {
    font-size: 20px;
}

#modyl_novostei_1715 .block_3 {
    //background-color: #fff;
}

.newsBlog .block_3 {
    background-color: #fff;
}

#modyl_novostei_1715 .moduleNewsItem,
.blog .moduleNewsItem {
    padding: 15px;
    //background: #FFF;
    border-radius: 10px;
    border: 2px solid rgba(33, 37, 41, .07);
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    margin-bottom: 30px;
}

#modyl_novostei_1715 .moduleNewsItem:hover,
.blog .moduleNewsItem:hover {
    background: #FFF;
    border: 2px solid rgba(210, 105, 30, 1);
}

#modyl_novostei_1715 .moduleNewsItem a,
.blog .moduleNewsItem a {
    color: #000;
    text-decoration: none;
}

#modyl_novostei_1715 .moduleNewsItem a .moduleNewsName,
.blog .moduleNewsItem a .moduleNewsName {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#modyl_novostei_1715 .moduleNewsItem a .moduleNewsLink,
#modyl_novostei_1715 .moduleNewsItem a .moduleNewsDate,
.blog .moduleNewsItem a .moduleNewsLink,
.blog .moduleNewsItem a .moduleNewsDate {
    color: rgb(210, 105, 30);
}

#modyl_novostei_1715 .moduleNewsItem a .moduleNewsDescription,
.blog .moduleNewsItem a .moduleNewsDescription {
    height: 68px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

#modyl_novostei_1715 .moduleNewsItem a .moduleNewsImage,
.blog .moduleNewsItem a .moduleNewsImage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

#modyl_novostei_1715 .moduleNewsItem a .moduleNewsImage img,
.blog .moduleNewsItem a .moduleNewsImage img {
    min-width: 100%;
    width: auto !important;
    min-height: 100% !important;
}

#modyl_novostei_1715 .image_4 {
    margin: 0px 0px 8px !important;
    height: 234.734px;
    max-height: 234.734px;
    width: auto;
}

.newsBlog .image_4 {
    margin: 0px 0px 8px !important;
    height: 234.734px;
    max-height: 234.734px;
    width: auto;
}

#modyl_novostei_1715 .text_5 {
    font-size: 30px;
    font-family: Montserrat;
}

.newsBlog .text_5 {
    font-size: 30px;
    font-family: Montserrat;
}

#modyl_novostei_1715 .text_6 {
    color: #d2691e;
    font-family: Montserrat;
    font-size: 16px;
}

.newsBlog .text_6 {
    color: #d2691e;
    font-family: Montserrat;
    font-size: 16px;
}

#modyl_novostei_1715 .link_7 {
    color: #d2691e;
    font-family: Montserrat;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px 10px 0px;
    border-width: 0px;
}

.newsBlog .link_7 {
    color: #d2691e;
    font-family: Montserrat;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px 10px 0px;
    border-width: 0px;
}

#modyl_novostei_1715 .image_8 {
    margin: 0px 0px 8px !important;
    height: 234.734px;
    max-height: 234.734px;
    width: auto;
}

.newsBlog .image_8 {
    margin: 0px 0px 8px !important;
    height: 234.734px;
    max-height: 234.734px;
    width: auto;
}

#modyl_novostei_1715 .text_9 {
    font-size: 30px;
    font-family: Montserrat;
}

.newsBlog .text_9 {
    font-size: 30px;
    font-family: Montserrat;
}

#modyl_novostei_1715 .text_10 {
    color: #d2691e;
    font-family: Montserrat;
    font-size: 16px;
}

.newsBlog .text_10 {
    color: #d2691e;
    font-family: Montserrat;
    font-size: 16px;
}

#modyl_novostei_1715 .link_11 {
    color: #d2691e;
    font-family: Montserrat;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px 10px 0px;
    border-width: 0px;
}

.newsBlog .link_11 {
    color: #d2691e;
    font-family: Montserrat;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px 10px 0px;
    border-width: 0px;
}

#modyl_novostei_1715 .image_12 {
    margin: 0px 0px 8px !important;
    height: 234.734px;
    max-height: 234.734px;
    width: auto;
}

.newsBlog .image_12 {
    margin: 0px 0px 8px !important;
    height: 234.734px;
    max-height: 234.734px;
    width: auto;
}

#modyl_novostei_1715 .text_13 {
    font-size: 30px;
    font-family: Montserrat;
}

.newsBlog .text_13 {
    font-size: 30px;
    font-family: Montserrat;
}

#modyl_novostei_1715 .text_14 {
    color: #d2691e;
    font-family: Montserrat;
    font-size: 16px;
}

.newsBlog .text_14 {
    color: #d2691e;
    font-family: Montserrat;
    font-size: 16px;
}

#modyl_novostei_1715 .link_15 {
    color: #d2691e;
    font-family: Montserrat;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px 10px 0px;
    border-width: 0px;
}

.newsBlog .link_15 {
    color: #d2691e;
    font-family: Montserrat;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px 10px 0px;
    border-width: 0px;
}

#modyl_novostei_1715 .link_16 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-style: none;
    border-width: 0px;
    border-color: rgba(0, 97, 201, 0);
}

.newsBlog .link_16 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-style: none;
    border-width: 0px;
    border-color: rgba(0, 97, 201, 0);
}

.bl_column_title {
    background: #f8f8fa;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
}

.bl_divider {
    height: 1px;
    margin: 5px 0;
}

.bl_divider::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .15);
    width: 100%;
    height: 100%;
}

.splide__slide {
    background-size: cover;
    background-position: center top;
}

#setka_1_2536 {
    background-image: url("../images/fone_contacts.png");
    background-size: cover;
}

#setka_1_2536 .text_1 {
    text-align: left;
}

#setka_1_2536 .text_2 {
    font-size: 40px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2536 .text_3 {
    text-align: left;
}

#setka_1_2536 .text_4 {
    font-size: 20px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2536 .text_5 {
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2536 .text_6 {
    font-family: Montserrat;
}

#setka_1_2536 .text_7 {
    color: #fff;
}

#setka_1_2536 .text_8 {
    font-family: Montserrat;
}

#setka_1_2536 .text_9 {
    color: #fff;
}

#setka_1_2536 .text_10 {
    color: #fff;
}

#setka_1_2536 .text_11 {
    font-size: 1rem;
}

#setka_1_2536 .text_12 {
    font-family: Montserrat;
}

#setka_1_2536 .text_13 {
    color: #fff;
}

#setka_1_2536 .text_14 {
    color: #fff;
}

#setka_1_2536 .text_15 {
    color: #fff;
}

#setka_1_2536 .text_16 {
    font-size: 1rem;
}

#setka_1_2536 .text_17 {
    font-family: Montserrat;
}

#setka_1_2536 .link_18 {
    color: #fff;
}

#setka_1_2536 .text_19 {
    color: #fff;
}

#setka_1_2536 .text_20 {
    font-size: 1rem;
    font-family: Montserrat;
}

#setka_1_2536 .link_21 {
    color: #fff;
}

#setka_1_2536 .text_22 {
    color: #fff;
}

#setka_1_2536 .text_23 {
    color: #fff;
}

#setka_1_2536 .text_24 {
    font-family: Montserrat;
}

#setka_1_2536 .text_25 {
    font-family: Montserrat;
}

#setka_1_2536 .text_26 {
    color: #fff;
}

#setka_1_2536 .text_27 {
    color: #fff;
}

#setka_1_2536 .text_28 {
    font-family: Montserrat;
}

#setka_1_2536 .text_29 {
    color: #fff;
}

#setka_1_2536 .text_30 {
    font-family: Montserrat;
}

#setka_1_2536 .text_31 {
    color: #fff;
}

#setka_1_2536 .text_32 {
    font-family: Montserrat;
}

#setka_1_2536 .text_33 {
    color: #fff;
}

#setka_1_2536 .text_34 {
    font-family: Montserrat;
}

#setka_1_2536 .text_35 {
    font-size: 1rem;
}

#setka_1_2536 .text_36 {
    font-family: Montserrat;
}

#setka_1_2536 .text_37 {
    font-size: 1rem;
    font-family: Montserrat;
}

#setka_1_2536 .text_38 {
    color: #fff;
}

#setka_1_2536 .text_39 {
    font-family: Montserrat;
}

#setka_1_2536 .text_40 {
    color: #fff;
}

#setka_1_2536 .text_41 {
    font-family: Montserrat;
}

#setka_1_2536 .text_42 {
    font-family: Montserrat;
}

#setka_1_2536 .link_43 {
    color: #fff;
}

#setka_1_2536 .text_44 {
    color: #fff;
}

#setka_1_2536 .text_45 {
    font-size: 1rem;
}

#setka_1_2536 .text_46 {
    font-family: Montserrat;
}

#setka_1_2536 .link_47 {
    color: #fff;
}

#setka_1_2536 .text_48 {
    color: #fff;
}

#setka_1_2536 .text_49 {
    font-size: 1rem;
}

#setka_1_2536 .text_50 {
    font-family: Montserrat;
}

#setka_1_2536 .link_51 {
    color: #fff;
}

#setka_1_2536 .text_52 {
    color: #fff;
}

#setka_1_2536 .text_53 {
    font-size: 1rem;
    font-family: Montserrat;
}

#setka_1_2536 .link_54 {
    color: #fff;
}

#setka_1_2536 .text_55 {
    color: #fff;
}

#setka_1_2536 .text_56 {
    color: #fff;
}

#setka_1_2536 .text_57 {
    font-family: Montserrat;
}

#setka_1_2536 .text_58 {
    font-family: Montserrat;
}

#setka_1_2536 .text_59 {
    color: #fff;
}

#setka_1_2536 .text_60 {
    color: #fff;
}

#setka_1_2536 .text_61 {
    font-family: Montserrat;
}

#setka_1_2536 .text_62 {
    color: #fff;
}

#setka_1_2536 .text_63 {
    font-family: Montserrat;
}

#setka_1_2536 .text_64 {
    color: #fff;
}

#setka_1_2536 .text_65 {
    font-family: Montserrat;
}

#setka_1_2536 .text_66 {
    color: #fff;
}

#setka_1_2536 .text_67 {
    font-family: Montserrat;
}

#setka_1_2536 .text_68 {
    font-size: 1rem;
}

#setka_1_2536 .text_69 {
    font-family: Montserrat;
}

#setka_1_2536 .text_70 {
    font-size: 1rem;
    font-family: Montserrat;
}

#setka_1_2536 .block_71 {
    margin-top: 100px !important;
}

#setka_1_2536 .text_72 {
    font-size: 40px;
    color: #fff;
}

#setka_1_2536 .text_73 {
    color: #fff;
}

#setka_1_2536 .text_74 {
    font-family: Montserrat;
    font-size: 16px;
}

#setka_1_2536 .block_75 {
    color: #212529;
    font-size: 16px;
}

#setka_1_2536 .form_76 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1_2536 .block_77 {
    color: #212529;
    font-size: 16px;
}

#setka_1_2536 .form_78 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1_2536 .block_79 {
    color: #212529;
    font-size: 16px;
}

#setka_1_2536 .form_80 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 10px;
    background-color: #fff;
}

#setka_1_2536 .link_81 {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    background-color: #d2691e;
    line-height: 30px;
    border-radius: 35px;
    border-width: 0px;
    border-color: #d2691e;
    border-style: none;
    padding: 10px 20px;
}

#setka_1_4647 .block_1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_4647 .block_2 {
    height: 400px;
}

#setka_4 .block_1 {
    padding-left: 15px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
}

#setka_4 .image_2 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#setka_4 .text_3 {
    margin-left: 0px;
    padding-bottom: 15px;
}

#setka_4 .text_4 {
    font-family: Montserrat;
    font-size: 16px;
}

#setka_4 .block_5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_4 .text_6 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_4 .text_7 {
    font-size: 18px;
}

#setka_4 .text_8 {
    font-size: 16px;
}

#setka_4 .text_9 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_4 .text_10 {
    font-size: 16px;
}

#setka_4 .text_11 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_4 .text_12 {
    font-size: 16px;
}

#setka_4 .text_13 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_4 .text_14 {
    font-size: 16px;
}

#setka_4 .text_15 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_4 .text_16 {
    font-size: 16px;
}

#setka_4 .text_17 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_4 .text_18 {
    font-size: 16px;
}

#setka_4 .text_19 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_4 .text_20 {
    font-size: 16px;
}

#setka_4 .text_21 {
    font-size: 16px;
    font-family: Montserrat;
}

#setka_4 .block_22 {
    padding-left: 0px !important;
    padding-right: 15px !important;
    margin-right: 0px !important;
}

#setka_4 .text_23 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_4 .text_24 {
    font-size: 18px;
}

#setka_4 .text_25 {
    font-family: Montserrat;
    font-size: 16px;
}

#setka_4 .text_26 {
    font-family: Montserrat;
    font-size: 16px;
}

#setka_4 .text_27 {
    font-family: Montserrat;
    font-size: 16px;
}

#setka_4 .text_28 {
    font-family: Montserrat;
    font-size: 16px;
}

#setka_4 .text_29 {
    font-family: Montserrat;
    font-size: 16px;
}

#setka_4 .text_30 {
    font-family: Montserrat;
    font-size: 16px;
}

#setka_4 .block_31 {
    padding-top: 0px !important;
    margin-top: 0px !important;
    background-color: #dadada;
}

#setka_1_1114 {
    background-color: chocolate;
}

#setka_1_1114 .block_1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_1_1114 .text_2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

#setka_1_1114 .text_3 {
    font-size: 18px;
    font-family: Montserrat;
}

#setka_1_1114 .text_4 {
    color: #fff;
}

#setka_1_1114 .text_5 {
    text-align: left;
    margin-bottom: 0px;
}

#setka_1_1114 .text_6 {
    font-size: 16px;
    font-family: Montserrat;
    color: #fff;
}

#vsplivaushaya_forma .block_1 {
    background-color: rgba(0, 0, 0, .4);
}

#vsplivaushaya_forma .text_2 {
    font-family: Montserrat;
}

#vsplivaushaya_forma .text_3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: Montserrat;
}

#vsplivaushaya_forma .block_4 {
    display: none;
}

#vsplivaushaya_forma .form_5 {
    color: #000;
    border: 1px solid #000;
}

#vsplivaushaya_forma .form_6 {
    color: #000;
    border: 1px solid #000;
}

#vsplivaushaya_forma .form_7 {
    color: #000;
    border: 1px solid #000;
}

#vsplivaushaya_forma .form_8 {
    color: #000;
    border: 1px solid #000;
    height: 102px;
}

#vsplivaushaya_forma .link_9 {
    color: #fff;
    background-color: #d2691e;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 0px;
    border-style: none;
}

.tab-content {
    //min-height: max-content;
    //height: 100%;
    display: flex;
    background: #f8f8f8;
}

.tab-content .tab-pane {
    padding: 15px;
    display: block;
    visibility: hidden;
    margin-right: -100%;
    width: 100%;
}

.tab-content .tab-pane.active {
    visibility: visible;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    color: #2b3d48;
    border-color: #2b3d48;
    margin-right: 2px;
    border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #2b3d48;
    border-color: #2b3d48;
}

.nav-tabs .nav-link:hover {
    color: #FFF;
    background-color: #2b3d48;
    border-color: #2b3d48;
}

.menu_outer {
    margin: -6px;
    padding: 6px;
}

.toggleMenu {
    display: none;
}

.input_checkbox * {
    font-size: 12px;
}

.input_checkbox input {
    margin: 4px 8px 4px 0px !important;
    width: auto;
}

.input_checkbox .input-block label {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}

#jshopping_captcha>div {
    margin: 0px auto;
}

#setka_1_2536 .input_checkbox .input-block label,
#setka_1 .input_checkbox .input-block label {
    color: #fff;
}

#setka_1_2536 .input_checkbox .input-block label a,
#setka_1 .input_checkbox .input-block label a {
    color: #fff;
}

#element_description_4260 ul {
    column-count: 2;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.blockBanner {
    background-size: cover;
    height: 500px;
}

.blockBanner>.container {
    height: 100%;
}

.blockBanner h1,
.blockBanner h2,
.blockBanner h3 {
    font-weight: 700;
}

.blockBanner p {}

.blockBanner *:not(h1):not(h2):not(h3) {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.blockBanner strong,
.blockBanner b {
    color: #cf692a !important;
}

.blockBanner ul {
    text-align: left;
}

.blockBanner ul li {}

.bannerRow {
    align-items: center;
    height: 100%;
}

.btnRed {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Montserrat;
    font-size: 12px;
    line-height: 24px;
    border-radius: 24px;
    width: 160px;
    font-weight: 600;
    background-color: #d2691e;
    border-color: #d2691e;
    color: #fff;
    white-space: nowrap;
    margin: 0px 5px 5px 5px;
}


.btnRed:hover {
    background-color: #fff;
    color: #d2691e;
}

.sliderSert {
    padding: 0px 50px;
}

.sliderSert.splide .splide__arrow {
    background: transparent;
}

.sliderSert.splide .splide__arrow:before {
    color: #d2691e;
}

.sliderSert.splide .splide__arrow--prev {
    left: 5px;
}

.sliderSert.splide .splide__arrow--next {
    right: 5px;
}

.sliderSert .splide__slide {
    padding: 0px 10px;
}

.blockSertificats {
    text-align: center;
}

/* Основной контейнер */
.fancybox-container {
    --fancybox-bg: rgba(0, 0, 0, 0.95);
}

/* Убираем ограничения у слайда */
.fancybox-slide--image {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Растягиваем placeholder на весь экран */
.fancybox-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Само изображение на весь экран по высоте */
.fancybox-image {
    height: 100vh !important;
    width: auto !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    object-fit: contain !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

/* Для горизонтальных изображений */
@media (max-height: 768px) {
    .fancybox-image {
        height: 100vh !important;
        width: auto !important;
    }
}

/* Для очень широких изображений */
@media (max-aspect-ratio: 1/1) {
    .fancybox-image {
        height: 100vh !important;
        width: auto !important;
    }
}

/* Убираем скролл */
.fancybox-slider-wrap {
    overflow: hidden !important;
}

.fancybox-slider {
    height: 100vh !important;
}

/* Убираем отступы у слайдов */
.fancybox-slide {
    padding: 0 !important;
}

/* Центрируем по вертикали */
.fancybox-slide--image .fancybox-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
}















@media screen and (max-width:991px) {
    .blockBanner {
        margin-top: -55px !important;
    }

    .toggleMenu {
        background: url(/images/arrow_down.svg) 50% 50% no-repeat;
        display: block;
        background-size: 24px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 34px;
        height: 24px;
        transform: rotate(0deg);
        -webkit-transition: all ease-in-out .25s;
        -moz-transition: all ease-in-out .25s;
        -o-transition: all ease-in-out .25s;
        transition: all ease-in-out .25s;
    }

    #setka_4 *,
    #setka_1_1114 * {
        font-size: 16px !important;
    }

    .header_menu ul ul {
        padding-left: 22px !important;
    }

    .header_menu ul ul a {
        font-size: 18px;
        line-height: 18px;
        margin: 14px 0px;
    }

    .menu_outer {
        max-height: calc(var(--app-height) - 52px);
        min-width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        margin: -6px;
        padding: 6px;
    }

    .input-error {
        font-size: 16px;
    }

    .header_menu>li {
        margin: 10px 0px;
    }

    #menu_dlya_im_1 .header_menu {
        box-shadow: none;
    }

    .left_sidebar #consultation_form,
    .cat_cat {
        display: none;
    }

    .input-error {
        line-height: 14px;
    }

    .success_block {
        font-size: 24px;
    }

    .splide .splide__arrow:before {
        line-height: 22px;
    }

    .splide .splide__arrow:before {
        font-size: 30px;
    }

    .splide .splide__arrow:before {
        line-height: 20px;
    }

    .splide .splide__arrow:before {
        font-size: 24px;
    }

    .menuCartCount {
        font-size: 16px;
    }

    .menuCartPrice {
        font-size: 16px;
    }

    .menuBlockCallback a {
        line-height: 22px;
    }

    .menuBlockCallback a {
        font-size: 16px;
    }

    .carMiniProdItem>div {
        font-size: 16px;
    }

    .cartMiniItogo {
        font-size: 16px;
    }

    .cartMiniLink a {
        font-size: 16px;
    }

    .moduleCategoryDescription * {
        font-size: 24px;
    }

    .moduleCategoryDescription * {
        line-height: 20px;
    }

    .moduleCatalogName a {
        font-size: 24px;
    }

    .moduleCatalogName a {
        line-height: 20px;
    }

    .header_menu>li.active>a,
    .header_menu>li>a:hover,
    .header_menu>li:hover>a {
        font-size: 24px;
    }

    .header_menu a {
        font-size: 24px;
    }

    /*
    #setka_1_8123 .text_2 {
        font-size: 24px;
    }
*/
    #menu_dlya_im_1 .text_2 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_4 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_6 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_7 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_11 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_15 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_17 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_18 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_19 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_21 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_24 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_26 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_29 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_31 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .link_32 {
        font-size: 16px;
    }

    #menu_dlya_im_1 .link_32 {
        line-height: 22px;
    }

    #setka_1 .text_4 {
        font-size: 34px;
    }

    #setka_1 .text_6 {
        font-size: 24px;
    }

    #setka_1 .text_7 {
        font-size: 24px;
    }

    #setka_1 .link_14 {
        font-size: 24px;
    }

    #setka_1 .text_16 {
        font-size: 24px;
    }

    /*
    #setka_1 .text_17 {
        font-size: 24px;
    }
*/
    #setka_1 .block_18 {
        font-size: 24px;
    }

    #setka_1 .form_19 {
        font-size: 24px;
    }

    #setka_1 .block_20 {
        font-size: 24px;
    }

    #setka_1 .form_21 {
        font-size: 24px;
    }

    #setka_1 .block_22 {
        font-size: 24px;
    }

    #setka_1 .form_23 {
        font-size: 24px;
    }

    #setka_1 .link_24 {
        font-size: 24px;
    }

    #setka_1 .link_24 {
        line-height: 22px;
    }

    #setka_1 .text_27 {
        font-size: 34px;
    }

    #setka_1 .text_29 {
        font-size: 24px;
    }

    #setka_1 .text_30 {
        font-size: 24px;
    }

    #setka_1 .link_37 {
        font-size: 24px;
    }

    #setka_1 .text_39 {
        font-size: 24px;
    }

    #setka_1 .text_40 {
        font-size: 24px;
    }

    #setka_1 .block_41 {
        font-size: 24px;
    }

    #setka_1 .form_42 {
        font-size: 24px;
    }

    #setka_1 .block_43 {
        font-size: 24px;
    }

    #setka_1 .form_44 {
        font-size: 24px;
    }

    #setka_1 .block_45 {
        font-size: 24px;
    }

    #setka_1 .form_46 {
        font-size: 24px;
    }

    #setka_1 .link_47 {
        font-size: 24px;
    }

    #setka_1 .link_47 {
        line-height: 22px;
    }

    #setka_1 .text_50 {
        font-size: 34px;
    }

    #setka_1 .text_52 {
        font-size: 24px;
    }

    #setka_1 .text_53 {
        font-size: 24px;
    }

    #setka_1 .link_60 {
        font-size: 24px;
    }

    #setka_1 .text_62 {
        font-size: 24px;
    }

    #setka_1 .text_63 {
        font-size: 24px;
    }

    #setka_1 .block_64 {
        font-size: 24px;
    }

    #setka_1 .form_65 {
        font-size: 24px;
    }

    #setka_1 .block_66 {
        font-size: 24px;
    }

    #setka_1 .form_67 {
        font-size: 24px;
    }

    #setka_1 .block_68 {
        font-size: 24px;
    }

    #setka_1 .form_69 {
        font-size: 24px;
    }

    #setka_1 .link_70 {
        font-size: 24px;
    }

    #setka_1 .link_70 {
        line-height: 22px;
    }

    #setka_1_8306 .text_4 {
        font-size: 16px;
    }

    #setka_1_8306 .text_8 {
        font-size: 16px;
    }

    #setka_1_8306 .text_12 {
        font-size: 16px;
    }

    #setka_1_8306 .text_16 {
        font-size: 16px;
    }

    #spisok_kategorii_3753 .text_2 {
        font-size: 24px;
    }

    #tovari-po_metkam_3975 .text_2 {
        font-size: 30px;
    }

    .productBlog .text_2 {
        font-size: 30px;
    }

    #tovari-po_metkam_3975 .text_3 {
        font-size: 24px;
    }

    .productBlog .text_3 {
        font-size: 24px;
    }

    #tovari-po_metkam_3975 .link_8 {
        font-size: 24px;
    }

    #tovari-po_metkam_3975 .link_8 {
        line-height: 22px;
    }

    .productBlog .link_8 {
        font-size: 24px;
    }

    .productBlog .link_8 {
        line-height: 22px;
    }

    #tovari-po_metkam_3975 .link_13 {
        font-size: 24px;
    }

    #tovari-po_metkam_3975 .link_13 {
        line-height: 22px;
    }

    .productBlog .link_13 {
        font-size: 24px;
    }

    .productBlog .link_13 {
        line-height: 22px;
    }

    #tovari-po_metkam_3975 .link_18 {
        font-size: 24px;
    }

    #tovari-po_metkam_3975 .link_18 {
        line-height: 22px;
    }

    .productBlog .link_18 {
        font-size: 24px;
    }

    .productBlog .link_18 {
        line-height: 22px;
    }

    #tovari-po_metkam_3975 .link_23 {
        font-size: 24px;
    }

    #tovari-po_metkam_3975 .link_23 {
        line-height: 22px;
    }

    .productBlog .link_23 {
        font-size: 24px;
    }

    .productBlog .link_23 {
        line-height: 22px;
    }

    #setka_2 .text_3 {
        font-size: 30px;
    }

    #setka_2 .link_8 {
        font-size: 24px;
    }

    #setka_2 .link_8 {
        line-height: 22px;
    }

    #setka_1_5145 .text_3 {
        font-size: 30px;
    }

    #setka_1_5145 .text_5 {
        font-size: 24px;
    }

    #setka_1_5145 .text_34 {
        font-size: 24px;
    }

    #setka_1_5145 .text_36 {
        font-size: 24px;
    }

    #setka_1_5145 .text_38 {
        font-size: 24px;
    }

    #setka_1_5145 .text_40 {
        font-size: 24px;
    }

    #setka_1_5145 .text_42 {
        font-size: 24px;
    }

    #galereya_3 .text_2 {
        font-size: 30px;
    }

    #modyl_novostei_1715 .text_1 {
        font-size: 30px;
    }

    .newsBlog .text_1 {
        font-size: 30px;
    }

    #modyl_novostei_1715 .text_2 {
        font-size: 24px;
    }

    .newsBlog .text_2 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .text_5 {
        font-size: 26px;
    }

    .newsBlog .text_5 {
        font-size: 26px;
    }

    #modyl_novostei_1715 .text_6 {
        font-size: 24px;
    }

    .newsBlog .text_6 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .link_7 {
        line-height: 22px;
    }

    .newsBlog .link_7 {
        line-height: 22px;
    }

    #modyl_novostei_1715 .text_9 {
        font-size: 26px;
    }

    .newsBlog .text_9 {
        font-size: 26px;
    }

    #modyl_novostei_1715 .text_10 {
        font-size: 24px;
    }

    .newsBlog .text_10 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .link_11 {
        line-height: 22px;
    }

    .newsBlog .link_11 {
        line-height: 22px;
    }

    #modyl_novostei_1715 .text_13 {
        font-size: 26px;
    }

    .newsBlog .text_13 {
        font-size: 26px;
    }

    #modyl_novostei_1715 .text_14 {
        font-size: 24px;
    }

    .newsBlog .text_14 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .link_15 {
        line-height: 22px;
    }

    .newsBlog .link_15 {
        line-height: 22px;
    }

    #modyl_novostei_1715 .link_16 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .link_16 {
        line-height: 22px;
    }

    .newsBlog .link_16 {
        font-size: 24px;
    }

    .newsBlog .link_16 {
        line-height: 22px;
    }

    #setka_1_2536 .text_2 {
        font-size: 30px;
    }

    #setka_1_2536 .text_4 {
        font-size: 24px;
    }

    #setka_1_2536 .text_72 {
        font-size: 30px;
    }

    #setka_1_2536 .text_74 {
        font-size: 24px;
    }

    #setka_1_2536 .block_75 {
        font-size: 24px;
    }

    #setka_1_2536 .form_76 {
        font-size: 24px;
    }

    #setka_1_2536 .block_77 {
        font-size: 24px;
    }

    #setka_1_2536 .form_78 {
        font-size: 24px;
    }

    #setka_1_2536 .block_79 {
        font-size: 24px;
    }

    #setka_1_2536 .form_80 {
        font-size: 24px;
    }

    #setka_1_2536 .link_81 {
        font-size: 24px;
    }

    #setka_1_2536 .link_81 {
        line-height: 22px;
    }

    #setka_4 .text_4 {
        font-size: 24px;
    }

    #setka_4 .text_6 {
        font-size: 24px;
    }

    #setka_4 .text_7 {
        font-size: 24px;
    }

    #setka_4 .text_8 {
        font-size: 24px;
    }

    #setka_4 .text_9 {
        font-size: 24px;
    }

    #setka_4 .text_10 {
        font-size: 24px;
    }

    #setka_4 .text_11 {
        font-size: 24px;
    }

    #setka_4 .text_12 {
        font-size: 24px;
    }

    #setka_4 .text_13 {
        font-size: 24px;
    }

    #setka_4 .text_14 {
        font-size: 24px;
    }

    #setka_4 .text_15 {
        font-size: 24px;
    }

    #setka_4 .text_16 {
        font-size: 24px;
    }

    #setka_4 .text_17 {
        font-size: 24px;
    }

    #setka_4 .text_18 {
        font-size: 24px;
    }

    #setka_4 .text_19 {
        font-size: 24px;
    }

    #setka_4 .text_20 {
        font-size: 24px;
    }

    #setka_4 .text_21 {
        font-size: 24px;
    }

    #setka_4 .text_23 {
        font-size: 24px;
    }

    #setka_4 .text_24 {
        font-size: 24px;
    }

    #setka_4 .text_25 {
        font-size: 24px;
    }

    #setka_4 .text_26 {
        font-size: 24px;
    }

    #setka_4 .text_27 {
        font-size: 24px;
    }

    #setka_4 .text_28 {
        font-size: 24px;
    }

    #setka_4 .text_29 {
        font-size: 24px;
    }

    #setka_4 .text_30 {
        font-size: 24px;
    }

    #setka_1_1114 .text_3 {
        font-size: 24px;
    }

    #setka_1_1114 .text_6 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .text_3 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .link_9 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .link_9 {
        line-height: 22px;
    }
}

@media screen and (max-width:600px) {
    .input-error {
        font-size: 14px;
    }

    .input-error {
        line-height: 14px;
    }

    .success_block {
        font-size: 20px;
    }

    .splide .splide__arrow:before {
        line-height: 20px;
    }

    .splide .splide__arrow:before {
        font-size: 28px;
    }

    .splide .splide__arrow:before {
        line-height: 18px;
    }

    .splide .splide__arrow:before {
        font-size: 20px;
    }

    .menuCartCount {
        font-size: 14px;
    }

    .menuCartPrice {
        font-size: 14px;
    }

    .menuBlockCallback a {
        line-height: 20px;
    }

    .menuBlockCallback a {
        font-size: 14px;
    }

    .carMiniProdItem>div {
        font-size: 14px;
    }

    .cartMiniItogo {
        font-size: 14px;
    }

    .cartMiniLink a {
        font-size: 14px;
    }

    .moduleCategoryDescription * {
        font-size: 20px;
    }

    .moduleCategoryDescription * {
        line-height: 18px;
    }

    .moduleCatalogName a {
        font-size: 20px;
    }

    .moduleCatalogName a {
        line-height: 18px;
    }

    .header_menu>li.active>a,
    .header_menu>li>a:hover,
    .header_menu>li:hover>a {
        font-size: 16px;
    }

    .header_menu a {
        font-size: 16px !important;
    }

    .header_menu a {
        font-size: 20px;
    }

    /*
    #setka_1_8123 .text_2 {
        font-size: 20px;
    }
*/
    #menu_dlya_im_1 .text_2 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_4 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_6 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_7 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_11 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_15 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_17 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_18 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_19 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_21 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_24 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_26 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_29 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .text_31 {
        font-size: 12px;
    }

    #menu_dlya_im_1 .link_32 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .link_32 {
        line-height: 20px;
    }

    #setka_1 .text_4 {
        font-size: 32px;
    }

    #setka_1 .text_6 {
        font-size: 20px;
    }

    #setka_1 .text_7 {
        font-size: 20px;
    }

    #setka_1 .link_14 {
        font-size: 20px;
    }

    #setka_1 .text_16 {
        font-size: 20px;
    }

    #setka_1 .text_17 {
        font-size: 20px;
    }

    #setka_1 .block_18 {
        font-size: 20px;
    }

    #setka_1 .form_19 {
        font-size: 20px;
    }

    #setka_1 .block_20 {
        font-size: 20px;
    }

    #setka_1 .form_21 {
        font-size: 20px;
    }

    #setka_1 .block_22 {
        font-size: 20px;
    }

    #setka_1 .form_23 {
        font-size: 20px;
    }

    #setka_1 .link_24 {
        font-size: 20px;
    }

    #setka_1 .link_24 {
        line-height: 20px;
    }

    #setka_1 .text_27 {
        font-size: 32px;
    }

    #setka_1 .text_29 {
        font-size: 20px;
    }

    #setka_1 .text_30 {
        font-size: 20px;
    }

    #setka_1 .link_37 {
        font-size: 20px;
    }

    #setka_1 .text_39 {
        font-size: 20px;
    }

    #setka_1 .text_40 {
        font-size: 20px;
    }

    #setka_1 .block_41 {
        font-size: 20px;
    }

    #setka_1 .form_42 {
        font-size: 20px;
    }

    #setka_1 .block_43 {
        font-size: 20px;
    }

    #setka_1 .form_44 {
        font-size: 20px;
    }

    #setka_1 .block_45 {
        font-size: 20px;
    }

    #setka_1 .form_46 {
        font-size: 20px;
    }

    #setka_1 .link_47 {
        font-size: 20px;
    }

    #setka_1 .link_47 {
        line-height: 20px;
    }

    #setka_1 .text_50 {
        font-size: 32px;
    }

    #setka_1 .text_52 {
        font-size: 20px;
    }

    #setka_1 .text_53 {
        font-size: 20px;
    }

    #setka_1 .link_60 {
        font-size: 20px;
    }

    #setka_1 .text_62 {
        font-size: 20px;
    }

    #setka_1 .text_63 {
        font-size: 20px;
    }

    #setka_1 .block_64 {
        font-size: 20px;
    }

    #setka_1 .form_65 {
        font-size: 20px;
    }

    #setka_1 .block_66 {
        font-size: 20px;
    }

    #setka_1 .form_67 {
        font-size: 20px;
    }

    #setka_1 .block_68 {
        font-size: 20px;
    }

    #setka_1 .form_69 {
        font-size: 20px;
    }

    #setka_1 .link_70 {
        font-size: 20px;
    }

    #setka_1 .link_70 {
        line-height: 20px;
    }

    #setka_1_8306 .text_4 {
        font-size: 14px;
    }

    #setka_1_8306 .text_8 {
        font-size: 14px;
    }

    #setka_1_8306 .text_12 {
        font-size: 14px;
    }

    #setka_1_8306 .text_16 {
        font-size: 14px;
    }

    #spisok_kategorii_3753 .text_2 {
        font-size: 20px;
    }

    #tovari-po_metkam_3975 .text_2 {
        font-size: 28px;
    }

    .productBlog .text_2 {
        font-size: 28px;
    }

    #tovari-po_metkam_3975 .text_3 {
        font-size: 20px;
    }

    .productBlog .text_3 {
        font-size: 20px;
    }

    #tovari-po_metkam_3975 .link_8 {
        font-size: 20px;
    }

    #tovari-po_metkam_3975 .link_8 {
        line-height: 20px;
    }

    .productBlog .link_8 {
        font-size: 20px;
    }

    .productBlog .link_8 {
        line-height: 20px;
    }

    #tovari-po_metkam_3975 .link_13 {
        font-size: 20px;
    }

    #tovari-po_metkam_3975 .link_13 {
        line-height: 20px;
    }

    .productBlog .link_13 {
        font-size: 20px;
    }

    .productBlog .link_13 {
        line-height: 20px;
    }

    #tovari-po_metkam_3975 .link_18 {
        font-size: 20px;
    }

    #tovari-po_metkam_3975 .link_18 {
        line-height: 20px;
    }

    .productBlog .link_18 {
        font-size: 20px;
    }

    .productBlog .link_18 {
        line-height: 20px;
    }

    #tovari-po_metkam_3975 .link_23 {
        font-size: 20px;
    }

    #tovari-po_metkam_3975 .link_23 {
        line-height: 20px;
    }

    .productBlog .link_23 {
        font-size: 20px;
    }

    .productBlog .link_23 {
        line-height: 20px;
    }

    #setka_2 .text_3 {
        font-size: 28px;
    }

    #setka_2 .link_8 {
        font-size: 20px;
    }

    #setka_2 .link_8 {
        line-height: 20px;
    }

    #setka_1_5145 .text_3 {
        font-size: 28px;
    }

    #setka_1_5145 .text_5 {
        font-size: 20px;
    }

    #setka_1_5145 .text_34 {
        font-size: 20px;
    }

    #setka_1_5145 .text_36 {
        font-size: 20px;
    }

    #setka_1_5145 .text_38 {
        font-size: 20px;
    }

    #setka_1_5145 .text_40 {
        font-size: 20px;
    }

    #setka_1_5145 .text_42 {
        font-size: 20px;
    }

    #galereya_3 .text_2 {
        font-size: 28px;
    }

    #modyl_novostei_1715 .text_1 {
        font-size: 28px;
    }

    .newsBlog .text_1 {
        font-size: 28px;
    }

    #modyl_novostei_1715 .text_2 {
        font-size: 20px;
    }

    .newsBlog .text_2 {
        font-size: 20px;
    }

    #modyl_novostei_1715 .text_5 {
        font-size: 24px;
    }

    .newsBlog .text_5 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .text_6 {
        font-size: 20px;
    }

    .newsBlog .text_6 {
        font-size: 20px;
    }

    #modyl_novostei_1715 .link_7 {
        line-height: 20px;
    }

    .newsBlog .link_7 {
        line-height: 20px;
    }

    #modyl_novostei_1715 .text_9 {
        font-size: 24px;
    }

    .newsBlog .text_9 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .text_10 {
        font-size: 20px;
    }

    .newsBlog .text_10 {
        font-size: 20px;
    }

    #modyl_novostei_1715 .link_11 {
        line-height: 20px;
    }

    .newsBlog .link_11 {
        line-height: 20px;
    }

    #modyl_novostei_1715 .text_13 {
        font-size: 24px;
    }

    .newsBlog .text_13 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .text_14 {
        font-size: 20px;
    }

    .newsBlog .text_14 {
        font-size: 20px;
    }

    #modyl_novostei_1715 .link_15 {
        line-height: 20px;
    }

    .newsBlog .link_15 {
        line-height: 20px;
    }

    #modyl_novostei_1715 .link_16 {
        font-size: 20px;
    }

    #modyl_novostei_1715 .link_16 {
        line-height: 20px;
    }

    .newsBlog .link_16 {
        font-size: 20px;
    }

    .newsBlog .link_16 {
        line-height: 20px;
    }

    #setka_1_2536 .text_2 {
        font-size: 28px;
    }

    #setka_1_2536 .text_4 {
        font-size: 20px;
    }

    #setka_1_2536 .text_72 {
        font-size: 28px;
    }

    #setka_1_2536 .text_74 {
        font-size: 20px;
    }

    #setka_1_2536 .block_75 {
        font-size: 20px;
    }

    #setka_1_2536 .form_76 {
        font-size: 20px;
    }

    #setka_1_2536 .block_77 {
        font-size: 20px;
    }

    #setka_1_2536 .form_78 {
        font-size: 20px;
    }

    #setka_1_2536 .block_79 {
        font-size: 20px;
    }

    #setka_1_2536 .form_80 {
        font-size: 20px;
    }

    #setka_1_2536 .link_81 {
        font-size: 20px;
    }

    #setka_1_2536 .link_81 {
        line-height: 20px;
    }

    #setka_4 .text_4 {
        font-size: 20px;
    }

    #setka_4 .text_6 {
        font-size: 20px;
    }

    #setka_4 .text_7 {
        font-size: 20px;
    }

    #setka_4 .text_8 {
        font-size: 20px;
    }

    #setka_4 .text_9 {
        font-size: 20px;
    }

    #setka_4 .text_10 {
        font-size: 20px;
    }

    #setka_4 .text_11 {
        font-size: 20px;
    }

    #setka_4 .text_12 {
        font-size: 20px;
    }

    #setka_4 .text_13 {
        font-size: 20px;
    }

    #setka_4 .text_14 {
        font-size: 20px;
    }

    #setka_4 .text_15 {
        font-size: 20px;
    }

    #setka_4 .text_16 {
        font-size: 20px;
    }

    #setka_4 .text_17 {
        font-size: 20px;
    }

    #setka_4 .text_18 {
        font-size: 20px;
    }

    #setka_4 .text_19 {
        font-size: 20px;
    }

    #setka_4 .text_20 {
        font-size: 20px;
    }

    #setka_4 .text_21 {
        font-size: 20px;
    }

    #setka_4 .text_23 {
        font-size: 20px;
    }

    #setka_4 .text_24 {
        font-size: 20px;
    }

    #setka_4 .text_25 {
        font-size: 20px;
    }

    #setka_4 .text_26 {
        font-size: 20px;
    }

    #setka_4 .text_27 {
        font-size: 20px;
    }

    #setka_4 .text_28 {
        font-size: 20px;
    }

    #setka_4 .text_29 {
        font-size: 20px;
    }

    #setka_4 .text_30 {
        font-size: 20px;
    }

    #setka_1_1114 .text_3 {
        font-size: 20px;
    }

    #setka_1_1114 .text_6 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .text_3 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .link_9 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .link_9 {
        line-height: 20px;
    }
}

@media screen and (max-width:360px) {
    .input-error {
        font-size: 14px;
    }

    .success_block {
        font-size: 14px;
    }

    .splide .splide__arrow:before {
        font-size: 30px;
    }

    .splide .splide__arrow:before {
        font-size: 20px;
    }

    .menuCartCount {
        font-size: 14px;
    }

    .menuCartPrice {
        font-size: 14px;
    }

    .menuBlockCallback a {
        font-size: 14px;
    }

    .carMiniProdItem>div {
        font-size: 14px;
    }

    .cartMiniItogo {
        font-size: 14px;
    }

    .cartMiniLink a {
        font-size: 14px;
    }

    .moduleCategoryDescription * {
        font-size: 14px;
    }

    .moduleCatalogName a {
        font-size: 14px;
    }

    .header_menu>li.active>a,
    .header_menu>li>a:hover,
    .header_menu>li:hover>a {
        font-size: 14px;
    }

    .header_menu a {
        font-size: 14px;
    }

    #setka_1_8123 .text_2 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_2 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_4 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_6 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_7 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_11 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_15 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_17 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_18 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_19 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_21 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_24 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_26 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_29 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_31 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .link_32 {
        font-size: 14px;
    }

    #setka_1 .text_4 {
        font-size: 34px;
    }

    #setka_1 .text_6 {
        font-size: 20px;
    }

    #setka_1 .text_7 {
        font-size: 20px;
    }

    #setka_1 .link_14 {
        font-size: 14px;
    }

    #setka_1 .text_16 {
        font-size: 20px;
    }

    /*
    #setka_1 .text_17 {
        font-size: 14px;
    }
*/
    #setka_1 .block_18 {
        font-size: 14px;
    }

    #setka_1 .form_19 {
        font-size: 14px;
    }

    #setka_1 .block_20 {
        font-size: 14px;
    }

    #setka_1 .form_21 {
        font-size: 14px;
    }

    #setka_1 .block_22 {
        font-size: 14px;
    }

    #setka_1 .form_23 {
        font-size: 14px;
    }

    #setka_1 .link_24 {
        font-size: 14px;
    }

    #setka_1 .text_27 {
        font-size: 34px;
    }

    #setka_1 .text_29 {
        font-size: 20px;
    }

    #setka_1 .text_30 {
        font-size: 20px;
    }

    #setka_1 .link_37 {
        font-size: 14px;
    }

    #setka_1 .text_39 {
        font-size: 20px;
    }

    #setka_1 .text_40 {
        font-size: 14px;
    }

    #setka_1 .block_41 {
        font-size: 14px;
    }

    #setka_1 .form_42 {
        font-size: 14px;
    }

    #setka_1 .block_43 {
        font-size: 14px;
    }

    #setka_1 .form_44 {
        font-size: 14px;
    }

    #setka_1 .block_45 {
        font-size: 14px;
    }

    #setka_1 .form_46 {
        font-size: 14px;
    }

    #setka_1 .link_47 {
        font-size: 14px;
    }

    #setka_1 .text_50 {
        font-size: 34px;
    }

    #setka_1 .text_52 {
        font-size: 20px;
    }

    #setka_1 .text_53 {
        font-size: 20px;
    }

    #setka_1 .link_60 {
        font-size: 14px;
    }

    #setka_1 .text_62 {
        font-size: 20px;
    }

    #setka_1 .text_63 {
        font-size: 14px;
    }

    #setka_1 .block_64 {
        font-size: 14px;
    }

    #setka_1 .form_65 {
        font-size: 14px;
    }

    #setka_1 .block_66 {
        font-size: 14px;
    }

    #setka_1 .form_67 {
        font-size: 14px;
    }

    #setka_1 .block_68 {
        font-size: 14px;
    }

    #setka_1 .form_69 {
        font-size: 14px;
    }

    #setka_1 .link_70 {
        font-size: 14px;
    }

    #setka_1_8306 .text_4 {
        font-size: 14px;
    }

    #setka_1_8306 .text_8 {
        font-size: 14px;
    }

    #setka_1_8306 .text_12 {
        font-size: 14px;
    }

    #setka_1_8306 .text_16 {
        font-size: 14px;
    }

    #spisok_kategorii_3753 .text_2 {
        font-size: 20px;
    }

    #tovari-po_metkam_3975 .text_2 {
        font-size: 30px;
    }

    .productBlog .text_2 {
        font-size: 30px;
    }

    #tovari-po_metkam_3975 .text_3 {
        font-size: 20px;
    }

    .productBlog .text_3 {
        font-size: 20px;
    }

    #tovari-po_metkam_3975 .link_8 {
        font-size: 14px;
    }

    .productBlog .link_8 {
        font-size: 14px;
    }

    #tovari-po_metkam_3975 .link_13 {
        font-size: 14px;
    }

    .productBlog .link_13 {
        font-size: 14px;
    }

    #tovari-po_metkam_3975 .link_18 {
        font-size: 14px;
    }

    .productBlog .link_18 {
        font-size: 14px;
    }

    #tovari-po_metkam_3975 .link_23 {
        font-size: 14px;
    }

    .productBlog .link_23 {
        font-size: 14px;
    }

    #setka_2 .text_3 {
        font-size: 30px;
    }

    #setka_2 .link_8 {
        font-size: 14px;
    }

    #setka_1_5145 .text_3 {
        font-size: 30px;
    }

    #setka_1_5145 .text_5 {
        font-size: 20px;
    }

    #setka_1_5145 .text_34 {
        font-size: 20px;
    }

    #setka_1_5145 .text_36 {
        font-size: 14px;
    }

    #setka_1_5145 .text_38 {
        font-size: 14px;
    }

    #setka_1_5145 .text_40 {
        font-size: 20px;
    }

    #setka_1_5145 .text_42 {
        font-size: 20px;
    }

    #galereya_3 .text_2 {
        font-size: 30px;
    }

    #modyl_novostei_1715 .text_1 {
        font-size: 30px;
    }

    .newsBlog .text_1 {
        font-size: 30px;
    }

    #modyl_novostei_1715 .text_2 {
        font-size: 20px;
    }

    .newsBlog .text_2 {
        font-size: 20px;
    }

    #modyl_novostei_1715 .text_5 {
        font-size: 24px;
    }

    .newsBlog .text_5 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .text_6 {
        font-size: 14px;
    }

    .newsBlog .text_6 {
        font-size: 14px;
    }

    #modyl_novostei_1715 .text_9 {
        font-size: 24px;
    }

    .newsBlog .text_9 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .text_10 {
        font-size: 14px;
    }

    .newsBlog .text_10 {
        font-size: 14px;
    }

    #modyl_novostei_1715 .text_13 {
        font-size: 24px;
    }

    .newsBlog .text_13 {
        font-size: 24px;
    }

    #modyl_novostei_1715 .text_14 {
        font-size: 14px;
    }

    .newsBlog .text_14 {
        font-size: 14px;
    }

    #modyl_novostei_1715 .link_16 {
        font-size: 14px;
    }

    .newsBlog .link_16 {
        font-size: 14px;
    }

    #setka_1_2536 .text_2 {
        font-size: 30px;
    }

    #setka_1_2536 .text_4 {
        font-size: 20px;
    }

    #setka_1_2536 .text_72 {
        font-size: 30px;
    }

    #setka_1_2536 .text_74 {
        font-size: 14px;
    }

    #setka_1_2536 .block_75 {
        font-size: 14px;
    }

    #setka_1_2536 .form_76 {
        font-size: 14px;
    }

    #setka_1_2536 .block_77 {
        font-size: 14px;
    }

    #setka_1_2536 .form_78 {
        font-size: 14px;
    }

    #setka_1_2536 .block_79 {
        font-size: 14px;
    }

    #setka_1_2536 .form_80 {
        font-size: 14px;
    }

    #setka_1_2536 .link_81 {
        font-size: 14px;
    }

    #setka_4 .text_4 {
        font-size: 14px;
    }

    #setka_4 .text_6 {
        font-size: 14px;
    }

    #setka_4 .text_7 {
        font-size: 14px;
    }

    #setka_4 .text_8 {
        font-size: 14px;
    }

    #setka_4 .text_9 {
        font-size: 14px;
    }

    #setka_4 .text_10 {
        font-size: 14px;
    }

    #setka_4 .text_11 {
        font-size: 14px;
    }

    #setka_4 .text_12 {
        font-size: 14px;
    }

    #setka_4 .text_13 {
        font-size: 14px;
    }

    #setka_4 .text_14 {
        font-size: 14px;
    }

    #setka_4 .text_15 {
        font-size: 14px;
    }

    #setka_4 .text_16 {
        font-size: 14px;
    }

    #setka_4 .text_17 {
        font-size: 14px;
    }

    #setka_4 .text_18 {
        font-size: 14px;
    }

    #setka_4 .text_19 {
        font-size: 14px;
    }

    #setka_4 .text_20 {
        font-size: 14px;
    }

    #setka_4 .text_21 {
        font-size: 14px;
    }

    #setka_4 .text_23 {
        font-size: 14px;
    }

    #setka_4 .text_24 {
        font-size: 14px;
    }

    #setka_4 .text_25 {
        font-size: 14px;
    }

    #setka_4 .text_26 {
        font-size: 14px;
    }

    #setka_4 .text_27 {
        font-size: 14px;
    }

    #setka_4 .text_28 {
        font-size: 14px;
    }

    #setka_4 .text_29 {
        font-size: 14px;
    }

    #setka_4 .text_30 {
        font-size: 14px;
    }

    #setka_1_1114 .text_3 {
        font-size: 14px;
    }

    #setka_1_1114 .text_6 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .text_3 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .link_9 {
        font-size: 14px;
    }
}