a {
    color: #34aede;
}

a:hover {
    color: #3286a8;
}

.container img {
    max-width: 100%;
    height: auto;
}

.section__title {
    margin: 1.5em 0 1em;
    font-weight: bold;
    font-size: 2em;
}

.module__title {
    margin: 0em 0px 1em;
    font-weight: bold;
    font-size: 1.7em;
}

.bg__blue {
    background-color: #60ba5b;
}

.bg__gray {
    background-color: #f4f4f4;
}

.btn-gray {
    background-color: #4c4d4f;
    color: #fff;
}

.text-black,
.text-black a {
    color: #231f20;
}

.text-black a:hover {
    color: #60ba5b;
    text-decoration: underline;
}

.text-black a.active {
    color: #60ba5b;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb__wrap {
    font-size: 0.85em;
}

.breadcrumb-current-item {
    font-weight: 500;
}

.nav-link {
    display: block;
    padding: .5rem;
    cursor: pointer;
}

.nav-link svg {
    width: 18px;
    height: 18px;
    fill: #60ba5b;
}

.main__menu {
    position: relative;
}

.main__menu-list_wrap {
    position: initial;
}

.header__top-nav {
    font-size: 0.85em;
    font-weight: 500;
}

.header__top-menu .pdf__files-wrap {
    position: absolute;
    z-index: 1;
    background: #ffffff;
    top: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0 0 0.25em 0.25em;
    box-shadow: 0px 5px 4px #231f20;
}

nav.main__menu-list {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: #fff;
    left: 0;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 0.15);
    display: none;
}

nav.main__menu-list>ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

nav.main__menu-list>ul>li {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    padding: 2em;
}

nav.main__menu-list>ul>li>a {
    display: block;
    border-left: 4px solid #60ba5b;
    color: #60ba5b;
    font-weight: 500;
    padding-left: 0.5em;
    font-size: 1.15em;
}

nav.main__menu-list>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

nav.main__menu-list>ul>li>ul li {
    width: 50%;
    margin-top: 0.75em;
}

nav.main__menu-list>ul>li>ul a {
    color: #231f20;
    font-weight: 500;
    font-size: 0.9em;
}

.main__menu-wrap {
    height: 100%;
}

.main__menu-button {
    background: #60ba5b;
    border: none;
    height: 100%;
    width: 100%;
    display: flex;
    padding: 1em;
    color: #fff;
    align-items: center;
    position: relative;
}

.main__menu-button:hover,
.main__menu-button.active {
    background: #5da55a;
}

.main__menu-icon {
    background: url('../img/list.png') left center no-repeat;
    background-size: contain;
    display: block;
    width: 29px;
    height: 29px;
    margin-right: 1em;
}

.main__menu-button:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    padding: 3px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
}

.main__menu-button.hovered {
    z-index: 200;
}

.main__menu-list.hovered {
    display: block;
}

.main__menu-button:hover:after {
    transform: rotate(-135deg) translate(-50%, -50%);
    top: 41%;
}

.phone__header {
    margin-left: 1em;
}

.phone__header div {
    font-weight: bold;
    font-size: 0.9em;
}

.search input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
    padding-right: 40px;
}

.search button {
    position: absolute;
    bottom: .75rem;
    right: 0;
    width: 18px;
    height: 18px;
    background: url('../img/search_btn.png') 0 0 no-repeat;
}

.search button:hover {
    background: url('../img/search_btn.png') 0px -18px no-repeat;
}

.stat__banner-wrap {
    color: #fff;
}

.stat__banner-number {
    color: #fff;
    font-size: 4em;
    line-height: 1em;
}

.stat__banner-wrap .stat__banner-box {
    padding: 20px;
    margin: 10px;
    box-sizing: border-box;
    border-radius: 0 40px 0 40px;
}

.stat__banner-box .stat__banner-text {
    display: flex;
    align-items: center;
}

.stat__banner-box .stat__banner-text img {
    width: 61px;
    margin-right: 20px;
}

