@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --main-bg-color: #F7F7F7;
    --main-header-color: #8F90A5;
    --main-header-menu-color: #FFFFFF;
    --text-black-color: #373B46;
    --main-font: "Cormorant", serif;
    --text-font: "Montserrat", sans-serif;
    --numbers-font: "Montserrat", sans-serif;
    --color-violet: #523881;
    --color-violet-light: #896EB0;
    --color-grey-bg: #F4F4F4;
    --color-white: #F7F7F7;
    --color-green: #83D82E;
    --color-rose: #CE9FC9;
    --color-dark-blue: #34365D;
    --footer-background-color: #66697C;
    --blue-violet-grandient: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
}

body {
    font-family: var(--text-font);
    font-weight: 300;
    background:  var(--main-bg-color);

}
html {
    font-family: var(--text-font);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    min-height: 100%;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
    color: var(--color-violet-light);
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    font-weight: 500;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: var(--text-black-color);
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

* {
    font-family: var(--text-font);
    font-weight: 300;
}
/*
html {
    font-size: 62.5%;
}
*/
body {
    font-size: 15px;
    background: var(--main-bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: var(--text-black-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-black-color);
}

p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: var(--color-violet-light);
}

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

figure {
    margin: 0;
}

.container {
    max-width: 1540px;
}
.container-fluid {
    max-width: 1540px;
}

.mb-80 {
    margin-bottom: 80px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}

.wrapper {
    /*background: #FFF;*/
    background-attachment: fixed;
    padding-bottom: 0px;
    background-size: cover;
}

.top-line {
    height: 40px;
    background-color: rgba(230, 232, 237, 0.5);
}
.top-line a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #434950;
    padding: 0 10px;
}
.top-line a:hover {
    text-decoration: none;
}

.top-line a.top-line-phone {

    padding-left:26px;
    margin-left: 20px;
}
.top-line a.top-line-signin {

    padding-left:26px;
    margin-left: 20px;
}
.top-line a.top-line-profile {
  
    padding-left:26px;
    margin-left: 20px;
    margin-right: 5px;
    background-size: 15px 15px;
}
.top-line a.top-line-search {

    width: 30px;
    margin-left: 12px;
}
.top-line a.top-line-wishlist {

    width: 30px;
    margin-left: 20px;
}
.top-line a.top-line-cart {

    padding-left:26px;
    margin-left: 24px;
}
.top-line a.top-line-cart span {
    display: block;
    width: 15px;
    height: 15px;
    background: #E1251B;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    border-radius: 10px;
    position: absolute;
    right: 12px;
    top: 5px;
}
.top-line .top-line-right a {
    float: right;
}

header.header {
    width: 100%;
    height: 88px;
    position: fixed;
    background: transparent;
    z-index: 9998;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header_white {
    background: var(--main-header-color) !important;
    border-bottom: 0 !important;
}
header.header.header_white {
    border-bottom: 0 !important;
}
/*
.header.header-white .mainmenunav ul.mainmenu > li > a > svg path {
    fill: #373C48;
}*/
header.header .main-header {
    margin-top: 30px;
    position: relative;
}
header.header .mainmenunav ul.mainmenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    position: inherit;
}

