* {
    outline: none !important;
}

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

h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik';
}

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

#mainMap {
    height: 400px;
}

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

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

.container_90 {
    padding-right: 15px;
    padding-left: 15px;
    width: 90%;
    margin: 0px auto;
}

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

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

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

.form_wrap textarea {
    display: block;
}

.title_input {
    padding-bottom: 4px;
}

.form_wrap__submit {
    text-align: center;
}

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

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

.input-block {
    position: relative;
}

.success_block {
    background: #19a924;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    margin-top: 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;
    background-color: rgba(0, 0, 0, .4);
}

.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;
    flex-wrap: wrap;
}

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





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

.btn {
    box-shadow: none !important;
}

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

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

.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: flex;
    align-items: center;
    justify-content: center;
    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: "‹";
    display: none;
}

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

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

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

.splide .splide__arrow svg {
    /* display: none; */
    fill: #fff;
}

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

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

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

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

li.parent {
    position: relative;
}

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

li.parent>ul li a,
li.parent>ul li span {
    color: #000 !important;
}

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

.header_menu {
    justify-content: center;
}

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

.header_menu a {
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    /* background: #fff; */
    /* font-weight: 500; */
    position: relative;
}

.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 {
    text-decoration: none;
}

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

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

.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: 2px solid #071339;
    padding: 0px 11px;
    height: 36px;
    width: 150px;
}

.srch .js_search {
    height: 36px;
    /* background-color: #e4e4e4; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
    width: 26px;
    border: 0px;
    /* background-size: 24px; */
    border-radius: 0px;
    border-bottom: 2px solid #071339;
    padding: 0px 0px;
}


.article-info {
    display: none;
}

.header {
    /* position: sticky; */
    /* top: 0px; */
    /* left: 0px; */
    /* width: 100%; */
    /* z-index: 9; */
    /* min-height: 60px; */
}

.headerTopContainer {}

.headerTopContainer>.row {
    align-items: center;
}

.headerBottomContainer {}

.headerBottomContainer>.row {
    align-items: center;
}

.headerTop {
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
}

.headerTop a {
    color: #fff;
}

.headerBottom {
    padding: 20px 0px 20px 0px;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    -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;
}

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

.socialIcons a {
    margin: 0px 2px;
}

.socialIcons img {
    height: 32px;
}

.mapSetting {
    display: none;
}

.footerHead {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #F7CF63;
}

.footerCopyright p {
    margin: 0px;
}

.formTitle {
    width: 100%;
    font-size: 32px;
    padding-bottom: 15px;
}

.formSubitle {
    width: 100%;
}

.form_wrap .form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
}

.form_wrap .form-check-input {
    position: initial;
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px 6px 0px 0px;
    display: block;
}

.form_wrap .form-check-label {}

.form_wrap input,
.form_wrap optgroup,
.form_wrap select,
.form_wrap textarea {
    -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;
}

.moduleNewsItem {
    margin-bottom: 24px;
}

.newsWrap {
    -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;
    height: 100%;
    overflow: hidden;
}

.newsWrap:hover {
    /* box-shadow: 0px 0px 10px #ccc; */
}

.moduleNewsImage {
    height: 300px;
    margin-bottom: 0px;
    position: relative;
}

.moduleNewsImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.moduleNewsName {
    margin-bottom: 12px;
}

.moduleNewsDescription {
    margin-bottom: 16px;
    font-size: 14px;
}

.moduleNewsDescription p {
    margin: 0px;
}

.moduleNewsName,
.moduleNewsName a {
    font-size: 18px;
    font-weight: 500;
}

.moduleNewsLink {}

.moduleNewsLink a {}

.breadcrumb {
    margin: 0px;
    padding: 0px;
}


.homeSlider .splide__slide {
    background-size: cover !important;
    position: relative;
}

.slideBg {
    position: relative;
    height: 100%;
    padding: 30px 0px;
}

.slideContainer {
    z-index: 2;
    position: relative;
    height: 100% !important;
}