@media (max-width: 1200px) {
    .stat__banner-box .stat__banner-text img {
        width: 41px;
        margin-right: 10px;
    }
}

.our-service-block

.categories__module-wrap img,
.our_teem__module-wrap img {
    max-height: 220px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

.our_teem_module-name>div {
    font-weight: 500;
    font-size: 0.9em;
}

.dealer__form input {
    padding: 1.5em;
    border: 0;
}

.dealer__form button {
    padding: 0.65em 2em;
}

.content_module-image_holder {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 150px;
    position: relative;
}

.content_module-body_holder {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding-left: 2em;
}

.thumb-url {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.article__items {
    min-height: 146px;
    align-items: center;
}

.article__items .introtext {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article__items .article__items-image {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
}

.article__items .article__items-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.article__items-info .name {
    line-height: 2em;
    text-decoration: underline;
}

.content_item {
    overflow: auto;
}

.catalog__header-title {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 1em;
}

.catalog__header-info {
}

.catalog__header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.catalog__header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #60ba5b;
    font-size: 1.15em;
    display: flex;
    flex-wrap: wrap;
}

.catalog__header-menu ul a {
    color: #60ba5b;
    font-weight: bold;
}

.catalog__header-menu ul li {
    width: 50%;
    margin: 0.75em 0;
}

.catalog__header-title i {
    display: inline-block;
    position: relative;
    width: 4px;
    height: 38px;
    background: #60ba5b;
    margin-bottom: -7px;
}

.feedback__catalog-item {
    background: #ffffff;
    padding: 1.5em;
    border-radius: 0.25em;
}

.feedback__catalog-name {
    font-weight: 500;
    margin-top: 0.5em;
}

p.feedback__catalog-text {
    font-size: 0.9em;
}

.feedback__catalog-stars img {
    margin: 0;
}

.our__diploms .our__diploms-item {
    width: 230px;
    align-items: center;
    justify-content: center;
    color: #60ba5b;
    font-weight: bold;
    text-align: center;
    margin: 0 1em 0 0;
    position: relative;
}

.our__diploms .our__diploms-item img {
    max-width: 100%;
    max-height: initial;
}

.page__navigation-wrap {
    margin: 2em 0;
    text-align: center;
    width: 100%;
}

.page__navigation-wrap a,
.page__navigation-wrap span {
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #231f20;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25em;
    font-weight: bold;
}

.page__navigation-wrap .cur span {
    background: #60ba5b;
    color: #fff;
}

.product__item-wrap {
    margin-bottom: 2em;
    position: relative;
    height: 364px; /* 346 */
    overflow: hidden;
}

.product__item-wrap:not(.slide__item):hover {
    overflow: initial;
}

.product__item-content:before {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0.2);
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: -1;
}

.product__item-wrap:focus .product__item-content,
.product__item-wrap:not(.slide__item):hover .product__item-content {
    position: relative;
    z-index: 20;
}

.product__item-wrap:not(.slide__item):hover .product__item-content:before {
    display: block;
}

.product__item-wrap:not(.slide__item):hover .product__item-info {
    padding: 0 1em 1em;
}

.product__item-image {
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 1em;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    min-height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__item-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.product__item-short_info {
    display: none;
    font-size: 0.8em;
    margin-top: 0.5em;
}

.product__item-wrap:not(.slide__item):hover .product__item-short_info {
    display: block;
}

.product__item-wrap:not(.slide__item):hover .product__item-image {
    border: 1px solid transparent;
}

.product__item-label {
    position: absolute;
    top: 5px;
    left: -1px;
}

.product__page-label {
    position: absolute;
    top: 10px;
    left: 15px;
}

.product__item-label.right {
    left: 5px;
    top: initial;
    bottom: 5px;
}

.product__item-label span,
.product__page-label span {
    background: #60ba5b;
    color: #fff;
    padding: 2px 5px;
    font-size: 0.85em;
    margin-bottom: 2px;
    display: table;
}

.product__item-label .product_label-action,
.product__page-label .product_label-action {
    background: #bf0304;
}

.product__item-label .product_label-new,
.product__page-label .product_label-new {
    background: #274d21;
}

.product__item-label .product_label-free {
    background: #E83E33;
    background: rgb(232 62 51 / 90%);
    text-transform: initial;
    font-weight: initial;
}

.product__page-label .product_label-free {
    background: #E83E33;
}

.comment .author {
    font-weight: bold;
    color: #60ba5b;
}

.product__item-image .compare {
    display: block;
    width: 28px;
    border-radius: 50%;
    margin: 0.25em;
    height: 28px;
    background: #60ba5b url('../img/compare_icon.png') center center no-repeat;
    background-size: 75%;
    cursor: pointer;
}

.product__item-image .compare:hover {
    background-color: #2a8de4;
}

.product__item-vendor {
    color: #1569b1;
    margin-top: 0.5em;
}

.product__item-price {
    color: #ff6000;
    font-size: 1.25em;
    margin-top: 0.5em;
}

.product__item-price span {
    font-size: 0.85em;
}

.product__item-name {
    color: #231f20;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85em;
}

.product__item-wrap:not(.slide__item):hover .product__item-name {
    display: block;
}

.product__item-sku {
    font-size: 0.75em;
    margin-bottom: 0.5em;
    color: #929292;
}

.product__item-sku span {
    color: #231f20
}

.product__category-name {
    display: block;
    margin-bottom: 1em;
    font-size: 1.25em;
    font-weight: bold;
    color: #231f20;
}

.product__filter-name {
    color: #60ba5b;
    font-size: 1.25em;
    margin-bottom: 1em;
}

.product__filter-list {
    list-style: none;
    padding-left: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #e4e4e4;
}

.product__filter-list label input {
    display: none;
}

.product__filter-list label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.product__filter-list label .chk_icon {
    display: block;
    position: absolute;
    content: '';
    border: 1px solid #e4e4e4;
    width: 24px;
    height: 24px;
    border-radius: 0.25em;
    left: 0;
}

.product__filter-list label .chk_icon:before {
    display: block;
    position: absolute;
    content: '';
    border-bottom: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    width: 6px;
    height: 11px;
    left: 8px;
    top: 5px;
    transform: rotate(45deg);
}

.product__filter-list label:hover .chk_icon:before,
.product__filter-list label input:checked~.chk_icon:before {
    border-bottom: 2px solid #231f20;
    border-right: 2px solid #231f20;
}

.product__filter-list label input:checked~.chk_icon {
    border: 1px solid #cacaca;
    background: linear-gradient(to top, #dedede, transparent);
}

.product__filter-list.colors {
    display: flex;
    flex-wrap: wrap;
}

.product__filter-list.colors label {
    padding-left: initial;
    position: relative;
    cursor: pointer;
    margin: 0 7px 0px 0;
}

.product__filter-list.colors label .chk_icon {
    position: relative;
    border: 0px;
    width: 30px;
    height: 30px;
}

.product__filter-list.colors label .chk_icon:before {
    display: none
}

.product__filter-list.colors label input:checked~.chk_icon {
    border: 0px;
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 29%));
}

.product__filter-list.filter-half-width {
    display: flex;
    flex-wrap: wrap;
}

.product__filter-list.filter-half-width > li {
    width: 50%;
}

.product__filter-list label.disabled {
    color: #898989;
}

.product__filter-list label.disabled .chk_icon:before {
    display: none;
}

.product__name {
    font-size: 1.75em;
    margin: 1em 0;
}

.product__page-price {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff6000;
}

.product__page-price span {
    font-size: 0.75em;
}

.product__page-sizes .size_param {
    background: #60ba5b;
    color: #fff;
    padding: 0.25em;
    margin: 0.25em 0.25em 0.25em 0;
    min-width: 30px;
    text-align: center;
    transition: all 0.1s;
}

.product__page-sizes .size_param:hover {
    background: #2f8ce0;
    transition: all 0.1s;
}

.product__page-buy_btn .btn {
    padding: 1em 2em;
    font-weight: 500;
}

.product__page-images_list a {
    border: 1px solid #dee2e6;
    height: 130px;
}

.product__page-images_list .with_video {
    position: relative;
}

.video_preview-item {
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.product__page-images_list .with_video svg,
.video_preview-item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
}

.video_preview-item svg {
    width: 68px;
    height: 68px;
}

.product__page-images_list .with_video svg:hover .ytp-large-play-button-bg,
.video_preview-item:hover svg .ytp-large-play-button-bg  {
    fill: #ff0000;
    opacity: 1;
}


.product__page-images_list img {
    object-fit: cover;
    width: 130px;
    height: 130px;
    max-height: 100%;
}

.product__page-images_list .slick-slide {
    margin: 0 10px;
}

.product__page-images_list .slick-list {
    margin: 0 -10px;
}

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #60ba5b;
    border-color: #60ba5b;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #34aede;
    border-color: #249ece;
}

