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

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

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

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

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

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

.mapSetting {
    display: none;
}

#mainMap {
    height: 400px;
}

/*#spl_1-slide01 {
    height: 100% !important;
}

#spl_1-slide02 {
    height: 100% !important;
}

#spl_1-slide03 {
    height: 100% !important;
}*/

fieldset.phrases,
fieldset.only {
    display: none;
}

.search .result-category {
    display: none;
}

.search .result-title a {
    color: black;
}

.my_img_105 a {
    height: 300px;
    width: 300px;
    flex: 1;
}

.my_img_105 a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@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 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

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

.simpleLightbox {
    cursor: pointer;
}

.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_line {
    text-align: center;
    position: relative;
    padding: 5px 0px 20px 0px;
}

.line_wr {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg,
            rgba(31, 56, 120, 1) 0%,
            rgba(189, 13, 34, 1) 100%) !important;
    display: inline-block;
    max-width: 100%;
}

.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: 0.25s;
    transition: 0.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: 0.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: 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;
}

.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: 992px) {
    .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;
    display: block;
    padding: 10px 0px;
}

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

.header_menu {
    justify-content: center;
}

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

.header_menu>li.active>a,
.header_menu>li>a:hover {
    text-decoration: none;
}

.header_menu li>a:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg,
            rgba(31, 56, 120, 1) 0%,
            rgba(189, 13, 34, 1) 100%);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.header_menu li.active>a:after,
.header_menu li>a:hover:after {
    width: 100%;
}

.header_menu ul li.active>a,
.header_menu ul li:hover>a {
    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: #f5f5f5;
    min-width: 200px;
    text-align: left;
    box-shadow: 0px 2px 4px 0px #bdbdbd;
    z-index: 9;
    width: 100%;
}

.block__mobile {
    background-color: #252c36;
    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: 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;
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 40px 15px 20px;
    color: #212529;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) svg {
    transform: rotate(-90deg);
}

.accordion-button svg {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 16px;
    transition: transform .2s ease-in-out;
    transform: rotate(90deg);
    fill: #fff;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-header {
    cursor: pointer;
    margin-bottom: 0;
    background: linear-gradient(90deg, rgba(31, 56, 120, 1) 0%, rgba(189, 13, 34, 1) 100%);
    color: #fff;
}

.accordion-item {
    border-width: 0px;
    border-style: solid;
    margin-bottom: 3px;
}

.accordion-item:not(:first-of-type) {}

.accordion-item:first-child .accordion-header {}

.accordion-item:last-child {}

.accordion-body {
    text-align: left;
    padding: 15px 20px;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

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

    .bodyFix .hidden_menu {
        display: block;
    }

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

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

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

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

    .header_menu {
        background-color: white !important;
        height: 100%;
        display: block;
        width: 100%;
        padding-top: 0px !important;
        padding-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;
        position: relative;
    }

    .block__mobile {
        display: block;
    }

    .block__mobile_burger {
        /*osition: 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: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.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: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.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);
    }
}

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

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

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

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

/* @media screen and (min-width: 1800px) {
  #spl_1-slide01 .row.text-center.align-items-stretch.slideFon {
    background-position: right !important;
  }
} */

@media screen and (min-width: 992px) and (max-width: 1882px) {
    #setka_1_4236 {
        background-position: top;
    }
}

/* @media screen and (min-width: 1366px) {
  .container_100 .row div.col-lg-5.block_3 {
    margin-top: 30px !important;
    margin-left: 100px !important;
    line-height: 10px;
  }

  .container_100 .row div.col-lg-5.block_3 .row_line.text-left {
    padding: 0 !important;
  }
} */

@media screen and (min-width: 993px) {
    .container_100 .row div.col-lg-5.block_3 {
        margin-top: 30px !important;
        margin-left: 100px !important;
        line-height: 20px;
    }

    .container_100 .row div.col-lg-5.block_3 .row_line.text-left {
        padding: 0 !important;
    }

    .row_line {
        text-align: center;
        position: relative;
        padding: 0 !important;
    }

    #setka_1 .text_8 {
        font-size: 36px !important;
    }

    #setka_1 .text_33 {
        font-size: 42px !important;
    }

    #setka_1 .block_28 {
        margin-top: 20px !important;
        line-height: 24px;
    }

    #setka_1 .text_33 {
        font-size: 42px;
    }

    #setka_1 .block_28 {
        margin-top: 30px !important;
        line-height: 22px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    #spl_1-slide01 .container_100 div.row {
        line-height: 40px;
    }

    #spl_1-slide02 .container_100 div.row {
        line-height: 40px;
    }

    #spl_1-slide03 .container_100 div.row {
        line-height: 40px;
    }

    #setka_1 .text_37 .text_38 {
        font-size: 25px;
    }

    .text_40 .text_41 {
        font-size: 25px !important;
    }

    #setka_1 .text_37 .text_38 {
        font-size: 25px !important;
    }

    .text_43 .text_44 {
        font-size: 25px !important;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1431px) {
    .container_100 .row div.col-lg-5.block_3 {
        margin-top: 20px !important;
        line-height: 16px;
    }
}

