* {
    outline: none !important;
}

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

.mapSetting {
    display: none;
}

#mainMap {
    height: 400px;
}

.xcols-ind-buttons .serial-button a {
    width: auto;
}


.xcols {
    column-count: 4;
    column-gap: 20px;
    //column-width: 30%;    
}

.xcols-ind {
    column-count: 1;
    column-gap: 20px;
}

.xcols-ind-buttons {
    column-count: 2 !important;
    column-gap: 20px;
}

.xcols-ind-buttons .serial-button a {
    width: auto;
}

.xcols-ind-buttons .serial-button {
    //width: max-content;
}

.xcols-ind-buttons {
    width: max-content;
}

#individ_order .form_wrap__submit {
    display: flex;
    justify-content: center;
}

.menu_block_top {
    //display: none;
    //background: #FFF;
}

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

    .xcols-ind-buttons {
        column-count: 2 !important;
    }

    .xcols-ind-buttons .serial-button a {
        width: 100%;
    }

    .xcols-ind-buttons {
        width: 100%;
    }

    .pre-card {
        margin-bottom: 30px;
    }

    #menu_dlya_im_1 .image_1 {
        height: 40px !important;
    }

}

.mb-30 {
    margin-bottom: 30px;
}

.fix-menu {
    background: #FFF;
}

@media screen and (max-width:480px) {
    .xcols-ind-buttons {
        column-count: 1 !important;
    }

    .xcols-ind-buttons .serial-button a {
        width: auto;
    }
    #setka_1 .block_3 {
        padding: 15px 0 !important;
    }

}

.big-box,
.mini-box {
    background-color: #10BCFF;
    color: white;
    text-align: center;
    font-size: 1.5em;
    //height: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
}

.big-box {
    //height: 65px;
    line-height: 65px;
}

.mini-box {
    //height: 100%;
    line-height: 30px;
}

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

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

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

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

.form_wrap optgroup,
.form_wrap select,
.form_wrap textarea,
.form_wrap input {
    width: 100%;
}

.form_wrap input {
    //width: fit-content !important;
    max-width: 100% !important;
    padding: 10px 20px;
    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: 9999;
    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;
    }

    .xcols {
        column-count: 2;
    }

    .xcols-ind {
        column-count: 2;
    }

    #setka_1_4401 .link_13 {
        width: 100%;
    }
}

.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;
    }
}

.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%;
}

.gorizontal_form .form_wrap__inputsbox {
    //display: flex;
    //flex-wrap: nowrap;
    //align-items: flex-end;
    justify-content: space-between;
    //gap: 30px;
}

.gorizontal_form .form_wrap__inputsbox>div {
    //max-width: unset !important;
    //min-width: unset !important;
    //width: auto !important;
    flex: 1 0 auto !important;
}

.gorizontal_form .input-group {
    margin-bottom: 25px;
    //max-width: 240px;
    max-width: fit-content;
    //margin-right: 30px;
    text-align: left;
    //width: fit-content;
    overflow: hidden;
}

.gorizontal_form .form_wrap__submit {
    //text-align: center;
    //margin-top: 5px;
    //margin-bottom: 25px;
}

.gorizontal_form .input-error {
    //position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
}

@media screen and (max-width:991px) {
    .gorizontal_form .input-group {
        margin-right: 0px;
        max-width: 100%;
    }

    .gorizontal_form .form_wrap__submit {
        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: Segoe UI-MONOSPACE;
    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: #000;
}

.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) {
    #setka_1 .block_28 {
        min-height: unset !important;
    }
}

@media screen and (max-width:767px) {
    .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;
    }
}

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

.iconBlock {
    display: flex;
    align-items: center;
}

.iconBlock {
    padding: 1px 0px;
}

.iconBlockImg {
    padding: 0px 7px;
}

.iconBlockImg img {
    max-height: 20px;
    vertical-align: top;
    margin-top: 2px;
}

.iconBlockText {
    color: #000;
}

.iconBlockText a {
    color: #000;
}

.iconBlockText p {
    margin: 0px;
}

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

[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-evenly;
    gap: 30px;
}

.header_menu li {
    display: inline-block;
    padding: 0px;
}

.header_menu a {
    padding: 10px 0;
    display: block;
    background: #fff;
}

.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: 200px;
    text-align: left;
    box-shadow: 0px 2px 4px 0px #bdbdbd;
    z-index: 9;
}

.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: Arial;
    max-width: 186px;
    width: 100%;
}

.menuBlockSearch .form_wrap {
    padding: 0px;
}

.searchCatalog form {
    margin: 0px;
}

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

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

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

.srch input[type="text"] {
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    padding: 0px 11px;
    height: 36px;
    width: 150px;
    border-width: 1px;
}

.srch .js_search {
    height: 36px;
    background-color: #e4e4e4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
    width: 36px;
    border: 0px;
    background-size: 24px;
    border-radius: 0px;
}

.menuBlockLogin a {
    color: #000;
}