.btn-primary:hover,
.btn-outline-primary.btn__consultation:hover {
    background-color: #5da55a;
    border-color: #5da55a;
}

.btn-outline-primary {
    color: #60ba5b;
    border-color: #60ba5b;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #60ba5b;
    border-color: #60ba5b;
}

.nav-tabs.product-tabs .nav-item.show .nav-link,
.nav-tabs.product-tabs .nav-link.active {
    position: relative;
    border: 1px solid transparent;
}

.nav-tabs.product-tabs .nav-link {
    color: #9a9a9a;
    padding: 0.5em 0.5em;
    font-size: 1.15em;
    margin-right: 1.15em;
}

.nav-tabs.product-tabs .nav-link.active {
    color: #231f20;
}

.nav-tabs.product-tabs .nav-link:focus,
.nav-tabs.product-tabs .nav-link:hover {
    border: 1px solid transparent;
    color: #231f20;
}

.nav-tabs.product-tabs .nav-item.show .nav-link,
.nav-tabs.product-tabs .nav-link.active {
    position: relative;
}

.nav-tabs.product-tabs .nav-link.active:before {
    display: block;
    position: absolute;
    content: '';
    bottom: -3px;
    border-bottom: 6px solid #60ba5b;
    width: 100%;
    left: 0;
}