.slideHead {
    color: #fff;
    font-weight: 700;
}

.slideDescription {
    color: #fff;
    font-size: 18px;
    padding-bottom: 70px;
    font-family: 'Rubik';
    font-weight: 100;
}

.slideRowAfter {
    height: 100% !important;
}

.slideBtn a {
    margin: 0px 44px 6px 0px !important;
}

.blockTitle {
    padding-bottom: 25px;
}

.blockTitle h2 {}

.blockSubTitle {}

.advItem {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.splide .advItem {
    margin: 0px;
}

.advImage {
    margin-bottom: 15px;
    width: 100%;
    height: 100px;
}

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

.advInfo {
    width: 100%;
}

.advTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.advSubTitle {
    font-size: 14px;
    color: #707070;
    margin-bottom: 8px;
}

.advText {}

.advVariantLeft {}

.advVariantLeft .advImage {
    width: 30%;
    text-align: center;
    padding-right: 10px;
    margin-bottom: 0px;
}

.advVariantLeft .advImage img {
    object-position: top;
}

.advVariantLeft .advInfo {
    width: 70%;
}

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

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

.showArrow {
    padding: 0px 50px;
}

.showDot {
    margin-bottom: 30px;
}

.showDot .splide__pagination {
    bottom: -30px;
}

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


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

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

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

table {
    width: 100% !important;
    height: auto !important;
    border: 1px solid #000;
    border-collapse: collapse;
    table-layout: auto;
}

table td {
    border: 1px solid #d3d3d3;
    padding: 12px 12px;
    vertical-align: top;
}

.blockAccordion {
    /* border: 1px solid #000; */
    /* overflow: hidden; */
}

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

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

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

.accordion-header {
    cursor: pointer;
    margin-bottom: 0;
    background: #699163;
    color: #fff;
}

.accordion-item {
    border-width: 1px;
    border-style: solid;
}

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

.articleLayout_1 .newsWrap {
    padding: 15px;
}

.articleLayout_1 .newsblock {
    padding: 10px 0px 0px 0px;
}

.articleLayout_2 .newsblock {
    padding: 20px 0px 15px 0px;
}

.articleLayout_3 .newsWrap {
    position: relative;
    display: block;
    height: 300px;
}

.articleLayout_3.col-lg-3 .newsWrap {
    height: 250px;
}

.articleLayout_3 .newsWrap::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(52 52 52 / 36%);
    z-index: 1;
}

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

.articleLayout_3 .newsblock {
    position: absolute;
    top: calc(100% - 66px);
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    padding: 10px 15px;
    -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;
}

.articleLayout_3 .moduleNewsName {
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
}

.articleLayout_3 .moduleNewsLink {
    display: none;
}

.articleLayout_3:hover .newsblock {
    top: 0px;
}

.articleLayout_4 .newsWrap {
    position: relative;
    display: block;
    height: 350px;
    box-shadow: none;
}

.articleLayout_4.col-lg-3 .newsWrap {
    height: 250px;
}

.articleLayout_4 .newsWrap::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(52 52 52 / 36%);
    z-index: 1;
}

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

.articleLayout_4 .newsblock {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    padding: 11% 11%;
    -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;
}

.articleLayout_4 .moduleNewsName {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 52px;
    font-weight: 600;
    font-family: 'Rubik';
}

.articleLayout_4:hover .moduleNewsLink svg path {
    fill: #000;
}

.articleLayout_4:hover .newsblock {
    top: 0px;
    background: #FFF8ED;
}

.articleLayout_4:hover .moduleNewsName {
    color: #000;
}

.articleBtns a {
    margin: 0px 2px 6px 0px;
}

.articleTop {
    padding-bottom: 20p;
}

.optionItems {
    padding-bottom: 20px;
}

.optionItem {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 6px 0px;
    border-bottom: 1px solid #e9e9e9;
}

.optionItem:nth-child(odd) {}

