* {
    outline: none !important;
    font-family: 'Montserrat';
}

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

.mapSetting {
    display: none;
}

#mainMap {
    height: 400px;
}

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

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

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

.slink__item {
    display: inline-block;
    margin: 0px 2px;
    -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;
}

@media screen and (max-width:992px) {
    .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: 992px;
    margin: 0px auto;
    position: relative;
    padding: 15px 15px;
}

.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: 992px) {
    .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;
    }
}

.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 {

    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:992px) {
    .splide--ltr .splide__slide {}
}

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

[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: center;
}

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

.header_menu a {
    padding: 6px 10px;
    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;

    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: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 11px;
    height: 36px;
    max-width: 150px;
    border-width: 1px;
}

.srch .js_search {
    height: 36px;
    background-image: url('/images/search.svg');
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
    width: 36px;
    border: 0px;
    background-size: 24px;
    border-radius: 0px;
    border-bottom: 1px solid #e4e4e4;
}

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

@media screen AND (max-width:1300px) {
    .menu_row {
        flex-wrap: wrap;
        justify-content: space-evenly !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:993px) {
    li.parent:hover>ul {
        display: block;
    }

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

@media screen and (max-width:992px) {
    .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: 56px;
        height: 100%;
        width: 100%;
        left: 0px;
        z-index: 9;
        background: #fff;
        overflow: auto;
        padding-bottom: 80px;
    }

    .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: 5px 20px 5px 40px!important;
    }

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

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

    .header_menu li a {
        text-align: left !important;
        font-size: 14px;
        padding: 9px 15px!important;
        text-transform: uppercase;
    }

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

    .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 15px 10px 5px;
        position: relative;
    }

    .block__mobile_container * {
        color: #fff;
        font-size: 12px;
    }

    .splide__pagination {
        display: none;
    }

    .block__mobile {
        display: block;
    }

    #setka_1_8306 .block_2:after,
    #setka_1_8306 .block_5:after {
        display: none;
    }

    .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: #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 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.moduleCategoryHead * {

    color: #555;
}

.moduleCategoryDescription * {

    font-size: 16px;
    line-height: 21px;
    color: #5e5e5e;
}

.modulecatalogImage {
    overflow: hidden;
    position: relative;
}

.modulecatalogImage img {
    width: 100%;
    -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;
}

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

.moduleCatalogName a {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    display: block;
    background: transparent;
    padding: 11px 0px;
    text-decoration: none;
}

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:992px) {
    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;
    }
}

@font-face {

    src: url("../fonts/Montserrat.ttf");
}

@font-face {

    src: url("../fonts/Tahoma.ttf");
}

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

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

.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: #6d8dbb;
    background-color: transparent;
    font-size: 16px;
}

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

.header_menu ul li.active>a,
.header_menu ul li:hover>a {
    color: #6d8dbb;
    background-color: transparent;
}

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

.block__mobile {
    background-color: #2c3e50;
}

.header_menu a {
    font-size: 16px;

    font-weight: 100;
}

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

#setka_1_8123 {
    background-color: #f4f6f6;
}

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

#setka_1_8123 .text_2 {
    white-space: pre-wrap;
    margin-right: 30px;
}

#setka_1_8123 .text_3 {
    color: #000;
}

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

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

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

#setka_1_8123 .text_7 {
    white-space: pre-wrap;

}

#setka_1_8123 .text_8 {
    color: #000;
}

#menu_dlya_im_1 .image_1 {
    max-height: initial;
    margin: 0px !important;
    height: 57px;
    width: auto;
    -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;
}

#menu_dlya_im_1 .block_2 {
    margin-top: 20px;
    background-color: rgba(72, 43, 43, 0);
    -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;
}

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

#menu_dlya_im_1 .link_4 {
    margin-top: 0px;
    margin-bottom: 5px;

    font-size: 14px;
    line-height: 30px;
    border-radius: 35px;
    padding: 5px 15px;
    font-weight: 600;
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff;
}

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

#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 {
    /* min-height: 500px; */
}

#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 {
    font-weight: bolder;

    font-size: 30px;
    color: #6d8dbb;
}

#setka_1 .text_5 {
    font-size: 40px;
    color: #2c3e50;
}

#setka_1 .text_6 {
    font-size: 40px;
    color: #2c3e50;
}

#setka_1 .link_7 {
    margin-top: 20px;
    margin-bottom: 45px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    border-width: 2px;
    border-style: solid;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    color: #fff;
    border-color: #2c3e50;
}