@media screen and (min-width: 1529px) {
    .container_100 .row div.col-lg-5.block_3 {
        margin-top: 30px !important;
        margin-left: 100px !important;
        line-height: 10px;
    }

    .container_100 .row div.col-lg-5.block_3 .row_line.text-left {
        padding: 0 !important;
    }

    #setka_1 .text_33 {
        font-size: 42px;
    }

    #setka_1 .block_28 {
        margin-top: 20px !important;
        line-height: 24px;
    }

    #setka_1 .text_33 {
        font-size: 42px;
    }

    #setka_1 .block_28 {
        margin-top: 30px !important;
        line-height: 22px;
    }

    #setka_1 .text_33 {
        font-size: 42px;
    }

    #setka_1 .block_28 {
        margin-top: 20px !important;
        line-height: 24px;
    }

    #setka_1 .text_33 {
        font-size: 42px;
    }

    #setka_1 .block_28 {
        margin-top: 30px !important;
        line-height: 22px;
    }
}

@media screen and (min-width: 1920px) and (max-width: 1920px) {
    #list_3 {
        height: 640px !important;
    }

    #spl_1-slide01 .container_100 div.row {
        line-height: 40px;
    }

    #spl_1-slide02 .container_100 div.row {
        line-height: 40px;
    }

    #spl_1-slide03 .container_100 div.row {
        line-height: 40px;
    }
}

.block__mobile {
    background: #252c36;
}

.header_menu a {
    padding: 10px 0px;
    display: block;
    position: relative;
    margin: 0px 20px;
    color: #000;
    font-size: 16px;
}

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

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

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

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

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

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

#menu_dlya_im_2 .image_6 {
    margin: 2px 0px 0px !important;
    height: 16px;
    max-height: 16px;
    width: auto;
}

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

#menu_dlya_im_2 .image_8 {
    margin: 2px 0px 0px !important;
    height: 16px;
    max-height: 16px;
    width: auto;
}

#menu_dlya_im_2 .text_9 {
    font-family: Montserrat;
}

#menu_dlya_im_2 .link_10 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
}

#menu_dlya_im_2 .block_11 {
    margin-top: 20px;
    background-color: #f5f5f5;
}

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

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

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

#setka_1 .block_2 {
    visibility: visible;
}

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

#setka_1 .text_4 {
    text-align: left;
}

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

#setka_1 .block_6 {
    width: 200px;
    height: 4px;
    background-color: #fff;
}

#setka_1 .text_7 {
    text-align: left;
}

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

#setka_1 .text_9 {
    text-align: left;
}

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

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

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

#setka_1 .text_13 {
    font-family: Montserrat;
    color: #fff;
    font-size: 25px;
}

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

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

#setka_1 .text_16 {
    font-size: 25px;
    font-family: Montserrat;
    color: #fff;
}

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

#setka_1 .text_18 {
    text-align: left;
}

#setka_1 .text_19 {
    font-size: 25px;
    color: #fff;
    font-family: Montserrat;
}

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

#setka_1 .text_21 {
    text-align: left;
}

#setka_1 .text_22 {
    font-family: Montserrat;
    color: #fff;
    font-size: 25px;
}

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

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

#setka_1 .text_25 {
    color: #fff;
    font-family: Montserrat;
    font-size: 25px;
}