.tab-content img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: initial !important;
}


.top-menu-icon:hover svg,
.top-menu-icon:focus svg,
.top-menu-icon.active svg {
    fill: #60ba5b;
}

.header__top-menu_mobile {
    position: absolute;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 0.15);
    display: none;
    width: 100%;
    left: 0;
    padding: 1.5em;
}

.header__top-menu_mobile .header__top-nav {
    display: block;
    font-size: 1em;
    margin-top: 1em;
}

.header__top-menu_mobile .header__top-nav .nav-link {
    padding: 0.5em 0;
}

.modile_telephones-wrap {
    position: absolute;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 0.15);
    width: 100%;
    left: 0;
    padding: 1.5em;
}

.svg-icons svg {
    width: 24px;
    height: 24px;
    fill: #1f1f1f;
}

.btn-phones {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.btn-phones svg {
    width: 24px;
    height: 24px;
    fill: #60ba5b;
    cursor: pointer;
}

.btn-phones > span * {
    display: block;
    line-height: initial;
}

.desctop_telephones-wrap {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 10;
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: 0;
    text-align: right;
    padding: 0px 50px 0 24px;
    border-radius: 0 0 0.25em 0.25em;
}

.svg-icons svg:hover,
.svg-icons button:hover svg,
.svg-icons button:focus svg {
    fill: #60ba5b;
}

.main__menu-list_wrap .phone__header {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin: 1em 0;
    padding: 1em 0;
}

.main__menu-logo {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 5px 30px 5px 5px;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 28px;
    cursor: pointer;
    background-color: #fff;
    padding: 6px;
}

.btn-close-in {
    width: inherit;
    text-align: center;
}

.btn-close-txt {
    display: flex;
    justify-content: center;
    font-size: 7px;
    line-height: 20px;
    text-transform: uppercase;
    color: #337AB7;
    transition: all .1s ease-in;
    opacity: 0;
    cursor: pointer;
    font-family: Verdana;
    margin-left: -7px;
}

.btn-close-in:before,
.btn-close-in:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: #282828;
    left: 0;
    transition: all .1s ease-in;
}