#setka_1 .link_8 {
    margin-top: 0px;
    margin-bottom: 25px;

    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 104, 216, 0);
    border-width: 2px;
    border-style: solid;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-color: #6d8dbb;
    margin-left: 30px;
    color: #2c3e50;
}

#setka_1 .list_9 {
    width: 1881px;
    /* height: 500px; */
}

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

#setka_1 .text_11 {
    font-weight: bolder;

    font-size: 30px;
    color: #6d8dbb;
}

#setka_1 .text_12 {
    font-size: 40px;
    color: #2c3e50;
}

#setka_1 .text_13 {
    font-size: 40px;
    color: #2c3e50;
}

#setka_1 .link_14 {
    margin-top: 20px;
    margin-bottom: 45px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    border-width: 2px;
    border-style: solid;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    color: #fff;
    border-color: #2c3e50;
}

#setka_1 .link_15 {
    margin-top: 0px;
    margin-bottom: 25px;

    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 104, 216, 0);
    border-width: 2px;
    border-style: solid;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-color: #6d8dbb;
    margin-left: 30px;
    color: #2c3e50;
}

#setka_1 .list_16 {
    width: 1881px;
    /* height: 500px; */
}

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

#setka_1 .text_18 {
    font-weight: bolder;

    font-size: 30px;
    color: #6d8dbb;
}

#setka_1 .text_19 {
    font-size: 40px;
    color: #2c3e50;
}

#setka_1 .text_20 {
    font-size: 40px;
    color: #2c3e50;
}

#setka_1 .link_21 {
    margin-top: 20px;
    margin-bottom: 45px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    border-width: 2px;
    border-style: solid;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    color: #fff;
    border-color: #2c3e50;
}

#setka_1 .link_22 {
    margin-top: 0px;
    margin-bottom: 25px;

    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 104, 216, 0);
    border-width: 2px;
    border-style: solid;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-color: #6d8dbb;
    margin-left: 30px;
    color: #2c3e50;
}

#setka_1_8306 {
    background-color: rgba(248, 248, 250, 0);
}

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

#setka_1_8306 .block_2 {
    background-color: rgba(255, 255, 255, 0);
    margin-top: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

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

#setka_1_8306 .text_4 {

    font-size: 20px;
}

#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-size: 20px;
}

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

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

#setka_1_8306 .text_10 {

    font-size: 20px;
}

#spisok_kategorii_3753 .text_1 {
    color: #000;

}

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

}

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

#spisok_kategorii_3753 .link_4 {
    /* background-color: #fff; */
}

#spisok_kategorii_3753 .text_5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

#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 {}

#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 {}

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

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

#spisok_kategorii_3753 .text_14 {}

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

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

#spisok_kategorii_3753 .text_17 {}

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

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

#spisok_kategorii_3753 .text_20 {}

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

#tovari-po_metkam_3975 .text_1 {}

.productBlog .text_1 {}

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

}

.productBlog .text_2 {
    font-size: 40px;

}

#tovari-po_metkam_3975 .text_3 {

    font-size: 20px;
}

.productBlog .text_3 {

    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 {
    height: 245.984px;
    max-height: 245.984px;
    width: auto;
    margin: 0px !important;
}

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

#tovari-po_metkam_3975 .text_6 {}

.productBlog .text_6 {}

#tovari-po_metkam_3975 .text_7 {}

.productBlog .text_7 {}

#tovari-po_metkam_3975 .link_8 {
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
    color: #fff;
}

.productBlog .link_8 {
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
    color: #fff;
}

#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 {
    height: 245.984px;
    max-height: 245.984px;
    width: auto;
    margin: 0px !important;
}

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

#tovari-po_metkam_3975 .text_11 {}

.productBlog .text_11 {}

#tovari-po_metkam_3975 .text_12 {}

.productBlog .text_12 {}

#tovari-po_metkam_3975 .link_13 {
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
    color: #fff;
}

.productBlog .link_13 {
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
    color: #fff;
}

#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 {
    height: 245.984px;
    max-height: 245.984px;
    width: auto;
    margin: 0px !important;
}

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

#tovari-po_metkam_3975 .text_16 {}

.productBlog .text_16 {}

#tovari-po_metkam_3975 .text_17 {}

.productBlog .text_17 {}

#tovari-po_metkam_3975 .link_18 {
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
    color: #fff;
}

.productBlog .link_18 {
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
    color: #fff;
}