.menuBlockLogin p {
    margin: 0px;
}

.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;
}

.menu_row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between !important;
}

a.phone-link {
    font-size: 20px;
    font-weight: 600;
    color: rgb(20, 179, 74) !important;
}

a.mail-link {
    font-size: 15.5px;
    font-weight: 600;
}

#setka_1 .link_27 {
    min-width: 211px;
}

@media screen AND (max-width:575px) {
    .two-serial-buttons {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .two-serial-buttons>div {
        text-align: center;
    }

    .xcols,
    .xcols-ind {
        column-count: 1;
    }

    .xcols-ind-buttons .serial-button:first-child {
        margin-bottom: 20px;
    }

    #setka_1_4401 .link_13 {
        width: auto;
    }

    #setka_1_4401 .input-block {
        text-align: center;
    }

    .pre-card {
        flex-direction: column;
        align-items: center;
    }

    .pre-card-text {
        text-align: center;
    }

    .cat-card {
        text-align: center;
    }
}

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

    #menu_dlya_im_1 .image_1 {
        height: 40px !important;
    }

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

    #menu_dlya_im_1 .text_6 {
        font-size: 12px !important;
    }

    .header_menu a {
        font-size: 14px !important;
    }

    .block_8 a.btn {
        font-size: 12px !important;
    }

    .header_menu {
        gap: 20px !important;
    }
}

@media screen AND (max-width:1300px) {
    .menu_row {
        display: flex;
        flex-wrap: nowrap;
        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;
    }

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

    #setka_1 .block_28 {
        height: 100%;
        //margin: 50px 0;
    }

}

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

    .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: 60px;
        height: 100%;
        width: 100%;
        left: 0px;
        z-index: 9;
    }

    .mob-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.25);
        z-index: -1;
        backdrop-filter: blur(10px);
    }

    .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: 8px 20px 8px 40px;
    }

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

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

    #setka_1 {
        //margin-top: 60px;
    }

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

    .header_menu {
        background-color: white !important;
        height: 100%;
        display: flex;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: auto;
        flex-direction: column;
        align-items: center;
    }

    .mob-request {
        background: #FFF;
        padding-bottom: 30px;
    }

    .joined-menu {
        box-shadow: 0px 1px 3px 0px #bdbdbd;
    }

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

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

    li.parent>ul {
        display: block;
    }

    .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: 10px 20px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .block__mobile {
        display: block;
        box-shadow: 0px 1px 3px 0px #bdbdbd;
        z-index: 10;
    }

    .mob-phone p {
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1;
    }

    .mob-phone a.phone-link {
        font-size: 16px;
        font-weight: 600;
        color: rgb(20, 179, 74) !important;
    }

    .mob-phone a.mail-link {
        font-size: 12px;
        font-weight: 600;
        color: #000;
    }

    .block__mobile_burger {
        //position: absolute;
        //top: 50%;
        //margin-top: -10px;
        //right: 20px;
        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: #0E8537;
    }

    .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);
    }
}

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

h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

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

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: 24px;
        margin-bottom: 5px;
    }

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

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

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

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

    .left-green-bar p {
        padding-bottom: 3px;
    }
}

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

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

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

#kontacti a,
#setka_3 a,
#menu_dlya_im_1 a,
#setka_1_4367 a {
    text-decoration: none;
}

#kontacti a {
    color: unset;
}

#kontacti a:hover,
#setka_3 a:hover,
#menu_dlya_im_1 a:hover,
#setka_1_4367 a:hover {
    color: #14B34A !important;
}

#menu_dlya_im_1 a.phone-link:hover {
    color: #0E8537 !important;
}

#menu_dlya_im_1 .link_9:hover {
    color: #FFF !important;
}

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

.header_menu>li.active>a,
.header_menu>li>a:hover,
.header_menu>li:hover>a {
    color: #14b34a;
    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: white;
    background-color: black;
}

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

.block__mobile {
    background-color: #F8F8F8;
}

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

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

#menu_dlya_im_1.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #FFFFFF;
    padding: 10px 0;
    box-shadow: 0px 1px 3px 0px #bdbdbd;
}

#menu_dlya_im_1.header-sticky .image_1 {
    height: 60px;
}

#menu_dlya_im_1 {
    background-color: #f8f8f8;
}

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

#menu_dlya_im_1 .text_2 {
    font-weight: bold;
}

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

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

#menu_dlya_im_1 .text_5 {
    color: #14b34a;
    font-family: Montserrat;
    font-size: 20px;
}

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

#menu_dlya_im_1 .block_7 {
    margin-top: 0px !important;
}

#menu_dlya_im_1 .block_8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
}

#menu_dlya_im_1 .link_9 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #14b34a;
    border-color: #14b34a;
    font-family: Montserrat;
    font-weight: 600;
}

#spl_1.splide .splide__arrow {
    background-color: #000;
}

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

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

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

#setka_1 {
    //height: calc(100vh - 130px) !important;
}

#setka_1 .block_1 {
    visibility: visible;
}

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

