@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Regular.woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html {
  height: 100%;
}

body {
  font-family: "Golos Text", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: rgb(38, 5, 5);
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-weight: 400;
  line-height: 1.1 !important;
}
body.open {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 40px !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px !important;
  }
}

.burger {
  display: none;
  cursor: pointer;
  z-index: 111;
  width: 48px;
  height: 48px;
  transition: 0.5s;
  transform: translateX(-12px);
  position: relative;
  z-index: 99;
  top: 1px;
  left: 0px;
}
.burger.open:before {
  background: rgb(38, 5, 5);
  transform: rotate(-45deg);
  top: 50%;
  left: 15px;
  width: 20px;
  height: 1px;
  position: absolute;
  transition: 0.5s;
  transform-origin: center;
  transform: translateY(-50%) rotate(-225deg);
}
.burger.open:after {
  background: rgb(38, 5, 5);
  top: 50%;
  left: 15px;
  width: 20px;
  height: 1px;
  position: absolute;
  transition: 0.5s;
  transform-origin: center;
  transform: translateY(-50%) rotate(225deg);
}
.burger.open span:before {
  opacity: 0;
}
.burger:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  top: calc(50% + 9px);
  left: 15px;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 15px;
  width: 20px;
  height: 1px;
  transition: 0.5s;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .burger {
    display: block !important;
  }
}