#setka_1 .link_26 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 10px 20px;
    line-height: 30px;
    border-radius: 35px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

#setka_1 .list_27 {}

#setka_1 .block_28 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 65px;
    margin-left: 100px !important;
}

#setka_1 .text_29 {
    text-align: left;
}

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

#setka_1 .block_31 {
    width: 200px;
    height: 4px;
    background-color: #fff;
}

#setka_1 .text_32 {
    text-align: left;
}

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

#setka_1 .text_34 {
    text-align: left;
}

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

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

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

#setka_1 .text_38 {
    font-family: Montserrat;
    color: #fff;
    font-size: 30px;
}

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

#setka_1 .text_40 {
    text-align: left;
}

#setka_1 .text_41 {
    font-size: 30px;
    font-family: Montserrat;
    color: #fff;
}

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

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

#setka_1 .text_44 {
    font-size: 30px;
    color: #fff;
    font-family: Montserrat;
}

#setka_1 .link_45 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 10px 20px;
    line-height: 30px;
    border-radius: 35px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

#setka_1 .list_46 {}

#setka_1 .block_47 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 65px !important;
    margin-left: 100px !important;
    /* padding-top: 50px !important; */
}

#setka_1 .text_48 {
    text-align: left;
}

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

#setka_1 .block_50 {
    width: 200px;
    height: 4px;
    background-color: #fff;
}

#setka_1 .text_51 {
    text-align: left;
}

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

#setka_1 .text_53 {
    text-align: left;
}

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

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

#setka_1 .text_56 {
    text-align: left;
}

#setka_1 .text_57 {
    color: #fff;
    font-family: Montserrat;
    font-size: 30px;
}

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

#setka_1 .link_59 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 10px 20px;
    line-height: 30px;
    border-radius: 35px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

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

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

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

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

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

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

#setka_2 .block_7 {
    height: 4px;
    width: 280px;
}

#setka_2 .text_8 {
    font-family: Arial;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}

#setka_2 .text_9 {
    color: #636363;
    font-size: 16px;
    font-family: Montserrat;
}

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

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

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

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

#vid_4 .block_4 {
    padding: 20px 10px 0px !important;
}

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

#vid_4 .block_6 {
    padding: 0px 0px 30px !important;
}

#vid_4 .text_7 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 30px 0px;
    line-height: 16px;
}

#vid_4 .text_8 {
    font-size: 16px;
    font-family: Montserrat;
}

#vid_4 .block_9 {
    padding: 20px 10px 0px !important;
}

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

#vid_4 .block_11 {
    padding: 0px 0px 30px !important;
}

#vid_4 .text_12 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 30px 0px;
    line-height: 16px;
}

#vid_4 .text_13 {
    font-size: 16px;
    font-family: Montserrat;
}

#vid_4 .block_14 {
    padding: 20px 10px 0px !important;
}

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

#vid_4 .block_16 {
    padding: 0px 0px 30px !important;
}

#vid_4 .text_17 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 30px 0px;
    line-height: 16px;
}

#vid_4 .text_18 {
    font-size: 16px;
    font-family: Montserrat;
}

#vid_4 .block_19 {
    padding: 20px 10px 0px !important;
}

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

#vid_4 .block_21 {
    padding: 0px 0px 30px !important;
}

#vid_4 .text_22 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 30px 0px;
    line-height: 16px;
}

#vid_4 .text_23 {
    font-size: 16px;
    font-family: Montserrat;
}

#vid_4 .block_24 {
    padding: 20px 10px 0px !important;
}

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

#vid_4 .block_26 {
    padding: 0px 0px 30px !important;
}

#vid_4 .text_27 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 30px 0px;
    line-height: 16px;
}

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

#vid_4 .block_29 {
    padding: 20px 10px 0px !important;
}

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

#vid_4 .block_31 {
    padding: 0px 0px 30px !important;
}

#vid_4 .text_32 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 30px 0px;
    line-height: 16px;
}

#vid_4 .text_33 {
    font-size: 16px;
    font-family: Montserrat;
}

#vid_4 .block_34 {
    padding: 20px 10px 0px !important;
}

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