#setka_1 .block_3 {
    //margin-top: 100px !important;
    //margin-left: 100px !important;
    display: flex;
    flex-direction: column;
    //align-items: center;
    //flex-wrap: wrap;
    //height: 100%;
    padding: 60px 0 60px;
    justify-content: center;
    //min-height: calc(100vh - 130px);
    //margin: auto 0;
}

#setka_1 h2 {
    font-weight: bold;
}

#setka_1 p {
    color: #AAA;
    text-transform: uppercase;
}

#setka_1 .text_4 {
    font-family: Montserrat;
}

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

#setka_1 .text_6 {
    color: #AAA;
    text-transform: uppercase;
}

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

.two-serial-buttons {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    width: 100%;
}

.two-serial-buttons>div {
    //text-align: center;
}

.two-serial-buttons>div p {
    text-align: center;
    font-size: 14px;
    margin-bottom: -10px;
    white-space: nowrap;
}

#setka_1 .text_8 {
    color: #14b34a;
    font-weight: bold;
    font-size: 30px;
}

#setka_1 .text_9 {
    //font-family: Montserrat;
    position: relative;
    padding-left: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

#setka_1 .text_9::before,
#advantages h2::before,
#about_company h2::before,
#setka_1_4401 .form-text::before,
.left-green-bar::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 5px;
    left: 0;
    background: #14B34A;
}

#setka_1 .text_10 {
    white-space: pre;
}

#setka_1 .text_11 {
    font-weight: 700;
}

#setka_1 .text_12 {
    font-size: 1rem;
}

#setka_1 .text_13 {
    font-size: 1rem;
}

#setka_1 .text_14 {
    font-size: 1rem;
    white-space: pre;
}

#setka_1 .text_15 {
    font-size: 1rem;
}

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

#setka_1 .text_17 {
    font-size: 1rem;
}

#setka_1 .text_18 {
    font-size: 1rem;
    white-space: pre;
}

#setka_1 .text_19 {
    font-size: 1rem;
}

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

#setka_1 .text_21 {
    font-size: 1rem;
}

#setka_1 .text_22 {
    font-size: 1rem;
    white-space: pre;
}

#setka_1 .text_23 {
    font-weight: 700;
}

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

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

#setka_1 .link_26 {
    margin-top: 20px;
    //margin-bottom: 30px;
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #14b34a;
    font-family: Montserrat;
    font-weight: 600;
    white-space: nowrap;
}

#setka_1 .link_27 {
    margin-top: 20px;
    //margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #14b34a;
    font-family: Montserrat;
    font-weight: 600;
    color: #14b34a;
    border-width: 2px;
    white-space: nowrap;
}

#setka_1 .block_28 {
    //height: 100%;
    display: flex;
    align-items: center;
    //min-height: 600px;
    //margin: 50px 0;
}

#setka_1 .image_29 {
    margin: 0px !important;
    //height: 503.719px;
    //max-height: 503.719px;
    width: 100%;
}

#advantages {
    background-color: #f8f8f8;
}

#advantages h2,
#about_company h2 {
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#advantages h3,
#about_company h3,
#mkatalog .cat-card h2 {
    font-size: 18px;
    font-weight: 600;
}

#mkatalog .cat-card .cat-card-image {
    width: 100%;
    overflow: hidden;
    //border: 1px solid gray;
}

#mkatalog .cat-card .cat-card-image img {
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
    transform: scale(1);
}

#mkatalog .cat-card .cat-card-image:hover img {
    transform: scale(1.05);
}

#mkatalog .cat-card h2 {
    margin-top: 10px;
    text-transform: uppercase;
}

.green-text {
    color: rgb(20, 179, 74);
    text-transform: none;
}

.pre-card {
    display: flex;
}

.pre-card-image {
    margin: 3px 10px 10px 0;
}

.pre-card-image img {
    height: 60px;
    max-width: 60px !important;
}

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

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

#advantages .text_3 {
    text-align: left;
    font-family: Montserrat;
    font-size: 20px;
}

#advantages .text_4 {
    font-size: 16px;
}

#advantages .text_5 {
    text-align: left;
    font-family: Montserrat;
}

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

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

#advantages .text_8 {
    text-align: left;
    font-family: Montserrat;
}

#advantages .text_9 {
    font-size: 16px;
}

#advantages .text_10 {
    text-align: left;
    font-family: Montserrat;
}

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

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

#advantages .text_13 {
    text-align: left;
    font-family: Montserrat;
}

#advantages .text_14 {
    white-space: pre-wrap;
    font-size: 16px;
}

#advantages .text_15 {
    text-align: left;
    font-family: Montserrat;
}

#advantages .text_16 {
    font-size: 14px;
}

#setka_1_4401 {
    background-color: #011408;
}

#setka_1_4401 .form-text,
.left-green-bar {
    position: relative;
    padding-left: 15px;
}

.left-green-bar {
    margin-bottom: 30px;
}

.left-green-bar p {
    text-transform: uppercase;
    padding-bottom: 5px;
}