header.header .mainmenunav ul.mainmenu > li {
    margin: 0 8px;

    /*position: relative;*/
}
header.header .mainmenunav ul.mainmenu > li.info-selector-btn {
    position: relative;
    margin: 0;
    padding: 0 16px 40px 32px;
}
header.header .mainmenunav ul.mainmenu > li.contacts-popup-btn {
    position: relative;
    margin-right: 16px;
    margin-left: 0;
    padding: 0;
}
header.header .mainmenunav ul.mainmenu > li > a {
    color: var(--main-header-menu-color);
    font-size: 16px;
    padding: 0px 0;
    /*
    height: 40px;
    line-height: 24px;*/
    font-weight: 400;
    display: inline-block;
}
header.header .mainmenunav ul.mainmenu > li > a img {
    transition: opacity 0.3s ease-in-out;
}
header.header .mainmenunav ul.mainmenu > li > a:hover img {
    opacity: 0.5;
}
header.header .mainmenunav ul.mainmenu > li > a span {
    font-weight: 400;
    margin: 0 0 0 8px;
    line-height: 24px;
}
header.header .mainmenunav ul.mainmenu > li > a:hover {

}
header.header .mainmenunav ul.mainmenu > li > a.header-cart-status.top-line-cart.cart-active span {
    width: 20px;
    height: 20px;
    background: var(--color-violet);
    position: absolute;
    right: -12px;
    top: -8px;
    display: block;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    line-height: 20px !important;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu {

    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu {
    /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);*/
    min-width: 320px;
    height: auto;
    position: absolute;
    top: 58px;
    right: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    background-color: #FFF;
    text-align: left;
    padding: 12px 0;
    border-radius: 0px;
    list-style: none;
    margin: 0 -80px 0 0px;
    transition: all 0.3s ease;
    border-radius: 0;
}
/*
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #FFF;
    position: absolute;
    top: -8px;
    right: 78px;
    rotate: 45deg;
}*/
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu {
    padding: 24px 40px 16px 40px;
    right: 0;
    margin: 0 80px 0 0;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu li a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    margin-bottom: 8px;
    font-weight: 600;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu:before {
    /*
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #F5F5F5;
    position: absolute;
    top: -12px;
    right: 80px;
    rotate: 45deg;*/

}
    /*
    .header .mainmenunav ul.mainmenu > li > ul.submenu li a {
        padding: 8px 20px;
        font-size: 13px;
        display: block;
        color: #1f1f25;
        margin: 0 10px;
        text-transform: uppercase;
        border-radius: 2px;
    }
    .header .mainmenunav ul.mainmenu > li > ul.submenu li:hover a {
        color: #FFF;
        background: #E1251B;
    }*/
header.header .mainmenunav ul.mainmenu > li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    /*display: flex !important;*/
}
header.header .mainmenunav ul.mainmenu > li:hover > a {

}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup {
    color: var(--text-black-color); 
    padding: 24px 32px 16px 32px;
    z-index: 1000;
    text-align: center;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #FFF;
    position: absolute;
    top: -8px;
    right: 78px;
    rotate: 45deg;
}
header.header .mainmenunav ul.mainmenu > li:hover > ul.submenu.contacts-popup {
    display: block !important;
}
header.header .mainmenunav ul.mainmenu > li:hover > ul.submenu.info-menu {
    display: block !important;
}
.submenu--header {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #23282D;
    margin-bottom: 10px;
}
.submenu--header span {
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu li a.info-menu-discount-btn {
    display: inline-block;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu li a.profile-logout-btn {
    border-radius: 8px;
    border: 1px solid #00955E;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    margin: 16px 0 8px 0; 
    display: inline-block;
}

header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu li a.info-menu-discount-btn img {
    width: 13px;
    height: auto;
    margin-left: 4px;
}
li.submenu--phone {
    display: block;
    margin-bottom: 4px;
}
li.submenu--phone a {
    font-family: var(--numbers-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-bottom: 4px;
}
li.submenu--time {
    font-size: 13px;
    line-height: 20px;
    margin: 16px 0 24px 0;
}


/*
div.lang-selector-btn button {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    display: inline-block;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    height: 27px;
    line-height: 27px;
}

div.lang-selector-btn a {
    display: inline-block;
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    text-transform: unset;
    padding: 0 6px;
}
div.lang-selector-btn a:hover {
    color: var(--color-white);
    opacity: 0.5;
}*/
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .btn-group>.btn {
    padding: 0;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    box-shadow: none;
    outline: none;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .btn-group>.btn:hover {
    text-decoration: none;
    opacity: 0.5;
    box-shadow: none;
    outline: none;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .btn-group>.btn:focus {
    text-decoration: none;
    opacity: 0.5;
    box-shadow: none;
    outline: none;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .dropdown-menu {
    min-width: 56px;
    left: unset !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    right: 0px;
    top: 16px !important;
    margin-right: -8px;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .dropdown-menu button.btn {
    text-transform: uppercase;
    color: var(--text-black-color);
    font-size: 14px;
    font-weight: 600;
    webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    box-shadow: none;
    outline: none;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .dropdown-menu button.btn:hover {
    text-decoration: none;
    color: var(--color-violet);
}

header.header .mainmenunav ul.mainmenu > li.lang-selector-btn span {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    display: inline-block;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    height: 27px;
    line-height: 27px;
}

header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a {
    display: inline-block;
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    text-transform: unset;
    padding: 0 6px;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a:hover {
    color: var(--color-white);
    opacity: 0.5;
}
a.cart-dropdown-btn {
    font-size: 13px;
    color: #FFF !important;
    border: 1px solid transparent;
    background: var(--color-violet-light);
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    border-radius: 30px;
    display: block;
    margin-bottom: 24px;
    border: 1px solid var(--color-violet-light);
}
a.cart-dropdown-btn:hover {
    background: #FFF;
    border: 1px solid var(--color-violet-light);
    color: var(--text-black-color) !important;
}
.header-middle {
    position: unset; 
}
header.header .mainmenunav {
    position: unset;
}
header.header .mainmenunav ul.mainmenu.icons-menu {
    margin-left: 20px;
}
header.header .mainmenunav ul.mainmenu.catalog-menu {
    margin-top: -4px;
    position: unset;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li {
    flex: 1 1 auto;
    margin: 0;
    position: unset;
    padding-bottom: 20px;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li.has-droupdown {
    
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li > a {
    font-size: 14px;
    word-wrap: break-word;
    line-height: 18px;
    vertical-align: sub;
    padding: 8px 0px 8px 0px; 
    margin: 0 8px 0 8px;  
    
    font-weight: 600;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li > a:hover {
    color: #DFDFDF;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li > a.catalog-menu-btn {

    background:  transparent;
    color: #FFF;
    font-size: 14px;
    line-height: 36px;
    border-radius: 30px;
    padding: 0px 24px 0 52px;
    height: auto;
    border: 1px solid #FFF;
    background: url(../svg/menu_icon.svg?v=1) left 24px center no-repeat;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li > a.catalog-menu-btn img {
    margin: 9px 8px 9px 0;
    height: 18px;
    width: 18px;
    float: left;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li > a.catalog-menu-btn:hover {
    background: rgba(255, 255, 255, .2) url(../svg/menu_icon.svg?v=1) left 24px center no-repeat;
    border: 1px solid rgba(255, 255, 255, .1);
}
.main {
    padding-top: 0px;
    margin-top: 88px;
}
.main .heading_title_text a {
    text-decoration: underline;
    color: var(--color-violet-light);
}
.main .heading_title_text a:hover {
    text-decoration: none;
    color: var(--color-violet);
}
.main h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
    font-family: var(--main-font);
    text-align: center;
    color: var(--text-black-color);
    text-transform: uppercase;
}
.main .subcategoryHeader {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
    font-family: var(--main-font);
    color: var(--text-black-color);
    text-transform: uppercase;
}
.main .breadcrumb {
    background: unset;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding: 0;
    margin-top: 40px;
    justify-content:center;
    white-space: wrap;
    /*
    overflow: auto;*/
}
.breadcrumb-item {
    flex: 0 0 auto; 
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
    overflow: hidden;
    height: 16px;
 /*   max-width: 320px;*/

}

.breadcrumb-item a {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
    display: inline-block;
    height: 20px;
}
.breadcrumb-item a span {
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item::before {

    padding-right: 16px;
    color: var(--text-black-color);
    content: " ";
    padding-left: 16px;
    background: url('../svg/breadcrumbs_arrow.svg') center center no-repeat;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
    padding-right: 0px;
}

/*
.collection .container-fluid {
    padding: 0 !important;
}
.collection .container-fluid .row {
    padding: 0 !important;
}*/

.header_box {
    /*border-bottom: 1px solid #c6dbec;*/
}
.modal-header .close:focus {
    box-shadow: none;
    outline: none !important;
}
.logo {
    height: auto;
    width: 226px;
    margin: 0px auto 0px auto;
}
#mobile-header-logo {
    display: none;
}
.header-logo {
    display: inline-block;
    margin-top: 2px;
}
.mobile-lang-selector {
    color: #212529;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 14px 0 0 24px;
    text-align: center;
    float: left;
    display: none;
}
a.header-mobile-menu-button {
    background: var(--main-header-color);
    color: var(--color-white);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 30px;
    padding: 0px 40px;
    height: auto;
    margin: 16px auto 0 auto;
    text-transform: unset;
    width: 80%;
    height: 40px;
    /*border: 1px solid var(--color-white);*/
}
a.header-mobile-menu-button img {
    margin: 4px 8px 9px 0;
    height: 18px;
    width: 18px;
}
a.header-mobile-cart-button {
    width: 20px;

    display: block;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 34px;
    display: none;
}
a.header-mobile-cart-button span {
    display: block;
    width: 15px;
    height: 15px;
    background: #E1251B;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    border-radius: 10px;
    position: absolute;
    right: -6px;
    top: -6px;
}
.main_teaser {
    padding-bottom: 0px;
    margin-bottom: 80px;
}
.first_header {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 42px;
    color: var(--text-black-color);
    margin: 20px auto 36px auto;
}

.slider {
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    /*float: left;*/
}
.slider .carousel-item {

}
.slider .container-fluid {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
/*
.about-company .container-fluid {
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: #FFF;
}
.mainpage-seo .container-fluid {
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: #FFF;
}*/
.slider .carousel-control-next, .carousel-control-prev {
    width: 14%;

}

.slider .carousel-control-next-icon {
    background-image: url("../svg/arrow-slider-right.svg");
}
.slider .carousel-control-prev-icon {
    background-image: url("../svg/arrow-slider-left.svg");
}
.slider .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 18px;
    height: 36px;
}
.slider .carousel-indicators li {
    height: 8px;
    width: 8px;
    background: var(--color-violet);
    padding: 0;
    border: 0;
    border-radius: 8px;
}
.slider .carousel-indicators .active {
    width: 8px;
    height: 8px;
    background: var(--color-white);
}
.slider .slider-content {
    z-index: 2;
    position: absolute;
    padding: 0px;
    left: 14%;
    top: 320px;
    width: 540px;
}
.slider .slider-content .slider-content-name {
    color: var(--color-white);
    font-family: var(--main-font);
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.slider .slider-content .slider-content-name2 {
    color: var(--color-white);
    font-family: var(--main-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.slider .slider-content .slider-content-text {
    color: var(--text-black-color);
    font-family: var(--text-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 32px;
}
.slider .slider-content .slider-content-text .breadcrumb {
    padding: 0;
    background: unset;
}
.slider .slider-content .slider-content-text .breadcrumb .breadcrumb-item {
    color: var(--color-white);
}
.slider .slider-content .slider-content-text .breadcrumb .breadcrumb-item a {
    color: var(--color-white);
}
.slider .slider-content .slider-content-text .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 16px;
    content: " ";
    padding-left: 16px;
    background: url(../svg/breadcrumbs_arrow-white.svg) center center no-repeat;
}
.slider .slider-content a.slider-content-btn {
    border-radius: 30px;
    background: transparent;
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    color: var(--color-white);
    border: 1px solid var(--color-violet);
}
.slider .slider-content a.slider-content-btn:hover {
    border: 1px solid var(--color-violet);
    background: transparent;
    color: var(--text-black-color);
}
.slider .slider-content.slider-about-content {
    padding: 0;
    top: unset;
    bottom: 10%;
}
.slider.slider-seminar {
    border-radius: 8px;
    overflow: hidden;
}
.slider.slider-seminar .carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
    border-radius: 8px;
    overflow: hidden;
}
.slider-seminar-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: start;
    position: absolute;
    width: 36%; 
    height: 100%; 
    left: 12%;
}
.slider-seminar-name {
    color: var(--color-white);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.slider-seminar-subheader {
    color: var(--color-white);
    font-family: var(--main-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.slider-seminar-text {
    color: var(--color-white);
    margin-bottom: 24px;
}
a.slider-seminar-btn {

}
a:hover.slider-seminar-btn {
    
}
.first_text {
    width: 70%;
    font-size: 20px;
    margin: 0 auto;
}

.flag {
    width: 50px;
    height: auto;
    margin: 25px 0 15px 0;
}
.teasers {
   /* margin-top: auto;
    margin-bottom: auto;*/
    margin: 0 0 50px 0;

}
.teaser {
    width: 100%;
    display: block;
    margin: 0px auto;
    color: #212529;
    /*-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;*/
}
.teaser img {
    width: 100%;
    height: auto;
    transition: transform .2s;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}
.teaser:hover {
    text-decoration: none;
    color: #212529;
}
.teaser:hover img {
    transform: scale(1.2);
}
.teaser .teaser_name {

    text-decoration: none;
    font-size: 22px;
    margin: 10px 0;
}
.teaser .teaser_desc {

    font-size: 14px;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {

}
.carousel-indicators .active {
    background-color: #d51608;
}


footer {
    background: var(--footer-background-color);
}
.foooter-hero {
    border-bottom: 1px solid #8F90A5;
    padding: 56px 0;
}
.footer-header {
    color: var(--text-black-color);
    font-family: var(--main-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    clear: both;
}
a.footer-btn {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 40px;
    border-radius: 12px 1px;
    border: 1px solid var(--color-violet-light);
    color: var(--text-black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
a.footer-btn:hover {
    background: var(--color-violet-light);
    color: var(--color-white);
}
a.footer-phone {
    color: var(--color-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    font-family: var(--numbers-font);
}
footer .container {
    /*
    border-top: 1px solid #E4E4E4;
    padding-top: 72px;
    padding-bottom: 32px;*/
}
.footer_box {

}
.footer-main {
    padding-top: 80px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    display: block;
    margin-bottom: 16px;
}
footer ul li a {
    color: var(--color-white);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
footer ul li a:hover {
    opacity: 0.5;
    color: var(--color-white);
}
/*
ul.footer-catalog-menu {
    column-count: 2;
}
.footer-catalog-menu li:nth-child(odd) {
    width: 60%;
  }
  
  .footer-catalog-menu li:nth-child(even) {
    width: 40%; 
  }
  */

  ul.footer-catalog-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  ul.footer-catalog-menu li {
    flex: 1 0 50%;
    margin-bottom: 16px; 
  }
  ul.footer-catalog-menu li:nth-child(2n) {
    padding-left: 16px;
  }
ul.footer-info-menu {
    margin: 0 0 0 0px;
}
.footer_logo {
    display: block;
}
.footer_logo img {

}
.footer-subheader {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin-top: 12px;
}
.worktime {
    margin-top: 12px;
    margin-left: 0px;
}
.worktime p {
    color: var(--color-white);
    line-height: 24px;
    font-weight: 400;
}
.social {
    margin: 0px 0px 24px 0;
}
.social a {
    color: #A0A5AA;
    font-size: 18px;
    margin: 0 32px 0 0;
}
.social a:nth-last-child(1) {
    margin: 0;
}
.social a img {
    max-height: 20px;
    max-width: 20px;
}
.social a:hover {
    text-decoration: none;
}
.address {
    font-size: 20px;
    line-height: 120%;
    margin-top: 12px;
    font-weight: 300;
    color: #FFF;
}
.address span {
    display: block;
    font-size: 20px;
}
.contacts-address {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 24px;
    font-weight: 400;
    color: var(--text-black-color);
    text-transform: uppercase;
}
.contacts-address span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}
.about {
    position: relative;

}
.about-bg {

}
.about .col-12, .about .col-lg-6 {

}

.about .row {

}
.about img {

}
.question_block {
    display: flex;
    flex-wrap: nowrap;
}
.question_left {
    width: 50%;
    padding: 120px;
    background: var(--footer-background-color) url(../svg/flower.svg) left 10% top 20% no-repeat;
    color: var(--color-white);
}
.question_left .question_header {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-family: var(--main-font);
}
.question_left .question_text {
    font-size: 16px;
    margin-bottom: 32px;
}
.question_right {
    width: 50%;
    background: url('../images/mainpage1.webp') center top no-repeat;
    background-size: cover;
}

.about_text {
    display: flex;
    flex-wrap: nowrap;
}
.about_text .about_text_left {
    width: 50%;
    border-radius: 8px 0 0 8px;
}
.about_text .about_text_left.seo_bg_image {
    background: url('../images/mainpage4.webp') center top no-repeat;
    background-size: cover;
}
.about_text .about_text_left.about_bg_image {
    background: url('../images/mainpage1.webp') center top no-repeat;
    background-size: cover;
}
.about_text .about_text_right {
    background: #FFF;
    width: 50%;
    padding: 80px 104px;
    border-radius: 0 8px 8px 0;
}
.about_text .about_text_right .about_text_right_info {
    height: 568px;
    overflow-y: scroll;

}
.mainpage-gallery-img {
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.mainpage-gallery-img img {
    display: inline-block;
    width: 50%;
    height: auto;
}
.about_text .about_text_right .about_text_right_info::after {
    /*
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 45%;
    height: 1px;
    background: #FFF;
    box-shadow: 0px -90px 30px 40px #FFF;*/
}
.about_text p {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; 
    letter-spacing: 0.2px;
    color: var(--text-black-color);
}
.about_text li {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; 
    letter-spacing: 0.2px;
    color: var(--text-black-color);
}
.about_text h1 {
    font-size: 40px;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    color: var(--text-black-color);
    font-family: var(--main-font);
    text-transform: uppercase;
}

.about_text h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-bottom: 24px;
    margin-top: 32px;
    color: var(--text-black-color);
    font-family: var(--main-font);
    text-transform: uppercase;
}
.about_text h2.h1 {
    font-size: 40px;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    margin-top: 0;
    color: var(--text-black-color);
    font-family: var(--main-font);
    text-transform: uppercase;
}
.about_text h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-bottom: 24px;
    margin-top: 32px;
    color: var(--text-black-color);
    font-family: var(--main-font);
    text-transform: uppercase;
}
.about_text h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-bottom: 24px;
    margin-top: 32px;
    text-transform: uppercase;
}
.about_text a {
    text-decoration: underline;
}
.about_img { 

}
.btn-primary {

}
.btn-primary:hover {

}
.show-more-btn {
    display: inline-block;
    padding: 0 32px;
    color: #FFF;
    border: 1px solid transparent;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    transition: 500ms background ease-in-out;
    text-decoration: none;
}
.btn-red {
    border: 1px solid var(--color-violet-light);
    background: var(--color-violet-light);
    color: var(--color-white) !important;
    text-decoration: none !important;
    font-weight: 400;
}
.btn-red:hover {
    color: var(--text-black-color) !important;
    background: unset;
}
.models-invitation-btn {
    margin-top: 24px;
}
.btn-black {
    color: var(--text-black-color);
    border: 1px solid var(--text-black-color);
}
.btn-black:hover {
    background: var(--color-violet-light);
    border-color: var(--color-violet-light);
    color: #FFF;
}
.btn-white {
    color: var(--color-white);
    border: 1px solid var(--color-white);
}
.btn-white:hover {
    background: var(--color-violet-light);
    border-color: var(--color-violet-light);
    color: #FFF;
}
a.show-more-btn.btn-blue-transparent {
    border: 1px solid #5A7E97;
    color: #5A7E97;
    text-decoration: none;
    transition: all ease-in-out 300ms;
}
a.show-more-btn.btn-blue-transparent:hover {
    color: #D8E2EF;
    border: 1px solid #00955E;
}
.btn-gradient {
    color: #FFF;
    background: transparent;
    border: 1px solid #00955E;

}
.btn-gradient:hover {
    color: #FFF;
    background: linear-gradient(90deg, #00955E 0%, #F15F79 100%);
}
.contacts-area {
    background: #FFF;
}
.contacts-right {
    padding: 56px 40px 40px 72px;
    border-radius: 36px 0 0 0;
}
.kyiv_cityline {
    background: url('../images/kyiv.jpg') left top no-repeat;
    background-size: cover;
}
.greyline {
    height: 1px;
    background: #E4E4E4;
    margin: 20px 0;
}
.phones {
    margin: 0px auto 36px auto;
    font-size: 20px;
}
.phones p {
    color: var(--text-black-color);
    margin-bottom: 48px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.13px;
    line-height: 140%;
}
.phones a {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
    color: var(--text-black-color);
    display: block;
    font-family: var(--numbers-font);
}
.phones a:hover {
    text-decoration: none;
    color: var(--color-violet-light);
}
.phones span {

}
.copyright {
    color: var(--color-white);
    font-size: 12px;
    line-height: 140%;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 30px;
}
.copyright a {
    display: block;
    margin: 4px 0;
    font-weight: 400;
}
.copyright a img {
    height: 16px;
    width: auto;
}
.copyright a:hover {
    color: var(--color-white);
    opacity: 0.5;
}
.insta_item {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.insta_item img {
    width: 100%;
    height: auto;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.modal-content {
    border-radius: 0;
    border: none;
}
.btn {
    border-radius: 0;
}

a.region_phones_button {
    font-size: 1.1rem;
    font-weight: 600;
}
.reg_header {
    padding: 8rem 0;
    text-align: center;
    background-size: cover;
}
.reg_header h1 {
    font-size: 48px;
    line-height: 140%;
    margin: 0;
}
.stock_header {
    padding: 8rem 0;
    text-align: center;
    background-size: cover;
}
.stock_header h1 {
    font-size: 48px;
    line-height: 140%;
    margin: 0;
}
.empty-page {
    padding: 48px 0 80px 0;
}
.empty-page-header {
    font-family: var(--text-font);
    color: var(--text-black-color);
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.4px;
    margin: 24px 0 24px 0;
}
.empty-page-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-bottom: 40px;
}
.empty-page-text a {
    font-weight: 600;
}

.not-found {
    padding: 80px 0;
    background: var(--main-header-color);
}
.not-found .not-found-img img {
    width: 80px;
    height: auto;
    margin-bottom: 8px;
}
.not-found .not-found-404 {
    font-family: var(--numbers-font);
    color: var(--color-violet-light);
    font-size: 240px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 2.4px;
}
.not-found .not-found-cart {
    width: 100px;
    height: 120px;
    margin: 0 auto 30px auto;
    background-size: 100px 120px;
}
.not-found .not-found-user {
    width: 100px;
    height: 120px;
    margin: 0 auto 30px auto;
    background-size: 100px 120px;
}
.not-found .not-found-header {
    font-family: var(--main-font);
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.4px;
    margin: 24px 0 24px 0;
}
.not-found .not-found-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-bottom: 40px;
    color: var(--color-white);
}
.not-found-btn {
    outline: none;
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--main-header-color);
    color: var(--color-white);
    font-family: var(--text-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    border: 1px solid var(--color-white);
}
.not-found-btn:hover {
    color: var(--white);
    background: var(--color-violet-light);
    border: 1px solid var(--color-violet-light);;
}

.search-content-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search-content-wrap.search-visible {
    visibility: visible;
    opacity: 1;
}
.search-content-wrap.search-visible .search-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.search-content-wrap > .search-close {
    font-size: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 413.348 413.348' viewBox='0 0 413.348 413.348' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m413.348 24.354-24.354-24.354-182.32 182.32-182.32-182.32-24.354 24.354 182.32 182.32-182.32 182.32 24.354 24.354 182.32-182.32 182.32 182.32 24.354-24.354-182.32-182.32z' fill='%23E1E1E1'/%3E%3C/svg%3E");
}
.search-content-wrap > .search-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-content-wrap > .search-close i:hover {
    color: #dcb86c;
}
.search-content-wrap .search-content {
    display: inline-block;
    max-width: 90%;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.search-content-wrap .search-content p {
    color: var(--white, #FFF);
    font-family: var(--main-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.search-content-wrap .search-content .search-form {
    position: relative;
}
.search-content-wrap .search-content .search-form input {
    
    width: 800px;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
    border: 0;
    text-align: left;
    font-size: 16px;
    padding: 16px 36px;
    color: var(--text-black-color);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
    max-width: 100%;
    height: auto;
    z-index: 99;

    border-radius: 30px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.search-content-wrap .search-content .search-form .button-search {
    position: absolute;
    top: 12px;
    display: block;
    right: 24px;
    border: 0;
    background: 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 14.2155L10.81 10.0255C11.8169 8.8167 12.319 7.26626 12.2118 5.69671C12.1047 4.12716 11.3966 2.65934 10.2348 1.59859C9.07298 0.537844 7.54695 -0.0341578 5.97415 0.00157912C4.40136 0.037316 2.90288 0.67804 1.79046 1.79046C0.67804 2.90288 0.037316 4.40136 0.00157912 5.97415C-0.0341578 7.54695 0.537844 9.07298 1.59859 10.2348C2.65934 11.3966 4.12716 12.1047 5.69671 12.2118C7.26626 12.319 8.8167 11.8169 10.0255 10.81L14.2155 15L15 14.2155ZM1.12948 6.12287C1.12948 5.13527 1.42234 4.16985 1.97102 3.34869C2.5197 2.52753 3.29956 1.88752 4.21198 1.50958C5.1244 1.13164 6.12841 1.03276 7.09703 1.22543C8.06565 1.4181 8.95539 1.89367 9.65373 2.59201C10.3521 3.29035 10.8276 4.18008 11.0203 5.14871C11.213 6.11733 11.1141 7.12133 10.7362 8.03375C10.3582 8.94618 9.7182 9.72604 8.89705 10.2747C8.07589 10.8234 7.11047 11.1163 6.12287 11.1163C4.79899 11.1148 3.52976 10.5882 2.59363 9.6521C1.65751 8.71598 1.13095 7.44675 1.12948 6.12287Z' fill='%23373B46'/%3E%3C/svg%3E%0A");
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 100;
}
.search-content-wrap .search-content .search-form .button-search:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 14.2155L10.81 10.0255C11.8169 8.8167 12.319 7.26626 12.2118 5.69671C12.1047 4.12716 11.3966 2.65934 10.2348 1.59859C9.07298 0.537844 7.54695 -0.0341578 5.97415 0.00157912C4.40136 0.037316 2.90288 0.67804 1.79046 1.79046C0.67804 2.90288 0.037316 4.40136 0.00157912 5.97415C-0.0341578 7.54695 0.537844 9.07298 1.59859 10.2348C2.65934 11.3966 4.12716 12.1047 5.69671 12.2118C7.26626 12.319 8.8167 11.8169 10.0255 10.81L14.2155 15L15 14.2155ZM1.12948 6.12287C1.12948 5.13527 1.42234 4.16985 1.97102 3.34869C2.5197 2.52753 3.29956 1.88752 4.21198 1.50958C5.1244 1.13164 6.12841 1.03276 7.09703 1.22543C8.06565 1.4181 8.95539 1.89367 9.65373 2.59201C10.3521 3.29035 10.8276 4.18008 11.0203 5.14871C11.213 6.11733 11.1141 7.12133 10.7362 8.03375C10.3582 8.94618 9.7182 9.72604 8.89705 10.2747C8.07589 10.8234 7.11047 11.1163 6.12287 11.1163C4.79899 11.1148 3.52976 10.5882 2.59363 9.6521C1.65751 8.71598 1.13095 7.44675 1.12948 6.12287Z' fill='%23896EB0'/%3E%3C/svg%3E%0A");
}


.sidebar-cart-active {
    position: fixed;
    top: 0;
    width: 420px;
    padding: 80px 50px 20px 40px;
    min-height: 100vh;
    bottom: 0;
    z-index: 9999;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff; }
.sidebar-cart-active.inside {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active {
        width: 350px;
        padding: 80px 30px 50px; } }
@media only screen and (max-width: 767px) {
    .sidebar-cart-active {
        padding: 50px 24px 50px 24px;
        width: 296px; } }
.sidebar-cart-active .sidebar-cart-all .cart-close {
    position: absolute;
    top: 55px;
    right: 55px;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 413.348 413.348' viewBox='0 0 413.348 413.348' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m413.348 24.354-24.354-24.354-182.32 182.32-182.32-182.32-24.354 24.354 182.32 182.32-182.32 182.32 24.354 24.354 182.32-182.32 182.32 182.32 24.354-24.354-182.32-182.32z' fill='%23E1E1E1'/%3E%3C/svg%3E");
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-close {
        top: 20px;
        right: 23px;
        font-size: 23px; } }
.sidebar-cart-active .sidebar-cart-all .cart-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #dcb86c; }
.sidebar-cart-active .sidebar-cart-all .cart-content > h3 {
    color: var(--text-black-color);
    font-family: var(--text-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 45px 0; 
}
.sidebar-cart-active .sidebar-cart-all .cart-status-header {
    color: var(--text-black-color);
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 45px 0; 
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: 310px;
    max-height: calc(100vh - 430px);
    max-height: -webkit-calc(100vh - 430px);
    overflow: auto; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 365px); } }
@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 360px); } }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
    width: 100%; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title {
    font-weight: 400;
    margin-left: 20px; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 {
    font-size: 14px;
    margin: 0 0 12px 0; 
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a {
    color: var(--text-black-color);
    font-family: var(--text-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete button.remove-btn {
    background: url('../svg/remove_dark.svg') center center no-repeat;
    outline: none;
    box-shadow: none;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete button.remove-btn:focus {
    outline: none;
    box-shadow: none;
}
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
    display: block;
    width: 100%;
    margin: 8px 0 37px; }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total div {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-black-color);
    margin: 0; }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total div span {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--text-black-color);
    margin-left: 8px;
 }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: block;
    width: 100%; }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
    display: inline-flex;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid var(--color-grey-bg);
    background: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    color: var(--text-black-color);
    width: 100%;
    margin-bottom: 8px;
    height: 40px;
 }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
    border: 1px solid var(--main-header-color);
    background: var(--main-header-color);
    color: var(--color-white);
}
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a.cart-checkout-style {
    display: inline-flex;
    padding: 0 24px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: var(--color-violet-light);
    border: 1px solid var(--color-violet-light);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
 }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a.cart-checkout-style:hover {
    background-color: var(--color-violet); 
    border: 1px solid var(--color-violet);
}
.body-overlay {
    background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9998;
}
.wrapper.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
}

.mobile-off-canvas-active {
    position: fixed;
    top: 0;
    width: 370px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    right: 0;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: translate(370px, 0);
    -ms-transform: translate(370px, 0);
    transform: translate(370px, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    z-index: 9999; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active {
        width: 260px;
        -webkit-transform: translate(260px, 0);
        -ms-transform: translate(260px, 0);
        transform: translate(260px, 0); } }
.mobile-off-canvas-active.inside {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.mobile-off-canvas-active .mobile-aside-close {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 413.348 413.348' viewBox='0 0 413.348 413.348' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m413.348 24.354-24.354-24.354-182.32 182.32-182.32-182.32-24.354 24.354 182.32 182.32-182.32 182.32 24.354 24.354 182.32-182.32 182.32 182.32 24.354-24.354-182.32-182.32z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: 0px;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    background-color: #343538; }
.mobile-off-canvas-active .mobile-aside-close i {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    color: #fff; }
.mobile-off-canvas-active .mobile-aside-close:hover i {
    color: #00955E;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.mobile-off-canvas-active .header-mobile-aside-wrap {
    padding: 40px 30px 50px;
    overflow: auto;
    height: 100%; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active .header-mobile-aside-wrap {
        padding: 24px 40px 40px 36px; } }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-logo {
    

    margin-bottom: 32px;
    padding-bottom: 16px; }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-logo img {
        max-height: 22px;
    }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-logo.lang-selector span {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    display: inline-block;
    padding: 0 8px;
    background: var(--main-header-color);

    border-radius: 4px;
    height: 27px;
    line-height: 27px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-logo.lang-selector a {
    color: var(--text-black-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    display: inline-block;
    padding: 0 8px;
    background: var(--color-white);
    border-radius: 4px;
    height: 27px;
    line-height: 27px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 24px;
    padding-bottom: 24px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li {
    padding-bottom: 16px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-black-color); 
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li > a span {
    line-height: 18px;
    text-transform: uppercase;
}

    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li > a img {
        margin-right: 10px;
        float: left;
    }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li {
    padding-bottom: 15px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li.header {
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-black-color); }

  
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li a:hover span {
    color: var(--color-violet-light); }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li:hover > a span {
    color: var(--color-violet-light); }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li:last-child {
    padding-bottom: 0px; }

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li.mobile-menu-line {
    border-top: 1px solid #F5F5F5;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li.mobile-info-link a {
    text-transform: unset !important;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li.mobile-info-link a span {
    text-transform: unset !important;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default {
    background-color: transparent; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a {

    position: relative; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a:hover:not(.back) {
    background: transparent; }

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a
     
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li:hover a.next::after {
    color: #00955E; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 31px;
    padding-bottom: 37px; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
        display: block; } }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
    position: relative; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang span {
    font-size: 12px;
    font-weight: 700; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang span a {
    font-size: 13px;
    font-weight: 500; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
    z-index: 11; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
        width: 120px; } }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li {
    padding-bottom: 5px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li:last-child {
    padding-bottom: 0px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a {
    color: #343538;
    font-size: 13px;
    font-weight: 500; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a:hover {
    color: #dcb86c; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:hover > span > a {
    color: #dcb86c; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
        margin-bottom: 5px; }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
        margin-bottom: 0; } }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap {
    margin-bottom: 20px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a {
    font-size: 15px;
    margin-right: 20px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a:last-child {
    margin-right: 0; }

    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a img {
        width: auto;
        height: 16px;
        max-width: 17px;
    }
.slinky-menu ul {
    padding: 0;
    margin: 0;
}
.slinky-theme-default a:not(.back) {
    padding: 0;
}
.slinky-theme-default .next::after {
    opacity: 1;
    transition: all .3 ease 0s;
    color: #fff;
    font-size: 17px;
    top: -1px;
    line-height: 20px;
    position: absolute;
    right: 0;
    font-weight: 300;
}
.slinky-theme-default .back::before {

    opacity: 1;
    transition: all .3s ease 0s;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #232324;
    display: inline-block;
}
.slinky-theme-default .next::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
    background-size: 0.9em;
    content: '';
    height: 1em;
    opacity: 0.25;
    transition: 200ms;
    width: 1em;
    background: none;
}
.slinky-theme-default .back::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
    background-size: 0.9em;
    content: '';
    height: 1em;
    opacity: 0.25;
    transition: 200ms;
    width: 1em;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a.back {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.search-message {
    margin-bottom: 40px;
    font-size: 16px;
}
/* Products list */
.catalog-container {
    display: flex;
}

.catalog-column {
    padding: 0px;
    box-sizing: border-box;
}

.column-20 {
    flex: 1; /* Занимает 20% ширины */
    max-width: 20%;
    padding-right: 12px;
}

.column-80 {
    flex: 4; /* Занимает 80% ширины */
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.catalog-sub-column {
    width: 25%; /* Занимает 25% ширины */
    box-sizing: border-box;
    padding: 0px 12px 0 12px;
}
.wishlist-list {
    display: flex;
    flex-wrap: wrap;
}
.wishlist-list .catalog-sub-column {
    width: 33.33333333%;
}
.reflect .catalog-sub-column {
    padding: 0px 24px 0 0;
}
.reflect .column-20 {
    padding: 0 0 0 12px;
}
.collection {
    margin-bottom: 70px;
}
.productsCount {
    padding-top: 20px;
    font-family: var(--text-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}
.products-area {
    margin: 0px;
    position: relative;
}
.products-area .col-sm-6, .products-area .col-md-4, .products-area .col-lg-3, .products-area .col-xl-3 {
    padding-left: 0;
    padding-right: 16px;
}
.products-area h2 {
   font-weight: 300;
   font-size: 24px;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.product {
    background: #FFF;
    width: 100%;
    /* min-height: 388px; */
    padding: 0px;
    transition: box-shadow 0.5s;
    margin: 0 0 24px 0;
    position: relative;
    background: #FFF;
    border-radius: 8px;
    padding-bottom: 32px;
    transition: all 0.3s ease-in-out;
}
.product:hover {
    box-shadow: 0 0 16px rgba(0,0,0, 0.05);
}
.product.no_count {
    opacity: 0.5;
}
.product button.product-wish-btn {
    display: block;
    width: 21px;
    height: 18px;
    position: absolute;
    right: 26px;
    top: 26px;
    z-index: 2;
    background: url('../svg/heart.svg') center center no-repeat;
    background-size: 21px 18px;
    border: 0;
}
.product button.product-wish-btn.active {
    background: url('../svg/heart_active.svg') center center no-repeat;
    background-size: 21px 18px;
}

.product .product-wish-btn.wish {
}

.product .product-volume {
    display: inline-block;
    height: 20px;
    border: 1px solid rgba(39,42,61,0.5);
    line-height: 20px;
    font-size: 10px;
    color: rgba(39,42,61,0.5);
    padding: 0 8px;
    border-radius: 4px;

}
.product .product-volume.active_volume {
    color: var(--text-black-color);
    border: 1px solid #000;
}
.goods-product-status {
    position: absolute;
    left: 44px;
    top: 24px;
    height: 32px;
    color: var(--text-black-color);
    line-height: 32px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--text-font);
    border-radius: 16px;
    display: inline-block;
    z-index: 20;
    padding: 0 16px;
}
.blog-post .goods-product-status {
    top: 28px;
    left: 32px;
}
.product-status {
    position: absolute;
    left: 24px;
    top: 24px;
    height: 24px;
    font-family: var(--text-font);
    color: var(--text-black-color);
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
    z-index: 22;
    padding: 0 16px;
    letter-spacing: 0.2px;
    background: transparent;
    border: 1px solid var(--text-black-color);
}
.product-status-type2 {
    border: 1px solid var(--color-green);
}
.product-status-type3 {
    border: 1px solid var(--color-violet-light);
}
.product-status-type4 {
    border: 1px solid var(--color-rose);
}
.product-status-type5 {
    border: 1px solid var(--color-dark-blue);
}
.product-status-type6 {
    border: 1px solid #F8B756;
}
.product-status-type7 {
    border: 1px solid var(--main-header-color);
}


.product a.product-img {
    padding: 0px;
    display: block;
    margin: 0 0 16px 0;
    border-radius: 8px;
    overflow: hidden;

}
.product a.product-img img {
    width: 100%;
    height: auto;

}
.product a.product-name {
    width: 100%;
    line-height: 140%;
    color: var(--text-black-color);
    display: block;
    height: 58px;
    overflow: hidden;
    margin: 0px 0 20px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: 140%;
    letter-spacing: 0.2px;
}
.product a.product-name span {
    font-size: 12px;
    display: block;
    opacity: 0.7;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4px;
}
.product a:hover.product-name {
    color: var(--color-violet-light);
}
.product .product-info {
    margin: 0 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product a.product-request-btn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    border-radius: 30px;
    border: 1px solid var(--main-header-color);
    font-size: 12px;
    font-weight: 600;
    margin-right: 4px;
}
.product a.product-request-btn:hover {
    color: var(--color-white);
    background: var(--main-header-color);
}
.product a.product-showmore-btn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    border-radius: 30px;
    border: 1px solid var(--color-white);
    background: var(--color-white);
    font-size: 12px;
    font-weight: 600;
}
.product a.product-showmore-btn:hover {
    color: var(--color-white);
    border: 1px solid var(--color-violet-light);
    background: var(--color-violet-light);
}
.button-group {
    width: 50%;
}
.product button.cart_add {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    border-radius: 30px;
    border: none;
    background: var(--color-white);
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    transition: all 0.4s ease;
    color: var(--text-black-color);
}
.product button.cart_add:hover {
    background: var(--color-violet-light);
    color: var(--color-white);
}
.product .product-prices {
    width: 50%;
}
.product .product-price {
    display: inline-block;
    font-weight: 400;
    margin: 2px 16px 0 0;
    color: var(--text-black-color);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}
.product .product-price-old {
    text-decoration: line-through;
}
.product .product-price span {
    color: var(--footer-background-color);
    font-size: 14px;
}
.product .product-visible {
    height: 30px;
    font-size: 12px;
}
.product .product-price.green-price {
    color: #00955E;
}
.product .product-old-price {
    display: inline-block;
    color: var(--black, #000);
    font-family: var(--text-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
    text-decoration: line-through;
}
.product a.product-cart-btn {
    float: right;
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url("../svg/cart_active.svg") center center no-repeat;
    background-size: 28px 28px;
}
.product a.product-cart-btn:hover {
    background: url("../svg/cart_active.svg") center center no-repeat;
    opacity: 0.6;
    background-size: 28px 28px;
}
.product a.product-compare-btn {
    background: url("../img/svg/compare-black.svg") left center no-repeat;
    height: 40px;
    padding: 10px 0 10px 28px;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
}
.product.nocount {
    opacity: 0.5;
}
.product .product-not-available {
    height: 40px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #CCC;
}
/* Products list */

/* Blog post */
.blog-post {
    margin-bottom: 30px;
    height: 440px;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-post.archive-post {
    filter: grayscale(100%);
    opacity: 0.9;
}
.blog-post.archive-post:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.blog-post:hover {
    border-radius: 0px;
}
.blog-post .blog-post-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0px;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);*/
    background: linear-gradient(180deg, rgba(5, 20, 39, 0.00) 0%, rgba(5, 20, 39, 0.60) 100%);
    transition: all 0.3s ease-in-out;
}
.blog-post:hover .blog-post-link {
    background: linear-gradient(180deg, rgba(0, 149, 94, 0.00) 0%, rgba(137, 110, 176, 0.70) 100%);
}
.blog-post-main {
    background: var(--color-violet-light);
    height: 464px;
    padding: 40px;
}
.blog-post-main-header {
    color: #D8E2EF;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
    margin-bottom: 24px;
}
a.blog-post-main-btn {
    border-radius: 30px;
    background: transparent;
    display: inline-block;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #D8E2EF;
    border: 1px solid #D8E2EF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.blog-post-main-btn:hover {
    color: #091A2F;
    background: #D8E2EF;
    border: 1px solid #D8E2EF;
}
/*
.blog-post .blog-post-link::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(150deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%); 
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
    border-radius: 8px;
}
.blog-post:hover .blog-post-link::before {
    opacity: 1;
}
*/
.blog-post-content {
    position: absolute;
    top: 320px;
    left: 32px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.blog-post .blog-post-content .blog-post-name {
    color: #FFF;
    font-family: var(--text-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    margin-right: 32px;
    display: block;
    font-style: normal;
    line-height: 120%; 
    word-wrap: break-word;
    hyphens: auto; 
}
.blog-post .blog-post-content .blog-post-date {

    overflow: hidden;
    color: #FFF;
    font-family: var(--numbers-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: url(../svg/calendar_white.svg) left top no-repeat;
    padding: 2px 0 2px 28px;
    line-height: 120%;
}

.blog-post .blog-post-content a.blog-post-btn {
    border-radius: 15px 1px;
    background: transparent;
    display: inline-block;
    opacity: 0;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-post .blog-post-content a.blog-post-btn:hover {
    background: #FFF;
    color: var(--text-black-color);
}

.blog-post:hover .blog-post-content {
    top: 270px;
}
.blog-post:hover .blog-post-content a.blog-post-btn {
    display: inline-block;
    opacity: 1;
}

.blog-post .blog-post-img {
    border: 4px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    display: block;
}
.post img.post-img {
    /*border: 4px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);*/
    margin-bottom: 40px;
}
.post .post-subheader {
    font-size: 18px;
    margin-bottom: 30px;
}
.post .post-subheader.models-subheader {
    border: 1px solid var(--footer-background-color);
    padding: 24px;
    border-radius: 8px;
}
.post .post-subheader p {
    font-size: 18px;
    margin: 0;
    color: var(--text-black-color);
}
.post h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 44.8px */
    letter-spacing: 0.32px;
    margin-top: 32px;
    color: var(--text-black-color);
}
.post h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.2px;
    margin-top: 24px;
    text-transform: uppercase;
    font-family: var(--main-font);
    color: var(--text-black-color);
}
.post h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
    letter-spacing: 0.2px;
    margin-top: 24px;
    color: var(--text-black-color);
}
.post a {
    color: var(--text-black-color);
    text-decoration: underline;
}
.post a:hover {
    text-decoration: none;
}

/* trainings */

/* trainings */

ul.sticky_menu {
    list-style: none;
    margin: 0;
    padding: 40px 36px;
    border-radius: 8px;
    background: #FFF;
    max-width: 288px;
    position: sticky;
    top: 100px;
    margin-bottom: 20px;
    /* box-shadow: 0 0 16px rgba(0,0,0, 0.05); */
}
ul.sticky_menu li {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 8px;
}
ul.sticky_menu li:nth-child(1) {
    margin-bottom: 20px;
}
ul.sticky_menu li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    padding: 4px 0;
    display: block;
}
ul.sticky_menu li a:hover {
    color: var(--color-violet-light);
}
ul.sticky_menu li a.sticky_menu_active {
    color: #00955E;
}
/* Blog post */

/* Contacts */
.contacts-area {
    border: 8px solid #FFF;
}
.contacts iframe {
    border: 0;
    height: 500px;
    margin: 0;
    padding: 0;
    float: left;
}
.contacts .contacts-map {
    margin: 0;
    padding: 0;
}
.contacts .contacts-item {
    text-align: center;
    background: #FFF;
    padding: 50px 30px 0 30px;
    margin-bottom: 20px;
    min-height: 265px;
    border: 1px solid rgba(45, 49, 51, 0.15);
}
.contacts .contacts-item:hover {
}
.contacts .contacts-item .contacts-item-img {
    margin-bottom: 30px;
}
.contacts .contacts-item .contacts-item-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-black-color);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.contacts .contacts-item .contacts-item-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
}
.contacts h2 {
    font-size: 28px;
    color: #212529;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin: 50px 0 40px;
}
.contacts .contacts-sm-item {
    text-align: center;
    background: #FFF;
    padding: 30px 10px;
    min-height: 148px;
    margin-bottom: 20px;
    transition: box-shadow 0.5s;
}
.contacts .contacts-sm-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.contacts .contacts-sm-item .contacts-sm-item-city {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--text-black-color);
    margin-bottom: 16px;
}
.contacts .contacts-sm-item .contacts-sm-item-phones a {
    font-size: 15px;
    line-height: 22px;
    display: block;
}
/* Contacts */

/* Video */
.video {
    margin: 0 0 0 0;
}
.video .video-post {
    margin-bottom: 50px;
}
.video .video-post .video-post-img {
    display: block;
    border: 4px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    opacity: 1;
}

#videoModal {
    top: 160px;
}
/* Review form */
#reviewPopup .modal-dialog {
    max-width: 750px;
    margin: 30px auto; 
}
#reviewPopup .modal-header {
    border: 0;
    padding: 0;
    margin-bottom: 32px;
}
#reviewPopup .modal-header .modal-title {
    display: flex;
    flex: 1 1 0 auto;
}
#reviewPopup .modal-header .modal-title span {
    line-height: 64px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

#reviewPopup .modal-content {
    padding: 40px 40px 16px 40px;
}
#reviewPopup .reviewIcon {
    height: 64px;
    width: 64px;
    background: #F5F5F5 url('../svg/reviews_active.svg') center center no-repeat;
    border-radius: 50px;
    margin-right: 24px;
}
#reviewPopup .rateitLabel {
    color: var(--text-black-color);
    margin-bottom: 8px;
}

#reviewPopup .review_submit {
    background: #00955E;
    color: #FFF;
}
#reviewPopup .review_submit:hover {
    background: #000;
}
#reviewPopup label span {
    color: #00955E;
}
.review_alert {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 16px;
    font-weight: 300;
    max-width: 360px;
    margin: 0 auto;
}
/* Review form */

/* Reviews */
.reviews-item {
    background: #FFF;
    padding: 32px 40px;
    margin-bottom: 4px;
}
.reviews-item-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
}
.reviews-item-header div.reviews-item--name {
    margin-right: 36px;
    font-size: 18px;
    font-weight: 400;
}
.reviews-item-header div.reviews-item--date {
    font-size: 13px;
    font-weight: 300;
    margin-right: 16px;
}
.reviews-item--subj {
    margin-bottom: 20px;
}
.reviews-item-text {
    margin-bottom: 16px;
}
.reviews-item-text span {
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
}
.reviews-item-answer {
    margin-bottom: 16px;
}
.reviews-item-answer span {
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
}
/* Reviews - end*/

.modal-dialog.video-modal {
    max-width: 800px;
    margin: 30px auto;
}
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}
.modal-dialog.modal-sm {
    max-width: 408px;
    margin: 30px auto;
    padding-bottom: 40px;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.close {
    position: absolute;
    right: -24px;
    top: -26px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity:1 ;
    text-shadow: none;
}
/* Video */

/* OWL slider */
.items-carousel--nav .owl-nav > * {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 40px;
    color: #cccccc;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}

.items-carousel--nav .owl-nav > * i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.items-carousel--nav .owl-nav > *:hover {
    color: var(--text-black-color);
}

.items-carousel--nav .owl-nav .owl-prev {
    margin-left: -70px;
}

.items-carousel--nav .owl-nav .owl-prev i {
    padding-right: 2px;
}

.items-carousel--nav .owl-nav .owl-next {
    float: right;
    margin-right: -70px;
}

.items-carousel--nav .owl-nav .owl-next i {
    padding-left: 2px;
}
.items-carousel--nav .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
    text-align: center;
}

.items-carousel--nav .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.items-carousel--nav .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.items-carousel--nav .owl-dots .owl-dot.active {
    background-color: #fcb800;
}

.items-carousel--nav.inside .owl-nav {
    z-index: 20;
    height: 0;
}

.items-carousel--nav.inside .owl-nav > * {
    transform: translateY(-50%);
}

.items-carousel--nav.inside .owl-prev {
    margin-left: 3rem;
}

.items-carousel--nav.inside .owl-prev i {
    padding-right: 5px;
}

.items-carousel--nav.inside .owl-next {
    float: right;
    margin-right: 3rem;
}

.items-carousel--nav.inside .owl-next i {
    padding-left: 5px;
}

a.items-carousel__prev {
    display: inline-block;
    width: 32px;
   /* height: 32px;*/
    vertical-align: middle;
}

a.items-carousel__prev:hover {
    opacity: 0.5;
}
.items-carousel__next {
    display: inline-block;
    width: 32px;
    /*height: 32px;*/
    vertical-align: middle;
}

a.items-carousel__next:hover {
    opacity: 0.5;
}
.items-carousel__navigation {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center;
}
.series-header {
    width: 80%;
    float: left;
    margin-bottom: 0px;
    max-width: 750px;
    margin-top: 0px;
}
.subheader {
    display: block;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.4px;
    color: var(--text-black-color);
    font-family: var(--main-font);
    text-transform: uppercase;
    text-align: center;
}
.about-subheader {
    margin-bottom: 16px;
}
.about-img {
    margin-bottom: 0px;
}
.subheader-text {
    margin-top: 8px;
}
.owl-item .product {
    margin-bottom: 0;
}
.owl-carousel .owl-item {
    flex: 1;
}
.owl-carousel.owl-drag {

}
.owl-carousel.owl-drag .owl-item {

}

/* OWL slider */

/* goods */
.goods-area .slick-slide {
    outline: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #FFF;
    max-height: 560px;
}
.goods-area .slick-slide img {
    max-height: 480px;
    margin: 0 auto;
    width: auto;
}
.goods_volume_icon {
    display: inline-block;
    height: 36px;
    border: 1px solid rgba(39,42,61,0.3);
    line-height: 36px;
    font-size: 13px;
    color: rgba(39,42,61,0.5);
    padding: 0 12px;
    border-radius: 4px;
    margin: 4px 4px 0 0;
}
.goods_volume_icon.volume_selected {
    border: 1px solid rgba(39,42,61,1);
    color: rgba(39,42,61,1);
}
a.goods_reg_link {
    display: inline-block;
    font-size: 12px;
    width: 200px;
    padding: 0 0 0 40px;
    line-height: 16px;
    background: url("../svg/discount.svg") left top no-repeat;
    background-size: contain;
}
a.goods_reg_link span {
    border-bottom: 1px solid rgba(39,42,61,1);
}
a.goods_reg_link:hover span {
    border-bottom: 1px solid #00955E;
}

    /*
    .zoom img {
        display: block;
        mix-blend-mode: multiply;
    }

    .zoom img::selection {
        background-color: #FFF;
        mix-blend-mode: normal;
    }
    .zoomImg {
        background-color: #F5F7F8;
        mix-blend-mode: normal !important;
    }*/

.goods-area .slick-slide:focus, .ps-product--detail .slick-slide:active, .ps-product--detail .slick-slide:hover {
    outline: none;
}

.goods-area .ps-product__variants .item {
    margin-bottom: 10px;
    border: 1px solid #F2F2F2;
    padding: 5px;
    cursor: pointer;
}

.goods-area .ps-product__variants .item img {
    opacity: 0.5;
    transition: all 0.4s ease;
    display: block;
    margin: 0 auto;

}

.goods-area .ps-product__variants .item .ps-video {
    position: relative;
    z-index: 10;
}

.goods-area .ps-product__variants .item .ps-video:before {
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 20;
}

.goods-area .ps-product__variants .item:last-child {
    margin-bottom: 0;
}

.goods-area .ps-product__variants .item.slick-current {
    border-color: #00955E;
}

.goods-area .ps-product__variants .item.slick-current img {
    opacity: 1;
}

.goods-area .ps-product__variants .item:hover img {
    width: 100%;
    opacity: 1;
}

.goods-area .ps-product__gallery {
    position: relative;
}

.goods-area .ps-product__gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 35px;
    height: 35px;
    color: var(--text-black-color);
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}

.goods-area .ps-product__gallery .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.goods-area .ps-product__gallery .slick-arrow:first-child {
    left: 20px;
}

.goods-area .ps-product__gallery .slick-arrow:last-child {
    right: 10px;
}

.goods-area .ps-product__gallery .slick-arrow:hover {
    background-color: #00955E;
    color: #fff;
}

.goods-area .ps-product__gallery:hover .item:before {
    visibility: visible;
    opacity: 1;
}

.goods-area .ps-product__gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.goods-area.ps-product__video a {
    vertical-align: middle;
}

.goods-area .ps-product__video a:hover.ps-btn--black {
    background-color: #00955E;
    border-color: #00955E;
}

.goods-area .ps-product__video i {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}



.goods-area .ps-product__thumbnail {
    position: sticky;
    top: 100px;
    width: 100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-content: flex-start;
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 80px;
}

.goods-area .ps-product__thumbnail > * {
    width: 100%;
}

.goods-area .ps-product__thumbnail .ps-product__badge {
    width: auto;
}

.goods-area .ps-product__thumbnail figure {
    position: relative;
    display: block;
    max-width: calc(100% - 80px);
    padding-left: 10px;
}

.goods-area .ps-product__thumbnail .ps-product__variants {
    max-width: 60px;
    width: 100%;
    min-width: 60px;
}

.goods-area .ps-product__thumbnail .ps-product__video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.goods-area .ps-product__thumbnail .ps-wrapper {
    position: relative;
}

.goods-area .ps-product__heading {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #F2F2F2;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] {
    flex-flow: row wrap;
    padding-left: 0px;
    padding-right: 0px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] figure {
    max-width: 100%;
    padding-left: 0;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants {
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item {
    margin-bottom: 0;
    margin-right: 10px;
    min-height: 77px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item.slick-active:last-child {
    margin-right: 0;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-list {
    margin-right: -10px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child {
    left: -20px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child i:before {
    content: '\f104';
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child {
    right: 0px;
    margin-right: -24px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child i:before {
    content: '\f105';
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:hover i {
    color: var(--text-black-color);
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery {
    margin-bottom: 10px;
    margin-top: 0px;
    max-height: 560px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
    width: auto;
    margin: 0 auto;
    mix-blend-mode: multiply;
}
.lg-backdrop.in {
    opacity: 1;
}
.goods-right-side-block {
    position: sticky;
    top: 100px;
}
.goods-info {
    border-radius: 8px;
    padding: 0px 32px 0px 32px;
    margin-bottom: 8px;
}
h1.goods-header {
    color: var(--text-black-color);
    font-family: var(--text-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.goods-info-item {
    font-size: 15px;
    color: var(--text-black-color);
    padding-bottom: 40px;
    /*
    border-bottom: 1px solid #E0E0E2;*/
    margin-bottom: 40px;
}
.goods-info-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.goods-info-item h3 {
    font-family: var(--main-font);
    font-size: 24px;
    color: var(--text-black-color);
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 32px !important;
}
.goods-info-item h2 {
    font-family: var(--main-font);
    font-size: 24px;
    color: var(--text-black-color);
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 32px !important;
}
.goods-info-item h4 {
    font-family: var(--main-font);
    font-size: 24px;
    color: var(--text-black-color);
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 32px !important;
}
div.goods-header {
    color: var(--text-black-color);
    font-family: var(--main-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
ul.goods-additional-info {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;

}
ul.goods-additional-info li {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
ul.goods-additional-info li.goods-availability {
    padding-right: 20px;
    border-right: 1px solid #E4E4E4;
}

ul.goods-additional-info li.goods-availability.availability-true {
    font-family: var(--numbers-font);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: var(--color-green);
}
ul.goods-additional-info li.goods-availability.availability-false {
    color: var(--text-black-color);
}
ul.goods-additional-info li.goods-prod-id {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: var(--numbers-font);
    padding-left: 0px;
    height: 24px;
    line-height: 24px;
    max-width: 160px;
    overflow: hidden;
    margin-left: 20px;
}
.goods {

    margin-top: 0px;
}
.goods .goods-description {
    padding: 24px 32px 24px 32px; 

}
.goods .goods-description a.ps-gallery__item {
    margin-bottom: 0;
}
.goods .goods-description h3 {
    color: var(--text-black-color);
    font-size: 20px;
    font-family: var(--main-font);
    font-weight: 600;
}
.goods .goods-description a {
    text-decoration: underline;

}
.goods .goods-description a:hover {
    text-decoration: none;
}
.goods .goods-description {
    background: #FFF;
    overflow: hidden;
    border-radius: 8px;
}
.goods .goods-description table {
	width: 100%;
	border:0px
}
.goods .goods-description table tr {
	background: #F5F7F8;
}
.goods .goods-description table tr:nth-child(2n) {
	background: #FFF;
}
.goods .goods-description table tr td {
	padding: 6px 16px;
}



.goods .goods-img {
    margin-bottom: 20px;
}
.goods .goods-volume {
    border: 1px solid rgba(67,73,80,0.3);
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: rgba(67,73,80,0.8);
    display: inline-block;
}
.goods .goods-prod-id {
    font-size: 12px;
    text-align: left;
    display: inline-block;
    line-height: 26px;
}
.goods .goods-prices {
    font-family: var(--numbers-font);
    margin: 0 0 16px 0;
    display: flex;
}
.goods .goods-price {
    font-family: var(--numbers-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: var(--text-black-color);
}
.goods .goods-price span {
    color: var(--footer-background-color);
}
.goods .goods-price.green-price {
    color: var(--color-violet-light);
}
.goods .goods-old-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.2px;
    margin-left: 20px;
    font-family: var(--numbers-font);
    color: var(--text-black-color);
}
.goods .goods-old-price:after {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--text-black-color);
    display: block;
    margin: -20px 0 0 0;
}
.goods .goods-buttons {
    margin-bottom: 24px;
    display: flex;
    white-space:normal;
    gap: 16px;
    flex-direction: row;

}
.goods-button-text {
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0;
 
}
.goods .goods-buttons a {
    display: inline-block;
   /* flex: 0 0 auto;*/
    border-radius: 30px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 8px;
    background: var(--color-white);
    font-weight: 500;
    color: var(--text-black-color);
    font-size: 16px;
    border: 1px solid var(--text-black-color);
}
.goods .goods-buttons button.goods-cart-btn {
    height: 48px;
    line-height: 48px;
    color: #FFF;
    background: var(--color-violet-light);
    font-size: 16px;
    font-weight: 500;
    margin-right: 8px;
    text-align: center;
    padding: 0 56px 0 56px;
    border: 0;
    border-radius: 30px;
}
.goods .goods-buttons button.goods-cart-btn:hover {
    background: var(--color-violet);
    padding: 0 56px;
}
a.goods-fast-order-btn {
    display: inline-block;
    background: #E4E4E4;
    padding: 0 40px;
    white-space: nowrap;
    font-size: 13px;
}
a.goods-fast-order-btn:hover {
    background: var(--color-violet-light);
    border: 1px solid var(--color-violet-light);
    color: #FFF;
}
.goods .goods-rating {
    border-top: 1px solid #F5F5F5;
    padding: 20px 0 0 0;
    display: flex;
    white-space: nowrap;
}

.goods .goods-rating-top {
    font-family: var(--numbers-font);
    flex: 0 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 15px 0 52px;
    font-weight: 500;
    background: #f5f6f7 url(../svg/users_bold.svg) left 12px center no-repeat;
    background-size: 32px auto;
    margin-right: 16px;
    margin-bottom: 0px;
    border-radius: 15px 1px;
    color: var(--text-black-color);
}
.goods .award_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    text-decoration: none !important;
    background: url(../svg/award.svg) left 0px center no-repeat;
    background-size: 44px 44px;
    height: 56px;
    padding: 0 15px 0 52px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.goods .goods-reviews-top {
    flex: 0 0 auto;
}
.goods .goods-reviews-top .rating {
    height: 16px;
}
.goods .goods-reviews-top span {
    display: block;
    font-size: 13px;
    padding-top: 2px;
    line-height: 18px;
    font-family: var(--numbers-font);
    font-weight: 400;
}
.goods .goods-reviews-top:hover {
    color: #212529;
}
/*
.goods form.oneclick-form {
    display: inline-block;

}
input.goods-oneclick {
    display: inline-block;
    background: #F3F5F9;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border: none;
    width: 150px;
    font-size: 12px;
    margin-right: 6px;
    border: 1px solid #FFF;
    transition: all 0.5s;
    border-radius: 8px;
}
input.goods-oneclick:focus {
    border: 1px solid #00955E;
}
button.goods-oneclick-submit {
    display: inline-block;
    height: 40px;
    border: 1px solid #000;
    line-height: 40px;
    color: #434950;
    padding: 0 14px;
    font-size: 11px;
    background: none;
    border-radius: 8px;
    transition: all 0.5s;
}
button.goods-oneclick-submit:hover {
    border: 1px solid #00955E;

}
button.goods-oneclick-submit.btn-red {
    background: #E1251B;
    color: #FFF;
    border: 1px solid #E1251B;
    font-size: 12px;
}
button.goods-oneclick-submit.btn-red:hover {
    background: #dcb86c;
    border: 1px solid #dcb86c;
    color: #FFF;
}*/
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style: none;
}
ul.accordion-list > li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 0 auto 15px auto;
    cursor: pointer;
}
ul.accordion-list > li.active h3:after {
    transform: rotate(45deg);
    font-size: 28px;
}
ul.accordion-list > li h3 {
    font-weight: 300;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #FFF;
}
ul.accordion-list > li h3:after {
    content: "+";
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 0;
    color: var(--text-black-color);
    transition: all 0.3s ease-in-out;
    font-size: 24px;
}
ul.accordion-list > li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 0;
    cursor: pointer;
}
ul.accordion-list > li div.answer > ol {
    margin: 0 0 15px 20px;
}
ul.accordion-list > li > div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 0px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 20px;
    font-size: 14px;
}
ul.accordion-list > li > div.answer > ul {
    list-style: none;
    margin: 0 0 15px 20px;
}
ul.accordion-list > li > div.answer > ul > li {
    margin-bottom: 16px;
}
ul.accordion-list > li > div.answer > ul > li::before {
    content: "\25A0";
    color: var(--text-black-color);
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}
.zoom {
    display:inline-block;
    position: relative;
    background: #F5F7F8;
}
.zoom:after {
    content:'';
    display:block;
    width:33px;
    height:33px;
    position:absolute;
    top:0;
    right:0;
    background: url("../images/svg/search.svg") 0px 15px no-repeat;
}
.zoom img {
    display: block;
    mix-blend-mode: multiply;
}

.zoom img::selection {
    background-color: #FFF;
    mix-blend-mode: normal;
}
.zoomImg {
    background-color: #F5F7F8;
    mix-blend-mode: normal !important;
}
/* goods */

/* Add to Cart  */
.modal-content {
    border-radius: 0px;
    border: none;
}

.modal-dialog .modal-close {
    position: absolute;
    top: -24px;
    right: -24px;
    z-index: 10;
    cursor: pointer;
    width: 48px;
    height: 48px;
    color: #FFF;
    background: var(--text-black-color);
    border-radius: 50%;
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    transition: all 0.5s;
    display: block;
}
.modal-dialog .modal-close:hover {
    transform: rotate(90deg);
}
.ps-product--quickview {
    margin-bottom: 0;
    /*max-height: 580px;
    overflow: auto;*/
}
.ps-product--detail .ps-product__header {
    display: flex;
    flex-flow: row nowrap;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 100%;
}
.ps-product--detail .ps-product__thumbnail[data-vertical='false'] {
    flex-flow: row wrap;
}
.ps-product--detail .ps-product__header .ps-product__info {
    max-width: 100%;
    padding-top: 24px;
    padding: 40px 12% 40px 12%;
}
.ps-product--detail .ps-product__header .ps-product__info label {
    font-size: 14px;
    font-weight: 400;
}
/*
.ps-product--detail .ps-product__header .ps-product__info input {
    background: #FFF;
    color: #383E52;
    text-transform: unset;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 0;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
}
.ps-product--detail .ps-product__header .ps-product__info input.fast-order-phone {
    margin-bottom: 24px;
}
.ps-product--detail .ps-product__header .ps-product__info input.recall-phone {
    margin-bottom: 24px;
}
.ps-product--detail .ps-product__header .ps-product__info input.models-invitation-text {
    margin-bottom: 24px;
}
.ps-product--detail .ps-product__header .ps-product__info select {
    background: #FFF;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    margin-bottom: 24px;
    border: 0;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;

    border-bottom: 1px solid #D9D9D9;
    background-image: url('../svg/arrow_down2.svg');
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
    */
.cart-popup-btn {
    background: #FFF;
    border: 1px solid var(--text-black-color);
    color: var(--text-black-color);
    padding: 0 40px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    max-width: 240px;
    margin: 20px auto;
}
.cart-popup-btn:hover {
    background: var(--color-violet-light);
    color: #FFF;
    border: 1px solid var(--color-violet-light);
}
.ps-product--detail .ps-product__header > * {
    width: 100%;
}

.ps-product--detail .ps-product__header > .ps-product__icon {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background: #F5F5F5 url('/images/assets/images/logo_header.png') center center no-repeat;
    position: absolute;
    background-size: contain;
    left: 50%;
    top: -32px;
    margin-left: -32px;
}
.ps-product--detail .ps-product__title {
    color: var(--text-black-color);
    text-align: left;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
    text-align: center;
}
.ps-product--detail .recall-me-msg {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
    font-family: var(--text-font);
    text-transform: uppercase;
}
.ps-product--detail .ps-product__text {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 40px;
    text-align: center;
}
.ps-product--detail .ps-product__meta {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.ps-product--detail .ps-product__name {
    color: var(--text-black-color);
    text-align: center;
    font-family: var(--text-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    padding: 0 40px;
    margin-bottom: 24px;
}
.ps-product--detail .ps-product__desc p {
    font-size: 12px;
    margin-bottom: 32px;
    padding-bottom: 0px;
}
.ps-product--quickview .ps-product__shopping {
    width: 100%;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*
.ps-product--quickview .ps-product__shopping a {
    width: 100%;
    margin-bottom: 8px;
}*/
.ps-product--quickview .ps-product__images {
    position: relative;
    overflow: hidden;
    margin: 0 0 16px 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}
.ps-product--quickview .ps-product__images img {
    width: 124px;
    height: 124px;
}
.ps-product--quickview .ps-product__images p.err {
    font-weight: 500;
    font-size: 16px;
}
.ps-product--detail .ps-product__thumbnail > * {
    width: 100%;
}
a.cart-popup-btn {
    display: inline-flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: var(--color-violet-light);
    color: var(--color-white);
    font-family: var(--text-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    letter-spacing: 0.16px;
    margin: 4px;
    border: 1px solid var(--color-violet-light);
}

a.cart-popup-btn:hover {
    background: var(--color-violet);
    border: 1px solid var(--color-violet);
}
a.cancel-popup-btn {
    display: inline-flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--text-black-color);
    border-radius: 30px;
    border: 1px solid var(--main-header-color);
    font-family: var(--text-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 4px;
    height: 48px;
    line-height: 48px;
}
a:hover.cancel-popup-btn {
    background: var(--main-header-color);
    color: var(--white);
}
/* Add to Cart  */

/* Cart */
.promoCodeCheckout {
    display: block;
    padding: 0 7.7% 0px 7.7%;
}
.promoCodeCheckout label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.promoCodeCheckout input[type=text] {
    display: inline-block;
    background: #f5f7f8;
    border: 0;
    border-radius: 8px 0 0 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    width: 60%;

}
.promoCodeCheckout input[type=button] {
    display: inline-block;
    border-radius: 0 8px 8px 0;
    height: 40px;
    line-height: 40px;
    background: #f5f7f8;
    border: 0;
    font-size: 15px;
    padding: 0 16px;
    margin: 0;
    width: 36%;

}
a.cart-table-checkout-btn {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--green, #00955E);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    color: #FFF;
    margin: 32px 0 0 0;

}
a.cart-table-checkout-btn:hover {
    background: #000;
}
.cart-table-sum {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    margin: 0;
}
.cart-table-sum span {
    display: inline-block;
}
.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-bottom: 16px;
    background: #FFF;
    border-radius: 8px;
}
.cart-table tr {
    background: #FFF;
   /* box-shadow: 0 0 1px rgba(45, 49, 51, 0.4);*/

}
.cart-table tr::after {
    content: "";
    height: 1px;
    display: block;
    width: 100%;
}
.cart-table tr td {
    padding: 10px 10px 16px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #F5F5F5;
}
.cart-table tr td.cart-table-img a {
    display: block;
    width: 96px;
    height: auto;
    margin-left: 20px;
}
.cart-table tr td.cart-table-img a img {
    width: 100%;
    height: auto;
}
.cart-table tr td.cart-table-name a {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.13px;
    margin: 0 10px;
}
.cart-table tr td.cart-table-name .cart-table-volume {
    display: inline-block;
    height: 24px;
    border: 1px solid rgba(67, 73, 80, 0.5);
    line-height: 24px;
    font-size: 10px;
    color: rgba(67, 73, 80, 0.5);
    padding: 0 10px;
    margin: 0 0 8px 10px;
    border-radius: 4px;
}
.cart-table tr td.cart-table-price {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
    padding: 0 20px;
    color: var(--text-black-color);
}
.cart-table tr td.cart-table-remove {
    padding: 10px 20px 10px 0px;
}
.cart-table tr td a.cart-remove-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../svg/cart_remove.svg") center center no-repeat;
    background-size: 14px 16px;
    margin: 0;
}
.cart-table tr td.cart-table-img {
    padding: 10px 0;
}
.cart-table tr td a.cart-remove-btn:hover {
    transform: rotate(102grad);
}
.cart-table tr:nth-last-child(1) td {
    border-bottom: 1px solid #FFF;
}
.cart-table tr td.cart-table-sum {
    background: none;
    padding: 32px 24px;
    text-align: center;
    font-size: 24px;
    line-height: 22px;
}
.cart-table tr td.cart-table-sum span {
    font-weight: 500;
    color: var(--text-black-color);

}
.cart-table tr td.cart-table-sum a.cart-table-checkout-btn {
    height: 40px;
    display: block;
    line-height: 40px;
    color: #FFF;
    background: #E1251B;
    font-size: 16px;
    margin-right: 16px;
    width: 260px;
    text-align: center;
    margin: 30px auto;
}
.cart-table tr td.cart-table-sum a.cart-table-checkout-btn:hover {
    background: #dcb86c;
}
.cart-table-count {
    background: #F5F5F5;
    position: relative;
    max-width: 100px;
    border-radius: 4px;
}
.cart-table-count span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50%;
    border-left: 1px solid #979797;
    transition: all .4s ease;
}
.cart-table-count span:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-black-color);
}
.cart-table-count span.up {
    border-bottom: 1px solid #979797;
}

.cart-table-count span.up:before {
    content: "\f106";
}

.cart-table-count span.down {
    top: auto;
    bottom: 0;
}

.cart-table-count span.down:before {
    content: "\f107";
}

.cart-table-count span:hover {
    cursor: pointer;
    background-color: #3386FF;
}

.cart-table-count span:hover:before {
    color: #fff;
}
.cart-table-count button {
    background: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: var(--text-black-color);
    font-size: 20px;
    line-height: 1em;
}
.cart-table-count button.up {
    right: 10px;
}
.cart-table-count button.down {
    left: 10px;
}
.cart-table-count .cart-count-control {
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    border-radius: 4px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: var(--text-black-color);
    background-color: transparent;
    max-width: 100px;
    display: inline-block;
}
.cart-table tr td a.cart-table-btn {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: 1px solid #434950;
    padding: 0 20px;
    font-size: 14px;
    color: #434950;
    margin: 0px 0px 0 0;
}
.cart-table tr td a.cart-table-btn:hover {
    background: #dcb86c;
    border:1px solid #dcb86c;
    color: #FFF;
}
.cart-right-info {
    background: #FFF;
    border-radius: 8px;
    padding: 32px 32px 40px 32px;
}

ul.cart_steps {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
ul.cart_steps li.cart_steps_item {
    font-size: 16px;
    line-height: 140%;
    height: 80px;
    max-width: 264px;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    vertical-align: middle;

    padding: 18px 30px;
    border-radius: 8px;
}
ul.cart_steps li.cart_steps_item.step_active {
    background: #FFF;
}
ul.cart_steps li.cart_steps_line {
    background: url(../svg/cart_step_line.svg) center right no-repeat;
    max-width: 100%;
    min-width: 56px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
}
ul.cart_steps li.cart_steps_item span {
    font-size: 44px;
    line-height: 44px;
    height: 44px;
    margin-right: 24px;
}
ul.cart_steps li.cart_steps_line strong {
    font-weight: 400;
}

.checkout-img {
    margin-bottom: 24px;
}
.checkout-thanks-header {
    color: var(--text-black-color);
    font-family: var(--main-font);
    font-size: 48px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    line-height: 110%;
}
.checkout-thanks-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    font-family: var(--numbers-font);
}
.checkout-thanks-small-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
    max-width: 460px;
    margin: 0 auto 48px auto;
}
a.checkout-thanks-btn {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid var(--text-black-color);
    color: var(--text-black-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}
a.checkout-thanks-btn:hover {
    border:1px solid var(--color-violet-light);
    color: var(--color-white);
    background: var(--color-violet-light);
}
.checkout-thanks-back {
    padding: 56px 40px;
    margin-bottom: 40px;
}
/* Cart */

/* Profile */
.profile h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 16px;
    font-family: var(--main-font);
    text-transform: uppercase;
}
.profile h3 {
    font-size: 32px;
    font-weight: 300;
    color: var(--text-black-color);
    margin-bottom: 30px;
}
.profile h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--text-black-color);
    margin: 0 0 40px 0;
}
.profile p {
    font-size: 14px;
    line-height: 22px;
}
.profile li {
    font-size: 16px;
    line-height: 26px;
}
.profile label {
    display: block;
    font-size: 14px;
}
.profile label span {
    color: #F00;
}
.profile input:not([type="radio"]):not([type="checkbox"]) {
    font-weight: 400;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    padding: 0 20px;
    border: 0;
    margin-bottom: 8px;
    color: var(--text-black-color);
    border-radius: 8px;
}
.profile button {
    height: 48px;
    border: 0;
    font-size: 16px;
    width: 100%;
    margin-top: 0;
    transition: all 0.5s;
    border-radius: 8px;
    overflow: hidden;
}
.profile button:hover {

}
.profile select {
    border-radius: 8px;
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    border: 0;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--text-black-color);
}
.profile select option {
    color: var(--text-black-color);
}
#checkout-form {
    margin: 0px 0 0 0;
    background: #FFF;
    border-radius: 8px;
    padding: 40px 56px;
}

.profile select {
    background-image:
            linear-gradient(45deg, transparent 50%, #212529 50%),
            linear-gradient(135deg, #212529 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 4px),
            calc(100% - 15px) calc(1em + 4px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}

.profile select:focus {
    background-image:
            linear-gradient(45deg, #212529 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, #212529 50%);
    background-position:
            calc(100% - 15px) calc(1em + 4px),
            calc(100% - 20px) calc(1em + 4px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

.profile select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.profile .profile-login-reg {
    padding: 40px 56px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.profile a.to-registration-btn {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-black-color);
    border-radius: 30px;
    background: var(--color-white);
    border: 1px solid var(--main-header-color);
    text-align: center;
}
.profile a.to-registration-btn:hover {
    background: var(--main-header-color);
    color: var(--color-white);
}
.profile .profile-login-form {
    padding: 40px 56px 32px 56px;
    background: #FFF;
    border-radius: 8px;
}
.profile .profile-login-form input:not([type="radio"]):not([type="checkbox"]) {
    background: var(--color-white);
    height: 48px;
    line-height: 48px;
    outline: none;
    box-shadow: none;
}

.profile .profile-login-form ul li {
    font-size: 14px;
    
}
.profile .profile-login-form input[type=submit] {
    height: 48px !important;
    background: var(--color-violet-light) !important;
    font-size: 14px;
    transition: all 0.5s;
    margin-top: 0;
    font-weight: 600;
    color: var(--color-white);
    border-radius: 30px;
    padding: 0 40px;
    max-width: 320px;
}
.newsletter_radio {
    display: flex;
    flex-direction: row;
}
.newsletter_radio label {
    font-size: 1rem;
    margin: 0 16px 0 0;
    font-weight: 400;
}
.profile .profile-login-form a {
    text-decoration: underline;
}
.profile .profile-login-form input[type=submit]:hover {
    background-color: var(--color-violet) !important;
}
/*
.profile .profile-login-form button:hover {
    background-color: #343538;
}*/
/*
.profile .profile-login-form a {
    font-size: 13px;
    display: block;
    height: 40px;
    line-height: 40px;
}*/
.list-group {

}
.list-group-item {
    background: var(--main-bg-color);
    font-weight: 500;
    border: 0;
}
.list-group-item img {
    padding: 0 8px 0 0;
}
.profile .profile-login-form .buttons {
    display: flex;
    flex-direction: row;
    justify-content:center;
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
}
.profile .profile-login-form .buttons.buttons-left {
    justify-content:left;
}
.profile .profile-login-form .buttons a {
    text-decoration: underline;
    color: var(--color-violet-light);
}
.profile .profile-login-form .buttons a:hover {
    text-decoration: none;
    color: var(--color-violet);
}
a.forgotten-cancel-btn {
    color: var(--text-black-color);
    display: inline-block;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 600;
    border: 1px solid var(--main-header-color);
    border-radius: 30px;
    padding: 0 40px;
    color: var(--text-black-color) !important;
    text-decoration: none !important;
}
a.forgotten-cancel-btn:hover {
    color: var(--color-white) !important;
    background: var(--main-header-color);
}
.profile .profile-login-form input.forgotten-submit-btn {
    padding: 0 40px;
}

.profile a.profile-link {
    height: 40px;
    display: block;
    line-height: 40px;
    color: #FFF;
    background: #E1251B;
    font-size: 16px;
    margin-top: 40px;
    width: 220px;
    text-align: center;
}
.profile a.profile-link:hover {
    background: #dcb86c;
}
#region_delivery_area {
    margin-bottom: 16px;
}
.citys {
    margin-bottom: 16px;
}
#profile-success {
    display: none;
}
#profile-error {
    display: none;
}
#login-error {
    display: none;
}
#forgot-error {
    display: none;
}
#forgot-success {
    display: none;
}
/* Profile */

/* Checkout */
.checkout-product-list {
    border-radius: 8px;
    background: #FFF;
    padding: 40px 32px;
    position: sticky;
    top: 100px;
    margin-bottom: 20px;
}
.checkout-product-list h4 {
    color: var(--black, #000);
    font-family: var(--text-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 32px 0;
}
.checkout-product-list .checkout-product {
    padding-bottom: 24px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 24px;
}
.checkout-product-list .checkout-product a.checkout-product-image {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 80px;
}
.checkout-product-list .checkout-product .checkout-product-info {
    display: inline-block;
}
.checkout-product-list .checkout-product .checkout-product-info a.checkout-product-name {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}
.checkout-product-list .checkout-product .checkout-product-info .checkout-product-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.checkout-product-list .checkout-product .checkout-product-info .checkout-product-price span {
    background: #F15F79;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 12px;
    margin-left: 8px;
    border-radius: 4px;
}
.checkout-product-list .checkout-product .checkout-product-info .checkout-product-volume {
    display: inline-block;
    height: 24px;
    border-radius: 4px;
    border: 1px solid rgba(67,73,80,0.3);
    line-height: 24px;
    font-size: 10px;
    color: rgba(67,73,80,0.5);
    padding: 0 10px;
    margin: 0 0 8px 0;
}
.checkout-total {
    padding-top: 16px;
}
.checkout-delivery {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}
.checkout-delivery span {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}
.checkout-total .checkout-total-sum {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 32px;
}
.checkout-total .checkout-total-sum span {
    color: var(--text-black-color);
    font-weight: 500;
}
.checkout-total a.checkout-total-btn {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--green, #00955E);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}
.checkout-total a.checkout-total-btn:hover {
    background: #000;
}
.hidden {
    display: none;
}

.tech_header {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    margin: 10px auto 10px auto;
}
.tech_subheader {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--text-black-color);
}
.tech_text {

}
.history_item {
    text-align: center;
    margin-bottom: 60px;
}
.history_item .history_image {
    margin-bottom: 40px;
    padding: 0 20px;
}
.history_item .history_image img {
    display: block;
    border-radius: 50%;
}
.history_item h3.history_header {
    font-weight: 300;
    font-size: 28px;
}
.history_item .history_subheader {
    font-size: 14px;
}
.about_img {
    width: 100%;
}
.about_title {
    font-size: 12px;
    margin: 10px 0 30px 0;
    line-height: 16px;
    display: block;
    margin-right: 15%;
}
a.ps-gallery__item {
    border-radius: 0;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
a.ps-gallery__item img{
    transition: transform 1s ease;
}
a.ps-gallery__item:hover img {
    transform: scale(1.1);
}
.cc_icon {
    height: 24px;
    width: auto;
    margin: 0;
}

#address-delivery-field{ display: none; }
#nova-poshta-delivery-field { 
    display: none; 
    margin-bottom: 20px;
}
#office_delivery_area { display: none; }
#region_delivery_type { display: none; }

.liqpay_submit { visibility: hidden; }

.offer_item a {
    display: block;
    position: relative;

}
.offer_item a img {
    transition: transform .2s;
}
.offer_item a span {
    display: block;
    position: absolute;
    left: 28px;
    padding-right: 40px;
    bottom: 40px;
    font-size: 20px;
    color: #FFF;
    line-height: 26px;
    text-transform: uppercase;
}
.offer_item a:hover img {
    transform: scale(1.1);
}
.series .row {
 
    padding: 40px 0 0 0;
}
.series-item {
    padding: 40px 32px;
    border-radius: 8px;
    margin: 0 0 0px 0;
    min-height: 168px;
    height: 100%;
    background: #FFF;
}
.series-item.detailed-benefits-item {
    background: var(--main-header-color);
    border-radius: 8px;
    padding-top: 40px;
}
.series-item.detailed-benefits-item .series-img img {
    height: 32px;
    width: auto;
}
.series-item .series-img {
    margin-bottom: 20px;
}
.series-item .series-img img {
    width: 80px;
    height: 80px;
}
.series-item img {
    width: auto !important;
    max-height: 120px;
    /*filter: saturate(0);*/
    transition: 600ms linear all;
    margin: 0 auto;
}
.series-item a {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.2px;

}
.series-item .series-name {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: var(--main-font);
}
.series-item .series-text {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
}
.series-item:hover img {
    filter: unset;

}
.series .owl-carousel .owl-stage {
    display: flex;
    align-items: top;
}

.series .owl-carousel .caption {
    text-align: center;
}
.slinky-menu a span {
    font-weight: 500;
}
.header {
    position: relative;
}
.header .mainmenunav ul.mainmenu.catalog-menu {
    margin: 14px 0;
    position: unset;
}
.header .mainmenunav ul.mainmenu.megaMenu > li {
    position: unset;
}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega {
    box-shadow: 0 8px 16px rgba(0,0,0,.05);
    position: absolute;
    padding: 54px 60% 54px 64px;
    width: 100%;
   /* min-height: 360px;*/
    margin-left: 0;
    left: 0;
    top: 58px;
    background: var(--color-grey-bg);
    /*
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;*/


    
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 2.2em;/**/

    /*padding-right: 23%;*/
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li {

    transition: all 0.3s ease-in-out;

}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li.menu-slider {
    width: 55%;
    min-height: 200px;
    position: absolute;
    left: 45%;
    top: 56px;
    overflow: hidden;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li.menu-slider::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: var(--main-bg-color);
    box-shadow: 0px -40px 40px 120px var(--main-bg-color)
}
.menu-slider-header {
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 120%;
    color: var(--text-black-color);
}
ul.menu-showcase {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}
ul.menu-showcase > li.menu-showcase-item {
    display: inline-block;
    width: 16.666666666666667%;
    min-width: 120px;
    background: #FFF;
    text-align: center;
    border-radius: 8px;
    margin-right: 16px;
    padding: 0 8px 20px 8px !important;
}
ul.menu-showcase > li.menu-showcase-item > a.menu-showcase--img {
    display: block;
    margin: 6px 12px 6px 12px;
}
ul.menu-showcase > li.menu-showcase-item > a.menu-showcase--img > img {

}
ul.menu-showcase > li.menu-showcase-item > a.menu-showcase--name {
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: 600;
    color: var(--text-black-color);
}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li.submenu--mega-img img {
    width: 100%;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li:hover {

}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega.iconMenu {
    height: 400px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega.iconMenu li {
    margin-bottom: 30px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li {
    text-align: left;
    display: block;
    line-height: 16px;
    width: 100%;
    padding: 0;
    height: auto;
    border: 0;
    transition: all 0.3s ease-in-out;
    
    /* margin-bottom: 14px;*/ 
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega {
    
}   
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li.start-menu-img {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-size: cover !important;
    border: 0;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega > li > a {
    color: var(--text-black-color);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 8px 0;
    cursor: pointer;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li:hover > a {
    color: var(--color-violet-light);
}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega > li > a > span {
    color: var(--black, #000);
    text-align: center;
    font-family: var(--text-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega > li > a > img {
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto 16px auto;
    mix-blend-mode: multiply;
    transition: transform .2s;
    margin-bottom: 12px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li a .menu-img {
    height: 124px;
    margin-bottom: 12px;

}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li:nth-last-child(1) a {

}
.js-example-basic-single {}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--color-white);
    background: var(--color-white);
    border-radius: 8px;
    height: 48px;
    line-height: 48px;
    text-align: left;
}
#checkout-form .select2-container--default .select2-selection--single {
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: var(--text-font);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    height: 48px;
    line-height: 48px;
}
.select2-results__option {
    font-family: var(--text-font);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--color-violet-light);
}

.brands-select .select2-container {
    width: 200px !important;
}
.sort-select .select2-container {
    width: 200px !important;
}
.goods-volume-select {
    display: inline-block;
    margin-bottom: 20px;
}
.goods-volume-select .select2-container {
    width: 120px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 40px 0 20px;
    font-size: 14px;
    font-weight: 400;
}


.designedPopup .modal-dialog {
    max-width: 740px;
}
.designedPopup .modal-content {
    border-radius: 0px;

}
.designedPopup .modal-body {
    padding: 0;

}
.designedPopup .modal-body .ratio {
    border-radius: 36px;
    overflow: hidden;
}
.designedPopup .modal-body .container-fluid {
    padding: 0;
}

.designedPopup .btn-close:focus {
    outline: none;
}
.designedPopup .btn-close:hover {
    outline: none;
}
.designedPopup img.redial_img {
    border-radius: 0px;
}
.designedPopup-header {
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0 16px 0;
    margin-bottom: 0px;
    font-family: var(--text-font);
    width: 80%;
    margin-left: 5%;
}
.designedPopup-subHeader {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    font-family: var(--text-font);
    margin-bottom: 20px;
}
.designedPopup-body {
    width: 80%;
    margin-bottom: 32px;
    margin-left: 5%;
}
.form-input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #f5f5f5;
    padding: 0 20px;
    border: 0;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--text-black-color);
    border-radius: 8px;
}
.redialSend {
    background: linear-gradient(90deg, #00955E 0%, #F15F79 100%), #00955E;
    border-radius: 8px;
    padding: 0 40px;
}

.brand-list-item {
    background: #F5F7F8;
    padding: 16px 36px 36px 36px;
    text-align: center;
    margin-bottom: 30px;
}
.brand-list-img {
    display: block;
    height: 80px;
    white-space: nowrap;
    text-align: center;
    margin: 16px 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.brand-list-img img {
    max-height: 80px;
    max-width: 240px;
    vertical-align: middle;
}
.brand-list-site {
    display: block;
    font-weight: 400;
    margin-bottom: 16px;
}
.brand-list-text {
    margin-bottom: 16px;
    min-height: 180px;
}
a.brand-list-link {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 0 24px;
}
a.brand-list-link:hover {
    border: 1px solid #00955E;
}

.nav-tabs {
    background: unset;
    border-bottom: 0;
    border: 0 !important;
    justify-content:flex-start;
}
.nav-fill .nav-item {
    flex: 0 1 auto;
    margin-right: 24px;
}
.nav-tabs .nav-link {
    padding: 1rem;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    border: 0 !important;
    text-decoration: none !important;
}
.nav-tabs .nav-link.big-tabs {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    padding-left: 36px;
}
.nav-tabs .nav-link.big-tabs span {
    font-weight: 500;
}
.nav-tabs .nav-link.big-tabs.active {
    color: var(--color-violet-light);
}
.nav-tabs .nav-link.big-tabs.tab-description {
    background: url(../svg/description_icon.svg) left center no-repeat;
}
.nav-tabs .nav-link.big-tabs.tab-description.active {
    background: url(../svg/description_icon.svg) left center no-repeat;  
}
.nav-tabs .nav-link.big-tabs.tab-video {
    background: url(../svg/program_icon.svg) left center no-repeat;
}
.nav-tabs .nav-link.big-tabs.tab-video.active {
    background: url(../svg/program_icon.svg) left center no-repeat;  
}
.nav-tabs .nav-link.big-tabs.tab-reviews {
    background: url(../svg/result_icon.svg) left center no-repeat;
}
.nav-tabs .nav-link.big-tabs.tab-reviews.active {
    background: url(../svg/result_icon.svg) left center no-repeat;  
}

.nav-tabs .nav-link.small-tabs {
    color: #A0A0A0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
}
.nav-tabs .nav-link.small-tabs {
    padding: 8px 16px 8px 32px;
    margin: 0 8px 0 0;
}
.nav-tabs .nav-link.small-tabs.tab-delivery {
    background: url(../svg/delivery_grey.svg) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-delivery.active {
    background: url(../svg/delivery.svg) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-payment {
    background: url(../svg/payment_grey.svg) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-payment.active {
    background: url(../svg/payment.svg?v=2) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-guarantee {
    background: url(../svg/guarantee_grey.svg) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-guarantee.active {
    background: url(../svg/guarantee.svg?v=2) left center no-repeat;
}
.nav-tabs .nav-link:focus {
    border: 0px !important;
}
.nav-tabs .nav-link:hover {
    border: 0px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:  #000;
    background: unset;
    border: 0;
    text-decoration: none;
}
.goods-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.goods-table table tr td {
    height: 48px;
    line-height: 20px;
    padding: 14px 0;
    font-size: 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.goods-table table tr td:nth-child(1) {
    width: 40%;
    font-size: 15px;
}
.goods-table table tr td:nth-child(2) {
    width: 60%;
}
.goods-tabs {
    padding: 16px 32px 32px 32px !important;
    background: var(--white);
    border-radius: 8px;
}
.tab-content>.tab-pane .goods-full-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
    font-family: var(--text-font);
    color: var(--text-black-color);
}

.tab-content>.tab-pane .goods-full-description ol > li {
    margin-bottom: 20px;
}
.tab-content>.tab-pane .goods-full-description ul {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin-bottom: 24px;
}
.tab-content>.tab-pane .goods-full-description li {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin-bottom: unset;
}
.tab-content>.tab-pane .goods-full-description p {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
}
.tab-content>.tab-pane .goods-full-description h2 {
    font-family: var(--main-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
    letter-spacing: 0.2px;
    margin: 0 0 24px 0;
}
.tab-content>.tab-pane .goods-full-description h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin: 24px 0 16px 0;
    font-family: var(--main-font);
}

.tab-content>.tab-pane .goods-full-description h4, .tab-content>.tab-pane .goods-full-description h5 {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin: 24px 0 16px 0;
}
.tab-content>.tab-pane .goods-full-description .video-container {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 57.25%; /* 16:9 соотношение сторон */
}
.tab-content>.tab-pane .goods-full-description  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-content>.tab-pane {
    padding: 16px 0 0 0;
    font-size: 13px;
    line-height: 16px;
}
.tab-content>.tab-pane ul {
    margin: 0;
    padding: 0 24px 0 24px;
}
.tab-content>.tab-pane p {
    font-size: 13px;
    line-height: 16px;
}
.tab-content>.tab-pane ul li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
}


.empty_tab {
    text-align: center;
    margin: 56px 0;
}
.empty_tab .empty_tab-img {
    margin: 0 0 20px 0;
}
.empty_tab .empty_tab-header {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.empty_tab .empty_tab-text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.reviews-summary {
    background: #FFF;
    padding: 12px 8px;
    margin-bottom: 16px;
}
.tab-content>.tab-pane .reviews-summary p {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0;
}
.add-review-btn {
    background: #00955E;
    color: #FFF;
}
.add-review-btn:hover {
    background: #000;
    color: #FFF;
}

ul.anchor_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.anchor_list li {
    float: left;
}
ul.anchor_list li a {
    height: 36px;
    line-height: 36px;
    display: block;
    padding: 0 20px;
    border-radius: 8px;
    background: #F3F5F9;
    margin-right: 8px;
    margin-bottom: 8px;
}

#scroll_up_btn {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../svg/arrow-left-black.svg) center center no-repeat;
    z-index: 99;
    transform: rotate(90deg);
}
.profile_header {
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(90deg, #00955E 0%, #F15F79 100%), #FFFFFF;
    padding: 16px 20px;
    color: #FFF;
    /*
    padding: 0 0 16px 0;

    border-bottom: 1px solid rgba(0,0,0,0.1);*/
    /*margin-bottom: 20px;*/
}
.profile_header span {
    font-size: 13px;
    display: block;
    height: 20px;
    line-height: 20px;
}
.profile_header span a {
    line-height: 20px;
    display: inline-block;
    margin: 0 0 0 4px;

}
.profile_header span a img {
    height: 13px;
    width: auto;
}

ul.profile_menu {
    list-style: none;
    padding: 20px 0 20px 28px;
    border-radius: 0px;
    margin: 0;
    background: #f5f7f8;
    position: sticky;
    top: 160px;
}
ul.profile_menu li a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 4px;
}

a.profile-logout-btn {
    border-radius: 8px;
    border: 1px solid #00955E;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    margin: 16px 0 8px 0;
    display: inline-block;
}


.orders_item {
    border: 1px solid #EFF1F5;
    padding: 36px 24px 24px 24px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
  }
  .orders_item:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 16px #EFF1F5;
  }
  .orders_item_header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
  }
  .orders_item_number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-right: 20px;
  }
  .orders_item_date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
  }
  .orders_item_product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(202, 207, 217, 0.5);
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .orders_item_product:nth-last-child(1) {
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .orders_item_product--img {
    width: 56px;
    height: 56px;
    margin-right: 20px;
  }
  .orders_item_product--img img {
    width: 56px;
    height: auto;
  }
  .orders_item_product--name {
    width: 40%;
    margin-right: 20px;
  }
  .orders_item_product--name span {
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #979CA7;
    margin-top: 4px;
  }
  .orders_item_product--price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #979CA7;
    margin-right: 20px;
  }
  .orders_item_product--qty {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #373C48;
    margin-right: 20px;
  }
  .orders_item_product--cost {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #373C48;
    margin-right: 20px;
  }
.orders_item_product--btn {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    color: #373C48;
    background: #EFF1F5;
    border-radius: 30px;
    padding: 0 24px;
}
.orders_item_product--btn:hover {
    color: #FFF;
    background: #00955E;
}

.catalog-order {
    display: flex;
    flex-direction: column;
}

.catalog-order-1 {
    order: 1; 
}
.catalog-order-2 {
    order: 2; 
}
.catalog-order-3 {
    order: 3; 
}



.categorys {

}

.categorys ul.categorys--menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
}
.categorys ul.categorys--menu li {
    text-align: center;
    display: block;
    float: left;
    line-height: 16px;
    width: 20%;
    padding: 24px 10px 24px 10px;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    transition: all 0.3s ease-in-out;
}
.categorys ul.categorys--menu li:hover {
    background: #F5F5F5;
}
.categorys ul.categorys--menu li a {
    font-size: 12px;
    line-height: 140%;
    padding: 0;
    font-weight: 400;
}

/*
.categorys ul.categorys--menu li img {
    width: 100%;
}
.categorys ul.categorys--menu li:hover {
    background: #FFF;
}

*/
.categorys ul.categorys--menu li a span {
    color: var(--black, #000);
    text-align: center;
    font-family: var(--text-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
}

.categorys ul.categorys--menu li a img {
    width: 136px;
    height: auto;
    display: block;
    margin: 0 auto 16px auto;
    mix-blend-mode: multiply;
    transition: transform .2s;
    margin-bottom: 12px;
}
/*
.categorys ul.categorys--menu li a .menu-img {
    height: 124px;
    margin-bottom: 12px;

}*/
.goods--video {
    margin-top: 16px;
    margin-bottom: 16px;
}
.video-iframe {
    overflow:hidden;
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    border-radius: 4px;
}
.video-iframe iframe {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #00955E;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 20% auto;
    animation: spin 2s linear infinite;
}
.preloader {
    display: none;
    position: absolute; /* Змініть позиціонування на absolute */
    top: 50%; /* Вертикальне центрування */
    left: 50%; /* Горизонтальне центрування */
    transform: translate(-50%, -50%); /* Центрування відносно батьківського елементу */
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    width: 48px;
    height: 48px;
    z-index: 9999;
    text-align: center;
}
.products-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Затемнення */
    display: none;
    z-index: 1000; /* Високий z-index, щоб затемнення було поверх інших елементів */
    border-radius: 8px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.about-list-items .about-list-item {
    margin-bottom: 40px;
}
.about-list-items .about-list-item .about-list-item-image {
    width: 50%;
    padding: 0 72px 0 0;
    float: left;
}
.about-list-items .about-list-item .about-list-item-info {
    width: 50%;
    float: right;
}
.about-list-items .about-list-item:nth-child(2n) .about-list-item-info {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
}
.about-list-items .about-list-item .about-list-item-image img {
    display: block;
}
.about-list-items .about-list-item:nth-child(2n) .about-list-item-image {
    float: right;
    padding: 0 0 0 72px;
}
.about-list-item-header {
    font-family: var(--main-font);
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 500;
    color: var(--color-violet);
    margin-top: 24px;
}
.about-list-item-text {
    margin-bottom: 24px;
}
.team {
    margin-bottom: 80px;
}
.team-item {
    margin-bottom: 30px;
    background: var(--white);
    position: relative;
    float: left;
}
.team-img {
    width: 45%;
    padding-right: 5%;
    float: left;
    overflow: hidden;
    height: auto;
}

.team-info {
    width: 50%;
    padding: 0;
    margin: 24px 0;
    float: left;
}
.team-info-name {
    font-family: var(--main-font);
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 8px;
}
.team-info-position {
    margin-bottom: 16px;
    line-height: 120%;
}
.team-info-text {
    font-size: 13px;
}

.faq .accordion .card {
    border-radius: 0;
    background: var(--main-bg-color);
    border: 0;
    
}
.faq .accordion .card .card-header {
    background: var(--main-bg-color);
    margin-bottom: 0px;
    padding: 1rem 1.25rem;
}

.faq .accordion .card .card-header h2 {
    font-family: var(--main-font);
    font-size: 24px;
}
.faq .accordion .card .card-header h2 button.btn-link {
    color: var(--text-black-color);
    font-size: 28px;
    box-shadow: none;
    padding-left: 0;
    text-transform: uppercase;
}
.faq .accordion .card .card-header h2 button.btn-link:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
} 
.faq .accordion .card .card-header h2 button.btn-link:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.faq .accordion .card .card-header h2:focus {
    outline: none;
    box-shadow: none;
}
.faq .accordion .card .card-header {
    border: 0;
    border-bottom: 1px solid #D9D9D9;
}
.card .card-header button {
    padding-right: 40px;
}
/* Устанавливаем символ-стрелку как фоновое изображение для .card-header::before */
.card .card-header button::before {
    position: absolute;
    right: 0;
    top: 8px;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background-image: url('../svg/minus2.svg'); /* Путь к изображению символа-стрелки */
    background-size: contain; /* Размер изображения */
    background-repeat: no-repeat; /* Предотвращает повторение фонового изображения */
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

/* Поворачиваем символ-стрелку при наличии класса .show в рядом расположенном .collapse */
.card .card-header button.collapsed::before {
    background-image: url('../svg/plus.svg'); /* Путь к изображению символа-стрелки */
    background-size: contain; /* Размер изображения */
    background-repeat: no-repeat; /* Предотвращает повторение фонового изображения */
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}
.blog-item-area {
    margin-bottom: 30px;
}
.blog-item {
    background: var(--white);
    height: 100%;
    overflow: hidden;
}
.blog-item a {
    text-decoration: none;
    display: block;
}
.blog-item .blog-item-img {
    margin-bottom: 32px;
}
.blog-item:hover .blog-item-img img {

}
.blog-item .blog-item-img:hover img {

}
.blog-item .blog-item-date {
    font-family: var(--numbers-font);
    font-size: 12px;
    padding: 0 32px 8px 32px;
}
.blog-item .blog-item-name {
    padding: 0 32px 32px 32px;
    font-size: 15px;
    font-weight: 500;
}
.blog-item:hover .blog-item-name {
    color: var(--color-violet-light);
}

/**/
.training-item-area {
    margin-bottom: 30px;
}
.training-item {
    background: var(--white);
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.training-item a {
    text-decoration: none;
    display: block;

}
.training-item .training-item-img {
    margin-bottom: 32px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}
.training-item .training-item-img img {
    transition: transform .8s;
}
.training-item:hover .training-item-img img {
    transform: scale(1.2);
}
.training-item-buttons {
    margin: 0 32px 32px 32px;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.training-item-buttons a {
    display: block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #8F90A5;
    color: var(--text-black-color);
    padding: 0 24px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    font-weight: 600;
}
a.training-order-btn {
    color: var(--color-white);
    background: var(--color-violet-light);
    border: 1px solid var(--color-violet-light)
}
a.training-order-btn:hover {
    border: 1px solid var(--color-violet);
    background: var(--color-violet);
}
a.training-readmore-btn:hover {
    color: var(--color-white);
    background: var(--footer-background-color);
    border: 1px solid var(--footer-background-color);;
}
.training-item-info {
    display: flex;
    flex-direction: row;
    margin: 0 0 8px 32px;
    gap: 16px;
}
.training-item .training-item-date {
    font-family: var(--numbers-font);
    font-size: 12px;
    padding: 0 0 0 28px;
    margin: 0;
    height: 22px;
    line-height: 22px;
    background: url(../svg/date_icon.svg) left center no-repeat;
}
.training-item .training-item-location {
    font-family: var(--numbers-font);
    font-size: 12px;
    padding: 0 0 0 28px;
    height: 22px;
    line-height: 22px;
    background: url(../svg/location_icon.svg) left center no-repeat;
}
.training-item .training-item-name {
    padding: 0 32px 32px 32px;
    font-size: 18px;
    font-weight: 400;
}
.training-item:hover .training-item-name {
    color: var(--color-violet-light);
}
.training .training-img {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 40px;
}
.training .training-img img {
    min-height: 400px;
    object-fit: cover;
}
.training .training-order {
    position: sticky;
    top: 100px;
    background: #FFF;
    border-radius: 8px;
    padding: 48px 64px;
    min-height: 400px;
}
.training .training-info p {
    color: var(--text-black-color);
    font-size: 14px;
}
.training .training-info li {
    color: var(--text-black-color);
    font-size: 14px;
}
.training .training-info strong {
    color: var(--text-black-color);
    font-size: 14px;
    font-weight: 500;
}
.training .training-info h2 {
    font-family: var(--main-font);
    font-size: 24px;
    color: var(--text-black-color);
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 32px !important;
}
.training .training-info h3 {
    font-family: var(--main-font);
    font-size: 24px;
    color: var(--text-black-color);
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 32px !important;
}
.training .training-order-params {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin: 0 0 32px 0;
}
.training-order-info a {
    border-bottom: 1px solid var(--text-black-color);
}
.training-order-info a:hover {
    border-bottom: 1px solid transparent
}
.training .training-order-date {
    font-family: var(--numbers-font);
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    background: url(../svg/date_icon.svg) left center no-repeat;
    padding: 0 0 0 28px;
}
.training .training-order-location {
    font-family: var(--numbers-font);
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    background: url(../svg/location_icon.svg) left center no-repeat;
    padding: 0 0 0 28px;
}
.training-order-name {
    font-size: 20px;
    font-weight: 400;
    max-width: 80%;
    margin-bottom: 16px;
}
a.training-order-btn.detailed-training {
    height: 48px;
    line-height: 48px;
    padding: 0 48px;
    border-radius: 30px;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 32px;
    color: #FFF;
    background: var(--color-violet-light);
    border: 1px solid var(--color-violet-light);
    font-weight: 500;
}
a.training-order-btn.detailed-training:hover {
    color: var(--text-font);
    background: #FFF;
    border: 1px solid var(--text-black-color)
}
/**/
.search-page .search-content {
    width: 60%;
    margin: 0 auto;
}
.search-page .search-content .search-form {
    position: relative;
}
.search-page .search-content .search-form input {
    display: block;
    border: none;
    background: #FFF;
    height: 56px;
    line-height: 48px;
    border-radius: 30px;
    width: 100%;
    padding: 0 32px;
    color: var(--text-black-color);
    font-weight: 600;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}

.search-page .search-content .search-form button.button-search {
    position: absolute;
    top: 12px;
    display: block;
    right: 24px;
    border: 0;
    background: 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 14.2155L10.81 10.0255C11.8169 8.8167 12.319 7.26626 12.2118 5.69671C12.1047 4.12716 11.3966 2.65934 10.2348 1.59859C9.07298 0.537844 7.54695 -0.0341578 5.97415 0.00157912C4.40136 0.037316 2.90288 0.67804 1.79046 1.79046C0.67804 2.90288 0.037316 4.40136 0.00157912 5.97415C-0.0341578 7.54695 0.537844 9.07298 1.59859 10.2348C2.65934 11.3966 4.12716 12.1047 5.69671 12.2118C7.26626 12.319 8.8167 11.8169 10.0255 10.81L14.2155 15L15 14.2155ZM1.12948 6.12287C1.12948 5.13527 1.42234 4.16985 1.97102 3.34869C2.5197 2.52753 3.29956 1.88752 4.21198 1.50958C5.1244 1.13164 6.12841 1.03276 7.09703 1.22543C8.06565 1.4181 8.95539 1.89367 9.65373 2.59201C10.3521 3.29035 10.8276 4.18008 11.0203 5.14871C11.213 6.11733 11.1141 7.12133 10.7362 8.03375C10.3582 8.94618 9.7182 9.72604 8.89705 10.2747C8.07589 10.8234 7.11047 11.1163 6.12287 11.1163C4.79899 11.1148 3.52976 10.5882 2.59363 9.6521C1.65751 8.71598 1.13095 7.44675 1.12948 6.12287Z' fill='%23373B46'/%3E%3C/svg%3E%0A");
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.horizontal-catalog {
    padding: 10px 0px;
    margin-bottom: 80px;
    background: var(--main-header-color);
    overflow: hidden;
}

.horizontal-catalog a.horizontal-catalog-item {
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    height: 36px;
    color: var(--color-white);
    line-height: 36px;
    padding: 0 24px;
}
.horizontal-catalog a.horizontal-catalog-item:hover {
    background: var(--color-white);
    color: var(--text-black-color);
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide {
    width: auto;
}
.about2 h1 {
    margin: 40px 0;
}
.about2 h1, .about2 h2, .about2 h3 {
    color: var(--text-black-color);
    font-family: var(--main-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.mb-md-80 {
    margin-bottom: 80px !important;
}
.mb-md-120 {
    margin-bottom: 120px !important;
}
.about2 .img-fluid {
    mix-blend-mode: multiply;
}
.customMadePopup .modal-header {
    padding: 56px 58px 0 58px;
}
.customMadePopup .modal-content {
    border-radius: 0;
}
.customMadePopup .reviewForm {
    padding: 40px 72px 24px 72px;
}
.customMadePopup .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 8px 16px 0 0;
    background: url('../images/assets/svg/close.svg') left top no-repeat;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;

    border: none;
}
.customMadePopup .modal-dialog {
    max-width: 740px;
    margin: 30px auto;
}
#reviewPopup .modal-title.h4 {
    font-weight: 300;
    font-family: 'Cormorant', serif;
    font-size: 40px;
    text-transform: uppercase;
    color: #383E52;
    margin-bottom: 8px;
}
#reviewPopup .errorMessage {
    text-transform: uppercase;
    color: #383E52;
}
#reviewPopup label {
    color: #383E52;
    font-size: 13px;
    line-height: 20px;
}
#reviewPopup input.form-input, #reviewPopup textarea.form-input {
    background: #FFF;
    color: #383E52;
    text-transform: unset;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 0;
    margin-bottom: 24px;
}
.cookies {
    position: fixed;
    width: 100%;
    padding: 16px 0;
    left: 0;
    bottom: 0;
    background: var(--color-white);
    z-index: 9;
    border-top: 1px solid rgba(0, 0, 0, .05)
}
.cookies .cookies-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookies .cookies-message p {
    margin: 0 80px 0 0;
    font-size: 14px;
}
.cookies .cookies-message p a {
    color: var(--color-violet-light);
    text-decoration: underline;
}
.cookies .cookies-message p a:hover {
    text-decoration: none;
}
.cookies .cookies-message button {
    display: block;
    border-radius: 30px;
    background: var(--color-violet-light);
    color: var(--color-white);
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    font-size: 14px;
}

.post-item {
    background: #FFF;
    border-radius: 8px;
    padding: 0 0 32px 0;
    margin-bottom: 24px;
}
.post-item .post-item-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    display: block;
}
.post-item .post-item-img img {
    transition: transform .8s;
    z-index: 1;
}
.post-item:hover .post-item-img img {
    transform: scale(1.2);
}
.post-item a.post-item-name {
    margin: 0 24px 0 24px;
    text-decoration: none;
    display: block;
}
.post-item .post-item-date {
    font-family: var(--numbers-font);
    font-size: 12px;
    padding: 0 0 0 28px;
    margin: 0 24px 16px 24px;
    background: url(../svg/date_icon.svg) left center no-repeat;
}
.post-item:hover a.post-item-name {
    color: var(--color-violet-light);
}
.post-img {
    margin-bottom: 32px;
}
.post-img img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.post-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}
.post-info .post-date {
    font-family: var(--numbers-font);
    font-size: 12px;
    padding: 0 0 0 28px;
    margin: 0;
    background: url(../svg/date_icon.svg) left center no-repeat;
}
.post-reading-time {
    font-family: var(--numbers-font);
    font-size: 12px;
    padding: 0 0 0 24px;
    margin: 0;
    border-left: 1px solid var(--text-black-color);
}

.post-text p {
    color: var(--text-black-color);
    font-size: 14px;
}
.post-text li {
    color: var(--text-black-color);
    font-size: 14px;
}
.post-text strong {
    color: var(--text-black-color);
    font-size: 14px;
    font-weight: 500;
}
.post-text h2 {
    font-family: var(--main-font);
    font-size: 24px;
    color: var(--text-black-color);
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 32px !important;
}
.post-text h3 {
    font-family: var(--main-font);
    font-size: 24px;
    color: var(--text-black-color);
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 32px !important;
}
.post-text a {
    color: var(--color-violet);

    text-decoration: underline;
}
.post-text a:hover {
    color: var(--color-violet-light);
    text-decoration: none;
}

.protocolItem {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E2;
    margin-bottom: 20px;
}

.king-icon_ua {
    position: absolute;
    right: 32px;
    top: 20px;
    width: 88px !important;
    height: 88px;
    background: url(../svg/king_ua2.svg) center center no-repeat;
    background-size: contain;
    z-index: 2;
}
.gold-icon_ua {
    position: absolute;
    right: 32px;
    top: 20px;
    width: 88px !important;
    height: 88px;
    background: url(../svg/gold_ua2.svg) center center no-repeat;
    background-size: contain;
    z-index: 2;
}
.king-icon_pl {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 88px !important;
    height: 88px;
    background: url(../svg/king_pl.svg) center center no-repeat;
    background-size: contain;
    z-index: 2;
}
.gold-icon_pl {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 88px !important;
    height: 88px;
    background: url(../svg/gold_pl.svg) center center no-repeat;
    background-size: contain;
    z-index: 2;
}

.product .king-icon_ua {
    top: 36px;
    right: 36px;
}
.product .gold-icon_ua {
    top: 36px;
    right: 36px;
}
.product .king-icon_pl {
    top: 36px;
    right: 36px;
}
.product .gold-icon_pl {
    top: 36px;
    right: 36px;
}
.modal {
    z-index: 9998;
}
.text-danger {
    font-size: 12px;
}
.modal-text-info {
    padding: 40px;
    font-size: 14px;
}
h4.modal-text-title {
    color: var(--text-black-color);
    text-align: left;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 24px;
    text-align: center;
}

.modal-text-info h3 {
    font-family: var(--main-font);
    color: var(--text-black-color);
    font-weight: 400;
}

.iti {
    margin-bottom: 8px;
    width: 100%;
}
.iti__search-input {
    height: 40px;
    padding: 0 20px 0 33px;
    background: #FFF !important;
    margin: 0 !important;
    border-radius: 8px;
}
.iti--inline-dropdown .iti__dropdown-content {
    box-shadow: none;
}
button.iti__selected-country {
    line-height: 48px;
}
.iti__country-container {
    padding: 0;
}
.iti__dropdown-content {
    border-radius: 8px;
}


/* Checkout */
.checkout-сustomer, .checkout-address, .checkout-free-text, .checkout-related-products, .checkout-shipping-address, .checkout-shipping-method, .checkout-payment-method {
    box-shadow: none;
    border-radius: 4px;
}
@media (min-width: 992px) {
    .checkout-сustomer, .checkout-address, .checkout-shipping-address, .checkout-related-products, .checkout-shipping-method, .checkout-payment-method {
        padding: 32px 40px 32px 40px;
    }
}
.checkout-heading {
    font-size: 20px;
    font-weight: 500;
}
.title-customer {
    font-weight: 500;
}
.checkout-col-fix-right {
    background: none;
}
@media (min-width: 768px) {
    .opc_block_cart .cart-list {
        box-shadow: none;
        border-radius: 4px;
    }
}
@media (min-width: 992px) {
    .opc_block_cart .cart-list {
        padding: 16px 32px 32px 32px;
    }
}
@media (min-width: 320px) {
    .opc_block_cart .cart-list {
        box-shadow: unset;
        border-radius: 8px;
    }
}
@media (min-width: 992px) {
    .col-xs-12.mb-30:last-child {
        margin-bottom: 30px;
    }
}
.cart-item-left {
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    position: relative;
    padding-right: 10px;
}
.cart-item-left img {
    object-fit: contain;
    object-position: top;
    height: auto;
}
.ch-cart-quantity .btn-quantity-minus {
    width: 32px;
    height: 40px;
    border-radius: 4px 0 0 4px;
}
.ch-cart-quantity .form-control {
    height: 40px !important;
}
.ch-cart-quantity .btn-quantity-plus {
    width: 32px;
    height: 40px;
    border-radius: 0 4px 4px 0;
}
.cart-item {
    position: relative;
}
.cart-item .cart-item-price-quantity {
    margin-left: 84px;
}
.cart-item .cart-item-price-quantity .btn-remove {
    position: absolute;
    right: 0px;
    top: 12px;
    background: url(../svg/remove_dark.svg) center center no-repeat;
}
.cart-item .cart-item-price-quantity .btn-remove svg {
    display: none;
}
.cart-item:first-child {
    padding-top: 20px;
}
.cart-item .cart-item-price-quantity > .justify-content-end {
   display: flex; 
}

.cart-item .cart-item-price-quantity > .justify-content-end > *:first-child {
    order: 2;
}
.cart-item .cart-item-price-quantity > .justify-content-end > *:last-child {
    order: 1;
}
.cart-item .cart-item-price-quantity .btn-remove {
    margin-left: 0;
    margin-right: 0;
}
.opc_block_totals .totals-inner {
    border-radius: 4px;
    box-shadow: none;
    background: #FFF;
    padding: 32px 32px 32px 32px;
}
.opc-cart-title {
    font-size: 20px;
    font-weight: 500;
}
.checkout-totals .table td, .table th {
        padding: .3rem;
}
.opc-btn {
    height: 48px;
    background: var(--color-violet-light);
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    color: var(--color-white);
}
.opc-btn:hover {
    background: var(--color-violet);
}
#collapse-dop-module .btn-primary {
    border-radius: 0 4px 4px 0;
    background: var(--main-header-color);
    height: 48px;
}
#collapse-dop-module .btn-primary:hover {
    background: var(--color-violet-light);
}
.cart-item-prod-name a {
    display: block;
    color: var(--text-black-color);
}

.cart-item:hover .cart-item-prod-name a {
    color: var(--color-active);
}
.cart-item-total {
    color: var(--text-black-color);
}
.cart-item + div.cart-item {
    border-top: 1px dashed #EAEDF7;
}
@media (max-width: 767px) {
    .cart-item-prod-name a {
        max-width: 320px;
    }
}
#modal-agree .modal-dialog {
    max-width: 640px;
    color: var(--text-black-color);
}
#modal-agree .modal-content {
    color: var(--text-black-color);
}
#modal-agree .modal-body {
    padding: 24px;
    color: var(--text-black-color);
    max-height: 320px;
    overflow: scroll;
    margin-bottom: 32px;
}
#modal-agree p {
    color: var(--text-black-color);
}
#modal-agree.modal {
    top: 120px;
}
#modal-agree .modal-title {
    color: var(--text-black-color);
    font-size: 24px;
}
#modal-agree .modal-header {
    padding: 2rem 24px 0 24px;
    border-bottom: 0;
    line-height: 140%;
}
@media only screen and (max-width: 991px) {
    #modal-agree .modal-content {
        margin: 0 auto;
        max-width: 90%;
    }
    .cart-item .cart-item-price-quantity {
        
        margin-right: 56px;
    }
}
@media only screen and (max-width: 620px) {
    .cart-item .cart-item-price-quantity {
        margin-right: 0;
    }

}
.chm-radio label {
    font-weight: 400;
}
.chm-radio, .chm-checkbox {
    font-weight: 400;
}
.opc_block_totals .table-cart .total-title {
    color: var(--text-black-color);
    font-weight: 400;
}
.opc_block_totals .table-cart .total-text {
    color: var(--text-black-color);
}
.opc_block_totals .table-cart tr:nth-child(3) .total-text {
    font-size: 20px;
}
.opc_block_totals .table-cart tr:nth-child(3) .total-title {
    font-size: 20px;
}
#onepcheckout input.form-control, .coupon_table input.form-control {
    background: var(--color-white);
    height: 48px;
    line-height: 48px;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--color-white);
}
.opc-label {
    color: var(--text-black-color);
    font-weight: 300;
}
.opc-btn-primary:focus, .opc-btn-primary:hover, .opc-btn-primary:hover {
    background: var(--color-violet-light);
}
.chm-radio, .chm-checkbox a {
    text-decoration: underline;
}

.iti__selected-country {
    height: auto;
}
.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
    margin-bottom: 8px !important;
}

.table.table-bordered.table-hover {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px; /* расстояние между строками */
  background-color: transparent;
}

.table.table-bordered.table-hover thead tr td {
  font-weight: 600; /* полужирные заголовки */
  background: transparent;
  border: none !important;
  padding: 12px 10px;
  vertical-align: middle;
}

.table.table-bordered.table-hover tbody tr {
  background-color: #FFF; /* белый фон */
  border-radius: 8px;
  box-shadow: 0 0 0 1px #FFF; /* белая граница — невидимая */
  display: table-row;
  vertical-align: middle;
  position: relative;
}

.table.table-bordered.table-hover tbody tr td {
  padding: 24px 16px;
  vertical-align: middle;
  position: relative;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 14px;
}

/* Вертикальные разделители (линии) между ячейками, кроме последней */
.table.table-bordered.table-hover tbody tr td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  width: 1px;
  background-color: var(--color-grey-bg);
  pointer-events: none;
}

/* Убираем разделитель у последней ячейки */
.table.table-bordered.table-hover tbody tr td:last-child::after {
  content: none;
}

/* Скругления углов строк */
.table.table-bordered.table-hover tbody tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.table.table-bordered.table-hover tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table-bordered td, .table-bordered th {
    border: 0;
}
.table.table-bordered.table-hover tfoot {
    
}
.table.table-bordered.table-hovere tfoot tr {
  background: none !important;  /* Без фона */
}

.table.table-bordered.table-hover tfoot tr td {
  border: none !important;      /* Без границ */
  padding: 2px 10px;
  vertical-align: middle;
}

.table.table-bordered.table-hover tfoot tr td.text-right b {
  font-weight: 600;             /* Полужирный текст для заголовков */
}
.table-bordered {
    border: 0;
}
.list-unstyled li {
    margin-bottom: 8px;
}
a.show-order-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--color-violet-light) url(../svg/eye.svg) center center no-repeat;
    border-radius: 8px;
    background-size: 20px 20px;
}
a.show-order-btn:hover {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--color-violet) url(../svg/eye.svg) center center no-repeat;
    border-radius: 8px;
    background-size: 24px 24px;
}
a.reorder-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--color-violet-light) url(../svg/cart.svg) center center no-repeat;
    border-radius: 8px;
    background-size: 16px 16px;
}
a.reorder-btn:hover {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--color-violet) url(../svg/cart.svg) center center no-repeat;
    border-radius: 8px;
    background-size: 21px 21px;
}
a.wishlist-img img {
    width: 80px;
    max-width: fit-content;
}
button.wish-add-cart {
    display: block;
    border: 0;
    border-radius: 8px;
    background: var(--color-violet-light) url(../svg/cart.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 16px 16px;
    transition: all 0.3s ease-in-out;
}
button.wish-add-cart:hover {
    background: var(--color-violet) url(../svg/cart.svg) center center no-repeat;
    background-size: 20px 20px;
}
a.wish-remove {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 8px;
    border: 1px solid var(--main-header-color);
    background: url(../svg/remove_dark.svg) center center no-repeat;
    outline: none;
    box-shadow: none;
    background-size: 16px 16px;
    transition: all 0.3s ease-in-out;
}
a.wish-remove:hover {
    background: url(../svg/remove_dark.svg) center center no-repeat;
    background-size: 20px 20px;
}
.table.table-bordered.table-hover tbody tr td:last-child .wishlist-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.alert-dismissible .close {
    padding-top: 0.5rem;
}