#vid_4 .block_36 {
    padding: 0px 0px 30px !important;
}

#vid_4 .text_37 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 30px 0px;
    line-height: 16px;
}

#vid_4 .text_38 {
    font-size: 16px;
    font-family: Montserrat;
}

#vid_4 .block_39 {
    padding: 20px 10px 0px !important;
}

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

#vid_4 .block_41 {
    padding: 0px 0px 30px !important;
}

#vid_4 .text_42 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 30px 0px;
    line-height: 16px;
}

#vid_4 .text_43 {
    font-size: 16px;
    font-family: Montserrat;
}

#setka_1_2397 {
    background-color: #252c35;
    box-shadow: 0px 0px 10px #252c34;
}

#setka_1_2397 .text_1 {
    font-family: Montserrat;
    font-size: 40px;
    color: #fff;
}

#setka_1_2397 .text_2 {
    font-family: Montserrat;
    font-size: 18px;
    color: #fff;
}

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

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

#setka_1_2397 .text_5 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2397 .block_6 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#setka_1_2397 .line_wr {
    width: 190px;
}

#setka_1_2397 .text_8 {
    font-family: Montserrat;
    color: #fff;
}

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

#setka_1_2397 .text_10 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}

#setka_1_2397 .text_11 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2397 .block_12 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#setka_1_2397 .text_14 {
    color: #fff;
}

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

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

#setka_1_2397 .text_17 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}

#setka_1_2397 .text_18 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2397 .block_19 {
    padding-bottom: 10px;
    padding-top: 10px;
}


#setka_1_2397 .text_21 {
    color: #fff;
}

#setka_1_2397 .text_22 {
    font-family: Montserrat;
}

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

#setka_1_2397 .text_24 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}

#setka_1_2397 .text_25 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2397 .block_26 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#setka_1_2397 .text_28 {
    color: #fff;
}

#setka_1_2397 .text_29 {
    font-family: Montserrat;
}

#setka_1_2397 .block_30 {
    background-color: rgba(255, 255, 255, 0);
}

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

#setka_1_2397 .text_32 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}

#setka_1_2397 .text_33 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2397 .block_34 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#setka_1_2397 .text_36 {
    color: #fff;
}

#setka_1_2397 .text_37 {
    font-family: Montserrat;
}

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

#setka_1_2397 .text_39 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}

#setka_1_2397 .text_40 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2397 .block_41 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#setka_1_2397 .text_43 {
    color: #fff;
}

#setka_1_2397 .text_44 {
    font-family: Montserrat;
}

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

#setka_1_2397 .text_46 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}

#setka_1_2397 .text_47 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2397 .block_48 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#setka_1_2397 .text_50 {
    color: #fff;
}

#setka_1_2397 .text_51 {
    font-family: Montserrat;
}

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

#setka_1_2397 .text_53 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}

#setka_1_2397 .text_54 {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
}

#setka_1_2397 .block_55 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#setka_1_2397 .text_57 {
    color: #fff;
}

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

#setka_1_2397 .link_59 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Montserrat;
    line-height: 30px;
    border-radius: 35px;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 18px;
}

#modyl_novostei .text_1 {
    margin-bottom: 0px;
}

.newsBlog .text_1 {
    margin-bottom: 0px;
}

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

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

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

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

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

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

#modyl_novostei .text_5 {
    font-family: Montserrat;
    font-size: 24px;
}

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

#modyl_novostei .block_6 {
    padding-bottom: 20px;
    padding-top: 5px;
}

.newsBlog .block_6 {
    padding-bottom: 20px;
    padding-top: 5px;
}

#modyl_novostei .block_7 {
    width: 200px;
}

.newsBlog .block_7 {
    width: 200px;
}

#modyl_novostei .text_8 {
    font-size: 16px;
    font-family: Montserrat;
}

.newsBlog .text_8 {
    font-size: 16px;
    font-family: Montserrat;
}

#modyl_novostei .link_9 {
    line-height: 30px;
    border-radius: 35px;
    background-color: rgba(0, 103, 214, 0);
    padding: 10px 20px 10px 0px;
    border-style: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