#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 {
    height: 245.984px;
    max-height: 245.984px;
    width: auto;
    margin: 0px !important;
}

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

#tovari-po_metkam_3975 .text_21 {}

.productBlog .text_21 {}

#tovari-po_metkam_3975 .text_22 {}

.productBlog .text_22 {}

#tovari-po_metkam_3975 .link_23 {
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
    color: #fff;
}

.productBlog .link_23 {
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
    color: #fff;
}

#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-size: 40px;
}

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

#setka_2 .text_5 {
    color: #636363;

    font-size: 1rem;
}

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

#setka_2 .text_7 {
    color: #636363;

}

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

#setka_2 .text_9 {
    color: #636363;

}

#setka_2 .link_10 {
    margin-top: 15px;
    margin-bottom: 45px;
    margin-left: 20px;

    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-color: #6d8dbb;
    border-width: 2px;
    border-style: solid;
    background-color: rgba(210, 105, 30, 0);
    color: #2c3e50;
}

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

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

#spl_2.splide .splide__arrow {
    background-color: #6d8dbb;
}

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

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

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

#setka_1_1177 .text_1 {
    font-size: 40px;

}

#setka_1_1177 .text_2 {
    font-size: 18px;

}

#setka_1_1177 .text_3 {
    font-size: 18px;

    color: #6d8dbb;
}

#setka_1_1177 .block_4 {
    visibility: visible;
}

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

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

#setka_1_1177 .block_7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

#setka_1_1177 .list_17 {
    width: 677px;
    height: 300px;
}

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

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

#modyl_novostei_1715 {
    background-color: transparent;
}

#modyl_novostei_1715 .text_1 {

    font-size: 40px;
}

.newsBlog .text_1 {

    font-size: 40px;
}

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

}

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

}

#modyl_novostei_1715 .block_3 {
    background-color: rgba(0, 0, 0, 0);
}

.newsBlog .block_3 {
    background-color: rgba(0, 0, 0, 0);
}

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

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

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

}

.newsBlog .text_5 {
    font-size: 30px;

}

#modyl_novostei_1715 .text_6 {

    font-size: 16px;
    color: #6d8dbb;
}

.newsBlog .text_6 {

    font-size: 16px;
    color: #6d8dbb;
}

#modyl_novostei_1715 .link_7 {
    color: #fff;

    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-color: #2c3e50;
}

.newsBlog .link_7 {
    color: #fff;

    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-color: #2c3e50;
}

#modyl_novostei_1715 .block_8 {
    background-color: rgba(0, 0, 0, 0);
}

.newsBlog .block_8 {
    background-color: rgba(0, 0, 0, 0);
}

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

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

#modyl_novostei_1715 .text_10 {
    font-size: 30px;

}

.newsBlog .text_10 {
    font-size: 30px;

}

#modyl_novostei_1715 .text_11 {

    font-size: 16px;
    color: #6d8dbb;
}

.newsBlog .text_11 {

    font-size: 16px;
    color: #6d8dbb;
}

#modyl_novostei_1715 .link_12 {
    color: #fff;

    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-color: #2c3e50;
}

.newsBlog .link_12 {
    color: #fff;

    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-color: #2c3e50;
}

#modyl_novostei_1715 .block_13 {
    background-color: rgba(0, 0, 0, 0);
}

.newsBlog .block_13 {
    background-color: rgba(0, 0, 0, 0);
}

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

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

#modyl_novostei_1715 .text_15 {
    font-size: 30px;

}

.newsBlog .text_15 {
    font-size: 30px;

}

#modyl_novostei_1715 .text_16 {

    font-size: 16px;
    color: #6d8dbb;
}

.newsBlog .text_16 {

    font-size: 16px;
    color: #6d8dbb;
}

#modyl_novostei_1715 .link_17 {
    color: #fff;

    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-color: #2c3e50;
}

.newsBlog .link_17 {
    color: #fff;

    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-width: 2px;
    border-color: #2c3e50;
}

#modyl_novostei_1715 .link_18 {

    font-size: 18px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #6d8dbb;
    color: #2c3e50;
}

.newsBlog .link_18 {

    font-size: 18px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #6d8dbb;
    color: #2c3e50;
}

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

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

#setka_1_2536 .text_2 {
    font-size: 40px;

    color: #000;
}

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

#setka_1_2536 .text_4 {
    font-size: 20px;

    color: #000;
}

#setka_1_2536 .text_5 {

    color: #000;
}