.optionItem:nth-child(even) {}

.optionItem:last-child {
    border: 0px;
}

.optionTitle {
    font-weight: 600;
    padding-right: 8px;
    flex-shrink: 0;
}

.optionText {}

.articleImages {}

.articleImagesBig {}

.articleImagesBig a {
    height: 260px;
    width: 100%;
    display: block;
}

.articleImagesBig a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.articleImagesSmall {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

.articleImagesSmall a {
    width: 92px;
    height: 60px;
    margin: 0px 4px 4px 0px;
}

.articleImagesSmall a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productTabs {
    margin-top: 20px;
}

.nav-tabs+.tab-content {
    border: 1px solid #dee2e6;
    border-top-left-radius: 0px;
    padding: 15px 15px 0px 15px;
}

.nav-tabs .nav-item {
    margin-right: 3px;
}

.nav-pills {
    margin-bottom: 10px;
}

.nav-pills .nav-item {
    margin-right: 3px;
    margin-bottom: 1px;
}

.articleProd .contentWrapper {
    padding: 0px;
}

.categoriesBlock>.categoriesItem>.categoriesBlock>.categoriesItem>a {
    padding: 10px 15px 10px 40px;
}

.categoriesItem {}

.categoriesItem>a {
    display: block;
    padding: 10px 15px;
    background: #699163;
    color: #fff;
    margin-bottom: 1px;
    border-radius: 0px;
}

.categoriesItem>a.active,
.categoriesItem>a:hover {
    color: #fff;
    background: #4e6e49;
    text-decoration: none;
}

#block_3 a:hover,
#block_4 a:hover,
#block_5 a:hover,
#block_6 a:hover,
#block_7 a:hover,
#block_8 a:hover {
    text-decoration: none;
}


.barClose {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.barClose:before,
.barClose:after {
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -12px;
}

.barClose:before {
    content: '';
    transform: rotate(45deg);
}

.barClose:after {
    content: '';
    transform: rotate(-45deg);
}

.barHead {
    background: #6b9166;
    color: #fff;
    /* text-align: center; */
    padding: 18px 30px 18px 15px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    position: sticky;
    top: 0px;
    display: none;
}

.showBar {
    display: none;
    position: fixed;
    left: 0px;
    top: 70px;
    background-color: #699163;
    border: 0;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%) !important;
    height: 48px;
    width: 48px;
    padding: 0px 9px;
}

.showBar #bar_layer {
    fill: #fff;
}

#block_3 .splide__slide,
#block_4 .splide__slide,
#block_5 .splide__slide,
#block_6 .splide__slide,
#block_7 .splide__slide,
#block_8 .splide__slide {
    padding: 0px 5px;
}

/*CUSTOM*/
.btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 15px;
    min-width: 140px;
    margin-right: 40px !important;
    position: relative;
}

.btn:after {
    content: '';
    background: #F7CF63 url('/images/btn_arrow.svg') 50% 50% no-repeat;
    width: 40px;
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    right: -40px;
}

.homeSlider {
    height: calc(100vh - 83px);
    margin-top: -110px;
}

.homeSlider .splide,
.homeSlider .splide__track {
    height: 100%;
}

body {
    background: #FFF8ED;
    font-size: 16px;
}

.fixBody .headerBottom {
    background: #383838;
    position: fixed;
    padding: 10px 0px 10px 0px;
}

.fixBody .headerLogo img {
    height: 40px;
}

.headerItemName {
    color: #F7CF63;
    padding-bottom: 8px;
}

.btn-search {
    background: #F7CF63;
    width: 40px;
    height: 40px;
    background-size: 20px;
    padding: 10px;
}

#mod-search-searchword {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #F7CF63;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    max-width: 160px;
}

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

