/*
Theme Name: Balm
Author: Deividas Raila @ Jauna reklama
Version: 2.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap&subset=latin-ext");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

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

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[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 {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    vertical-align: baseline;
}

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-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    overflow-x: hidden;
}

html,
body {
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: url("./img/background.png");
}

body.fixed {
    position: fixed;
    width: 100%;
}

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

a {
    color: #86593c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: black;
}

body.preload * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    transition: none !important;
}

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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before {
    content: "\e900";
}

.icon-angle-right:before {
    content: "\e901";
}

.icon-arrow-alt-left:before {
    content: "\e902";
}

.icon-arrow-alt-right:before {
    content: "\e903";
}

.icon-balm-logo:before {
    content: "\e904";
}

.icon-envelope:before {
    content: "\e905";
}

.icon-map-marker-alt:before {
    content: "\e906";
}

.icon-mobile-android-alt:before {
    content: "\e907";
}

.icon-search:before {
    content: "\e908";
}

.icon-shopping-cart:before {
    content: "\e909";
}

@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn_modal_content {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn_modal_content {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut_modal_content {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut_modal_content {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn_modal {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    1% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeIn_modal {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    1% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut_modal {
    0% {
        visibility: visible;
        opacity: 1;
    }

    99% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes fadeOut_modal {
    0% {
        visibility: visible;
        opacity: 1;
    }

    99% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    from {
        visibility: visible;
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeOut {
    from {
        visibility: visible;
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 300ms;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: black;
}

.hamburger-box {
    width: 40px;
    height: 21px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: black;
    border-radius: 0px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -9px;
    width: 40px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrapper {
    width: 1326px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}

.wrapper--full {
    width: 1920px;
}

.body {
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.body--blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.body__menu_divide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.body__menu {
    width: 25%;
}

.body__menu_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.body__menu_nav a {
    text-decoration: none;
    color: black;
}

.body__menu_nav > ul {
    background: #d6d6d6;
    padding: 40px 35px;
    border-left: 30px solid black;
    margin-left: -60px;
    margin-right: 40px;
}

@media (min-width: 1367px) and (max-width: 1500px) {
    .body__menu_nav > ul {
        margin-left: -10px;
    }
}

.body__menu_nav > ul > li:not(:last-child) {
    margin-bottom: 20px;
}

.body__menu_nav > ul > li > a {
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0;
}

.body__menu_nav > ul > li > a:hover {
    font-weight: 700;
}

.body__menu_nav > ul > li > ul {
    display: none;
    margin-top: 15px;
}

.body__menu_nav > ul > li > ul > li > a {
    font-weight: 300;
    display: block;
    padding: 15px;
}

.body__menu_nav > ul > li > ul > li > a:hover {
    background: white;
    font-weight: 700;
}

.body__menu_nav_item--opened > a {
    font-weight: 700 !important;
}

.body__menu_nav_item--opened > ul {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.body__menu_nav_item--opened > ul > li.active a {
    font-weight: 700 !important;
    background: white !important;
}

.body__menu_nav_toggle {
    display: none;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    padding: 15px;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.body__menu_nav_toggle:hover {
    background: black;
    color: white;
}

.body__menu_nav_toggle--active {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.body__content {
    width: 75%;
}

.body__content .title {
    background: white;
    padding: 50px 45px;
    margin-bottom: 20px;
}

.body__content .breadcrumbs {
    margin-bottom: 30px;
}

.body__content .pagination {
    padding: 60px 0;
    margin-top: 20px;
    border-top: 2px solid #cacaca;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    outline: none;
    border: none;
    background: none;
    color: black;
    cursor: pointer;
    text-decoration: none;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
    padding: 0;
}

.btn:hover {
    color: #86593c;
}

.btn:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    height: 3px;
    width: 95%;
    background: #86593c;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.btn--inverse {
    color: white;
}

.header {
    padding-top: 40px;
    padding-bottom: 60px;
}

.header .wrapper {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo img {
    max-width: 260px;
}

.header__right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__language_switcher {
    margin-left: 40px;
}

.header__language_switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    font-size: 18px;
}

.header__language_switcher > ul > li {
    position: relative;
}

.header__language_switcher > ul > li span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.header__language_switcher > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.header__language_switcher i {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 8px;
    font-size: 16px;
}

.header__language_switcher a {
    text-decoration: none;
    color: black;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.header__language_switcher a:hover {
    color: #86593c;
}

.header__navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header__navigation ul li {
    margin: 0 20px;
}

.header__navigation ul li a {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}

.header__navigation ul li a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 0px;
    width: 100%;
    background: #86593c;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.header__navigation ul li a:hover:after {
    height: 3px;
}

.header__shop_button {
    margin-left: 45px;
}

.header__shop_button a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: black;
    padding: 14px;
    text-decoration: none;
    font-weight: 700;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 3px solid #cacaca;
    border-bottom: 3px solid #cacaca;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.header__shop_button a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #cacaca;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
    border-top-right-radius: 50%;
    z-index: -1;
}

.header__shop_button a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #cacaca;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
    border-top-left-radius: 50%;
    z-index: -1;
}

.header__shop_button a:hover {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
}

.header__shop_button a:hover:before {
    height: 100%;
}

.header__shop_button a:hover:after {
    width: 100%;
}

.header__shop_button i {
    margin-right: 10px;
}

.header__search {
    margin-left: 45px;
    position: relative;
}

.header__search input {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    border-bottom: 3px solid #cacaca;
    padding: 12px 0;
}

.header__search input:focus::-webkit-input-placeholder {
    color: transparent;
}

.header__search input:focus::-moz-placeholder {
    color: transparent;
}

.header__search input:focus:-ms-input-placeholder {
    color: transparent;
}

.header__search input:focus::-ms-input-placeholder {
    color: transparent;
}

.header__search input:focus::placeholder {
    color: transparent;
}

.header__search input::-webkit-input-placeholder {
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.header__search input::-moz-placeholder {
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.header__search input:-ms-input-placeholder {
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.header__search input::-ms-input-placeholder {
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.header__search input::placeholder {
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.header__search i {
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__burger {
    display: none;
}

.footer {
    padding-top: 35px;
    border-top: 18px solid black;
}

.footer .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__top {
    width: calc(100% + 80px);
    margin: 0 -40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__top_item {
    width: calc(33.3333% - 80px);
    margin: 0 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__top_item--row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    margin-bottom: 60px;
}

.footer__logo img {
    max-width: 260px;
}

.footer__info_item {
    margin-bottom: 12px;
    margin-left: 50px;
}

.footer__info_item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: black;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__info_item a:hover {
    color: #86593c;
}

.footer__info_item a:hover i {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer__info_item i {
    width: 40px;
    font-size: 25px;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__menu h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 35px;
}

.footer__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__menu ul li {
    margin-bottom: 10px;
}

.footer__menu a {
    text-decoration: none;
    color: black;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__menu a:hover {
    color: #86593c;
}

.footer__form {
    max-width: 100%;
}

.footer__form h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 35px;
}

.footer__form form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin: 0 -4px;
    font-size: 14px;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer__form input:not([type="submit"]), .footer__form textarea {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 4px;
}

.footer__form input:not([type="submit"]):focus::-webkit-input-placeholder, .footer__form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.footer__form input:not([type="submit"]):focus::-moz-placeholder, .footer__form textarea:focus::-moz-placeholder {
    color: transparent;
}

.footer__form input:not([type="submit"]):focus:-ms-input-placeholder, .footer__form textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.footer__form input:not([type="submit"]):focus::-ms-input-placeholder, .footer__form textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.footer__form input:not([type="submit"]):focus::placeholder, .footer__form textarea:focus::placeholder {
    color: transparent;
}

.footer__form input:not([type="submit"])::-webkit-input-placeholder, .footer__form textarea::-webkit-input-placeholder {
    color: #a5a3a3;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__form input:not([type="submit"])::-moz-placeholder, .footer__form textarea::-moz-placeholder {
    color: #a5a3a3;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__form input:not([type="submit"]):-ms-input-placeholder, .footer__form textarea:-ms-input-placeholder {
    color: #a5a3a3;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__form input:not([type="submit"])::-ms-input-placeholder, .footer__form textarea::-ms-input-placeholder {
    color: #a5a3a3;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__form input:not([type="submit"])::placeholder, .footer__form textarea::placeholder {
    color: #a5a3a3;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__form input:not([type="submit"]) {
    width: calc(50% - 8px);
    margin-bottom: 10px;
}

.footer__form textarea {
    width: calc(100% - 8px);
    resize: none;
    height: 75px;
}

.footer__form .btn {
    margin-top: 10px;
    margin-right: 4px;
}

.footer__bottom {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    margin-top: 60px;
    border-top: 1px solid #cacaca;
    font-size: 14px;
    font-weight: 300;
}

.footer__bottom p {
    margin: 0;
}

.footer__bottom a {
    text-decoration: none;
    color: black;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.footer__bottom a:hover {
    color: #c4a888;
}

.category_list {
    background: black;
}

.category_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.category_list ul li {
    width: 20%;
    height: 20vw;
    max-height: 384px;
}

.category_list ul li > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #d6d6d6;
    text-transform: uppercase;
}

.category_list ul li > div h2 {
    font-size: 48px;
    font-weight: 300;
    margin: 0;
    margin-left: 40px;
}

.category_list ul li > div h3 {
    font-size: 28px;
    font-weight: 300;
    margin-left: 40px;
    margin-bottom: 20px;
}

.category_list ul li a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: white;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
    z-index: 10;
}

.category_list ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0px solid #cacaca;
    box-sizing: border-box;
    z-index: 50;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.category_list ul li a:hover {
    z-index: 20;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}

.category_list ul li a:hover:before {
    border: 10px solid #cacaca;
}

.category_list ul li a:hover span {
    background: #c4a888;
}

.category_list ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category_list ul li a span {
    position: relative;
    display: block;
    padding: 20px 35px;
    background: rgba(196, 168, 136, 0.7);
    font-size: 28px;
    font-weight: 300;
    color: black;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.about {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64.5%, black 64.5%);
}

.about .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about__top {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 110px;
    margin-bottom: 105px;
}

.about__top h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
}

.about__bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about__left {
    width: 40%;
}

.about__left img {
    border-top: 22px solid #86593c;
    border-bottom: 22px solid #86593c;
}

.about__right {
    width: 60%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about__right .btn {
    margin-bottom: 45px;
}

.about__text {
    padding-left: 80px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.about__text p {
    text-align: right;
    margin-top: 0;
    line-height: 24px;
}

.about__partners {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
    padding: 80px;
    width: 100%;
    box-sizing: border-box;
}

.about__partners > * {
    margin-top: 20px;
}

.about__partners span {
    font-size: 24px;
    font-weight: 700;
}

.blog {
    padding: 40px 0;
    background: black;
}

.blog .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog .wrapper > h2 {
    color: white;
    font-weight: 400;
    text-align: right;
    display: block;
    width: 100%;
    font-size: 32px;
    margin-bottom: 60px;
}

.blog__bottom {
    text-align: center;
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.blog__container {
    width: calc(100% + 50px);
    margin: 0 -25px;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog__item {
    width: calc(33.3333% - 50px);
    margin: 0 25px;
}

.blog__item_top {
    padding-bottom: 15px;
}

.blog__item_top img {
    width: 100%;
    max-height: 147px;
    object-fit: cover;
    height: 30vw;
}

.blog__item_bottom {
    position: relative;
}

.blog__item_date {
    position: absolute;
    color: #c4a888;
    -webkit-transform: rotate(-90deg) translateX(-78%);
    transform: rotate(-90deg) translateX(-78%);
    left: -38px;
    font-size: 14px;
    font-weight: 700;
}

.blog__item_content {
    padding: 30px;
}

.blog__item_content h5 {
    color: white;
    font-size: 18px;
    margin-bottom: 25px;
}

.blog__item_content p {
    color: white;
    font-weight: 300;
    margin: 0;
    margin-bottom: 25px;
}

.hero {
    background: black;
}

.hero img {
    width: 100%;
    min-height: 200px;
    max-height: 342px;
    object-fit: cover;
}

.breadcrumbs {
    margin-bottom: 50px;
}

.breadcrumbs .wrapper {
    padding: 22px 0;
    border-bottom: 1px solid #cacaca;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    text-transform: uppercase;
    color: #86593c;
}

.breadcrumbs ul li:not(:first-child):before {
    content: "/";
    margin: 0 4px;
    color: #86593c;
}

.breadcrumbs ul li a {
    position: relative;
}

.breadcrumbs ul li a:hover:before {
    opacity: 0.7;
}

.breadcrumbs ul li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: #86593c;
    transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.breadcrumbs a {
    text-decoration: none;
}

.title {
    margin-bottom: 40px;
}

.title h1, .title h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.text {
    padding-bottom: 40px;
}

.text__editor {
    width: 100%;
}

.text__editor > *:first-child {
    margin-top: 0;
}

.text__editor strong {
    font-weight: 700;
}

.text__editor p {
    line-height: 24px;
    font-weight: 300;
    margin: 25px 0;
}

.text__editor p:first-of-type {
    margin-top: 0;
}

.text__editor h1, .text__editor h2, .text__editor h3, .text__editor h4, .text__editor h5, .text__editor h6 {
    text-transform: uppercase;
    -webkit-margin-after: 2em;
    margin-block-end: 2em;
}

.text__editor ul {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0;
    padding-left: 40px;
}

.text__editor ul li {
    position: relative;
}

.text__editor ul li:not(:last-child) {
    margin-bottom: 25px;
}

.text__editor ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 7px;
    height: 6px;
    width: 6px;
    background: #86593c;
}

.text__editor table {
    border-spacing: 0 5px;
    font-weight: 300;
}

.text__editor table tr {
    background: white;
}

.text__editor table tr td {
    padding: 10px;
    padding-right: 90px;
}

.news_item .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news_item__date {
    margin-bottom: 30px;
}

.news_item__date span {
    color: #c4a888;
    font-size: 14px;
}

.news_item__back {
    margin: 50px 0;
}

.contact .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact__map {
    margin: 60px 0;
}

.contact__map #map {
    width: 100%;
    max-height: 440px;
    height: 60vw;
}

.contact__info h6 {
    font-size: 18px;
}

.contact__info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: -20px;
}

.contact__info ul li {
    margin-top: 20px;
}

.contact__info ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: black;
}

.contact__info ul li i {
    font-size: 40px;
    color: #86593c;
    margin-right: 15px;
}

.contact__info ul li span {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.news_list .blog__item_content p {
    color: black;
}

.news_list .blog__item_content h5 {
    color: black;
}

.news_list .blog__item {
    margin-bottom: 80px;
    padding: 25px;
    margin: 0;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.news_list .blog__item:hover {
    background: white;
}

.pagination .wrapper {
    padding: 60px 0;
    margin-top: 25px;
    border-top: 2px solid #cacaca;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
}

.pagination ul li {
    margin: 0 10px;
    margin-top: 20px;
    font-size: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination ul li:first-child a, .pagination ul li:last-child a {
    background: none;
}

.pagination ul li:first-child a:hover, .pagination ul li:last-child a:hover {
    background: none;
}

.pagination ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    color: black;
    text-decoration: none;
    font-weight: 300;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.pagination ul li a:hover {
    background: white;
    color: #86593c;
}

.pagination ul li span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: white;
    color: #86593c;
    font-weight: 700;
}

.product_list__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.product_list__item {
    position: relative;
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
    background: white;
    height: 100%;
}

.product_list__item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none;
    color: black;
    padding: 20px;
    box-sizing: border-box;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product_list__item a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.product_list__item a img {
    height: 250px;
    object-fit: contain;
}

.product_list__item h4 {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #cacaca;
}

.product_list__item p {
    width: 100%;
    line-height: 24px;
    font-weight: 300;
}

.product_list__item span {
    margin-bottom: 10px;
}

.product_list__item_new {
    position: absolute;
    right: 0;
    top: 0;
}

.product_list__item_new span {
    display: inline-block;
    background: #86593c;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.sort {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.sort span {
    margin-right: 10px;
}

.selectric {
    background: white;
    border: none;
}

.selectric .button {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}

.selectric .button:after {
    border-top-color: black;
}

.selectric .label {
    padding-right: 20px;
    font-size: 16px;
    margin: 0px 27px 0 21px;
}

.selectric-items {
    background: white;
}

.selectric-items li {
    padding-left: 21px;
}

.selectric-items li.highlighted {
    background: #d6d6d6;
}

.product__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product__left {
    position: relative;
    width: calc(50% - 25px);
    margin-right: 25px;
}

.product__right {
    width: calc(50% - 25px);
    margin-left: 25px;
}

.product__new_label {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.product__new_label span {
    display: block;
    background: #86593c;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 16px;
}

.product__slider_error {
    font-size: 14px;
    line-height: 24px;
}

.product__slider {
    background: white;
    padding-bottom: 20px;
}

.product__slider:before {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 40px;
    width: 37px;
    height: 37px;
    background: url("./img/magnify.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 50;
    pointer-events: none;
}

.product__slider .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 420px;
}

.product__slider .slick-slide {
    width: 100%;
    outline: none;
}

.product__slider .slick-slide img {
    width: 100%;
    height: 100%;
}

.product__slider .slick-slide img:first-child {
    object-fit: cover;
}

.product__slider_nav {
    background: white;
    width: 100%;
    padding: 20px 35px;
}

.product__slider_nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 80px);
    height: 3px;
    background: #c4a888;
}

.product__slider_nav .slick-slide {
    outline: none;
    cursor: pointer;
    max-height: 90px;
    height: 30vw;
    margin: 0 5px;
    border: 2px solid #cacaca;
    opacity: 0.4;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
    object-fit: cover;
}

.product__slider_nav .slick-slide:hover, .product__slider_nav .slick-slide.slick-current {
    opacity: 1;
}

.product__slider_nav .slick-control {
    position: absolute;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    top: 50%;
    font-size: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #cacaca;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product__slider_nav .slick-control:hover {
    color: rgba(202, 202, 202, 0.5);
}

.product__slider_nav .slick-prev {
    left: 10px;
}

.product__slider_nav .slick-next {
    right: 10px;
}

.product__info_container {
    padding: 40px 0;
}

.product__info_item {
    display: none;
    -webkit-animation: fadeIn 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
    animation: fadeIn 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product__info_item--active {
    display: block;
}

.product__info_switcher {
    border-bottom: 2px solid #cacaca;
    padding-bottom: 4px;
    margin: 20px 0;
}

.product__info_switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__info_switcher ul li button {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0 25px;
    height: 80px;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product__info_switcher ul li button:hover {
    background: white;
}

.product__info_switcher ul li button.active {
    background: white;
    font-size: 28px;
}

.product__certified {
    margin-top: 35px;
}

.product__certified span {
    font-weight: 300;
    text-transform: uppercase;
}

.product__certified ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__certified ul li {
    margin-right: 15px;
}

.product__ask {
    padding: 35px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    margin-top: -20px;
}

.product__ask > * {
    margin-top: 20px;
}

.product__ask span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 55px;
}

.product__attributes dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 300;
}

.product__attributes dl:not(:last-of-type) {
    margin-bottom: 35px;
}

.product__attributes dl dt {
    width: 30%;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product__attributes dl dd {
    width: 70%;
    margin: 0;
    margin-bottom: 30px;
}

.product__excerpt {
    margin-bottom: 40px;
}

.product__excerpt p {
    line-height: 24px;
    font-weight: 300;
}

.product__title h1 {
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
}

.product__sku {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.product__sku span {
    width: 70%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.product__sku span:first-child {
    width: 30%;
}

.cross_products {
    margin: 25px 0;
}

.cross_products > h3 {
    position: relative;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 45px;
}

.cross_products > h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 220px;
    width: calc(100% - 220px);
    height: 2px;
    background: #cacaca;
}

.product_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.product_modal__content {
    position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 600px;
    max-height: 100vh;
    overflow: auto;
    padding: 30px 50px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product_modal__content span {
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
}

.product_modal__content h2 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 50px;
    border-top: 3px solid #86593c;
    border-bottom: 3px solid #86593c;
}

.product_modal__content form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 25px;
}

.product_modal__content form input:not([type="submit"]), .product_modal__content form textarea {
    outline: none;
    border: none;
    background: #f8f8f8;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.product_modal__content form input:not([type="submit"])::-webkit-input-placeholder, .product_modal__content form textarea::-webkit-input-placeholder {
    color: #a5a3a3;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product_modal__content form input:not([type="submit"])::-moz-placeholder, .product_modal__content form textarea::-moz-placeholder {
    color: #a5a3a3;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product_modal__content form input:not([type="submit"]):-ms-input-placeholder, .product_modal__content form textarea:-ms-input-placeholder {
    color: #a5a3a3;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product_modal__content form input:not([type="submit"])::-ms-input-placeholder, .product_modal__content form textarea::-ms-input-placeholder {
    color: #a5a3a3;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product_modal__content form input:not([type="submit"])::placeholder, .product_modal__content form textarea::placeholder {
    color: #a5a3a3;
    transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.product_modal__content form input:not([type="submit"]):focus::-webkit-input-placeholder, .product_modal__content form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.product_modal__content form input:not([type="submit"]):focus::-moz-placeholder, .product_modal__content form textarea:focus::-moz-placeholder {
    color: transparent;
}

.product_modal__content form input:not([type="submit"]):focus:-ms-input-placeholder, .product_modal__content form textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.product_modal__content form input:not([type="submit"]):focus::-ms-input-placeholder, .product_modal__content form textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.product_modal__content form input:not([type="submit"]):focus::placeholder, .product_modal__content form textarea:focus::placeholder {
    color: transparent;
}

.product_modal__content form textarea {
    resize: none;
    height: 140px;
    margin-bottom: 30px;
}

.product_modal__close {
    position: absolute;
    top: 0;
    right: 5px;
}

.product_modal__close button {
    font-size: 40px;
    border: none;
    background: none;
    outline: none;
    color: #86593c;
    cursor: pointer;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
}

.table-responsive {
    overflow: auto;
}

@media (min-width: 1327px) and (max-width: 1920px) {
    .wrapper--full {
        width: 100%;
    }

    .category_list ul li > div h3 {
        font-size: 1.6vw;
    }

    .category_list ul li > div h2 {
        font-size: 2.7vw;
    }

    .category_list ul li a span {
        font-size: 1.75vw;
    }
}

@media (min-width: 769px) and (max-width: 1326px) {
    .wrapper {
        width: calc(100% - 40px);
        margin: 0 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
    }

    .wrapper--full {
        width: 100%;
        margin: 0;
    }

    .header__burger {
        display: block;
    }

    .header__navigation {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        height: 100%;
        z-index: 100;
        background: white;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
    }

    .header__navigation--active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header__navigation nav ul {
        padding-top: 130px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__navigation nav ul li {
        margin: 0;
        margin-bottom: 40px;
    }

    .header__navigation nav ul li a {
        width: 100%;
        display: block;
        padding-left: 20px;
        transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
    }

    .header__navigation nav ul li a:after {
        height: 1px;
        z-index: -1;
    }

    .header__navigation nav ul li a:hover {
        color: white;
    }

    .header__navigation nav ul li a:hover:after {
        background: black;
        height: calc(100% + 30px);
    }

    .header__search {
        margin-right: 70px;
    }

    .header__burger {
        position: absolute;
        right: 5px;
        z-index: 200;
    }

    .header__burger--active {
        position: fixed;
    }

    .footer__top_item {
        width: calc(50% - 80px);
        margin: 0 40px;
        margin-bottom: 40px;
    }

    .category_list ul li > div h3 {
        font-size: 1.6vw;
        margin-left: 20px;
    }

    .category_list ul li > div h2 {
        font-size: 2.7vw;
        margin-left: 20px;
    }

    .category_list ul li a span {
        font-size: 1.75vw;
        padding: 20px;
    }

    .about {
        background: none;
    }

    .about__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about__partners {
        margin: 0;
    }

    .blog__container {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .blog__item {
        width: calc(33.3333% - 20px);
        margin: 0 10px;
    }

    .news_list .blog__item {
        padding: 10px;
    }

    .body__menu_divide .wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body__content {
        width: 100%;
    }

    .body__content .title {
        padding: 40px 20px;
    }

    .body__content .breadcrumbs {
        margin-top: 20px;
    }

    .body__menu {
        width: 100%;
    }

    .body__menu_nav {
        display: none;
    }

    .body__menu_nav > ul {
        margin: 0;
        border: none;
    }

    .body__menu_nav > ul > li:not(:last-child) {
        margin-bottom: 0px;
    }

    .body__menu_nav_toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    .wrapper {
        width: calc(100% - 20px);
        margin: 0 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
    }

    .wrapper--full {
        width: 100%;
        margin: 0;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .header .wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__burger {
        display: block;
    }

    .header__logo {
        margin-bottom: 30px;
    }

    .header__right {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .header__navigation {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        height: 100%;
        z-index: 100;
        background: white;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
    }

    .header__navigation--active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header__navigation nav ul {
        padding-top: 170px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__navigation nav ul li {
        margin: 0;
        margin-bottom: 40px;
    }

    .header__navigation nav ul li a {
        width: 100%;
        display: block;
        padding-left: 20px;
        transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
    }

    .header__navigation nav ul li a:after {
        height: 1px;
        z-index: -1;
    }

    .header__navigation nav ul li a:hover {
        color: white;
    }

    .header__navigation nav ul li a:hover:after {
        background: black;
        height: calc(100% + 30px);
    }

    .header__search {
        display: none;
    }

    .header__shop_button {
        margin: 0;
    }

    .header__burger {
        position: absolute;
        right: 5px;
        z-index: 200;
    }

    .header__burger--active {
        position: fixed;
    }

    .footer__top {
        width: 100%;
        margin: 0;
    }

    .footer__top_item {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }

    .footer__top_item--row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -20px;
    }

    .footer__top_item--row > * {
        margin-top: 20px;
    }

    .footer__info_item {
        margin-left: 0;
    }

    .footer__bottom {
        margin-top: 30px;
    }

    .category_list ul li {
        width: 50%;
        height: 44vw;
    }

    .category_list ul li > div h3 {
        margin-left: 20px;
        font-size: 4.6vw;
    }

    .category_list ul li > div h2 {
        margin-left: 20px;
        font-size: 7.7vw;
    }

    .about {
        background: none;
    }

    .about__top {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .about__bottom {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .about__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .about__left img {
        border-top: 10px solid #86593c;
        border-bottom: 10px solid #86593c;
        width: 100%;
    }

    .about__right {
        width: 100%;
    }

    .about__text {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .about__text p {
        text-align: left;
    }

    .about__partners {
        padding: 40px;
        margin-top: 35px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog__container {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .blog__item {
        width: calc(50% - 20px);
        margin: 0 10px;
    }

    .news_list .blog__item {
        padding: 10px;
    }

    .product_list__item {
        width: calc(50% - 20px);
    }

    .body__menu_divide .wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body__content {
        width: 100%;
    }

    .body__content .title {
        padding: 30px 10px;
    }

    .body__content .breadcrumbs {
        margin-top: 20px;
    }

    .body__menu {
        width: 100%;
    }

    .body__menu_nav {
        display: none;
    }

    .body__menu_nav > ul {
        margin: 0;
        padding: 20px 18px;
        border: none;
    }

    .body__menu_nav > ul > li:not(:last-child) {
        margin-bottom: 0px;
    }

    .body__menu_nav_toggle {
        display: block;
    }

    .product__top {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__left {
        width: 100%;
        margin: 0;
    }

    .product__right {
        width: 100%;
        margin: 0;
    }

    .product__info_switcher {
        margin-top: 40px;
    }

    .product__info_switcher ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__info_switcher ul li:not(:last-child) {
        border-bottom: 1px solid #cacaca;
    }

    .product__info_switcher ul li button {
        width: 100%;
    }

    .product_modal__content {
        width: 95%;
        padding: 15px 25px;
    }

    .product_modal__close {
        top: 5px;
        right: 5px;
    }

    .product_modal__close button {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    .header__navigation {
        width: 100%;
    }

    .category_list ul li {
        width: 100%;
        height: 85vw;
        max-height: none;
    }

    .category_list ul li > div h3 {
        margin-left: 20px;
        font-size: 7.6vw;
    }

    .category_list ul li > div h2 {
        margin-left: 20px;
        font-size: 13.7vw;
    }

    .blog__container {
        width: 100%;
        margin: 0;
    }

    .blog__item {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }

    .product_list__container {
        width: 100%;
        margin: 0;
    }

    .product_list__item {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    margin: 0px 0 60px 40px;
    display: inline;
}

img.alignleft {
    margin: 0px 80px 40px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1060px) {
    iframe.alignleft,
  figure.alignleft,
  img.alignleft,
  iframe.alignright,
  figure.alignright,
  img.alignright {
        float: none;
    }

    img.alignleft, img.alignright {
        margin: 25px 0;
    }
}

@media (-ms-high-contrast: none) {
    .contact__info ul {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (-ms-high-contrast: none) and (min-width: 769px) and (max-width: 1326px) {
    .header__burger {
        top: 55px;
    }
}

@media (-ms-high-contrast: none) and (max-width: 768px) {
    .header__burger {
        top: 90px;
    }
}