.main-inner {
  padding-top: 170px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .main-inner {
    padding-top: 100px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  transition: 0.5s;
}
.header.sticky {
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}
.header.sticky .main-menu ul li.main-menu-opener ul li a {
  color: #fff !important;
}
.header.sticky .burger:before {
  background: rgb(38, 5, 5);
}
.header.sticky .burger:after {
  background: rgb(38, 5, 5);
}
.header.sticky .burger span:before {
  background: rgb(38, 5, 5);
}
.header.sticky .header-container {
  padding: 15px 40px !important;
}
@media (max-width: 992px) {
  .header.sticky .header-container {
    padding: 10px 15px !important;
  }
}
.header.sticky .logo svg {
  color: rgb(38, 5, 5);
}
.header.sticky .header-content__right a svg {
  color: rgb(38, 5, 5);
}
.header.sticky .main-menu li a {
  color: rgb(38, 5, 5);
}
.header .logo {
  position: absolute;
  left: 50%;
  margin-top: 8px;
  transform: translateX(-50%);
}
.header .logo svg {
  color: #fff;
  width: 85px;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .header .logo svg {
    width: 73px;
  }
}
@media (max-width: 992px) {
  .header--inner {
    margin-bottom: 0;
  }
}
.header--inner:before {
  content: "";
  width: 100%;
  height: 468px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateY(-500px);
  transition: 0.5s;
}
@media (max-width: 992px) {
  .header--inner:before {
    display: none;
  }
}
.header--inner.open:before {
  transform: translateY(0);
}
.header--inner .burger:before {
  background: rgb(38, 5, 5);
}
.header--inner .burger:after {
  background: rgb(38, 5, 5);
}
.header--inner .burger span:before {
  background: rgb(38, 5, 5);
}
@media (max-width: 992px) {
  .header--inner .burger {
    display: block !important;
  }
}
.header--inner .logo svg {
  color: rgb(38, 5, 5);
  max-height: 60px;
}
.header--inner .header-content__right a svg {
  color: rgb(38, 5, 5);
}
.header--inner .main-menu li a {
  color: rgb(38, 5, 5);
}

.header.open .header-container {
  background: #fff;
}
.header.open .logo svg {
  color: rgb(38, 5, 5);
}
.header.open .header-content__right a svg {
  color: rgb(38, 5, 5);
}

.header-container {
  padding-top: 27px !important;
  padding-bottom: 35px !important;
  transition: 0.5s !important;
}
@media (max-width: 992px) {
  .header-container {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
}
@media (max-width: 992px) {
  .header-content {
    height: 21px;
  }
}
.header-content__right {
  display: flex;
  padding-top: 7px;
}
.header-content__right a {
  margin-left: 40px;
  display: block;
}
@media (max-width: 992px) {
  .header-content__right a {
    margin-left: 25px;
  }
}
.header-content__right a svg {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  color: #fff;
  transition: 0.5s;
}
.header-content__right a svg:hover {
  opacity: 0.6;
}

.header-content__right .main-menu .active {
  border-bottom: 1px solid #000; 
}

@media (max-width: 992px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  display: flex;
}
.main-menu ul li {
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1180px) {
  .main-menu ul li {
    margin-right: 30px;
  }
}
.main-menu ul li strong {
  font-weight: 600;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  transition: 0.5s;
}
.main-menu ul li a:hover {
  opacity: 0.6;
}
.main-menu ul ul {
  width: 320px;
  position: absolute;
  left: 0;
  top: calc(100% + 17px);
  flex-direction: column;
  overflow: hidden;
  max-height: 1px;
  transform: translateY(-20px);
  transition: 0.5s;
  opacity: 0;
}
.main-menu ul ul.open {
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
  max-height: 300px;
  opacity: 1;
}
.main-menu ul ul li {
  margin-bottom: 6px;
  margin-right: 0;
}
.main-menu ul ul li a {
  font-size: 13px;
}

.main-blocked {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.main-blocked.open {
  z-index: 12;
  opacity: 1;
}

.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  overflow-y: auto;
  transform: translateX(-140vh);
  transition: 0.5s;
  z-index: 98;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu__content {
  padding: 80px 15px 55px 15px;
}
@media (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .accordion {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.mobile-menu .accordion li {
  width: 100%;
  margin-bottom: 30px;
}
.mobile-menu .accordion li .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.mobile-menu .accordion li a {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: rgb(38, 5, 5);
  text-transform: uppercase;
}
.mobile-menu .accordion .opener {
  display: block;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
/*
.mobile-menu .accordion .opener:before {
  content: "";
  width: 11px;
  height: 1px;
  background: rgb(38, 5, 5);
  position: absolute;
  right: 0;
  top: 8px;
}*/
.mobile-menu .accordion .opener:after {
  content: "";
  width: 7px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 0px;
  transition: 0.5s;
}
/*.mobile-menu .accordion .active .opener {
  color: rgba(38, 5, 5, 0.3);
}
.mobile-menu .accordion .active .opener:after {
  transform: rotate(270deg);
}*/
.our-offers-section {
  padding: 60px 0;
  margin-bottom: 60px;
}

.our-offers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.our-offer {
  width: calc(50% - 15px);
  position: relative;
  height: 720px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /*.our-offer {
    height: 535px;
    margin-bottom: 60px;
    width: 100%;
  }
  .our-offer:last-child {
    margin-bottom: 0;
  }*/
}
/*.our-offer:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 2;
}*/
.our-offer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  transition: 0.5s;
  z-index: 0;
  position: relative;
}
/*.our-offer:hover img {
  transform: scale(1.2);
}*/
.our-offer span {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  z-index: 9;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .our-offer span {
    bottom: 20px;
    left: 15px;
    text-align: left;
  }
}

.footer {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-content__left {
  max-width: 410px;
}
@media (max-width: 992px) {
  .footer-content__left {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.footer-content__right {
  transform: translateX(-1px);
}
.footer-content__right ul {
  display: flex;
  margin: -2px 0 0 12px;
}
@media (max-width: 992px) {
  .footer-content__right ul {
    flex-direction: column;
    margin-left: 0;
  }
}
.footer-content__right ul li {
  margin-left: 40px;
}
@media (max-width: 1280px) {
  .footer-content__right ul li {
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .footer-content__right ul li {
    margin-left: 0;
    margin-bottom: 35px;
  }
}
.footer-content__right ul li ul {
  display: flex;
  flex-direction: column;
  width: 262px;
  padding-top: 16px;
  margin: 0;
}
@media (max-width: 992px) {
  .footer-content__right ul li ul {
    padding-top: 20px;
  }
}
.footer-content__right ul li ul li {
  margin-left: 0;
  margin-bottom: 15px;
}
.footer-content__right ul li ul li:last-child {
  margin-bottom: 0;
}
.footer-content__right ul li ul li a {
  display: inline-block;
  line-height: 19px;
  font-size: 13px;
  color: rgba(38, 5, 5, 0.3);
}
.footer-content__right ul li a {
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(38, 5, 5);
  transition: 0.5s;
}
.footer-content__right ul li a:hover {
  color: rgba(38, 5, 5, 0.5);
}

.footer-updates {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .footer-updates {
    margin-bottom: 60px;
  }
}
.footer-updates__title {
  display: block;
  font-size: 13px;
  margin-bottom: 38px;
}
.footer-updates form {
  width: 100%;
}
.footer-updates form input {
  font-family: "Golos Text", sans-serif;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(38, 5, 5, 0.3);
  padding-bottom: 19px;
  margin-bottom: 12px;
  font-size: 13px;
  color: rgb(38, 5, 5);
}
.footer-updates form input:placeholder {
  color: rgba(38, 5, 5, 0.5);
}
.footer-updates form button {
  font-family: "Golos Text", sans-serif;
  display: inline-flex;
  justify-content: center;
  height: 40px;
  background: transparent;
  align-items: center;
  border: 1px solid rgba(38, 5, 5, 0.1);
  padding: 0 14px;
  font-size: 13px;
  color: rgb(38, 5, 5);
  transition: 0.5s;
  cursor: pointer;
}
.footer-updates form button:hover {
  background: rgb(38, 5, 5);
  border-color: rgb(38, 5, 5);
  color: #fff;
}
.footer-updates p {
  font-size: 12px;
  color: rgba(38, 5, 5, 0.3);
  margin-bottom: 20px;
}
.footer-updates p a {
  color: rgba(38, 5, 5, 0.3);
  border-bottom: 1px solid rgba(38, 5, 5, 0.3);
  transition: 0.5s;
}
.footer-updates p a:hover {
  border-color: transparent;
}

.footer-language__title {
  display: block;
  font-size: 13px;
  margin-bottom: 20px;
}
.footer-language a {
  display: inline-flex;
  justify-content: center;
  height: 40px;
  width: 50px;
  align-items: center;
  border: 1px solid rgba(38, 5, 5, 0.1);
  padding: 0 6px;
  font-size: 13px;
  color: rgb(38, 5, 5);
  transition: 0.5s;
}
.footer-language a:hover {
  background: rgb(38, 5, 5);
  border-color: rgb(38, 5, 5);
  color: #fff;
}

.slider {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  margin-bottom: 20px;
}
.slider:hover .slider__pagination {
  opacity: 1;
}

.slider__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.slider__image-wrapper img,
.slider__image-wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  display: block;
}
.slider__image-wrapper img:first-child,
.slider__image-wrapper div:first-child {
  position: relative;
}

.slider__image-wrapper img.active,
.slider__image-wrapper div.active {
  opacity: 1;
  pointer-events: auto;
}

.slider__zones {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
}

.slider__zone {
  flex-grow: 1;
  cursor: pointer;
}

.slider__pagination {
  display: flex;
  height: 3px;
  z-index: 12;
  position: absolute;
  bottom: 5px;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
}
@media (max-width: 767px) {
  .slider__pagination {
    height: 2px;
  }
}

.slider__pagination span {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 100%;
  flex-grow: 1;
  transition: background-color 0.3s ease;
}

.slider__pagination span.active {
  background: #fff;
}

@media (max-width: 992px) {
  .slider__pagination {
    display: flex;
    justify-content: center;
    opacity: 1;
    bottom: 10px;
  }
  .slider__zones {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog {
    width: 100%;
  }
}
.catalog__row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.catalog__col {
  width: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .catalog__col {
    width: 100%;
  }
  .catalog__row {
    gap: 0 10px;
  }
}
.catalog__col .catalog-item-empty, .catalog__col .catalog-item {
  display: block;
  width: calc(50% - 15px);
}
@media (max-width: 992px) {
  .catalog__col .catalog-item-empty, .catalog__col .catalog-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .catalog__col .catalog-item-empty, .catalog__col .catalog-item {
    width: calc(50% - 7px);
  }
}

.catalog-item-lg {
  display: block;
  width: 100%;
  margin-bottom: 97px;
}
.catalog-item-lg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.catalog-item-empty {
  display: block;
  width: calc(25% - 20px);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .catalog-item-empty {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .catalog-item-empty {
    display: none;
  }
}

.catalog-item {
  display: block;
  width: calc(25% - 15px);
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 992px) {
  .catalog-item {
    width: calc(50% - 15px);
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .catalog-item {
    width: calc(50% - 7px);
  }
}
.catalog-item.comingsoon .catalog-item__name, .catalog-item.comingsoon .catalog-item__cost, .catalog-item.soldout .catalog-item__name, .catalog-item.soldout .catalog-item__cost {
  color: rgba(38, 5, 5, 0.3);
}
.catalog-item.comingsoon .catalog-item__comingsoon {
  display: block;
}
.catalog-item.soldout .catalog-item__soldout {
  display: block;
}
.catalog-item__soldout {
  font-size: 12px;
  display: none;
}
.catalog-item__comingsoon {
  font-size: 12px;
  display: none;
}
.catalog-item__image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.catalog-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.catalog-item__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgb(38, 5, 5);
}
@media (max-width: 480px) {
  .catalog-item__bottom {
    flex-direction: column;
    padding: 0 10px;
  }
}
.catalog-item__name {
  display: block;
  margin-bottom: 10px;
}
.catalog-item__cost {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .catalog-item--mobile-lg {
    width: 100% !important;
  }
  .catalog-item--mobile-lg .catalog-item__image {
    height: 640px !important;
  }
  .catalog-item--mobile-lg .slider__image-wrapper {
    height: 640px !important;
  }
}

.catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog .emptyFav {
  text-align: left;
  margin-bottom: 35px;
  font-size: 13px;
}
.catalog__sep {
  width: 100%;
  display: block;
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .catalog__sep {
    margin-bottom: 40px;
  }
}
.catalog__title {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .catalog__title {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.catalog-img {
  display: block;
  width: calc(33.3333333333% - 40px);
  margin-bottom: 60px;
}
@media (max-width: 1180px) {
  .catalog-img {
    width: calc(33.3333333333% - 22.5px);
  }
}
@media (max-width: 992px) {
  .catalog-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-img {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .catalog-img {
    margin-bottom: 30px;
  }
}
.catalog-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.catalog__collection {
  display: flex;
  align-items: flex-end;
  text-align: right;
  width: calc(33.3333333333% - 40px);
  margin-bottom: 60px;
  height: auto;
}
@media (max-width: 1180px) {
  .catalog__collection {
    width: calc(33.3333333333% - 22.5px);
  }
}
@media (max-width: 992px) {
  .catalog__collection {
    display: none;
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .catalog__collection {
    margin-bottom: 30px;
  }
}
.catalog__collection-title {
  display: block;
  width: 100%;
  font-size: 13px;
}
@media (max-width: 767px) {
  .catalog__collection-title {
    padding-right: 15px;
  }
}
.catalog__collection-title span {
  display: block;
  color: rgba(38, 5, 5, 0.5);
}

.btn {
  display: inline-flex;
  flex-direction: column;
  height: 60px;
  width: 100%;
  background-color: rgb(38, 5, 5);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 0;
  transition: 0.5s;
  border-radius: 0px !important;
}
.btn span {
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
  font-size: 12px;
}
.btn:hover {
  background-color: rgba(38, 5, 5, 0.5);
}

.add-favorite {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.add-favorite .icon {
  transition: 0.5s;
  width: 29px;
  height: 29px;
  color: rgb(38, 5, 5);
}
.add-favorite.active .icon {
  color: #000;
}

.product-card__actions_ico .product-card__favorite.active svg,
.favorite-icon.active svg {
  fill:#000;
}

.favorite-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 17px;
  height: 17px;
  z-index: 15;
  cursor: pointer;
  display: none;
}
.catalog-item:hover > .favorite-icon {
  display: block;
}
.select-menu {
  position: relative;
}
@media (max-width: 480px) {
  .select-menu {
    width: 100%;
  }
  .favorite-icon {
    display: block;
  }
}

.select-menu .select-btn {
  display: flex;
  height: 40px;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 10px;
  border: 1px solid rgba(38, 5, 5, 0.3);
  width: 100%;
  background: url(../images/select-arrow.svg) calc(100% - 10px) 50% no-repeat;
}
@media (max-width: 767px) {
  .select-menu .select-btn {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .select-menu .select-btn {
    width: 100%;
  }
}

.select-menu .options {
  position: absolute;
  right: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 295px;
  padding: 6px;
  margin-top: 6px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
@media (max-width: 480px) {
  .select-menu .options {
    width: 100%;
  }
}

.select-menu .options .option {
  display: flex;
  height: 34px;
  cursor: pointer;
  padding: 0 10px;
  align-items: center;
  background: #fff;
  font-size: 13px;
  transition: 0.5s;
}

.select-menu .options .option:hover {
  background: rgba(0, 0, 0, 0.1);
}

.select-menu .options .option .option-text {
  font-size: 13px;
}

.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.select-menu.active .select-arrow {
  transform: rotate(-180deg);
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.place-order p {
  font-size: 12px;
  color: rgba(38, 5, 5, 0.3);
  padding-top: 20px;
}
.place-order p a {
  color: rgba(38, 5, 5, 0.3);
  border-bottom: 1px solid rgba(38, 5, 5, 0.3);
  transition: 0.5s;
}
.place-order p a:hover {
  border-color: transparent;
}
.place-order__content {
  padding: 20px 0;
  border-top: 1px solid rgba(38, 5, 5, 0.3);
  border-bottom: 1px solid rgba(38, 5, 5, 0.3);
  margin-bottom: 40px;
}
.place-order__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 13px;
}
.place-order__item:last-child {
  margin-bottom: 0;
}

.login-form {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  border-top: 1px solid rgba(38, 5, 5, 0.1);
  border-bottom: 1px solid rgba(38, 5, 5, 0.1);
}

.login-form__head {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: space-between;
}
.login-form__head span {
  display: inline-flex;
  width: 50%;
  justify-content: start;
}
.login-form__head span:last-child {
  justify-content: end;
}
@media (max-width: 480px) {
  .login-form__head span:first-child {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .login-form__head span:last-child {
    justify-content: flex-end;
  }
}
.login-form__head span a {
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(38, 5, 5, 0.5);
  transition: 0.5s;
}
.login-form__head span a:hover {
  color: rgb(38, 5, 5);
}
.login-form__head span.active a {
  color: rgb(38, 5, 5);
  pointer-events: none;
}

.login-form p {
  max-width: 320px;
  margin: 0 auto 60px;
  font-size: 12px;
  color: rgba(38, 5, 5, 0.5);
  text-align: center;
}
.login-form__bottom-link {
  display: flex;
  justify-content: center;
  text-align: center;
}
.login-form__bottom-link a {
  font-size: 11px;
  color: rgb(38, 5, 5);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.login-form__bottom-link a:hover {
  border-color: rgb(38, 5, 5);
}
.login-form__form {
  display: flex;
  max-width: 320px;
  margin: 0 auto 0px;
}
@media (max-width: 480px) {
  .login-form__form {
    max-width: 100%;
  }
}
/*.login-form__form span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 1px solid rgba(38, 5, 5, 0.1);
  margin-right: 15px;
  min-width: 30px;
}*/
.login-form__form input {
  font-family: "Golos Text", sans-serif;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(38, 5, 5, 0.1);
}
.login-form__btn {
  text-align: center;
  margin-bottom: 15px;
}
.login-form__btn .btn {
  max-width: 187px;
  height: 60px;
  font-size: 12px;
}

.form-item {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 15px;
}
@media (max-width: 480px) {
  .form-item {
    max-width: 100%;
  }
}
.form-item input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(38, 5, 5, 0.1);
  padding: 0 10px;
  font-size: 12px;
  font-family: "Golos Text", sans-serif;
  color: rgb(38, 5, 5);
}

.blocked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.blocked.open {
  z-index: 199;
  opacity: 1;
}

.number-input {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: 70px;
}

.number-input button {
  font-family: "Golos Text", sans-serif;
  color: rgba(38, 5, 5, 0.3);
  border: none;
  width: 20px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.number-input input {
  font-family: "Golos Text", sans-serif;
  width: 30px;
  height: 30px;
  border: none;
  text-align: center;
  font-size: 12px;
  outline: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.logined-link {
  display: flex;
  justify-content: flex-end;
  margin: -40px 0 40px 0;
}
@media (max-width: 767px) {
  .logined-link {
    margin: -20px 0 40px 0;
  }
}
.logined-link a {
  font-size: 12px;
  color: rgba(38, 5, 5, 0.3);
  border-bottom: 1px solid rgba(38, 5, 5, 0.3);
  transition: 0.5s;
}
.logined-link a:hover {
  border-color: transparent;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

.catalog__video {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .catalog__video {
    display: block;
  }
}
.catalog__video img {
  width: 100%;
  display: block;
}

.collection-mobile {
  position: relative;
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .collection-mobile {
    display: block;
  }
}
.collection-mobile img {
  display: block;
  width: 100%;
}
.collection-mobile span {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 9;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.all-collection-link {
  display: none;
  margin-bottom: 120px;
}
.all-collection-link a {
  font-size: 12px;
  color: rgb(38, 5, 5);
  border-bottom: 1px solid rgb(38, 5, 5);
}
@media (max-width: 767px) {
  .all-collection-link {
    display: block;
  }
}

.catalog__sep2 {
  display: block;
  width: 100%;
  height: 60px;
}

.catalog__sep3 {
  display: block;
  width: 100%;
  height: 20px;
}
@media (max-width: 580px) {
  .catalog__sep3 {
    height: 14px;
  }
}
.top-title-mobile {
  display: none;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 15px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 580px) {
  .top-title-mobile {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */