@font-face {
    font-family: OpenSans;
    src: url("fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

/* font-family: "OpenSansLight"; */
@font-face {
    font-family: OpenSans;
    src: url("fonts/OpenSansLight/OpenSansLight.eot");
    src: url("fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}

/* font-family: "OpenSansBold"; */
@font-face {
    font-family: OpenSans;
    src: url("fonts/OpenSansBold/OpenSansBold.eot");
    src: url("fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/* font-family: "OpenSansSemiBold"; */
@font-face {
    font-family: OpenSans;
    src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
    src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

body {
    background: white;
    overflow-x: hidden;
    color: #333;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.bodyFx {
    background-color: #f0f0f0;
}

iframe {
    max-width: 100%;
}

h1 {
    margin: .20em 0
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 4px;
}


ul {
    padding-left: 20px;
    margin-left: 0px;
}

ul.breadcrumbs {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0 3px;
}

ul.breadcrumbs li {
    display: inline-block;
    padding: 0;
}

ul.breadcrumbs li:before {
    content: "/";
    padding: 0 7px;
}

ul.breadcrumbs li:first-child {
    padding: 0;
    content: "";
}

ul.breadcrumbs li:first-child:before {
    content: "";
    padding: 0;
}

table.gr {
    border-collapse: collapse;
    font-style: normal;
    width: 100%;
    margin: 0 0 20px 0;
}

table.gr tr td, table.gr tr th {
    border: 1px solid #cccccc;
    padding: 2px 5px;
    vertical-align: middle;
}

table.gr tr td {
    vertical-align: top;
}

table.gr tr th {
    background-color: #f5f5f5;
    color: #000000;
}

table.gr tr:hover td {
    background-color: #f5f5f5;
}

table.gr tr td ul.hl {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 15px;
}

table.gr tr td ul.hl li {
    border-top: 1px solid #f5f5f5;
}

table.gr tr td ul.hl li:first-child {
    border-top: 0;
}

table.spec {
    width: auto;
}

table.spec tr td {
    border: 1px solid #cccccc;
    padding: 5px 8px;
    vertical-align: top;
}

table.spec tr:hover td {
    background-color: #F9F9F9;
}

table.spec tr td[colspan] {
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E3E4E6');
    background: -webkit-linear-gradient(top, #F9F9F9, #E3E4E6);
    background: -moz-linear-gradient(center top, #F9F9F9, #E3E4E6);
    background: -o-linear-gradient(top, #F9F9F9, #E3E4E6);
    background: -ms-linear-gradient(top, #F9F9F9, #E3E4E6);
}

table.grsp {
    margin-left: auto;
    margin-right: auto;
}

table.grsp td {
    vertical-align: middle !important;
}

table.gr a {
    text-decoration: none;
    white-space: nowrap;
}

table.gr a .i-wrapper {
    line-height: normal;
    height: auto;
    width: auto;
}

.priceval1 {
    margin-left: 3px;
}

.price {
    padding-top: 10px;
}

.red {
    color: Red !important;
}

/*------------------------*/
/*ShoppingCart*/
a.del {
    display: block;
    background: url(images/delete.jpg) 0 3px no-repeat;
    width: 15px;
    height: 17px;
    float: left;
}

#ShoppingCart .ShoppingCartHead {
    text-transform: uppercase;
    background-color: #15609F;
    background-image: url("images/header_bottom_bg.png");
    color: #fff;
    font: 12px Verdana, Arial;
    text-align: left;
    padding: 1px 5px 1px 5px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#ShoppingCart .ShoppingCartInner {
    padding: 5px;
}

#ShoppingCart center {
    position: fixed;
    right: 10px;
    bottom: 5px;
    z-index: 1000;
    background: url("images/hedr-bg.png") repeat-x scroll 0 0 transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
    color: #000;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#ShoppingCart center button {
    margin-top: 5px;
}

.cart {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.cart-item {
    display: grid;
    grid-template-areas:
    "num img info quantity price delete";
    grid-template-columns: 35px minmax(50px, 100px) minmax(200px, 1fr) 120px minmax(90px, 200px) 31px;
    width: 100%;
    gap: 0 10px;
    align-items: flex-start;
}

.cart-num-item {
    display: flex;
    align-items: center;
    grid-area: num;
    height: 75px;
    font-size: 13px;
}

.cart-item-img {
    width: 100%;
    grid-area: img;
    object-fit: contain;
    height: 75px;
}

.cart-item-info {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    grid-area: info;
}

.cart-item-info a {
    text-decoration: none;
    word-break: break-word;
}

.cart-item-info a:hover {
    text-decoration: underline;
}

.cart-item-quantity {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    grid-area: quantity;
}

.cart-item-quantity .num-box input {
    width: 55px;
    padding-inline: 5px;
}

.cart-item-quantity span {
    font-size: 12px;
}

.cart-item-price {
    font-weight: bold;
    padding-top: 5px;
    grid-area: price;
}

.ShoppingCartItem {
    float: left;
    padding-left: 13px;
}

.ShoppingCartItem button {
    margin-right: 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 25px;
    padding: 0 5px 0 5px;
}

#CartForm {
    margin-top: 40px;
}

.order-box input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.order-box input[type=radio]:checked,
.order-box input[type=radio]:focus {
    border-color: #028646;
    background-color: #028646;
    outline: none;
    outline-offset: 0;
    box-shadow: inset 0px 0px 0px 2px rgb(255 255 255);
}

/*checkbox custom*/
.order-box input[type="checkbox"]:checked,
.order-box input[type="checkbox"]:not(:checked) {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.order-box input[type="checkbox"]:checked + label,
.order-box input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 18px;
    cursor: pointer;
    margin: 0;
    float: none;
    text-align: start;
    width: auto;
}

.order-box input[type="checkbox"]:checked + label:before,
.order-box input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #cccccc;
    background-color: #ffffff;
    border-radius: 3px
}

.order-box input[type="checkbox"]:checked + label:before {
    border-color: #028646;
}

.order-box input[type="checkbox"]:checked + label:after,
.order-box input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.order-box input[type="checkbox"]:checked + label:after,
.order-box input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    top: 7px;
    width: 7px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #028646;
    border-bottom: 3px solid #028646;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order-box input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.order-box input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/*checkbox custom*/
.item-summery {
    display: grid;
    grid-template-columns: minmax(50px, 100px) 1fr;
    width: 100%;
    gap: 10px;
    align-items: flex-start;
}

.item-summery > img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}

.box {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    padding: 10px;
    color: Black;
    text-align: left;
    margin-bottom: 20px;
}

.field {
    padding: 10px 10px 0 0;
}

.field label {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 180px;
}

.field label span {
    margin-left: 5px;
}

.field input {
    width: 200px;
}

/* Validator */
.required {
    color: Red;
    padding-right: 5px;
}

.error {
    color: Red;
    padding: 10px 0 10px 0;
    margin: 0;
}

.error li {
    background: url(../UI/Viki/images/warning.png) 0 0 no-repeat;
    margin: 0;
    padding: 2px 0 0 20px;
    height: 20px;
}

.err-field label {
    color: Red;
}

.err-field input, .err-field select, .err-field textarea {
    border: solid 1px Red !important;
}

a.viki-ajax-worked {
    color: Gray;
}

.viki-ajax-wait {
    z-index: 30;
    display: none;
    background: url(../UI/Viki/images/icon_wait.gif) 0 0 no-repeat;
    position: absolute;
    overflow: hidden;
    height: 24px;
    width: 24px;
}

.cart-act {
    width: 100%;
    display: block;
    background-color: #028646;
}

.right {
    text-align: right;
}

.cart-act .i-wrapper, .gr .i-wrapper {
    background-color: transparent;
}

.groper a {
    white-space: nowrap;
    text-decoration: none;
    margin: 0 5px;
}

.groper a .i-wrapper {
    line-height: inherit !important;
    width: auto;
    height: auto !important;
}

.groper a:hover {
    color: #028646;
}


@-webkit-keyframes color_change {
    from {
        background-color: #028646;
    }

    to {
        background-color: #00cc66;
    }
}

@keyframes color_change {
    from {
        background-color: #028646;
    }

    to {
        background-color: #00cc66;
    }
}

/*.cart-act {*/
/*    background-color: #028646;*/
/*    -webkit-filter: none;*/
/*    filter: none;*/
/*    background-image: none;*/
/*    background-image: none;*/
/*    background-image: none;*/
/*    background-image: none;*/
/*    background-image: none;*/
/*    background-image: none;*/
/*    color: #ffffff;*/
/*    -webkit-animation: color_change 1s infinite alternate;*/
/*    animation: color_change 1s infinite alternate;*/
/*}*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

a {
    color: inherit;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

.related-link__title {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.related-link {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.button {
    text-decoration: none;
    border: none;
    outline: none;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #028646;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}

.button-secondary {
    color: #333333;
    background-color: #cccccc;
}

.button:hover {
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    background-color: #0DA75D;
}

.button-secondary:hover {
    color: #fff;
}

.cart-item-delete {
    background-color: #cccccc;
    padding: 8px 10px;
    text-decoration: none;
    color: #fff;
    grid-area: delete;
}

.button_lg {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
}

.button_account {
    display: block;
    text-align: left;
    margin: 5px 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    /*max-width: 250px;*/
    max-height: 188px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.text-error {
    color: #dc3545;
}

.text-success {
    color: #28a745;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.fa-p {
    padding-left: 5px;
    padding-right: 5px;
}

.i-wrapper {
    background-color: #e0e0e1;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    text-align: center;
}

.f-right {
    float: right;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.flex-row {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.flex-grow-1 {
    flex-grow: 1;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-40 {
    gap: 40px;
}

.font-s-12 {
    font-size: 12px;
}

.pl-10 {
    padding-left: 10px;
}

.green-link {
    color: #028646;
    text-decoration: none;
    cursor: pointer;
}

.green-link:hover {
    color: #0DA75D;
}

input[type="text"], input[type="password"], textarea, select {
    border: solid 1px #e0e0e1;
    background: none;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-color: #028646;
}

input[type="text"], input[type="password"], select {
    line-height: 34px;
}

#fav-add input[type="text"] {
    line-height: 26px;
}

#fav-add {
    margin-bottom: 20px;
}

.fav-wr {
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

.grid_list .fav-wr {
    right: 0;
}

.grid_list .fav {
    min-width: 200px;
}

.order-info {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 10px;
}

.order-info > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-info > div:first-child > div {
    display: grid;
    gap: 10px;
    grid-template-columns: 90px 1fr;
}

.order-info > div:last-child > div {
    display: grid;
    gap: 10px;
    grid-template-columns: 150px 1fr;
}

.fav {
    width: 90%;
    height: auto;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
}

.fav input[type="text"] {
    width: 100%
}

.fav table.spec tr td[colspan] {
    background: white;
}

.fav table.spec tr th {
    background: #028646;
    color: #ffffff;
    font-weight: normal;
    padding: 3px;
    border: 1px solid #028646;
    border-right: 1px solid #ffffff;
}

.fav table.spec tr th:last-child {
    border-right: 1px solid #028646;
}

.fav .oper {
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
}

.fav .oper a {
    font-size: 12px;
    text-decoration: none;
}


select {
    height: 36px;
}

.panel {
    padding: 5px 0;
    background-color: #ebebec;
    color: #5b5b5b;
}

.panel a {
    text-decoration: none;
}

.panel__city {
    font-weight: 700;
}

.panel__account {
    float: right;
    text-align: right;
}

.main-header_fixed {
    position: fixed;
    width: 100%;
    z-index: 50;
}

.main-header a {
    text-decoration: none;
}

.main-header__bottom {
    border-bottom: solid 1px #e0e0e1;
}

.main-header__bottom .main-header__item {
    padding-left: 10px;
    padding-right: 10px;
}

.main-header__account a {
    width: 108px;
    display: block;
}

.main-header__account a.account-in,
.main-header__account .cart-box {
    width: 50%;
    margin-right: 10px;
}

.main-header__slogan {
    text-transform: uppercase;
}

.main-header__search {
    line-height: 1;
}

.main-header__search .search-form__input input {
    width: 100%;
}


.main-header__item {
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .main-header__city {
    font-weight: 700;
    margin-right: 0;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-header__city, .main-header__cur {
    color: #5b5b5b;
}

.main-header__cur {
    padding-left: 15px;
}

.main-header-logo__logo {
    display: block;
    float: left;
    margin-right: 10px;
}

.main-header-logo img {
    max-width: 82px;
}

.main-header-logo__caption {
    text-transform: uppercase;
    width: 100px;
    display: block;
    float: left;
}

.main-header-phones {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header-phones__phone {
    font-size: 20px;
    line-height: 1;
    color: #028646;
    display: block;
    float: left;
}

.main-header-phones__time {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.1;
    margin-top: 2px;
    margin-left: 5px;
}

.phone {
    text-decoration: none;
    white-space: nowrap;
    color: rgba(5, 134, 77, 1);
    font-weight: 700;
    font-size: 20px;
}

.nowrap {
    white-space: nowrap;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 1500;
}

.main-menu__link {
    display: block;
    font-weight: 700;
    padding: 12px 0;
    margin: 0 2px;
    font-size: .8em;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.main-menu__link_active:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #028646;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.main-menu li {
    display: inline-block;
}

.main-menu li:first-child .main-menu__link {
    margin-left: 0;
}

.main-menu li ul {
    z-index: 50;
    position: absolute;
    background-color: #fff;
    padding-left: 0;
    width: 155px;
}

.main-menu li ul li {
    display: block;
}

.main-menu li ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: left;
    padding-left: 14px;
    width: 100%;
    height: 100%;
    margin: 0;
}

.icon-arr {
    width: 16px;
    height: 16px;
}

.main-menu__link .icon-arr {
    width: 14px;
    height: 14px;
}

.icon-arr span {
    width: 0;
}

.icon-arr span, .icon-arr span::before, .icon-arr span::after {
    position: absolute;
    left: 50%;
    height: 8px;
    background-color: #000;
}

.icon-arr span::before, .icon-arr span::after {
    content: "";
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 2px;
}

.icon-arr span::before {
    -webkit-transform: translateX(-2px) rotate(-40deg);
    transform: translateX(-2px) rotate(-40deg);
}

.icon-arr span::after {
    -webkit-transform: translateX(2px) rotate(40deg);
    transform: translateX(2px) rotate(40deg);
}

.icon-arr_active span::before {
    -webkit-transform: translateX(2px) rotate(-40deg);
    transform: translateX(2px) rotate(-40deg);
}

.icon-arr_active span::after {
    -webkit-transform: translateX(-2px) rotate(40deg);
    transform: translateX(-2px) rotate(40deg);
}

.search-form__input {
    display: flex;
    margin-right: 58px;
}
.main-header__search form {
    position: relative;
}
.search-form__button {
    height: 38px;
    width: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.h1 {
    font-size: 44px;
    font-weight: 700;
}

.catalog .h1 {
    font-size: 28px;
}

.slider {
    position: relative;
    margin-bottom: 40px;
}

.slider__button {
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 14px);
    top: calc(50% - 14px);
    z-index: 20;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.arrow_black span:after, .arrow_black span:before {
    background-color: #000;
}

.slider__button_left {
    left: 0;
}

.slider__button_right {
    right: 0;
}

.slider:hover .slider__button {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.main-slider .owl-item .slider-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.main-slider .slider-content {
    z-index: 20;
    position: absolute;
    background: transparent;
    color: #fff;
    margin: 50px auto;
    max-width: 768px;
    padding: 100px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    height: 386px;
    width: 762px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.main-slider .slider-content__header {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.main-slider .owl-item .item.boxshadows-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-slider .slider_a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.main-slider .owl-item.active .slider-content {
    opacity: 1;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.main-slider .owl-item .item {
     min-height: 350px; 
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 0 0 30000px rgba(0, 0, 0, 0.71) inset;
    box-shadow: 0 0 0 30000px rgba(0, 0, 0, 0.71) inset;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    position: relative;
}
.owl-carousel .owl-item img {
/*    min-height: 350px;*/
    object-fit: cover;
}
.main-slider .owl-carousel {
    position: relative;
    max-width: 1170px;
    margin: auto;
}
.main-slider .owl-item img {
    min-height: 350px;
}
.main-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 50%);
}

.main-slider .slider__button {
    font-size: 40px;
}

.main-slider .slider__button_left {
    left: -60px;
}

.main-slider .slider__button_right {
    right: -60px;
}

.main-slider .owl-dots .owl-dot {
    margin-bottom: 0;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #e0e0e1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #028646;
    border: 2px solid #e0e0e1;
}

.company-slider {
    margin: 0;
}

.company-slider .owl-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.company-slider .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.h2 {
    font-weight: 700;
    font-size: 36px;
}

.content-block {
    background-color: #fff;
    padding: 20px 40px 40px 40px;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
}
.content-block h3 {
    order: 3;
}
.content-block.making-order {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    margin: 20px 0 40px 0;
}

.bodyFx-bd-img {
    position: relative;
    min-height: 100vh;
}

.bd-img-cart {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    max-width: 100%;
}

.content-block-sales {
    background-color: #05864d;
    padding: 10px;
    margin-bottom: 40px;
}

.cat-more {
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
}

.sales-btn {
    background-color: transparent;
    text-decoration: none;
    transition: .1s ease-in all;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;
    padding: 1px 5px;
}

.sales-btn:hover {
    color: #05864d;
    background-color: #fff;
}

.content-block-middle {
    padding: 40px;
    margin: 0;
    background: #fff;
}
.content-block-middle > a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(13, 167, 93, 1);
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
}
.content-block-middle .list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
}
.content-block-middle .list li{
    width: 100%;
}
.content-block-middle .list li > a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


@media screen and (min-width: 767px) {
    .content-block-middle .list {
        gap: 0;
        row-gap: 30px;
        margin: 0 -15px;
    }
    .content-block-middle .list li{
        margin: 0 15px;
        width: calc((100% / 3) - 30px);
    }
}
.content-block-middle a span{
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}
.content-block-middle a .title{
    margin: 0;
    font-weight: 700;
}
.content-block-middle a .text {
    margin: 0;
    font-weight: 400;
}
.main-footer {
    background-color: #fff;
    padding: 20px 0;
    color: #5b5b5b;
}

.main-footer__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-footer__top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-footer__logo img {
    max-width: 80px;
}

.main-footer__contacts a {
    display: block;
}


.page-header {
    margin-top: 0;
}

.toggle-btn {
    display: none;
}

.sub-cats {
    margin-bottom: 40px;
}

.cat-blocks {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-block {
    padding: 20px;
    background-color: #ebebec;
    border: solid 1px #e0e0e1;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.cat-block__cat {
    text-decoration: none;
    color: #0DA75D;
}

.cat-block__cat:hover {
    text-decoration: underline;
}

.cat-block__sub-cats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-block__sub-cat {
    text-decoration: none;
}

.cat-block__sub-cat:hover {
    text-decoration: underline;
    color: #0DA75D;
}

.products .col {
    margin-bottom: 20px;
}

.products .col:nth-child(3n+1) {
    clear: both;
}

.product-item {
    margin-bottom: 20px;
    width: 33.3333%;
    padding: 0 15px 72px;
    position: relative;
}

.grid-dig .product-item {
    width: 25%;
}

.grid.products {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.product-item__name {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    min-height: 40px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.grid_list .product-item__name {
    margin-top: 10px;
}

.product-item__name:hover {
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
    color: #028646;
}

.product-item__price, .product-item__button {
    width: 50%;
    float: left;
}

.product-item__price {
    font-size: 16px;
    font-weight: 700;
    color: #028646;
    text-align: right;
}

.product-item__ann {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
}

.product-item__img {
    display: block;
    margin-bottom: 10px;
    position: relative;
    min-width: 100%;
    min-height: 188px;
    max-width: 250px;
    max-height: 188px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product-item__bot {
    margin-top: 10px;
    display: inline-block;
}

.product-item__bot form {
    line-height: 0;
}

.product-item__bot form a, .product-item__bot form button {
    line-height: 1.42857143;
    float: left;
}

/*.product-item__img .TovNew, .product-top .TovNew,*/
/*.product-item__img .TovDisc, .product-top .TovDisc {*/
/*    background: url("images/new1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*    display: block;*/
/*    height: 113px;*/
/*    position: absolute;*/
/*    right: -5px;*/
/*    top: -5px;*/
/*    width: 108px;*/
/*    z-index: 10;*/
/*}*/

.product-item__img .TovDisc, .product-top .TovDisc {
    /*background: url("images/discount.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*top: inherit;*/
    /*bottom: 5px;*/
    /*width: 100px;*/
    /*height: 49px;*/
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-item__img .TovDisc::before,
.product-top .TovDisc::before {
    content: '% СКИДКА';
    background: rgba(250, 16, 16, 1);
    padding: 4px;
    border-radius: 2px;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
}
.product-top .TovNew {
    top: -5px;
    right: -5px;
}

.product-top .TovDisc {
}


.product-top__desc .product-top__price {
    min-width: 0;
    margin-top: 0;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 10px 0 40px 0;
    line-height: 1.2;
}

.sidebar-menu a:hover {
    color: #028646;
}

.sidebar-menu__link {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.sidebar-menu__link_cur {
    color: #028646;
    border: solid 2px #028646;
}

.product-top {
    margin-bottom: 40px;
}

.product-top__img {
    text-align: center;
    margin-bottom: 20px;
    clear: both;
}

.product-top__img img {
    margin: 0 auto;
}

.product-top__thumb {
    width: 33.33333%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-top__thumb img {
    display: inline-block;
}

.product-top__info {
    margin-top: 20px;
}

.product-top__info_body {
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.product-top__price {
    margin-top: 20px;
    min-width: 185px;
    display: inline-block;
    text-align: center;
}

.product-top__price form {
    display: inline-block;
    text-align: center;
}

table.gr .product-top__price {
    margin-top: 0;
}


.prop {
    display: table-row;
    width: 100%;
    font-size: 16px;
}

.prop__label, .prop__value {
    /*float: left;
      width: 50%;*/
    display: table-cell;
    padding-bottom: 10px;
}

.prop__label {
    color: #5b5b5b;
    padding-right: 10px;
}

.prop__value {
    font-weight: 700;
    word-break: break-all;
}

.prop img {
    max-width: 150px;
}

.breadcrumbs a, .breadcrumbs span {
    color: #5b5b5b;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header, .main-footer {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.main-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
    margin-bottom: 0px;
}

html.fancybox-lock {
    overflow: visible !important;
}

.pgngwr {
    clear: both;
    text-align: center;
}

.pgng {
    margin: 20px 0;
    text-align: center;
}

.pgng a, .pgng .on {
    display: inline-block;
    min-width: 56px;
    color: #333;
    border: solid 1px #5b5b5b;
    margin: 0 2.5px;
    text-decoration: none;
    text-align: center;
}

.pgng a {
    background: #fff;
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}

.pgng a:hover {
    color: #fff;
    background: #0DA75D;
    border-color: #0DA75D;
    -webkit-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

.pgng .on {
    background: #028646;
    border-color: #028646;
    color: #fff;
}

.pgng .viki-pg-prev, .pgng .viki-pg-next {
    background: #028646;
    border-color: #028646;
    color: #fff;
}

.num-box input {
    width: 45px;
    float: left;
    line-height: 26px;
    height: 30px;
    text-align: center;
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}

.num-box input:hover {
    background-color: #93c5a6;
    border: 1px solid #93c5a6;
    color: #fff;
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}

.num-box input:focus {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    color: #333;
    border: 1px solid #93c5a6;
}

.num-box__btn {
    float: left;
}

.num-box_cart {
    float: left;
}

.add-cart {
    float: left;
    margin-left: 5px;
}

.del-cart {
    position: static;
    margin-left: 2px;
}

.fav-cart-wr {
    margin-left: 4px;
    margin-top: 3px;
    display: inline-block;
}

.fav-cart {
    margin: 0;
    display: inline-block;
}

.fav-cart-empty {
    background-color: #cccccc;
}

.cart__bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin: 15px 0 40px 0;
}

.cart__bottom-links #CartFormAmount {
    white-space: nowrap;
}

.cart__bottom-links .cart-price-total {
    flex-grow: 1;
    font-weight: bold;
}

.price {
    color: #028646;
    font-size: 16px;
    font-weight: 600;
}

.order-nav {
    padding: 0 0 0 0;
    list-style: none;
    margin: 0;
    width: fit-content;
    overflow: auto;
    display: flex;
}

.order-nav li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.order-nav li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    pointer-events: none;
    text-decoration: none;
    transition: color 0.1s ease-in;
}

.order-nav li span:first-child {
    background-color: #E0E0E1;
    border-radius: 50%;
    padding: 4.5px 8.75px;
    font-size: 12px;
    line-height: 15px;
    z-index: 3;
}

.order-nav li.passed > a {
    pointer-events: auto;
}

.order-nav li.passed > a:hover {
    color: #028646;
}

.order-nav li.current span:first-child {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #000000;
}

.order-nav li.passed span:first-child {
    background-color: #000000;
    color: #ffffff;
    transition: background-color 0.1s ease-in;
}

.order-nav li.passed > a:hover span:first-child {
    background-color: #028646;
}

.order-nav li span:last-child {
    font-size: 12px;
}

.order-nav li::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000000;
    width: 50%;
    top: 12px;
    left: 0;
    z-index: 2;
}

.order-nav li::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000000;
    width: calc(50% + 20px);
    top: 12px;
    right: -20px;
    z-index: 2;
}

.order-nav li:first-child::before,
.order-nav li:last-child::after {
    content: none;
}

.order-nav li:last-child {
    margin-right: 0;
}

.order-box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.order-content {
    flex-grow: 1;
}

.order-content > form {
    margin-top: 30px;
}

.order-content .field {
    display: flex;
    flex-wrap: wrap;
}

.order-content .field select,
.order-content .field textarea {
    width: 200px;
}

.order-content .error li {
    height: fit-content;
}

.order-check {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border: 1px solid #e0e0e1;
    padding: 20px;
    width: 360px;
}

.order-check > :first-child {
    color: #0da761;
    font-weight: bold;
    font-size: 16px;
}

.order-check > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.radio-box {
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: start;
}

.radio-comment {
    font-weight: 400;
    margin-left: 25px;
}

.price-old {
    font-weight: 600;
    color: #666;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 3px;
}

.price-old i {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.header-cart {
    display: grid;
    grid-template-areas:
    "safety logo info";
    grid-template-columns: minmax(330px, 500px) 1fr minmax(230px, 500px);
    gap: 20px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.city-cart {
    font-weight: 700;
    margin-right: 0;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #5b5b5b;
}

.main-header-logo {
    grid-area: logo;
}

.info-cart {
    grid-area: info;
}

.phone-cart {
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
}

.safety-info-block {
    display: flex;
    gap: 15px;
    max-width: 430px;
    align-items: center;
    grid-area: safety;
}

.safety-info-block i {
    font-size: 40px;
}

.safety-info-block span {
    font-size: 16px;
}

h3, .h3 {
    margin: 2px 0;
}

.account-form__actions {
    margin-top: 20px;
}

.account-form__button {
    margin-right: 10px;
}

.profile__name {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.profile__bottom-links {
    margin-top: 10px;
}

.bottom-links .button {
    margin-right: 5px;
}

.cart__bottom-links .button {
    margin-right: 0;
}

.profile {
    clear: both;
    display: table;
    width: 100%
}

.profile_bl1 {
    float: left;
    text-align: left;
}

.profile_bl2 {
    float: right;
    padding-left: 20px;
    text-align: right;
}

.profile_bl2 .button {
    background-color: #FF4040;
}

.profile_bl2 .button:hover {
    background-color: #F00;
}


.grid-top {
    border-bottom: solid 1px #e0e0e1;
    padding: 10px 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grid-order__order-type {
    margin-left: 10px;
}

.grid-type__button {
    margin-left: 5px;
    border: none;
    background-color: transparent;
    color: #0DA75D;
    border: solid 1px #fff;
}

.grid-type__button_active, .grid-type__button:hover {
    background: none;
    border: solid 1px #0DA75D;
}

.grid_list .product-item {
    width: 100%;
    margin-bottom: 0;
}

.grid_list .product-item__img {
    min-width: auto;
    width: 240px;
    float: left;
    margin-right: 15px;
    max-width: 100%;
}

.grid_list .product-item__ann {
    position: relative;
}

.grid_list .product-item {
    padding: 0 15px;
}

.upload-order__file {
    margin-bottom: 40px;
}


.accordeon {
    border: 1px solid #ccc;
    border-bottom: 0;
}

.accordeons {
    border-bottom: 1px solid #ccc;
}

.order-status-0 {
    background: #e0e0e1;
    text-align: center;
}

.order-status-1 {
    background: #0DA75D;
    text-align: center;
    color: #fff;
}

.accordeon__title {
    padding: 15px 50px 15px 30px;
    display: block;
    margin: 0;
    position: relative;
    font-size: 100%;
    background: #e0e0e1;
    border-bottom: 1px solid #e0e0e1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.accordeon__title h2 {
    margin: 0;
}

.accordeon__title .svg {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordeon__title_is-open {
    background-color: transparent;
    border-color: #dcdcdc;
}

.accordeon__title_is-open .svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordeon__content {
    padding: 15px 30px;
    /*display: none;*/
}

.accordeon__content img {
    max-width: 100%;
    height: auto;
}

.error_upload-order {
    list-style: none;
    margin: 20px 0px;
}

.payment-methods-by {
    width: 100%;
    height: 50px;
    margin: 40px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.payment-methods-by li {
    list-style-type: none;
    margin: 0 15px;
}

.payment-methods-by li > img {
    height: 50px;
}

a.toggle-btn-mobile {
    display: none;
}

.account-box__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


/*--viki-tabs--*/
ul.viki-tabs-buttons {
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #5b5b5b;
}

ul.viki-tabs-buttons:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

ul.viki-tabs-buttons li {
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    text-align: center;
    margin: 0 0 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
    border: 1px solid #5b5b5b;
    border-width: 1px 0 1px 1px;
    color: #555555;
    font-weight: normal;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E3E4E6');
    background: -webkit-linear-gradient(top, #F9F9F9, #E3E4E6);
    background: -moz-linear-gradient(center top, #F9F9F9, #E3E4E6);
    background: -o-linear-gradient(top, #F9F9F9, #E3E4E6);
    background: -ms-linear-gradient(top, #F9F9F9, #E3E4E6);
}

ul.viki-tabs-buttons li:last-child {
    border-width: 1px 1px 1px 1px;
}

ul.viki-tabs-buttons li:hover {
    background: #F9F9F9;
}

ul.viki-tabs-buttons li a {
    font-size: 15px;
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}

ul.viki-tabs-buttons li.act {
    margin-bottom: 0;
    padding-bottom: 1px;
    background: #ffffff;
}

ul.viki-tabs-buttons li.act a, ul.viki-tabs-buttons li.act a:hover {
    cursor: text;
}

ul.viki-tabs-buttons li.act a {
    color: #000000;
}

ul.viki-tabs-buttons li.act.white {
    background: #fff !important;
}

.viki-tabs-frames {
    clear: both;
    margin: 10px 5px;
}

.viki-tabs-frames .viki-tab {
    display: none;
}

.viki-tabs-frames .act {
    display: block;
}

.viki-tabs-frames .grid, .viki-tabs-frames .grid thead tr {
    border-top: 0;
}

.viki-tabs-frames .grid thead th {
    background: #D2DEE6;
}

.viki-tabs-frames .grid {
    margin: -10px 0 0 0;
}

.viki-tabs {
    clear: both;
}

.viki-tabs-buttons li:first-child a {
    padding: 0.5em 20px
}

.viki-tabs-buttons li:first-child {
    border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
}

.viki-tabs-buttons li:last-child {
    border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
}


#boxfixed-wr {
}

#boxfixed {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    border-radius: 6px 6px 6px 6px;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    margin: -10% 0 0 -25%;
    position: fixed;
    top: 50%;
    z-index: 102;
}

#boxfixed-close {
    background: url("images/close.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 34px;
    position: absolute;
    right: -17px;
    top: -17px;
    width: 34px;
    z-index: 103;
}

#boxfixed-overlay {
    opacity: 0.6;
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#boxfixed-loading {
    background: url("images/preloader-big2.gif") no-repeat scroll 0 0 transparent;
    width: 80px;
    height: 80px;
}

#boxfixed .box {
    box-shadow: none;
}

#boxfixed-cont {
    padding: 20px;
    color: #000;
    font-size: 12px;
}

#boxfixed-cont .title {
    padding-bottom: 20px;
    font-size: 16px;
    color: #0b9cff;
}


/* sidebar styling */
.sidebar {
    font-weight: 400;
    color: #3e4d5c;
}

.sidebar .side-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.catalogLink {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    padding: 10px 20px 10px 15px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    transition: .3s ease all;
    margin-bottom: 30px;
}
.catalogLink:hover {
    text-decoration: none;
    background: #ebebeb;
}
.sidebar .list-group-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.sidebar .dropdown-menu {
    background-clip: padding-box;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}

.sidebar .list-group-item a {
    text-decoration: none;
    transition: .3s ease all;
    background: #fff;
    color: #333333;
    font-weight: 700;
    font-size: calc(13px + .2vmin);
    padding: 10px 20px 10px 15px;
    display: flex;
    justify-content: space-between;
}

.sidebar .list-group-item:last-child {
    border: 0;
}

.sidebar .list-group-item a:hover {
    text-decoration: none;
    background: #ebebeb;
}

.sidebar.dropdown.open.dropdown-toggle {
    background: #fff;
    color: #3e4d5c
}

.sidebar .dropdown.open .dropdown-toggle:hover {
    color: #028646
}

.dropdown.open > .dropdown-toggle,
.sidebar.dropup.open > .dropdown-toggle {
    border-color: none !important
}

.sidebar.dropdown-menu:after,
.sidebar.dropdown-menu:before {
    display: none !important
}

.sidebar.dropdown-menu.dropdown-menu {
    border-top: none;
    margin-bottom: -5px;
    margin-right: -10px
}

.sidebar.open > .dropdown-menu {
    display: block
}

.sidebar.dropdown-menu li {
    padding: 4px 0 3px 11px;
    position: relative
}

.sidebar.dropdown-menu ul {
    padding: 0;
    margin: 0 0 0 4px;
    list-style: none;
    text-transform: none;
    font-size: calc(15px + .1vmin)
}

.sidebar.dropdown-menu > li > a {
    clear: both;
    line-height: inherit;
    padding: 0;
    white-space: nowrap
}

.sidebar .dropdown-menu .list-group-item a {
    font-size: calc(13px + .1vmin);
    font-weight: 400;
    padding: 8px 20px 8px 25px;
    color: #fff;
    white-space: normal;
}

.sidebar .dropdown-menu .dropdown-menu .dropdown-menu a {
    padding-left: 45px;
    background: #e0dfe3;
    font-size: calc(13px + .1vmin);
}

/*.sidebar .dropdown-menu li > a:focus,*/
.sidebar .dropdown-menu li > a:hover,
.sidebar li.active > a,
.sidebar li.active > a:hover {
    background: 0 0 !important;
    color: #05864d
}

.sidebar li > a .fa-angle-right {
    font-weight: 700;
    transition: .3s ease transform;
    position: absolute;
    right: 15px;
}

.sidebar li > a.drop--open .fa-angle-right {
    transform: rotate(90deg);
    color: #05864d;
}

.sidebar .dropdown-menu .list-group-item a {
    color: #333;
    background: #f7f7f8;
    transition: .3s ease all;
}

.sidebar .dropdown-menu .dropdown-menu a {
    padding: 5px 30px 5px 30px;
    background: #ecebf0;
}

.sidebar a.cur:after {
    position: absolute;
    right: 0px;
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    border-style: solid;
    /* border-width: 3px; */
    border-color: #028646;
}

.sidebar a:hover.cur:after {
    background: #fff;
}

.mobile-menu--wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.mobile-menu--wrapper .mobile-toggle {
    width: 100%;
    text-decoration: none;
    display: block;
    padding: 8px 16px;
    font-size: 16px;
    background: #05864d;
    color: #fff;
    transition: .3s ease all;
}

.mobile-menu--wrapper .mobile-toggle:hover {
    transform: translateY(-5px);
    opacity: .9;
}


/*News*/
.news-all-container {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.news-item {
    display: flex;
    gap: 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 10px 10px 10px 10px;
    border-color: rgba(128, 128, 128, 0.1);
}

.news-item-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 220px;
    height: 120px;
}

.news-item-text-box {
    display: flex;
    flex-direction: column;
}

.news-box-name {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.news-box-description {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
}

.news-box-name a,
.news-box-link {
    text-decoration: none;
}

.news-box-link {
    font-size: 12px;
    color: #028646;
}

.new-name {
    margin: 0 0 15px 0;
}

.social-network-container {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social-network-item {
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
}

.social-network-item:hover {
    cursor: pointer;
}

.social-network-item:hover .social-network-item-text {
    color: #000000;
}

.social-network-item:hover .social-network-facebook {
    background-image: url(images/social-network/facebook_black.svg);
}

.social-network-item:hover .social-network-instagram {
    background-image: url(images/social-network/instagram_black.svg);
}

.social-network-item:hover .social-network-telegram {
    background-image: url(images/social-network/telegram_black.svg);
}

.social-network-item:hover .social-network-vkontakte {
    background-image: url(images/social-network/vkontakte_black.svg);
}

.social-network-item-text {
    font-size: 16px;
    color: #028646;
    text-decoration: none;
    transition: .2s ease all;
}

.social-network-item-icon {
    background-repeat: no-repeat;
    height: 17px;
    background-size: contain;
    background-position: center;
    width: 17px;
    transition: .2s ease all;
}

.social-network-facebook {
    background-image: url(images/social-network/facebook.svg);
}

.social-network-instagram {
    background-image: url(images/social-network/instagram.svg);
}

.social-network-telegram {
    background-image: url(images/social-network/telegram.svg);
}

.social-network-vkontakte {
    background-image: url(images/social-network/vkontakte.svg);
}

.faq-item {
    margin: 0 0 10px 0;
}

.faq-item > .faq-question {
    background: #e0e0e1;
    cursor: pointer;
    padding: 1rem 2rem 1rem 3rem;
    margin: 0;
    display: block;
    position: relative;
    transition: background ease 0.4s, color ease 0.4s;
}

.faq-item > .faq-question:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, .5);
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 0;
    left: 10px;
    position: absolute;
    top: calc(50% - 3px);
    transition: transform .5s ease, border-top-color .4s ease;
    width: 0;
}

.faq-item > .faq-question.current:before {
    border-top-color: #fff;
    transform: rotate(180deg);
}

.faq-item .faq-answer {
    display: none;
    padding: 1rem 2rem 1rem 3rem
}

.faq-item > .faq-question:hover,
.faq-item > .faq-question.current {
    background: #05864d;
    color: #fff;
}

.faq-item > .faq-question:hover:before {
    border-top-color: #fff;
}

.blog-content img {
    margin-inline: 0 !important;
    max-width: 100%;
    height: auto !important;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
}

.blog-item {
    display: flex;
    flex-direction: column;
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
    min-width: calc(50% - 10px);
}

.blog-item:nth-child(odd) {
    margin-right: 20px;
}

.blog-item__image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-item__name {
    min-height: auto;
}


.blog-item__annotation {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-pdf td {
    width: 500px;
}

.order-pdf th {
    padding-right: 10px;
}

.order-pdf-info {
    margin-bottom: 20px;
}

.order-pdf-info tr {
    display: block;
    margin-bottom: 5px;
}

.order-pdf-info th {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    width: 165px;
}

.order-pdf-goods tr {
    display: block;
    margin-bottom: 10px;
}

.order-pdf-goods th {
    width: 100px;
}

.order-pdf-goods td div {
    padding-bottom: 10px;
}

/*News*/
@media screen and (max-width: 992px) {
    #indexSideBar {
        display: none;
    }

    .mobile-menu--wrapper {
        display: block;
        text-align: center;
    }
}


@media screen and (min-width: 1200px) {
    .main-header .main-header__city {
        width: 10.33333333%;
    }
    .main-header__city, .main-header__cur {
        width: 14.66666667%;
    }
}

@media screen and (max-width: 1200px) {
    .main-header__nav {
        float: right;
        justify-content: flex-end;
    }

    .main-nav__toggle {
        /*display: block;*/
        display: inline-block;
        text-align: center;
        font-size: 24px;
        border: solid 1px #028646;
        color: #028646;
        width: 46px;
        height: 46px;
        line-height: 44px;
        margin: 5px 15px;
    }

    .main-menu {
        display: none;
        position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0;
        top: 100%;
        z-index: 50;
        text-align: center;
        -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.75);
    }

    .main-menu__link {
        -webkit-border-radius: 0;
        border-radius: 0;
        border-left: none;
        border-top: solid 1px #028646;
        display: block;
        padding: 10px;
        margin: 0;
        font-size: 1em;
    }

    .main-menu__link_active {
        color: #028646;
    }

    .main-menu__link_active:after {
        display: none;
    }

    .main-menu li {
        display: block;
    }

    .main-menu li ul {
        position: relative;
        width: 100%;
    }

    .main-menu li ul li a {
        justify-content: center;
    }

    ul.main-menu {
        padding: 0 2%;
    }

    .main-header-phones, .main-header__account {
        justify-content: center;
        position: relative;
        top: 8px;
    }

    .main-content {
        margin-top: 0px;
    }

    .content-block {
        margin: 20px 0 0;
    }

    .content-block-sales {
        margin-top: 40px;
    }

    .pgngwr {
        width: 100%;
    }

    .grid-top {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .grid_block .product-item {
        width: 33.3333% !important
    }

    .main-header__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .main-header__nav {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .search-form {
        width: 100%;
    }

    .search-form input {
        width: 100%;
    }

    .cart-box {
        padding-right: 0;
    }

    .main-header-phones, .main-header__account {
        top: 0px;
    }

    .sidebar-menu {
        display: none;
    }

    .sidebar__toggle {
        display: block;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 0;
        -webkit-transition: color 0.1s ease-in;
        -o-transition: color 0.1s ease-in;
        transition: color 0.1s ease-in;
    }

    .sidebar__toggle:hover {
        color: #028646;
        -webkit-transition: color 0.1s ease-in;
        -o-transition: color 0.1s ease-in;
        transition: color 0.1s ease-in;
    }

    .product-item__name {
        margin-bottom: 0;
    }

    ul.viki-tabs-buttons li a {
        font-size: 13px;
    }

    ul.slu li a .h1, ul.slu li a .h2 {
        font: 30px/38px Arial;
    }
}


@media screen and (max-width: 768px) {
    /*  news*/
    .news-item {
        flex-direction: column;
    }

    .news-item-img {
        width: 100%;
        height: 200px;
    }

    /*  news*/
}

@media screen and (min-width: 991px) {
    .main-footer__top {
        position: absolute;
        flex-direction: column;
        max-width: 160px;
        align-items: flex-start;
        left: 20px;
    }

    .main-footer__row {
        width: 75%;
        max-width: 870px;
        margin-left: auto;
    }

    .main-footer .container {
        position: relative;
    }

}

@media screen and (min-width: 1199px) {
}

@media screen and (max-width: 767px) {


    .main-header__slogan {
        justify-content: center;
    }

    a.toggle-btn-mobile {
        display: block;
        height: 46px;
        width: 46px;
    }

    a.toggle-btn-table {
        display: none;
    }

    .main-header__nav {
        width: 100%;
        padding: 0;
        margin-right: -15px;
        margin-left: -15px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 0;
    }

    .main-header__item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
    }

    .main-header__cur, .main-header__city {
        width: 50%;
    }

    .main-header__cur {
        justify-content: flex-end;
    }

    .main-header__city {
        clear: both;
    }

    .main-header__city a {
        margin-left: 15px;
    }

    .main-header .main-header__city {
        justify-content: flex-start;
    }

    .main-header__bottom {
        border: none;
    }

    .main-header-logo__logo {
        float: none;
        margin-bottom: 10px;
    }

    .main-header-logo__logo img {
        margin: 0 auto;
        /*max-width: 40px;*/
    }

    .main-menu__dropdown {
        visibility: hidden;
    }

    ul.main-menu {
        padding: 0 2%;
    }

    .main-menu li {
        display: block;
        padding: 0;
    }

    .main-menu li:first-child .main-menu__link {
    }

    .main-menu li ul {
        position: relative;
        width: 100%;
    }

    .main-menu li ul li a {
        justify-content: center;
        padding-left: 0px;
    }

    .main-menu__link {
        -webkit-border-radius: 0;
        border-radius: 0;
        border-left: none;
        border-top: solid 1px #028646;
        display: block;
        padding: 10px;
        margin: 0;
    }

    .icon-arr {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-header__search form {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .main-header__search .search-form__input {
        position: relative;
        width: 100%;
    }

    .account-box__item {
        width: 50%;
    }

    .main-header__account {
        justify-content: flex-end;
    }

    .h1 {
        font-size: 28px;
    }

    .catalog .h1 {
        font-size: 16px;
    }

    .h2 {
        font-size: 24px;
    }

    .main-slider .slider-content {
        padding: 40px 20px;
        height: 286px;
        width: 100%;
        margin: 30px 15px 50px;
    }

    .main-slider .owl-nav.disabled + .owl-dots {
        margin-top: -30px;
    }

    .main-slider .owl-item .item {
        min-height: auto;
    }

    .content-block {
        padding: 15px;
        margin: 20px 0 0;
    }

    .payment-methods-by {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .payment-methods-by li {
        margin: 15px 15px;
    }

    .main-footer .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .main-footer__item:nth-child(3) {
        text-align: center;
    }

    .cat-blocks {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }

    .grid_block .product-item {
        width: 50% !important;
    }

    table.gr thead {
        display: none;
    }

    table.gr {
        border: none;
        border-collapse: separate;
        border-spacing: 0 5px;
    }

    table.gr tr {
        display: block;
        border-top: 1px solid #b8b8b8;
    }

    table.gr tr th:before, table.gr tr td:before {
        display: block;
        border-right: 1px solid #b8b8b8 !important;
        position: absolute;
        content: attr(data-label);
        float: left;
        left: 0;
        height: calc(100% - 2px);
        top: 0;
        width: 120px;
        padding: 2px 5px 5px 5px;
        text-align: right;
    }

    table.gr tr td {
        border-bottom: 1px solid #b8b8b8 !important;
        border-top: 0px solid #b8b8b8 !important;
        display: block;
        position: relative;
        padding-left: 130px;
        text-align: left;
    }

    .cart-item {
        grid-template-areas:
      "num img info info"
      "num quantity price delete";
        grid-template-columns: 35px 120px 1fr 31px;
        gap: 5px 10px;
    }

    .order-nav li {
        margin-right: 10px;
    }

    .order-nav li::after {
        width: calc(50% + 10px);
        right: -10px;
    }

    #cartCheck, .order-check {
        width: 100%;
    }

    .order-info {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .order-info > div:first-child > div {
        grid-template-columns: 150px 1fr;
    }

    .header-cart {
        grid-template-areas:
                       "logo info"
                       "safety safety";
        grid-template-columns: minmax(50px, 82px) 1fr;
    }
}

@media screen and (max-width: 540px) {
    .account-box__wrap {
        margin-right: 10%;
    }

    .slider-content__header {
        font-size: 20px;
    }
}

@media screen and (max-width: 490px) {
    .product-item__name, .page-header.h1 {
        word-break: break-word;
    }
}

@media screen and (max-width: 479px) {
    .main-header__slogan, .main-header__search {
        width: 100%;
    }

    .main-header__slogan {
        text-align: center;
    }

    .main-header-phones {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.viki-redirect-progress {
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.viki-redirect-progress img {
    animation: loader 1s linear infinite;
    height: 104px;
    width: 104px;
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.smart-filter .flt-preview__wrapper {
    border: 0;
}

.smart-filter {
    margin-bottom: 25px;
    background: #fff;
}

.smart-filter .button, .smart-filter .flt-preview__wrapper {
    width: 100%;
    padding: 10px 0;
}

#filter-form {
    display: block !important;
    border: solid 1px #dddddd;
}

.filter_group {
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 0px 15px;
    position: relative;
}

.filter_group .filter_group_body {
    display: none;
}

.filter_group_active .filter_group_body {
    display: block;
}

.filter_group .filter_group_title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
    margin-left: -15px;
    margin-right: -15px;
}

.filter_group .filter_group_title:hover {
    background-color: #ddd;
}

.filter_group .filter_group_title:after {
    position: absolute;
    top: -webkit-calc(50% - 4.5px);
    top: calc(50% - 4.5px);
    right: 10px;
    display: block;
    width: 7px;
    height: 9px;
    background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNyA5IiB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNyAxLjFsMy44IDMuNEwuNyA3LjkgMS45IDlsNC44LTQuNUwxLjkgMCAuNyAxLjF6IiBmaWxsPSIjQUNBRTlFIi8+PC9zdmc+") no-repeat;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    -o-transition: transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    content: '';
}

.filter_group_active .filter_group_title:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.check_box_simple {
    clear: both;
}

.check_box_simple label {
    text-align: left;
    float: none;
    /*display: block;*/
    width: auto;
    margin: 0 10px 5px 0;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.check_box_simple input[type="checkbox"] {
    margin: 1px 5px 0 0;
}

.check_box_simple .check_box_simple_text i {
    font-style: normal;
}

.check_box_simple label input[disabled] ~ .check_box_simple_text {
    color: #b3b3b3;
    cursor: context-menu
}

#flt-submit {
    margin-top: 20px;
    padding: 0px 15px;
}

.filter_buttons {
    margin: 10px 0;
    text-align: center;
}

.filter_buttons::before {
    display: block;
    clear: both;
    content: '';
}

.filter_buttons span {
    cursor: pointer;
    color: #999;
    text-decoration: underline;
}

.smart-filter .flt-preview__wrapper {
    text-decoration: none;
    outline: none;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #028646;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}

.smart-filter .flt-preview__wrapper {
    cursor: auto;
    width: auto;
    padding: 10px;
    position: absolute;
    left: 100%;
    padding: 0 10px;
    z-index: 9999;
    overflow: visible;
    margin-top: -6px;
    margin-top: -40px;
    width: auto;
    padding: 10px;
}

.smart-filter .flt-preview__wrapper .button, .smart-filter .flt-preview__wrapper .flt-preview__wrapper {
    background: none;
    padding: 0;
    display: inline-block;
    width: auto;
}

.smart-filter .flt-preview__wrapper .button:hover, .smart-filter .flt-preview__wrapper .flt-preview__wrapper:hover {
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    .smart-filter .flt-preview__wrapper {
        display: none;
    }
}

.smart-filter .flt-preview__remove {
    cursor: pointer;
    margin-right: 5px;
}

.smart-filter .flt-preview__wrapper .flt-preview {
    display: inline;
}

.fa-remove:before {
    content: "\f00d";
}

.smart-filter .flt-preview__wrapper:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #028646;
    border-width: 6px;
    margin-top: -6px;
    left: -10px;
}

.catalog__sidebar .smart-filter__arrow {
    display: none;
    border: 1px solid #dedede;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}

.arrow {
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media screen and (max-width: 1200px) {
    .arrow {
        display: block;
    }
}

.arrow span:after, .arrow span:before {
    top: 3px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    height: 15px;
    width: 4px;
}

.arrow_black span:after, .arrow_black span:before {
    background-color: #000;
}

@media screen and (max-width: 800px) {
    .catalog__sidebar .arrow span:after, .catalog__sidebar .arrow span:before {
        height: 10px;
        width: 2px;
        top: 10px;
    }

    .catalog__sidebar .arrow span:before {
    }

    /*.catalog__sidebar .arrow span:after
    {
      right: 25px;
      
    }*/
}

.arrow span {
    background-color: #fff0;
    height: 20px;
    display: block;
    position: absolute;
    width: 4px;
    left: 8px;
}

.arrow span:before {
    right: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow span:after {
    left: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catalog__sidebar .smart-filter__arrow .arrow_active span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catalog__sidebar .smart-filter__arrow .arrow_active span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (min-width: 801px) {
    .in_filter {
        display: block !important;
    }
}

@media screen and (max-width: 800px) {
    .catalog__sidebar .smart-filter__arrow {
        display: block;
    }

    .catalog .in_filter {
        display: none;
    }

    .in_filter.input_checked {
        display: block;
    }

    .catalog__sidebar .arrow span:before {
        right: 16px;
    }

    .catalog__sidebar .arrow span:after {
        left: -20px;
    }
}

@media screen and (max-width: 800px) {
    .catalog__sidebar .arrow {
        top: 7px;
        right: 7px;
    }
}

@media screen and (max-width: 600px) {
    .catalog {
        margin: 0;
    }

    .grid_list .product-item__img {
        width: 45%;
    }
}

.color-green {
    color: #028646;
}

.main-footer__item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.main-footer__item.pay {
    max-width: 500px;
}

.main-header__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

.nav__slogan {
    display: none;
}

.nav__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px;
    display: block;
    line-height: 1;
}

.nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
}
.nav.active {
    transform: translateY(0%);
}
.nav__info {
    display: none;
}

.menu {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.menu > li > a {
    display: block;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    padding: 10px 0;
    font-weight: 700;
    position: relative;
}

.menu > li > a:hover {
    color: rgba(0, 132, 74, 1);
}

.menu > li > a:hover span:before{
    transform: translateX(2px) rotate(-40deg);
}
.menu > li > a:hover span:after{
    transform: translateX(-2px) rotate(40deg);
}
.submenu {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.submenu ul {
    padding: 0;
    list-style: none;
    min-height: 0;
}
.menu > li > a:hover + .submenu {
    grid-template-rows: 1fr;
 }
.submenu:hover {
    grid-template-rows: 1fr;
}
.submenu ul > li > a {
    padding: 6px 16px;
    display: block;
}
.submenu ul > li > a:hover {
    text-decoration: underline;
 }
.burger {
    border: none;
    width: 64px;
    background: rgba(0, 132, 74, 1);
    display: flex;
    flex-direction: column;
    height: 64px;
    justify-content: space-between;
    transition: 0.5s ease-in-out;
    padding: 25px 22px;
    z-index: 3000;
}
.nav__phones {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.burger span {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 6px;
    opacity: 1;
    transition: 0.3s ease-in-out;
    position: relative;
}

.burger span:first-child {
    top: 0;
}

.burger span:last-child {
    bottom: 0;
    width: 75%;
}

.burger.active {
    background: #fff;
}

.burger.active span:first-child {
    transform: rotate(45deg);
    top: 6px;
    background: #000;
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:last-child {
    bottom: 6px;
    transform: rotate(-45deg);
    width: 100%;
    background: #000;
}

.main-header {
    background-color: #fff;
}

.main-header__logo a {
    display: block;
    max-width: 50px;
    margin-left: 8px;
}

.main-header__logo span {
    display: none;
}

.search-form__input input {
    height: 58px;
    padding: 0 18px;
}

.search-form__button {
    width: 58px;
    height: 58px;
}

.mobile {
    display: flex;
    gap: 5px;
}

.mobile__phone {
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile__phone .fa-phone {
    font-size: 24px;
}

.mobile__phones {
    display: none;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    gap: 5px;
    position: fixed;
    top: 64px;
    background: #fff;
    z-index: 100;
    left: 0;
    right: 0;
}

.mobile__phones phone {
    font-size: 14px;
}

.mobile__phones:hover {
    display: flex;
}

.mobile__phone:hover > .mobile__phones {
    display: flex;
}

.mobile__basket {
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 64px;
    position: relative;
}

.mobile__basket.cart-box .i-wrapper {
    width: auto;
    height: auto;
    line-height: 1;
    background: none;
}

.mobile__basket.cart-box .bsk {
    display: none;
}

.mobile__basket.cart-box .i-wrapper .fa-shopping-cart {
    font-size: 24px;
}

.mobile__basket.cart-box .cart-act {
    background: none;
    position: relative;
    width: auto;
}

.mobile__basket.cart-box .count {
    position: absolute;
    right: -5px;
    top: -5px;
    background: red;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 1;

}

.account {
    display: flex;
    gap: 10px;
}

.account__basket {
    width: 100%;
    background: rgba(0, 132, 74, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.account__basket .cart-act {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.account__basket .count {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.account__basket .i-wrapper {
    width: auto;
    height: auto;
    line-height: 1;
}

.account__basket .i-wrapper .fa {
    width: auto;
    height: auto;
    line-height: 1;
    color: #fff;
    padding: 0;
}

.account__basket .count::before {
    position: absolute;
    content: 'шт.';
    display: block;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    font-size: 14px;
    line-height: 1;
}

.account__login {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(224, 224, 225, 1);
}

.account__login .i-wrapper {
    width: auto;
    height: auto;
    line-height: 1;
    background: none;
}

.account__login .i-wrapper .fa {
    width: auto;
    height: auto;
    line-height: 1;
    color: #000;
    padding: 0;
}

.account__login a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.nav__worktime {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.nav__social {
    display: block;
     margin-bottom: 30px;
}
.account__basket .bsk {
    color: #fff;
}
.account__basket a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.account__basket .i-wrapper {
    background: none;
}
@media screen and (min-width: 991px) {
    .burger {
        display: none;
    }
    .main-header__row {
        margin: 0;
    }
    .main-header__logo a {
        margin: 0;
        max-width: 80px;
    }
    .main-header__row {
        gap: 30px;
    }
    .main-header {
        height: 100px;
        display: flex;
        align-items: center;
    }
    .mobile {
        display: none;
    }
    .nav {
        display: flex;
        position: relative;
        transform: none;
        padding: 0;
        flex: 1 0 auto;
        gap: 10px;
    }
    .nav__title {
        display: none;
    }
    .nav__slogan {
        display: block;
    }
    .nav__top {
        display: grid;
        grid-template-columns: 1fr 220px 210px;
        align-items: center;
        gap: 30px;
    }
    .nav__bottom {
        display: grid;
        grid-template-columns: 1fr 140px 50px 210px;
        align-items: center;
        gap: 30px;
    }
    .menu {
        display: flex;
        margin: 0;
        gap: 10px;
    }
    .nav__phones {
        margin: 0;
        position: relative;
    }.nav__phones::before {
    content: '';
    background: url('./images/arrow.svg') no-repeat;
position: absolute;
    top: 50%;
    transform: translateY(-50%);
             right: -20px;
             width: 9px;
             height: 5px;
     }
    .nav__phones a{
        font-size: 16px;
    }
    .nav__phones a:first-child:hover ~ a{
        display: block;
    }
    .nav__phones a:last-child{
        display: none;
        position: absolute;
        padding-top: 25px;
    } 
    .nav__phones a:last-child:hover{
        display: block;
      }
    .nav__social {
        display: none;
    }
    .nav__info {
        display: flex;
        gap: 10px;
    }
    .nav__cur {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .nav__city {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .nav__worktime {
        margin: 0;
    }
    .search-form__input {
        margin-right: 38px;
    }
    .search-form__input input {
        height: 38px;
    }
    .search-form__button {
        width: 38px;
        height: 38px;
    }
    .submenu {
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
    }
    .menu > li > a {
        border: none;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0;
    }
    .menu > li {
        position: relative;
    }
    .submenu ul > li > a {
        padding: 10px 16px;
    }
    .icon-arr {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .account__basket {
        width: 100px;
        height: 32px;
        
    }
    .account__login {
        width: 100px;
        height: 32px;
    }
    .nav__worktime {
        max-width: 50px;
        font-size: 12px;
    }
}
@media screen and (min-width: 1199px) {
    .nav__top {
        grid-template-columns: 1fr 260px 210px;
    }
    .nav__bottom {
        grid-template-columns: 1fr 180px 50px 210px;
    }
    .nav__phones a {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .product-item {
        display: flex;
        flex-direction: column;
    }
    .product-item__ann {
        position: static;
        margin-top: auto;
    }
    .num-box input {
        width: 35px;
    }
    .fav-cart-wr {
    }
}

.product-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}
.product-bottom a{
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #028646;
}
.product-bottom a:hover{
    text-decoration: underline;
}
@media screen and (min-width: 767px) {
    .main-footer__item {
        flex-direction: row;
        gap: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .menu {
        gap: 30px;
    }
}