#setka_1_4401 .form-text p {
    font-size: 16px;
    color: #FFF;
    padding-bottom: 5px;
}

.form-prev-text {
    text-transform: uppercase;
    font-weight: 600;
}

#setka_1_4401 p.past-form-text {
    font-size: 12px;
}

#setka_1_4401 p.past-form-text a {
    font-size: 17px;
    font-weight: 600;
    color: #14B34A;
    text-decoration: none;
}

#setka_1_4401 p.past-form-text a:hover {
    color: #0E8537;
}

#setka_1_4401 .text_1 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

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

#setka_1_4401 .text_3 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#setka_1_4401 .text_4 {
    font-weight: bold;
    font-size: 18px;
}

#setka_1_4401 .text_5 {
    color: #14b34a;
}

#setka_1_4401 .text_6 {
    color: #fff;
}

#setka_1_4401 .block_7 {
    color: #212529;
    font-size: 16px;
}

#setka_1_4401 .form_8 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 35px;
    background-color: #fff;
}

#setka_1_4401 .block_9 {
    color: #212529;
    font-size: 16px;
}

#setka_1_4401 .form_10 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 35px;
    background-color: #fff;
}

#setka_1_4401 .block_11 {
    color: #212529;
    font-size: 16px;
}

#setka_1_4401 .form_12 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
    height: 46px;
    border-radius: 35px;
    background-color: #fff;
}

.cat-card {
    margin-bottom: 30px;
}

.btn_058517144:hover,
.btn_083976232:hover,
.btn_074853037:hover,
.btn_045633324:hover,
.btn_085424768:hover {
    background: #0E8537 !important;
}

.link_27:hover,
.link_12:hover {
    color: #FFF !important;
    background: #14CA55 !important;
}

#setka_1_4401 .link_13 {
    //line-height: 30px;
    border-radius: 35px;
    background-color: #14b34a;
    padding: 10px 20px;
    border-color: #14b34a;
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    white-space: nowrap;
}

#mkatalog {
    background-color: #f8f8f8;
}

#mkatalog img {
    width: 100%;
}

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

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

#mkatalog .image_3 {
    margin: 0px !important;
    //height: 221.234px;
    //max-height: 221.234px;
    width: auto;
}

#mkatalog .text_4 {
    padding-top: 10px;
}

#mkatalog .text_5 {
    font-size: 28px;
    font-family: Montserrat;
}

#mkatalog .text_6 {
    color: #14b34a;
}

#mkatalog .text_7 {
    font-size: 1rem;
}

#mkatalog .text_8 {
    font-size: 1rem;
}

#mkatalog .link_9 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 600;
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    border-color: #14b34a;
}

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

#mkatalog .text_11 {
    padding-top: 10px;
}

#mkatalog .text_12 {
    font-size: 28px;
    font-family: Montserrat;
}

#mkatalog .text_13 {
    color: #14b34a;
}

#mkatalog .link_14 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 600;
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    border-color: #14b34a;
}

#mkatalog .image_15 {
    margin: 0px !important;
    height: 221.234px;
    max-height: 221.234px;
    width: auto;
}

#mkatalog .text_16 {
    padding-top: 10px;
}

#mkatalog .text_17 {
    font-size: 28px;
    font-family: Montserrat;
}

#mkatalog .text_18 {
    color: #14b34a;
}

#mkatalog .link_19 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 600;
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    border-color: #14b34a;
}

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

#mkatalog .text_21 {
    padding-top: 10px;
}

#mkatalog .text_22 {
    font-size: 28px;
    font-family: Montserrat;
}

#mkatalog .text_23 {
    color: #14b34a;
}

#mkatalog .text_24 {
    font-size: 1rem;
}

#mkatalog .text_25 {
    font-size: 1rem;
}

#mkatalog .link_26 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 600;
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    border-color: #14b34a;
}

#mkatalog .image_27 {
    margin: 0px !important;
    height: 221.234px;
    max-height: 221.234px;
    width: auto;
}

#mkatalog .text_28 {
    padding-top: 10px;
}

#mkatalog .text_29 {
    font-size: 28px;
    font-family: Montserrat;
}

#mkatalog .text_30 {
    color: #14b34a;
}

#mkatalog .link_31 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 600;
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    border-color: #14b34a;
}

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

#mkatalog .text_33 {
    padding-top: 10px;
}

#mkatalog .text_34 {
    font-size: 28px;
    font-family: Montserrat;
}

#mkatalog .text_35 {
    color: #14b34a;
}

#mkatalog .link_36 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 600;
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    border-color: #14b34a;
}

#individ_order {
    background-color: #b9e9c9;
}

.individ_order .block_28 {
    margin: 50px 0;
    display: flex;
    align-items: center;
}

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

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

#individ_order .block_3 {
    color: #212529;
    font-size: 16px;
}

#individ_order .form_4 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 0px;
    height: 46px;
    border-radius: 35px;
    background-color: #fff;
}