.newsBlog .link_9 {
    line-height: 30px;
    border-radius: 35px;
    background-color: rgba(0, 103, 214, 0);
    padding: 10px 20px 10px 0px;
    border-style: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

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

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

#modyl_novostei .text_11 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.newsBlog .text_11 {
    margin-bottom: 0px;
    margin-top: 0px;
}

#modyl_novostei .text_12 {
    font-family: Montserrat;
    font-size: 24px;
}

.newsBlog .text_12 {
    font-family: Montserrat;
    font-size: 24px;
}

#modyl_novostei .block_13 {
    width: 200px;
}

.newsBlog .block_13 {
    width: 200px;
}

#modyl_novostei .text_14 {
    font-size: 16px;
    font-family: Montserrat;
}

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

#modyl_novostei .link_15 {
    line-height: 30px;
    border-radius: 35px;
    background-color: rgba(0, 103, 214, 0);
    padding: 10px 20px 10px 0px;
    border-style: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

.newsBlog .link_15 {
    line-height: 30px;
    border-radius: 35px;
    background-color: rgba(0, 103, 214, 0);
    padding: 10px 20px 10px 0px;
    border-style: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

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

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

#modyl_novostei .text_17 {
    font-family: Montserrat;
    font-size: 24px;
}

.newsBlog .text_17 {
    font-family: Montserrat;
    font-size: 24px;
}

#modyl_novostei .block_18 {
    width: 200px;
}

.newsBlog .block_18 {
    width: 200px;
}

#modyl_novostei .text_19 {
    font-size: 16px;
    font-family: Montserrat;
}

.newsBlog .text_19 {
    font-size: 16px;
    font-family: Montserrat;
}

#modyl_novostei .link_20 {
    line-height: 30px;
    border-radius: 35px;
    background-color: rgba(0, 103, 214, 0);
    padding: 10px 20px 10px 0px;
    border-style: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

.newsBlog .link_20 {
    line-height: 30px;
    border-radius: 35px;
    background-color: rgba(0, 103, 214, 0);
    padding: 10px 20px 10px 0px;
    border-style: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

#modyl_novostei .link_21 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
}

.newsBlog .link_21 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
}

#setka_1_4236 {
    background-image: url("../images/fon_forma.png");
    background-size: cover;
    min-height: 700px;
}

#setka_1_4236 .block_1 {
    margin-top: 100px !important;
}

#setka_1_4236 .text_2 {
    text-align: left;
}

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

#setka_1_4236 .block_4 {
    width: 230px;
    height: 4px;
}

#setka_1_4236 .block_5 {
    text-align: left;
}

#setka_1_4236 .text_6 {
    font-family: Montserrat;
    font-size: 30px;
}

#setka_1_4236 .text_7 {
    font-size: 30px;
    font-family: Montserrat;
}

#setka_1_4236 .block_8 {
    text-align: left;
}

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

#setka_1_4236 .block_10 {
    text-align: left;
}

#setka_1_4236 .text_11 {
    font-size: 30px;
    font-family: Montserrat;
}

#setka_1_4236 .block_12 {
    text-align: left;
}

#setka_1_4236 .text_13 {
    text-align: left;
}

#setka_1_4236 .text_14 {
    font-size: 20px;
    font-family: Montserrat;
}

#setka_1_4236 .block_15 {
    color: #212529;
    font-size: 16px;
}

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

#setka_1_4236 .block_17 {
    color: #212529;
    font-size: 16px;
}

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

#setka_1_4236 .block_19 {
    color: #212529;
    font-size: 16px;
}

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

#setka_1_4236 .block_21 {
    color: #212529;
    font-size: 16px;
}

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

#setka_1_4236 .link_23 {
    line-height: 30px;
    border-radius: 35px;
    padding: 10px 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
}

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

#setka_1_4647 .block_2 {
    height: 400px;
}

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

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

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

#setka_4 .text_3 {
    text-align: left;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

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

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

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

#setka_4 .text_9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#setka_4 .text_22 {
    color: #000;
}

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

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

#setka_4 .link_25 {
    color: #000;
}

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

#setka_1_4564 {
    background-color: #252c35;
    box-shadow: 0px 0px 10px #252c34;
}

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

#setka_1_4564 .text_2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

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

#setka_1_4564 .text_4 {
    color: #fff;
}

#setka_1_4564 .text_5 {
    text-align: left;
}

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

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

#vsplivaushaya_forma .text_2 {
    text-align: left;
}

#vsplivaushaya_forma .text_3 {
    font-size: 36px;
    font-family: Montserrat;
}

#vsplivaushaya_forma .text_4 {
    text-align: left;
}

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

#vsplivaushaya_forma .block_6 {
    display: none;
}

#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;
    font-size: 16px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

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

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

#vsplivaushaya_forma .link_15 {
    color: #fff;
    background-color: #000;
    padding: 10px 20px;
    line-height: 30px;
    border-radius: 35px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
}

.firstTableTr {
    background: #252c34 !important;
    color: #fff !important;
}

table.dataTable.productList {
    padding: 20px 0px 0px 0px;
    margin-bottom: 20px;
}

.productList {
    padding: 20px 0px 0px 0px;
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 10px;
    min-width: 30px;
    line-height: 19px;
    border: 0px !important;
    height: 30px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #979797;
    background: #252c34;
}

.productList th,
.productList td {
    padding: 12px 10px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 12px 10px;
}

.productList tr {
    border-bottom: 1px solid #ddd;
}

.productList tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.productList tr:nth-child(even) {}

.productList tr:hover {
    background-color: #f6f6f6;
}

.productName a {
    color: #252c34;
}

.productTabs {
    padding-top: 30px;
}

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

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

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

.zakazBtnCart {
    background: #252c34;
    border-radius: 0px;
    border: 0px;
    color: #fff;
}

.zakazBtnCart:hover {
    background: #000;
}

.dataTables_wrapper {
    margin-top: -60px;
}

.btn {
    background: linear-gradient(90deg,
            rgba(31, 56, 120, 1) 0%,
            rgba(189, 13, 34, 1) 100%);
    border: 0px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    font-family: "MontserratMedium" !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    text-align: center !important;
    color: #fff !important;
    padding: 8px 20px !important;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    line-height: 30px !important;
}

.btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

.btn:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover {
    background: linear-gradient(90deg,
            rgba(31, 56, 120, 1) 0%,
            rgba(189, 13, 34, 1) 100%);
    box-shadow: 0px 0px 5px #818181;
}

#menu_dlya_im_2 .search form,
.hiddenSearch .search form,
.searchCatalog .search form {
    background: linear-gradient(90deg,
            rgba(31, 56, 120, 1) 0%,
            rgba(189, 13, 34, 1) 100%);
    position: relative;
    padding: 2px;
    border-radius: 30px;
    overflow: hidden;
    max-width: 186px;
    margin: 10px auto 0px auto;
}

.hiddenSearch .search form {
    text-align: left;
    margin: 10px 0px 10px 20px;
    max-width: 300px;
}

.searchCatalog .search form {
    text-align: left;
    margin: 0px auto 0px auto !important;
    max-width: 300px;
}

.searchMobile .search form {
    max-width: 300px !important;
}

.search .search-query {
    width: 100%;
    border: 0px;
    border-radius: 30px;
    height: 36px;
    padding: 0px 35px 0px 12px;
}

.search button {
    position: absolute;
    right: 6px;
    background: url(/images/search.svg) 50% 50% no-repeat;
    height: calc(100% - 4px);
    width: 36px;
    background-size: 20px;
    border: 0px;
    box-shadow: none !important;
}

.search button:hover {
    background-color: transparent !important;
}

.search button:focus {
    background-color: transparent !important;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

#menu_dlya_im_2 .slink__wrapper {
    justify-content: center;
}

.menuSticky {
    position: sticky;
    top: 0px;
    z-index: 9;
    background: #f5f5f5;
}

.pr1,
.pr2,
.pr3,
.pr4,
.pr5,
.pr6,
.pr7,
.pr8 {
    width: 100%;
    height: 85px;
    background-size: contain !important;
}

.pr1 {
    background: url("/images/clock_b.png") 50% 50% no-repeat;
}

.pr1:hover {
    background: url("/images/pict1.png") 50% 50% no-repeat;
}

.pr2 {
    background: url("/images/group-15.png") 50% 50% no-repeat;
}

.pr2:hover {
    background: url("/images/pict2.png") 50% 50% no-repeat;
}

.pr3 {
    background: url("/images/group-16.png") 50% 50% no-repeat;
}

.pr3:hover {
    background: url("/images/pict3.png") 50% 50% no-repeat;
}

.pr4 {
    background: url("/images/group-17.png") 50% 50% no-repeat;
}

.pr4:hover {
    background: url("/images/pict4.png") 50% 50% no-repeat;
}

.pr5 {
    background: url("/images/group-18.png") 50% 50% no-repeat;
}

.pr5:hover {
    background: url("/images/pict5.png") 50% 50% no-repeat;
}

.pr6 {
    background: url("/images/group-19.png") 50% 50% no-repeat;
}

.pr6:hover {
    background: url("/images/pict6.png") 50% 50% no-repeat;
}

.pr7 {
    background: url("/images/group-20.png") 50% 50% no-repeat;
}

.pr7:hover {
    background: url("/images/pict7.png") 50% 50% no-repeat;
}

.pr8 {
    background: url("/images/group-21.png") 50% 50% no-repeat;
}

.pr8:hover {
    background: url("/images/pict8.png") 50% 50% no-repeat;
}

#modyl_novostei .moduleNewsLink .btn {
    background: transparent;
    color: #4486cb !important;
    padding: 0px !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

.moduleNewsName a {
    color: #000;
}

.profItem {
    padding-top: 15px;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    text-decoration: none !important;
}

.profItem:hover {
    background: #fff;
    box-shadow: 0px 0px 6px #fff;
}

.profItem:hover * {
    color: #252c34 !important;
}

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

#searchForm .btn-group {
    align-items: baseline;
}

.search #searchForm button {
    height: 36px !important;
    position: initial;
    padding: 0px !important;
    background: url(/images/search.svg) 50% 50% no-repeat !important;
    background-size: 20px !important;
}

.search #searchForm button:after {
    display: none;
}

.search #searchForm button:hover {
    background: transparent;
}

.search #searchForm #search-searchword {
    height: 36px;
    border-radius: 30px;
    border: 1px solid #cbcbcb;
    padding: 0px 5px;
    margin-left: 10px;
    width: 250px;
}

#searchForm select {
    border: 1px solid #cbcbcb;
    height: 36px;
    border-radius: 30px;
    padding: 0px 5px;
}

#searchForm input[type="radio"] {
    margin-right: 4px;
}

.mob {
    display: none;
}


.Phone {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: block;
    margin: 0;
    width: 70px;
    height: 70px;
    font-size: 25vmin;
    background: linear-gradient(90deg, rgba(31, 56, 120, 1) 0%, rgba(189, 13, 34, 1) 100%);
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.Phone::before,
.Phone::after {
    position: absolute;
    content: "";
}

.Phone::before {
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
    z-index: 1000;
    top: 16px;
    left: 16px;
    width: 35px;
    height: 35px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
    z-index: 10000;
    -webkit-animation: phone-outer 3000ms infinite;
    animation: phone-outer 3000ms infinite;
}

.Phone.is-animating::before {
    -webkit-animation: phone-inner 3000ms infinite;
    animation: phone-inner 3000ms infinite;
}

.Phone.is-animating::after {
    -webkit-animation: phone-icon 3000ms infinite;
    animation: phone-icon 3000ms infinite;
}

@-webkit-keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }

    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }

    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}

.openSearch img {
    height: 30px !important;
}

.searchMobile {
    position: fixed;
    top: 65px;
    overflow: hidden;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #252c36;
    padding: 0px;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    z-index: 8;
}

.searchMobile.active {
    height: 60px;
}

.hiddenSearch {
    display: none !important;
}

.productKod {
    width: 170px;
}

.productSrok {
    width: 200px;
}

.productRazryad {
    width: 200px;
}

.productPrice {
    width: 200px;
}

.productSort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_sort_count select {
    border: 1px solid #252c34 !important;
}

.jshop_list_product .box_products_sorting {
    padding-bottom: 0px;
}

.pagination-list a {
    background: #252c34;
    color: #fff;
    display: block;
    min-width: 30px;
    padding: 2px 5px;
    text-decoration: none !important;
    border: 1px solid #252c34;
}