.btn-close-in:before {
    top: calc(50% - 2px);
    transform: rotate(45deg);
}

.btn-close-in:after {
    bottom: 50%;
    transform: rotate(-45deg);
}

.content-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 121;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    background-color: rgba(0, 0, 0, 0.5);
}

.content-overlay--is-visible {
    opacity: 1;
    visibility: visible;
}

.header__top-login_btn,
.header__top-lang_btn {
    border: 0;
    padding: 0.25em;
    background: transparent;
    font-weight: 500;
    font-size: 0.85em;
    display: flex;
    align-items: center;
}

.header__top-login_btn:hover,
.header__top-login_btn:focus {
    outline: none;
}

.header__top-login_btn:hover .header__top-login_text,
.header__top-login_btn:focus .header__top-login_text {
    text-decoration: underline;
    color: #60ba5b;
    outline: none;
}

.header__top-lang_btn:hover,
.header__top-lang_btn:focus {
    color: #60ba5b;
    outline: none;
}

.header__top-login_icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 0.5em;
    position: relative;
    overflow: hidden;
}

.header__top-login_icon:before,
.header__top-login_icon:after {
    width: 13px;
    height: 13px;
    border: 2px solid #60ba5b;
    display: block;
    content: '';
    border-radius: 50%;
    left: 50%;
    top: 0;
    position: absolute;
    transform: translate(-50%, 0);
}

.header__top-login_icon:after {
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translate(-50%, 50%);
}

.header__top-lang {
    position: relative;
}

.header__top-lang_btn {
    padding-right: 20px;
    position: relative;
    font-weight: bold;
    border: 1px solid #fff;
}

.header__top-lang_btn:after {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
    transform: rotate(45deg) translate(-100%, 0);
    top: 50%;
    right: 3px;
}

.header__top-lang_btn.active {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25em 0.25em 0 0;
    color: #60ba5b;
}

.header__top-lang_btn~ul {
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    z-index: -1;
    border: 1px solid #dee2e6;
    border-top: 0;
    font-weight: 500;
    font-size: 0.9em;
    border-radius: 0 0 0.25em 0.25em;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 0.15);
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 0.2s;
}

.header__top-lang_btn.active~ul {
    opacity: 1;
    z-index: 10;
    transform: translate(0, 0);
    transition: all 0.2s;
}

.header__top-lang_btn~ul li {
    padding: 0.25em;
    cursor: pointer;
    border-radius: 0 0 0.15em 0.15em;
}

.header__top-lang_btn~ul li:hover {
    background: #60ba5b;
    color: #fff;
}

.login__form-wrap {
    opacity: 0;
    position: absolute;
    background: #fff;
    padding: 1em;
    top: 100%;
    right: 58px;
    border: 1px solid #dee2e6;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 0.15);
    border-radius: 0 0 0.25em 0.25em;
    transform: translate(0, 25px);
    z-index: -1;
    transition: all 0.2s;
}

.login__form-wrap.active {
    opacity: 1;
    transform: translate(0, 0);
    z-index: 100;
    transition: all 0.2s;
}

.login__form-wrap:after {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    top: -4px;
    right: 42px;
    transform: rotate(-45deg);
}

.login__form-wrap input {
    margin-bottom: 0.5em;
}

.product__filter-button {
    border-radius: 0;
    padding: 0.75em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    text-align: left;
    position: relative;
}

.product__filter-button:after {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    top: 50%;
    right: 1em;
}

.product__filter-button_icon {
    position: relative;
    margin-right: 1em;
}

.product__filter-modal_title {
    position: absolute;
    align-items: center;
    width: 100%;
    height: 66px;
    background: #60ba5b;
    padding: 1em;
    color: #fff;
}