#individ_order .block_5 {
    color: #212529;
    font-size: 16px;
}

#individ_order .form_6 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 0px;
    height: 46px;
    border-radius: 35px;
    background-color: #fff;
}

#individ_order .block_7 {
    color: #212529;
    font-size: 16px;
}

#individ_order .form_8 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 0px;
    height: 46px;
    border-radius: 35px;
    background-color: #fff;
}

#individ_order .block_9 {
    color: #212529;
    font-size: 16px;
}

#individ_order .form_10 {
    color: #000;
    font-size: 16px;
    border-color: black;
    border-width: 0px;
    height: 46px;
    border-radius: 35px;
    background-color: #fff;
}

#individ_order .link_11 {
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    color: #fff;
    border-color: #14b34a;
    font-family: Montserrat;
    font-weight: 600;
}

#individ_order .link_12 {
    background-color: #fff;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    color: #14b34a;
    border-color: #14b34a;
    font-family: Montserrat;
    font-weight: 600;
    border-width: 2px;
    min-width: 211px;
    //margin-left: 30px;
}

#individ_order .block_13 {
    //margin-top: 20px !important;
    display: flex;
    align-items: center;
}

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

#about_company .image_1 {
    margin: 0px !important;
    //height: 348.75px;
    //max-height: 348.75px;
    width: 100%;
}

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

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

#about_company .text_4 {
    font-family: Montserrat;
}

#about_company .text_5 {
    color: #14b34a;
    font-weight: bold;
}

#about_company .text_6 {
    text-align: left;
}

#about_company .text_7 {
    font-size: 1rem;
    font-family: Montserrat;
}

#about_company .block_8 {
    margin-top: 50px !important;
}

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

#about_company .text_10 {
    text-align: left;
    font-family: Montserrat;
}

#about_company .text_11 {
    font-size: 16px;
}

#about_company .text_12 {
    text-align: left;
}

#about_company .text_13 {
    font-family: Montserrat;
    font-size: 14px;
}

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

#about_company .text_15 {
    text-align: left;
}

#about_company .text_16 {
    font-size: 16px;
    font-family: Montserrat;
}

#about_company .text_17 {
    text-align: left;
}

#about_company .text_18 {
    font-size: 14px;
    font-family: Montserrat;
}

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

#about_company .block_20 {
    text-align: left;
}

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

#about_company .block_22 {
    text-align: left;
}

#about_company .text_23 {
    font-size: 18px;
}

#about_company .text_24 {
    text-align: left;
}

#about_company .text_25 {
    font-size: 14px;
    font-family: Montserrat;
}

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

#about_company .text_27 {
    text-align: left;
}

#about_company .text_28 {
    font-size: 18px;
}

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

#about_company .text_30 {
    text-align: left;
}

#about_company .text_31 {
    font-size: 14px;
    font-family: Montserrat;
}

#kontacti {
    //background-color: #f8f8f8 !important;
    //background-color: red !important;
}

#kontacti .text_1 {
    font-family: Montserrat;
}

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

#kontacti .text_3 {
    font-family: Montserrat;
    font-weight: bold;
}

#kontacti .text_4 {
    font-family: Montserrat;
}

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

#kontacti .text_6 {
    font-weight: bold;
}

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

#kontacti .link_8 {
    color: #000;
}

#kontacti .link_9 {
    font-family: Montserrat;
    font-size: 1rem;
}

#kontacti .text_10 {
    color: #000;
}

#kontacti .text_11 {
    color: #000;
    font-family: Montserrat;
    font-weight: bold;
}

#kontacti .text_12 {
    color: #000;
    font-family: Montserrat;
}

#kontacti .text_13 {
    font-weight: bold;
}

#kontacti .text_14 {
    color: #000;
    font-family: Montserrat;
    font-size: 1rem;
}

#kontacti .block_15 {
    height: 400px;
}

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

#setka_3 .text_2 {
    color: #14b34a;
    font-family: Montserrat;
    font-size: 20px;
}

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

#setka_3 .text_4 {
    font-family: Montserrat;
}

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

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

#setka_3 .text_7 {
    color: #14b34a;
    font-family: Montserrat;
    font-size: 20px;
}

#setka_3 .link_8 {
    color: #000;
}

#setka_3 .text_9 {
    font-size: 1rem;
}

#setka_3 .link_10 {
    color: #000;
}

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

#setka_3 .text_12 {
    font-size: 1rem;
    font-family: Montserrat;
}

#setka_3 .text_13 {
    font-size: 1rem;
    font-family: Montserrat;
}

#setka_1_4367 {
    background-color: #011408;
}

#setka_1_4367 .text_1 {
    text-align: left;
    margin-bottom: 0px;
}

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

#setka_1_4367 .text_3 {
    color: #fff;
}

#setka_1_4367 .text_4 {
    color: #14b34a;
}

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

#setka_1_4367 .text_6 {
    font-family: Montserrat;
    color: #fff;
}

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

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