#setka_1_2536 .text_6 {}

#setka_1_2536 .text_7 {
    color: #6d8dbb;
}

#setka_1_2536 .text_8 {

    color: #000;
}

#setka_1_2536 .text_9 {}

#setka_1_2536 .text_10 {
    color: #6d8dbb;
}

#setka_1_2536 .text_11 {

    color: #000;
}

#setka_1_2536 .text_12 {

    color: #000;
}

#setka_1_2536 .text_13 {

    color: #000;
}

#setka_1_2536 .text_14 {
    color: #000;
}

#setka_1_2536 .text_15 {}

#setka_1_2536 .text_16 {

    font-size: 1rem;
}

#setka_1_2536 .block_17 {
    margin-top: 0px !important;
}

#setka_1_2536 .text_18 {
    font-size: 40px;
    color: #000;
}

#setka_1_2536 .text_19 {

    font-size: 16px;
    color: #000;
}

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

#setka_1_2536 .form_21 {
    color: #000;
    font-size: 16px;
    border-color: #f2f2f2;
    border-width: 1px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

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

#setka_1_2536 .form_23 {
    color: #000;
    font-size: 16px;
    border-color: #f2f2f2;
    border-width: 1px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

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

#setka_1_2536 .form_25 {
    color: #000;
    font-size: 16px;
    border-color: #f2f2f2;
    border-width: 1px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

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

#setka_1_2536 .form_27 {
    color: #000;
    font-size: 16px;
    border-color: #f2f2f2;
    border-width: 1px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

#setka_1_2536 .link_28 {
    color: #fff;

    font-size: 18px;
    font-weight: 600;
    background-color: #2c3e50;
    line-height: 30px;
    border-radius: 35px;
    border-width: 2px;
    border-color: #2c3e50;
    border-style: solid;
    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 {
    background-color: #2c3e50;
}

#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 .block_3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#setka_4 .text_4 {}

#setka_4 .text_5 {
    color: #fff;
}

#setka_4 .text_6 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: left;
    display: block;
}

#setka_4 .text_7 {

    font-size: 1rem;
}

#setka_4 .text_8 {
    color: #fff;
}

#setka_4 .text_9 {

    font-size: 1rem;
}

#setka_4 .text_10 {
    color: #fff;
}

#setka_4 .text_11 {

    font-size: 1rem;
}

#setka_4 .text_12 {
    color: #fff;
}

#setka_4 .text_13 {

    font-size: 1rem;
    color: #fff;
}

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

#setka_4 .text_15 {
    color: #fff;

    font-size: 18px;
    font-weight: 700;
}

#setka_4 .text_16 {

    font-size: 18px;
}

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

#setka_4 .text_18 {
    color: #fff;
}

#setka_4 .text_19 {

    font-size: 18px;
}

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

#setka_4 .text_21 {
    color: #fff;
}

#setka_4 .text_22 {
    color: #fff;

    font-size: 16px;
}

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

#setka_1_1114 {
    background-color: #2c3e50;
}

#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;

}

#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;

    color: #fff;
}

.btn.btn_submit.btn_40446597576:before {
    /* background-color: #2c3e50 !important; */
}

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

#vsplivaushaya_forma .text_2 {}

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

}

#vsplivaushaya_forma .block_4 {
    display: none;
}

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

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

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

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

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

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

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

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

#vsplivaushaya_forma .link_13 {
    color: #fff;
    background-color: #2c3e50;

    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
}

.btn.btn_submit.btn_40446597576:before {
    /* background-color: #2c3e50 !important; */
}

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

#vsplivaushaya_forma_indiv .text_2 {}

#vsplivaushaya_forma_indiv .text_3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;

}

#vsplivaushaya_forma_indiv .block_4 {
    display: none;
}

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

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

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

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

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

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

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

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

#vsplivaushaya_forma_indiv .link_13 {
    color: #fff;
    background-color: #2c3e50;

    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2c3e50;
}

.fixHeader {
    position: fixed;
    top: 0px;
    z-index: 9;
    background: #fff;
    width: 100%;
}

#setka_1_8123 {
    padding: 8px 0px;
}

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

.breadcrumb {
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb a {}

.breadcrumb li .divider {
    color: #2d3e4f;
    text-decoration: none;
    margin: 0px 6px 0px 0px;
    font-size: 14px;
}

.breadcrumb li>span {
    color: #6d8dbb;
    text-decoration: underline;
}

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

#setka_1_8306 .block_2:after,
#setka_1_8306 .block_5:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 2px;
    height: 40px;
    background: #aabfc5;
    transform: translateY(-50%);
}