.pagination-list li {
    padding: 0px 6px !important;
}

.pagination-list li.active a,
.pagination-list a:hover {
    background: #fff;
    color: #252c34;
    border: 1px solid #252c34;
}

.pagination-list .disabled {
    display: none;
}

#xmap .muted {
    display: none;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
    padding: 15px 0px;
    font-size: 14px;
    color: #212529;
}

.breadcrumb a {
    color: #212529;
}

.divider {
    margin-right: 4px;
}

.catalogLeft {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.searchCatalog {
    margin: 0px 10px;
}

.custom ul {
    text-align: left;
}

.right_product h2 {
    font-size: 18px;
}

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

.input_checkbox input {
    margin: 0px 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;
}

.input_checkbox a {
    color: #bd0d22;
}

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

#setka_1_4236 .input_checkbox label {
    color: #fff;
}

.productsHome {
    padding-top: 50px;
    align-items: inherit;
    margin: 0px -5px;
}

.productHomeItem {
    margin-bottom: 10px;
    padding: 0px 5px;
}

.productHomeItem a {
    border: 1px solid #ccc;
    border-radius: 58px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 5px 8px 5px 15px;
    line-height: 16px;
    color: #000;
    height: 100%;
    min-height: 50px;
}

.productHomeItem img {
    margin: 0px 12px 0px 0px;
}

.productHomeItem a:hover {
    text-decoration: none;
    box-shadow: 0px 0px 5px #818181;
}

.allProfMore {
    padding-top: 20px;
}

.hiddenProf {
    display: none;
}

.productNav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.productNav .btn {
    display: flex;
    align-items: center;
}

.productNav .prevLink {
    float: left;
    justify-content: flex-start;
}

.productNav img {
    height: 16px !important;
}

.productNav .prevLink img {
    transform: rotate(180deg);
    margin-right: 10px;
}

.productNav .nextLink {
    float: right;
    justify-content: flex-end;
    text-align: right !important;
}

.productNav .nextLink img {
    margin-left: 10px;
}

.latestVisited {
    background-image: url(../images/fon_adventages.png);
    background-size: cover;
}

.productSlider {
    padding: 0px 50px;
}

.productSlider.splide .splide__arrow--prev {
    left: 0px;
}

.productSlider.splide .splide__arrow--next {
    right: 0px;
}

.productSlider .splide__slide {
    padding: 15px 6px;
}

.moduleProductItem {
    margin-bottom: 30px;
    padding: 10px 10px 15px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #e7e7e7;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

.moduleProductItem:hover {
    box-shadow: 0px 0px 6px #ccc;
}

.moduleProductName * {
    font-size: 16px;
}

.moduleProductDescription {
    display: none;
}

.moduleProductPrice {
    display: none;
}

.productSlider.splide .splide__arrow {}

.productSlider.splide .splide__pagination {
    bottom: 0px;
}

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

.productSlider.splide .splide__arrow--prev:before,
.productSlider.splide .splide__arrow--next:before {
    color: #b20429;
}

.sliderItems {
    padding: 0px 60px;
    margin-bottom: 25px;
}

.sliderItems .splide__pagination {
    bottom: -25px;
}

.popupImage {
    text-align: center;
}

.popupImage img {
    max-height: 100px;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    background: linear-gradient(90deg, rgba(31, 56, 120, 1) 0%, rgba(189, 13, 34, 1) 100%) !important;
}

.btn.jtModal {
    border-radius: 30px !important;
    border: 0px !important;
}

#modulePartners h2 {
    text-align: center;
}

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

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

.sliderItems .splide__pagination__page.is-active {
    background: #b80926;
}

.sliderItems.splide .splide__arrow {
    background: transparent;

}

.sliderItems.splide .splide__arrow:before {
    color: #b80926;
}

.newsWrap {
    border: 1px solid #ccc;
    border-radius: 15px;
    height: 100%;
    padding: 15px;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

.newsWrap img {
    width: 100% !important;
}

.newsWrap:hover {
    border-color: #b80926;
}

.splide__list {
    display: flex;
}

.tab-pane ul, ol {
    text-align: start;
}