#ostavit_zayavku .text_3 {
    font-size: 18px;
}

#ostavit_zayavku .text_4 {
    font-family: Montserrat;
}

#ostavit_zayavku .block_5 {
    display: none;
}

#ostavit_zayavku .block_6 {
    color: #212529;
    font-size: 16px;
}

#ostavit_zayavku .form_7 {
    color: #000;
    border: 1px solid black;
    font-size: 16px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

#ostavit_zayavku .block_8 {
    color: #212529;
    font-size: 16px;
}

#ostavit_zayavku .form_9 {
    color: #000;
    border: 1px solid black;
    font-size: 16px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

#ostavit_zayavku .block_10 {
    color: #212529;
    font-size: 16px;
}

#ostavit_zayavku .form_11 {
    color: #000;
    border: 1px solid black;
    font-size: 16px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

#ostavit_zayavku .block_12 {
    color: #212529;
    font-size: 16px;
}

#ostavit_zayavku .form_13 {
    color: #000;
    border: 1px solid black;
    height: 46px;
    font-size: 16px;
    border-radius: 0px;
    background-color: #fff;
}

#ostavit_zayavku .link_14 {
    color: #fff;
    background-color: #14b34a;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-color: #14b34a;
    font-family: Montserrat;
    font-weight: 600;
}

.pos-rel {
    position: relative;
}

/*
.corner-cut {
    -webkit-clip-path: polygon(0 0, 100% 0, 71% 100%, 0% 100%);
    //clip-path: polygon(75% 75%, 75% 0, 75% 100%, 75% 100%);
    border: 2px solid green;
}
*/
.b-wrapper {
    display: flex;
    //margin: auto;
}

.b-box {
    //height: 100%;
    text-align: left;
}

.mob-banner-image {
    display: none;
}

.mob-banner-image img {
    width: 130px;
    height: auto;
}

.pos-abs {
    position: absolute;
}