#setka_1_8306 .block_2:after {
    right: 0px;
}

#setka_1_8306 .block_5:after {
    right: 0px;
}

#setka_1_8306 p {
    margin: 0px;
}

.btnBlue {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 35px;
    padding: 5px 15px;
    font-weight: 600;
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff !important;
    text-transform: uppercase;
}

.btnBlue:hover {
    background-color: #3d5368 !important;
    color: #fff;
}

.btnWhite {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 104, 216, 0);
    border-width: 2px;
    border-style: solid;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    border-color: #6d8dbb;
    margin-left: 30px;
    color: #2c3e50;
}

.btnWhite:hover {
    background-color: #6d8dbb !important;
    color: #fff !important;
}

.catInfo {
    -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;
    position: absolute;
    top: calc(100% - 54px);
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 15px 15px 0px 15px;
    color: #fff;
}

.moduleCatalogItem:hover .catInfo {
    top: 0px;
}

.catInfo:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -86px;
    width: 100%;
    height: 86px;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, rgb(45 62 79 / 80%)100%);
    /* background: #2d3e4f; */
}

.catInfo:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: linear-gradient(to bottom, transparent 0%, rgba(44,62,80,1) 88%); */
    background: rgb(45 62 79 / 80%);
}

.catInfoWrap {
    z-index: 2;
    position: relative;
}

.moduleCatalogName {
    margin-bottom: 15px;
}

.productItemWrap {
    -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;
    background: #fff;
    padding: 0px 0px 20px 0px;
    position: relative;
}

.productItemWrap:hover {
    box-shadow: 0px 0px 15px #a7bcd1 !important;
}

.moduleProductInfo {
    padding: 0px 10px;
}

.list_product .productItemWrap,
.list_related .productItemWrap {
    box-shadow: 0px 0px 2px #a7bcd1;
}

.jshop #spisok_kategorii_3753 .text_5 {
    line-height: 18px;
    font-size: 16px;
}

.productTabs {
    padding-top: 30px;
}

.productTabs .nav-tabs .nav-link {
    background: #dee2e6;
    border-radius: 0px;
    color: #2c3e50;
    border: 0px;
    margin-right: 4px;
    display: block !important;
}

.productTabs .nav-tabs .nav-item.active .nav-link {
    background: #2c3e50;
    border-radius: 0px;
    color: #fff;
}

.tab-content {
    padding-top: 20px;
}

.block__btn-wrapper a {
    padding: 5px 15px;
    font-size: 14px;
    margin: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a {
    background: #2c3e50;
    color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    display: block;
    padding: 10px 15px;
    background: #eee;
    color: #333;
    text-decoration: none;
    border-radius: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li {
    float: left;
    display: block;
    margin: 0 5px 5px 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: center;
    margin-bottom: 20px;
}

#element_description_3059 ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
    list-style: none;
    color: #fff;
}

#element_description_3059 li {}

#element_description_3059 a {
    color: #fff;
}

.openCat {
    -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;
    position: absolute;
    background: url('/images/down.svg') 50% 50% no-repeat;
    background-size: cover;
    background-size: 26px;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
}

.left_sidebar li.active>.openCat {
    transform: rotate(180deg);
}

.menuBlockSearch {
    -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;
    overflow: hidden;
    height: 36px;
}

.fixBody .menuBlockSearch {
    height: 0px;
}

.fixBody #menu_dlya_im_1 .block_2 {
    margin-top: 0px;
}

.fixBody #menu_dlya_im_1 .image_1 {
    height: 30px;
}

.pageWrap {
    padding-top: 155px;
}

.fixBody .fixHeader {
    box-shadow: 0px 0px 10px #ccc;
}

.fixBody #menu_dlya_im_1 {
    padding: 6px 0px;
}

.odcat li.active>a,
.odcat li a:hover {
    color: #fff;
    background: #1f3040;
}

#vsplivaushaya_forma_left h2 {
    font-size: 24px;
    text-align: center !important;
    margin-bottom: 6px;
}

#vsplivaushaya_forma_left h5 {
    font-size: 16px;
    text-align: center !important;
    color: #939393;
    font-weight: 100;
}

#vsplivaushaya_forma_left .form_wrap {
    padding: 0px;
}
.hidDes{
    display:none!important;
}