.btn-close-in.white:before,
.btn-close-in.white:after {
    background: #ffffff;
}

.white .btn-close-txt {
    color: #fff
}

.main_rubs.price_hide_position {
    display: none;
}

.category-name.level0 {
    padding: 0.25em 0.5em;
    border: 1px solid #e3e4e5;
    margin-bottom: 0.15em;
    border-radius: 0.25em;
    cursor: pointer;
    background: #f2f5f8;
}

.category-name.level1 {
    margin-left: 2em;
    padding: 0.25em 0.5em;
    border: 1px solid #e3e4e5;
    margin-bottom: 0.15em;
    border-radius: 0.25em;
    cursor: pointer;
    background: #f2f5f8;
    font-weight: 500;
    font-size: 0.9em;
}

.products_wrapper.level2 {
    margin-left: 2em;
    border: 1px solid #e3e4e5;
    padding: 1em;
    border-radius: 0.25em;
    margin-bottom: 0.25em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

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

.price_list_price {
    width: 106px;
    text-align: right;
    font-weight: 500;
}

.price_list_stock {
    width: 106px;
    font-size: 0.8em;
}

.price_list_size {
    width: 120px;
    padding: 0 1em;
}

.price_list_size select {
    width: 100%;
    margin: 0;
    border-radius: 0.25em;
    padding: 0.15em;
    background: #f2f5f8;
    border: 1px solid #e3e4e5;
}

.price_list_name a {
    color: #231f20;
    font-weight: 500;
}

.header-border-top {
    border-top: 1px solid #dee2e6;
}

.tab-content>.tab-pane {
    overflow: auto;
}


@media (max-width: 991px) {
    .stat__banner-wrap>div:nth-child(2n) {
        border: none;
    }
    .stat__banner-wrap>div:nth-child(1),
    .stat__banner-wrap>div:nth-child(2) {
        border-bottom: 1px solid rgb(255 255 255 / 0.25);
        padding-bottom: 0.5em;
    }
    .stat__banner-wrap {
        padding: 0 1em;
    }
    .dealer__form input {
        margin-bottom: 1em;
    }
    /* FILTER */
    .product__filter-wrap {
        display: block;
        position: fixed;
        z-index: 999;
        background: #fff;
        top: 0;
        left: -350px;
        width: 320px;
        height: 100%;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 0.15);
        transition: all .2s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .product__filter-wrap_list {
        position: absolute;
        top: 67px;
        padding-top: 66px;
        left: 0;
        width: 100%;
        padding: 2em;
        height: 94%;
        height: calc(100% - 67px);
        overflow: auto;
    }
    .product__filter-wrap.active {
        left: 0;
        transition: all .2s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .header-border-top {
        border-top: 0px;
    }
}

@media (max-width: 633px) {
    .main__menu-list_wrap {
        padding: 0;
    }
    .logo {
        margin: 0.5em 0;
    }
    .content_module-title.h5 {
        font-weight: normal;
        font-size: 1em;
        text-decoration: underline;
    }
    .content_module-introtext {
        font-size: 0.75em;
        margin: 0;
    }
    .content_module-body_holder {
        padding-left: 1em;
    }
    footer .nav {
    }
    .categories__module-wrap>div {
        width: 100%;
        display: block;
        flex-basis: initial;
        margin-bottom: 1em;
    }
    .categories__module-wrap>div:last-child {
        margin-bottom: 0em;
    }
    .section__title {
        margin: 1em 0 1em;
        font-weight: bold;
        font-size: 1.5em;
    }
    .page__navigation-wrap tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .breadcrumb__wrap {
        font-size: 0.7em;
    }
    .product__item-wrap {
        height: 300px;
        margin-bottom: 1em;
    }
    .product__item-image {
        padding: 0em;
        margin-bottom: 0.5em;
        min-height: 130px;
    }
    .product__item-image img {
        height: 130px;
    }
    .product__item-label {
        max-width: 50%;
    }
    .product__item-label span{
        line-height: initial;
        padding: 3px 5px;
        font-size: 0.75em;
        line-height: 12px;
    }
    .dealer__form {
        margin: 0 -15px;
    }
    .our_teem__module-wrap img {
        height: initial;
    }
    .row.our_teem__module-wrap>div {
        margin-bottom: 1em;
    }
    /* menu */
    nav.main__menu-list {
        position: fixed;
        width: 320px;
        height: 100%;
        padding-top: 100px;
        left: -335px;
        top: 0;
        transition: all .2s cubic-bezier(0.55, 0, 0.1, 1);
        display: block;
    }
    nav.main__menu-list.hovered {
        left: 0;
        transition: all .2s cubic-bezier(0.55, 0, 0.1, 1);
    }
    nav.main__menu-list>ul {
        overflow: auto;
        height: 100%;
        display: block;
        padding: 1em 0;
    }
    nav.main__menu-list>ul>li {
        border-top: 0;
        border-left: 0;
        padding: 0 2em 1em;
    }
    nav.main__menu-list>ul>li>a {
        display: block;
        border-left: 0;
        color: #60ba5b;
        font-weight: 500;
        padding-left: 0;
        font-size: 1em;
    }
    nav.main__menu-list>ul>li>ul li {
        width: 100%;
        margin-top: 0.5em;
    }
    .main__menu-logo {
        display: flex;
    }
    .catalog__header-menu ul li {
        width: 100%;
        margin: 0.75em 0;
    }

    .fancybox-slide {
        padding: 44px 0;
    }
}

@media (min-width: 1360px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Icons */

/* @font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
} */


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 4px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #60ba5b;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #231f20;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .25;
}

/* .slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #60ba5b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.slick-prev {
    left: -36px;
}

[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
}

.slick-next {
    right: -36px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-flex;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    align-items: center;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 26px;
    height: 4px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #dee2e6;
    border-radius: 10px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

/* .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
/* 
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
} */

.slick-dots li.slick-active button {
    background: #60ba5b;
}

.close.absolute {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #d9e1fb;
    border-radius: 50%;
    z-index: 1;
}

.close.absolute:before,
.close.absolute:after {
    display: block;
    position: absolute;
    content: '';
    width: 16px;
    border-bottom: 1px solid #231f20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}

.close.absolute:after {
    transform: translate(-50%, 0) rotate(-45deg);
}

.icon-arraw-down {
    display: inline-block;
    border-bottom: 1px solid #231f20;
    border-right: 1px solid #231f20;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -3px) rotate(45deg);
    margin-left: 10px;
}

.footer__social-wrap svg{
    width: 32px;
    height: 32px;
    margin-right: 0.5em;
}

.footer__social-wrap a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.product__size-wrap table {
    width: 100%;
    text-align: center;
    border: 0;
}

.product__size-wrap table td {
    border: 1px solid #dee2e6;
    padding: 3px;
}

.product__size-wrap table tr:nth-child(2n) {
    background: #f9f9f9;
}

.ukraine__map-wrap svg{
    position: sticky;
    top: 30px;
}

.land.disabled {
    fill: #cfcfcf;
    cursor: default;
    pointer-events: none;
}
.land
{
    fill: #60ba5b;
    fill-opacity: 1;
    stroke:white;
    stroke-opacity: 1;
    stroke-width:0.5;
}
.land:hover,
.land.active
{
    fill: #009e1a;
    fill-opacity: 1;
    stroke:white;
    stroke-opacity: 1;
    stroke-width:0.5;
    cursor: pointer;
}

.partners_list-item {
    border-bottom: 1px solid #dee2e6;
}

.partners_list-item:last-child {
    border-bottom: 0px;
}

.partners_list-item img {
    max-width: 100%;
}

.partners_list-item .text p {
    margin-bottom: 0;
}

.parner__list-title svg {
    width: 22px;
    height: 22px;
    fill: #60ba5b;
    margin-right: 5px;
}

.btn__consultation,
.add_to_cart {
    display: flex;
    align-items: center;
    line-height: initial;
}