@media screen and (max-width:991px) {
    .mob-banner-image {
        float: right;
        height: 100%;
        margin-left: 15px;
        display: flex;
        align-items: flex-end;
        shape-outside: inset(calc(100% - 90px) 0 0);
    }


    .hide-991 {
        display: none;
    }

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

    .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;
    }

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

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

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

    #menu_dlya_im_1 .text_5 {
        font-size: 24px;
    }

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

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

    #setka_1 .block_3 {
        min-height: unset;
    }

    .pos-abs {
        position: absolute;
    }

    .pos-ion {
        width: 150px;
        height: 100px;
        bottom: 100px;
        right: 0;
        width: fit-contentжы
    }

    .pos-ion .block_28 {
        margin: 0 !important;
    }

    #setka_1 .text_8 {
        font-size: 26px;
    }

    #setka_1 .link_26 {
        line-height: 22px;
    }

    #setka_1 .link_27 {
        line-height: 22px;
    }

    #advantages .text_1 {
        font-size: 30px;
    }

    #advantages .text_3 {
        font-size: 24px;
    }

    #advantages .text_4 {
        font-size: 24px;
    }

    #advantages .text_6 {
        font-size: 16px;
    }

    #advantages .text_9 {
        font-size: 24px;
    }

    #advantages .text_11 {
        font-size: 16px;
    }

    #advantages .text_14 {
        font-size: 24px;
    }

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

    #setka_1_4401 .text_1 {
        font-size: 24px;
    }

    #setka_1_4401 .text_3 {
        font-size: 24px;
    }

    #setka_1_4401 .text_4 {
        font-size: 24px;
    }

    #setka_1_4401 .block_7 {
        font-size: 24px;
    }

    #setka_1_4401 .form_8 {
        font-size: 24px;
    }

    #setka_1_4401 .block_9 {
        font-size: 24px;
    }

    #setka_1_4401 .form_10 {
        font-size: 24px;
    }

    #setka_1_4401 .block_11 {
        font-size: 24px;
    }

    #setka_1_4401 .form_12 {
        font-size: 24px;
    }

    #setka_1_4401 .link_13 {
        line-height: 22px;
    }

    #mkatalog .text_1 {
        font-size: 30px;
    }

    #mkatalog .text_2 {
        font-size: 24px;
    }

    #mkatalog .text_5 {
        font-size: 26px;
    }

    #mkatalog .link_9 {
        line-height: 22px;
    }

    #mkatalog .text_12 {
        font-size: 26px;
    }

    #mkatalog .link_14 {
        line-height: 22px;
    }

    #mkatalog .text_17 {
        font-size: 26px;
    }

    #mkatalog .link_19 {
        line-height: 22px;
    }

    #mkatalog .text_22 {
        font-size: 26px;
    }

    #mkatalog .link_26 {
        line-height: 22px;
    }

    #mkatalog .text_29 {
        font-size: 26px;
    }

    #mkatalog .link_31 {
        line-height: 22px;
    }

    #mkatalog .text_34 {
        font-size: 26px;
    }

    #mkatalog .link_36 {
        line-height: 22px;
    }

    #individ_order .text_1 {
        font-size: 30px;
    }

    #individ_order .block_3 {
        font-size: 24px;
    }

    #individ_order .form_4 {
        font-size: 24px;
    }

    #individ_order .block_5 {
        font-size: 24px;
    }

    #individ_order .form_6 {
        font-size: 24px;
    }

    #individ_order .block_7 {
        font-size: 24px;
    }

    #individ_order .form_8 {
        font-size: 24px;
    }

    #individ_order .block_9 {
        font-size: 24px;
    }

    #individ_order .form_10 {
        font-size: 24px;
    }

    #individ_order .link_11 {
        line-height: 22px;
    }

    #individ_order .link_12 {
        line-height: 22px;
    }

    #about_company .text_2 {
        font-size: 30px;
    }

    #about_company .text_11 {
        font-size: 24px;
    }

    #about_company .text_13 {
        font-size: 16px;
    }

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

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

    #about_company .text_21 {
        font-size: 24px;
    }

    #about_company .text_23 {
        font-size: 24px;
    }

    #about_company .text_25 {
        font-size: 16px;
    }

    #about_company .text_28 {
        font-size: 24px;
    }

    #about_company .text_29 {
        font-size: 24px;
    }

    #about_company .text_31 {
        font-size: 16px;
    }

    #setka_3 .text_2 {
        font-size: 24px;
    }

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

    #ostavit_zayavku .text_3 {
        font-size: 24px;
    }

    #ostavit_zayavku .block_6 {
        font-size: 24px;
    }

    #ostavit_zayavku .form_7 {
        font-size: 24px;
    }

    #ostavit_zayavku .block_8 {
        font-size: 24px;
    }

    #ostavit_zayavku .form_9 {
        font-size: 24px;
    }

    #ostavit_zayavku .block_10 {
        font-size: 24px;
    }

    #ostavit_zayavku .form_11 {
        font-size: 24px;
    }

    #ostavit_zayavku .block_12 {
        font-size: 24px;
    }

    #ostavit_zayavku .form_13 {
        font-size: 24px;
    }

    #ostavit_zayavku .link_14 {
        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;
    }

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

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

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

    #menu_dlya_im_1 .text_5 {
        font-size: 20px;
    }

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

    #menu_dlya_im_1 .link_9 {
        line-height: 20px;
    }

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

    #setka_1 .link_26 {
        line-height: 20px;
    }

    #setka_1 .link_27 {
        line-height: 20px;
    }

    #advantages .text_1 {
        font-size: 28px;
    }

    #advantages .text_3 {
        font-size: 20px;
    }

    #advantages .text_4 {
        font-size: 20px;
    }

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

    #advantages .text_9 {
        font-size: 20px;
    }

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

    #advantages .text_14 {
        font-size: 20px;
    }

    #advantages .text_16 {
        font-size: 14px;
    }

    #setka_1_4401 .text_1 {
        font-size: 20px;
    }

    #setka_1_4401 .text_3 {
        font-size: 20px;
    }

    #setka_1_4401 .text_4 {
        font-size: 20px;
    }

    #setka_1_4401 .block_7 {
        font-size: 20px;
    }

    #setka_1_4401 .form_8 {
        font-size: 20px;
    }

    #setka_1_4401 .block_9 {
        font-size: 20px;
    }

    #setka_1_4401 .form_10 {
        font-size: 20px;
    }

    #setka_1_4401 .block_11 {
        font-size: 20px;
    }

    #setka_1_4401 .form_12 {
        font-size: 20px;
    }

    #setka_1_4401 .link_13 {
        line-height: 20px;
    }

    #mkatalog .text_1 {
        font-size: 28px;
    }

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

    #mkatalog .text_5 {
        font-size: 24px;
    }

    #mkatalog .link_9 {
        line-height: 20px;
    }

    #mkatalog .text_12 {
        font-size: 24px;
    }

    #mkatalog .link_14 {
        line-height: 20px;
    }

    #mkatalog .text_17 {
        font-size: 24px;
    }

    #mkatalog .link_19 {
        line-height: 20px;
    }

    #mkatalog .text_22 {
        font-size: 24px;
    }

    #mkatalog .link_26 {
        line-height: 20px;
    }

    #mkatalog .text_29 {
        font-size: 24px;
    }

    #mkatalog .link_31 {
        line-height: 20px;
    }

    #mkatalog .text_34 {
        font-size: 24px;
    }

    #mkatalog .link_36 {
        line-height: 20px;
    }

    #individ_order .text_1 {
        font-size: 28px;
    }

    #individ_order .block_3 {
        font-size: 20px;
    }

    #individ_order .form_4 {
        font-size: 20px;
    }

    #individ_order .block_5 {
        font-size: 20px;
    }

    #individ_order .form_6 {
        font-size: 20px;
    }

    #individ_order .block_7 {
        font-size: 20px;
    }

    #individ_order .form_8 {
        font-size: 20px;
    }

    #individ_order .block_9 {
        font-size: 20px;
    }

    #individ_order .form_10 {
        font-size: 20px;
    }

    #individ_order .link_11 {
        line-height: 20px;
    }

    #individ_order .link_12 {
        line-height: 20px;
    }

    #about_company .text_2 {
        font-size: 28px;
    }

    #about_company .text_11 {
        font-size: 20px;
    }

    #about_company .text_13 {
        font-size: 14px;
    }

    #about_company .text_16 {
        font-size: 20px;
    }

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

    #about_company .text_21 {
        font-size: 20px;
    }

    #about_company .text_23 {
        font-size: 20px;
    }

    #about_company .text_25 {
        font-size: 14px;
    }

    #about_company .text_28 {
        font-size: 20px;
    }

    #about_company .text_29 {
        font-size: 20px;
    }

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

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

    #setka_3 .text_7 {
        font-size: 20px;
    }

    #ostavit_zayavku .text_3 {
        font-size: 20px;
    }

    #ostavit_zayavku .block_6 {
        font-size: 20px;
    }

    #ostavit_zayavku .form_7 {
        font-size: 20px;
    }

    #ostavit_zayavku .block_8 {
        font-size: 20px;
    }

    #ostavit_zayavku .form_9 {
        font-size: 20px;
    }

    #ostavit_zayavku .block_10 {
        font-size: 20px;
    }

    #ostavit_zayavku .form_11 {
        font-size: 20px;
    }

    #ostavit_zayavku .block_12 {
        font-size: 20px;
    }

    #ostavit_zayavku .form_13 {
        font-size: 20px;
    }

    #ostavit_zayavku .link_14 {
        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;
    }

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

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

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

    #menu_dlya_im_1 .text_5 {
        font-size: 20px;
    }

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

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

    #advantages .text_1 {
        font-size: 30px;
    }

    #advantages .text_3 {
        font-size: 20px;
    }

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

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

    #advantages .text_9 {
        font-size: 14px;
    }

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

    #advantages .text_14 {
        font-size: 14px;
    }

    #advantages .text_16 {
        font-size: 14px;
    }

    #setka_1_4401 .text_1 {
        font-size: 20px;
    }

    #setka_1_4401 .text_3 {
        font-size: 14px;
    }

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

    #setka_1_4401 .block_7 {
        font-size: 14px;
    }

    #setka_1_4401 .form_8 {
        font-size: 14px;
    }

    #setka_1_4401 .block_9 {
        font-size: 14px;
    }

    #setka_1_4401 .form_10 {
        font-size: 14px;
    }

    #setka_1_4401 .block_11 {
        font-size: 14px;
    }

    #setka_1_4401 .form_12 {
        font-size: 14px;
    }

    #mkatalog .text_1 {
        font-size: 30px;
    }

    #mkatalog .text_2 {
        font-size: 14px;
    }

    #mkatalog .text_5 {
        font-size: 24px;
    }

    #mkatalog .text_12 {
        font-size: 24px;
    }

    #mkatalog .text_17 {
        font-size: 24px;
    }

    #mkatalog .text_22 {
        font-size: 24px;
    }

    #mkatalog .text_29 {
        font-size: 24px;
    }

    #mkatalog .text_34 {
        font-size: 24px;
    }

    #individ_order .text_1 {
        font-size: 30px;
    }

    #individ_order .block_3 {
        font-size: 14px;
    }

    #individ_order .form_4 {
        font-size: 14px;
    }

    #individ_order .block_5 {
        font-size: 14px;
    }

    #individ_order .form_6 {
        font-size: 14px;
    }

    #individ_order .block_7 {
        font-size: 14px;
    }

    #individ_order .form_8 {
        font-size: 14px;
    }

    #individ_order .block_9 {
        font-size: 14px;
    }

    #individ_order .form_10 {
        font-size: 14px;
    }

    #about_company .text_2 {
        font-size: 30px;
    }

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

    #about_company .text_13 {
        font-size: 14px;
    }

    #about_company .text_16 {
        font-size: 14px;
    }

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

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

    #about_company .text_23 {
        font-size: 14px;
    }

    #about_company .text_25 {
        font-size: 14px;
    }

    #about_company .text_28 {
        font-size: 14px;
    }

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

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

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

    #setka_3 .text_7 {
        font-size: 20px;
    }

    #ostavit_zayavku .text_3 {
        font-size: 14px;
    }

    #ostavit_zayavku .block_6 {
        font-size: 14px;
    }

    #ostavit_zayavku .form_7 {
        font-size: 14px;
    }

    #ostavit_zayavku .block_8 {
        font-size: 14px;
    }

    #ostavit_zayavku .form_9 {
        font-size: 14px;
    }

    #ostavit_zayavku .block_10 {
        font-size: 14px;
    }

    #ostavit_zayavku .form_11 {
        font-size: 14px;
    }

    #ostavit_zayavku .block_12 {
        font-size: 14px;
    }

    #ostavit_zayavku .form_13 {
        font-size: 14px;
    }
}