.btnEye {
    background: #f7cf63;
    padding: 0px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.btnEye img {
    height: 16px;
}

.btnLang {
    background: #f7cf63;
    padding: 0px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    padding-top: 2px;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: uppercase;
}

.btnEye:hover,
.btnLang:hover,
.btn-search:hover {
    background: #d9b145;
}

.headerLang {
    position: relative;
}

.headerLang ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #f7cf63;
    z-index: 4;
    list-style: none;
    padding: 0px;
    width: 40px;
    margin: 0px;
    z-index: 10;
}

.headerLang:hover ul {
    display: block;
}

.headerLang li a {
    color: #000 !important;
    font-size: 14px;
    display: block;
    padding: 4px 0px;
    text-decoration: none;
    background: #f7cf63;
    /* border-top: 1px solid #b5b5b5; */
    font-weight: 600;
}

.homeSlider .splide .splide__arrow {}

.homeSlider .splide .splide__arrow--prev {
    left: 8%;
}

.homeSlider .splide .splide__arrow--next {
    right: 8%;
}

.homeSlider .splide__arrow svg {
    height: 40px;
    width: 40px;
}

.colBorder {
    padding-right: 50px;
    position: relative;
}

.colBorder:after {
    content: '';
    background: #F7CF63;
    position: absolute;
    top: 0px;
    right: 17px;
    height: 100%;
    width: 1px;
}

.modHomeProduction {
    background: url('/images/bg_about.jpg') 50% 50% no-repeat;
    color: #fff;
    background-size: cover;
}

.articleLayout_4 .moduleNewsLink {
    padding-top: 25px;
}

.slidePartners .splide__slide img {
    -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;
    /*filter: grayscale(1);*/
    max-height: 90px;
}

.slidePartners .splide__slide img:hover {
    /*filter: grayscale(0);*/
}

.newsBlog .articleLayout_2 .newsblock * {
    color: #000;
}

.articleLayout_2 .newsblock .moduleNewsLink a {
    color: #F7CF63;
}

.articleLayout_2 .newsblock .moduleNewsLink img {
    margin-left: 10px;
}

.modNews {
    background: url('/images/bg_news.jpg') 50% 50% no-repeat;
    color: #fff;
    background-size: cover;
}

.newsBlog .articleLayout_2 .moduleNewsLink a {
    color: #000;
}

.footerBlock {
    background: #000 url('/images/bg_footer.png') 50% 0% no-repeat;
    background-size: contain;
    color: #fff;
}

.footerBlock a {
    color: #fff;
}

.footerBlock strong {
    color: #F7CF63;
}

.formBg {
    padding: 40px 30px;
    background: #fff;
    color: #000;
}

.formBg #jshopping_captcha>div {
    margin: 0px;
}

.formBg .input_checkbox * {
    text-align: left;
}

.formBg .input_checkbox .input-block label {
    justify-content: flex-start;
}

.formBg .form_wrap__submit {
    text-align: left;
}

.formBg .input-error {
    text-align: left;
}

.formContact {
    padding-top: 40px;
}

.footerText,
.footerText * {
    font-size: 14px;
}

.footerCopyright {
    border-top: 1px solid #F7CF63;
}

.footerCopyright a {
    color: #F7CF63;
}

.productionsBlog .moduleNewsImage {
    height: 240px;
}

.productionsBlog .articleLayout_2 .newsblock {
    padding: 10px 0px 10px 0px;
}

.productionBlog .moduleNewsImage {
    height: 280px;
}

.productionBlog .articleLayout_2 .newsblock {
    padding: 10px 0px 10px 0px;
}

.productionBlog .moduleNewsImage img {
    object-fit: cover;
}

.breadcrumb li {
    text-align: left;
}

.searchintro {
    padding-top: 10px;
}

.form-limit select {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    padding: 6px 10px;
}

.header_menu>li.parent>a:after {
    content: '';
    background: url('/images/menuArrow.svg') 50% 50% no-repeat;
    width: 9px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    margin-top: -1px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    padding: 10px 25px;
    border: 2px solid #f7cf63;
    background: #fff;
    border-radius: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a {
    background: #f7cf63;
    color: #000;
}