@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap");
:root {
  --font-family: "NeueMachina";
  --content-width: 1540px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/../fonts/NeueMachina-Ultrabold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/../fonts/NeueMachina-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: #181818;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  height: 100%;
  font-size: 16px;
  background: #F4F1ED;
}
.page__body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #181818;
  z-index: 4;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.page__body.mask::before {
  opacity: 0.5;
  pointer-events: all;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.header {
  position: fixed;
  width: 100%;
  height: 240px;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 66px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1500px) {
  .header__top {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .header__top {
    padding: 0;
  }
}
.header__adres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  margin: 0px 188px 0px 0px;
  cursor: pointer;
}
.header__adres svg, .header__adres img {
  margin: 0px 8px 0px 0px;
}
@media (max-width: 992px) {
  .header__adres svg, .header__adres img {
    margin: 0px 4px 0px 0px;
    width: 26px;
  }
}
@media (any-hover: hover) {
  .header__adres:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1500px) {
  .header__adres {
    margin: 0px 80px 0px 0px;
  }
}
@media (max-width: 1300px) {
  .header__adres {
    margin: 0px 30px 0px 0px;
  }
}
@media (max-width: 992px) {
  .header__adres {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .header__adres {
    display: none;
  }
}
.header__sales-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  color: #181818;
}
.header__sales-link svg, .header__sales-link img {
  margin: 0px 13px 0px 0px;
}
@media (any-hover: hover) {
  .header__sales-link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .header__sales-link {
    display: none;
  }
}
.header__logo {
  width: 170px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__logo img {
  width: 100%;
}
@media (max-width: 992px) {
  .header__logo {
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .header__logo {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media (max-width: 576px) {
  .header__logo {
    display: none;
  }
}
.header__phone {
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  color: #181818;
  margin: 0px 70px 0px 0px;
}
@media (any-hover: hover) {
  .header__phone:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1500px) {
  .header__phone {
    margin: 0px 40px 0px 0px;
  }
}
@media (max-width: 1340px) {
  .header__phone {
    display: none;
  }
}
.header__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  margin: 0px 24px 0px 0px;
}
@media (any-hover: hover) {
  .header__favorite:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .header__favorite {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    margin: 0px 15px 0px 0px;
  }
}
@media (max-width: 576px) {
  .header__favorite {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    height: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  .header__favorite img {
    width: 32px;
    height: 32px;
  }
}
.header__pa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  margin: 0px 24px 0px 0px;
}
@media (any-hover: hover) {
  .header__pa:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .header__pa {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    margin: 0px 15px 0px 0px;
  }
}
@media (max-width: 576px) {
  .header__pa {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  .header__pa img {
    width: 32px;
    height: 32px;
  }
}
.header._header-scroll {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  height: 70px;
}
.header._header-scroll .bottom-header {
  padding: 16px 0;
}
@media (max-width: 1300px) {
  .header._header-scroll .bottom-header {
    padding: 13px 0;
  }
}
.header._header-scroll .top-header {
  height: 0;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 576px) {
  .header._header-scroll .top-header {
    height: 50px;
  }
}
.header._header-scroll .bottom-header {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
@media (max-width: 576px) {
  .header._header-scroll .bottom-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header._header-scroll .bottom-header__logo {
  display: block;
  width: 140px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}
@media (max-width: 992px) {
  .header._header-scroll .bottom-header__logo {
    z-index: 3;
  }
}
@media (max-width: 576px) {
  .header._header-scroll .bottom-header__logo {
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
.header._header-scroll .bottom-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 992px) {
  .header._header-scroll .bottom-header-info {
    z-index: 5;
  }
}
@media (max-width: 576px) {
  .header._header-scroll .bottom-header-info {
    display: none;
  }
}
.header._header-scroll .bottom-header__catalog {
  margin: 0px 40px 0px 0px;
}
@media (max-width: 576px) {
  .header._header-scroll .bottom-header__catalog {
    margin: 0;
  }
}
.header._header-scroll .more-header__button {
  line-height: 100%;
}
.header._header-scroll .more-header__button span {
  position: relative;
  font-size: 0;
  line-height: 100%;
}
.header._header-scroll .more-header__button span::before {
  content: "Еще";
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 1300px) {
  .header._header-scroll {
    height: 64px;
  }
}
@media (max-width: 576px) {
  .header._header-scroll {
    height: 116px;
  }
}
@media (max-width: 1500px) {
  .header {
    height: 188px;
  }
}
@media (max-width: 576px) {
  .header {
    height: 152px;
  }
}

.top-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .top-header__right {
    position: relative;
    z-index: 4;
  }
}
@media (max-width: 576px) {
  .top-header__right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.76fr 1fr 1fr 1.93fr;
    grid-template-columns: 0.76fr 1fr 1fr 1.93fr;
  }
  .top-header__right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 150%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 4;
  }
}

.cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0px 30px 0px 0px;
}
.cart-header__img {
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  margin: 0px 4px 0px 0px;
}
@media (max-width: 992px) {
  .cart-header__img {
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
  }
}
.cart-header__summ {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 4px 5px 2px 8px;
  background: #CF588F;
  border-radius: 8px;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .cart-header {
    padding: 0px 20px 0px 0px;
  }
}
@media (max-width: 992px) {
  .cart-header {
    padding: 0px 10px 0px 0px;
  }
}
@media (max-width: 576px) {
  .cart-header {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
  }
}

.menu {
  padding: 0px 0px 0px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .menu__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 4;
    background: transparent;
    border: none;
  }
  .menu__close span, .menu__close::before, .menu__close::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #201D1E;
    border-radius: 2px;
  }
  .menu__close::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu__close::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__close span {
    top: calc(50% - 1px);
    width: 0;
  }
}
.menu__logo {
  margin: 0px 0px 60px 0px;
}
.menu__body {
  position: absolute;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0 30px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 30px 64px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 64px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  overflow: hidden;
  top: calc(100% + 14px);
  right: -110%;
}
.menu__body.menu--active {
  height: auto;
  right: 0;
}
@media (max-width: 767px) {
  .menu__body.menu--active {
    left: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .menu__body {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: -110%;
    right: unset;
    overflow: auto;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 82px 20px 20px 30px;
    z-index: 4;
  }
}
.menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__list li:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.menu__list li a {
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  color: #181818;
  padding: 20px 0;
  display: block;
  min-width: 160px;
}
@media (any-hover: hover) {
  .menu__list li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .menu__list {
    display: none;
  }
}
.menu__adres {
  display: none;
}
@media (max-width: 767px) {
  .menu__adres {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__adres img {
    margin: 0px 8px 0px 0px;
  }
  .menu__adres:not(:last-child) {
    margin: 0px 0px 40px 0px;
  }
}
.menu__sales-link {
  display: none;
}
@media (max-width: 767px) {
  .menu__sales-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: #181818;
  }
  .menu__sales-link img {
    margin: 0px 13px 0px 0px;
  }
  .menu__sales-link:not(:last-child) {
    margin: 0px 0px 40px 0px;
  }
}
.menu__phone {
  display: none;
}
@media (max-width: 767px) {
  .menu__phone {
    font-weight: 800;
    font-size: 24px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #181818;
  }
  .menu__phone:not(:last-child) {
    margin: 0px 0px 40px 0px;
  }
}
@media (max-width: 1500px) {
  .menu {
    padding: 0px 0px 0px 20px;
  }
}
@media (max-width: 992px) {
  .menu {
    padding: 0px 0px 0px 10px;
  }
}
@media (max-width: 767px) {
  .menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .menu::after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
  }
}

.icon-menu {
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  border: none;
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: #201D1E;
  border-radius: 2px;
}
.icon-menu::before {
  top: 0;
}
.icon-menu::after {
  bottom: 0;
}
.icon-menu span {
  top: calc(50% - 1px);
}
.icon-menu.burger--active span {
  width: 0;
}
.icon-menu.burger--active::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-menu.burger--active::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .icon-menu {
    z-index: 6;
  }
}

.bottom-header {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 24px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bottom-header__logo {
  display: none;
  margin: 0px 64px 0px 0px;
}
@media (max-width: 576px) {
  .bottom-header__logo {
    display: block;
    margin: 0;
    z-index: 3;
    position: relative;
  }
}
@media (max-width: 992px) {
  .bottom-header__more {
    display: none;
  }
}
.bottom-header .cart-header {
  padding: 0;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .bottom-header {
    padding: 24px 30px;
  }
}
@media (max-width: 992px) {
  .bottom-header {
    padding: 14px 20px;
  }
}
@media (max-width: 576px) {
  .bottom-header {
    padding: 27px 0 10px 0;
    background: transparent;
    border-radius: none;
  }
}

.header-catalog__button {
  display: none;
}
@media (max-width: 992px) {
  .header-catalog__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border: none;
    outline: none;
    z-index: 3;
    position: relative;
    width: 120px;
    height: 40px;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #181818;
  }
  .header-catalog__button.burger--active {
    background: #F4F1ED;
  }
}
@media (max-width: 576px) {
  .header-catalog__button {
    background: #FFFFFF;
    border-radius: 15px;
    width: 120px;
    height: 40px;
    border: none;
    outline: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .header-catalog__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -110%;
    left: 0;
    background: #fff;
    -webkit-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    padding: 180px 0px 70px 0px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
  }
  .header-catalog__body.menu--active {
    top: 0;
  }
  ._header-scroll .header-catalog__body {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  ._header-scroll .header-catalog__body {
    padding: 160px 0px 0px 0px;
  }
}
.header-catalog__close {
  display: none;
}
@media (max-width: 992px) {
  .header-catalog__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 4;
    background: transparent;
    border: none;
  }
  .header-catalog__close span, .header-catalog__close::before, .header-catalog__close::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #201D1E;
    border-radius: 2px;
  }
  .header-catalog__close::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-catalog__close::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-catalog__close span {
    top: calc(50% - 1px);
    width: 0;
  }
}
@media (max-width: 576px) {
  .header-catalog__close {
    right: 20px;
    top: 30px;
  }
}
.header-catalog__logo {
  display: none;
}
@media (max-width: 992px) {
  .header-catalog__logo {
    display: block;
    margin: 0px 0px 30px 0px;
  }
}
.header-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-catalog__list li:not(:last-child) {
  margin: 0px 60px 0px 0px;
}
@media (max-width: 1500px) {
  .header-catalog__list li:not(:last-child) {
    margin: 0px 40px 0px 0px;
  }
}
@media (max-width: 992px) {
  .header-catalog__list li:not(:last-child) {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .header-catalog__list li:nth-child(2) a {
    background: -o-linear-gradient(245.07deg, #DAC7E2 0%, #E2C7CC 100%);
    background: linear-gradient(204.93deg, #DAC7E2 0%, #E2C7CC 100%);
  }
  .header-catalog__list li:nth-child(3) a {
    background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
    background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
  }
  .header-catalog__list li:nth-child(4) a {
    background: -o-linear-gradient(245.07deg, #A4D8E5 0%, #A4C6E5 100%);
    background: linear-gradient(204.93deg, #A4D8E5 0%, #A4C6E5 100%);
  }
  .header-catalog__list li:nth-child(5) a {
    background: -o-linear-gradient(211.35deg, #DCB199 -0.06%, #DCC199 101.33%);
    background: linear-gradient(238.65deg, #DCB199 -0.06%, #DCC199 101.33%);
  }
  .header-catalog__list li:nth-child(6) a {
    background: -o-linear-gradient(211.35deg, #B6DC99 -0.06%, #DCD999 101.33%);
    background: linear-gradient(238.65deg, #B6DC99 -0.06%, #DCD999 101.33%);
  }
  .header-catalog__list li:nth-child(7) a {
    background: -o-linear-gradient(211.35deg, #BEEAE2 -0.06%, #B6D5D7 101.33%);
    background: linear-gradient(238.65deg, #BEEAE2 -0.06%, #B6D5D7 101.33%);
  }
  .header-catalog__list li:nth-child(8) a {
    background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
    background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
  }
  .header-catalog__list li:nth-child(10) a {
    background: -o-linear-gradient(245.07deg, #DAC7E2 0%, #E2C7CC 100%);
    background: linear-gradient(204.93deg, #DAC7E2 0%, #E2C7CC 100%);
  }
  .header-catalog__list li:nth-child(11) a {
    background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
    background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
  }
}
.header-catalog__list li a {
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  color: #181818;
  white-space: nowrap;
}
.header-catalog__list li a .header-catalog-img {
  display: none;
}
@media (max-width: 992px) {
  .header-catalog__list li a .header-catalog-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 110px;
    position: relative;
    margin: 0px 0px 10px 0px;
  }
  .header-catalog__list li a .header-catalog-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 576px) {
  .header-catalog__list li a .header-catalog-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 80px;
    margin: 0px 0px 4px 0px;
  }
}
@media (any-hover: hover) {
  .header-catalog__list li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .header-catalog__list li a {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    height: 230px;
    background: -o-linear-gradient(245.07deg, #F5B4D2 0%, #F5B4B4 100%);
    background: linear-gradient(204.93deg, #F5B4D2 0%, #F5B4B4 100%);
    padding: 5px 15px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .header-catalog__list li a {
    height: 130px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .header-catalog__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header-catalog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.icon-header-catalog {
  display: none;
}
@media (max-width: 992px) {
  .icon-header-catalog {
    display: block;
    position: relative;
    width: 21px;
    height: 20px;
    cursor: pointer;
    z-index: 4;
    background: transparent;
    border: none;
    text-align: right;
    color: #201D1E;
    margin: 0px 10px 0px 0px;
  }
  .icon-header-catalog span, .icon-header-catalog::before, .icon-header-catalog::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    width: 21px;
    height: 3px;
    background-color: #201D1E;
    border-radius: 2px;
  }
  .icon-header-catalog::before {
    top: 0;
  }
  .icon-header-catalog::after {
    bottom: 0;
  }
  .icon-header-catalog span {
    top: calc(50% - 1px);
  }
  .burger--active .icon-header-catalog span {
    width: 0;
  }
  .burger--active .icon-header-catalog::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .burger--active .icon-header-catalog::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .icon-header-catalog {
    width: 21px;
    height: 15px;
    margin: 0px 7px 0px 0px;
  }
}

.more-header {
  position: relative;
}
.more-header__button {
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #181818;
  background: unset;
  outline: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.more-header__button svg {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  margin: 0px 0px 0px 13px;
}
@media (any-hover: hover) {
  .more-header__button:hover {
    opacity: 0.6;
  }
}
.more-header__body {
  display: none;
  position: absolute;
  min-width: 100%;
  top: 99%;
  left: 0;
  padding: 20px 0px 0px 0px;
}
.more-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 20px;
  list-style-type: none;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.more-header__list li:not(:last-child) {
  margin: 0px 0px 15px 0px;
}
.more-header__list li a {
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  color: #181818;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .more-header__list li a:hover {
    opacity: 0.6;
  }
}
.more-header__list li a .header-catalog-img {
  display: none;
}
.more-header._active .more-header__body {
  display: block;
}
.more-header._active .more-header__button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bottom-header-info {
  display: none;
}
@media (max-width: 576px) {
  .bottom-header-info {
    display: none;
  }
}
@media (max-width: 576px) {
  .bottom-header-info .header__favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 576px) {
  .bottom-header-info .cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer {
  background: #FFFFFF;
}
.top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  border-bottom: 3px dotted #181818;
}
.top-footer__left {
  margin: 0px 90px 0px 0px;
}
@media (max-width: 1300px) {
  .top-footer__left {
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .top-footer__left {
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 600px) {
  .top-footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-footer__logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  margin: 0px 0px 24px 0px;
}
.top-footer__logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .top-footer__logo {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 190px;
    margin: 0px 0px 12px 0px;
  }
}
.top-footer__phone {
  font-weight: 800;
  font-size: 36px;
  line-height: 83px;
  color: #181818;
  margin: 0px 0px 13px 0px;
}
@media (any-hover: hover) {
  .top-footer__phone:hover {
    opacity: 0.6;
  }
}
@media (max-width: 600px) {
  .top-footer__phone {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 1300px) {
  .top-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .top-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .top-footer {
    padding: 50px 0 30px 0;
    border: none;
  }
}

.info-top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-top-footer__title {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin: 0px 16px 0px 0px;
}
.info-top-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.info-top-footer__list li:not(:last-child) {
  margin: 0px 15px 0px 0px;
}
.info-top-footer__list li a {
  width: 44px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  height: 44px;
  border: 2px solid #181818;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (any-hover: hover) {
  .info-top-footer__list li a:hover {
    opacity: 0.6;
  }
}

.top-footer-menu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
.top-footer-menu__list li a {
  font-weight: 800;
  font-size: 20px;
  line-height: 50px;
  color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.top-footer-menu__list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #F5B4D2;
  left: 0;
  margin: 0px 20px 0px 0px;
}
@media (max-width: 600px) {
  .top-footer-menu__list li a::before {
    content: none;
  }
}
@media (any-hover: hover) {
  .top-footer-menu__list li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 600px) {
  .top-footer-menu__list li a {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .top-footer-menu__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .top-footer-menu {
    display: none;
  }
}

.right-top-footer {
  margin-left: auto;
  position: relative;
}
.right-top-footer::before {
  content: "";
  position: absolute;
  left: -182px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 200px;
  border-right: 3px dotted #181818;
}
@media (max-width: 1500px) {
  .right-top-footer::before {
    left: -90px;
  }
}
@media (max-width: 1350px) {
  .right-top-footer::before {
    content: none;
  }
}
@media (max-width: 1300px) {
  .right-top-footer {
    width: 100%;
    margin: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .right-top-footer {
    width: auto;
  }
}
@media (max-width: 600px) {
  .right-top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}

.apps-top-footer__title {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
  color: #181818;
  margin: 0px 0px 3px 0px;
}
@media (max-width: 992px) {
  .apps-top-footer__title {
    text-align: center;
  }
}
.apps-top-footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.apps-top-footer__list li:not(:last-child) {
  margin: 0px 18px 0px 0px;
}
.apps-top-footer__list li a {
  display: block;
  width: 176px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 176px;
  flex: 0 0 176px;
}
.apps-top-footer__list li a img {
  width: 100%;
}
@media (any-hover: hover) {
  .apps-top-footer__list li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 600px) {
  .apps-top-footer__list li a {
    width: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 58px 0 62px 0;
}
.bottom-footer__copyright {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1250px) {
  .bottom-footer__copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 600px) {
  .bottom-footer__copyright {
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 10px 0px;
  }
}
@media (max-width: 1250px) {
  .bottom-footer__links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
}
.bottom-footer__dev {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-footer__dev img {
  max-width: 90px;
  width: 100%;
  margin: 0px 0px 0px 5px;
  -o-object-fit: none;
  object-fit: none;
}
@media (any-hover: hover) {
  .bottom-footer__dev:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1250px) {
  .bottom-footer__dev {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 1250px) {
  .bottom-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .bottom-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 25px 0;
  }
}

.links-bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.links-bottom-footer__link {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #CF588F;
  position: relative;
  display: block;
}
.links-bottom-footer__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #CF588F;
  opacity: 0.3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}
.links-bottom-footer__link:not(:last-child) {
  margin: 0px 40px 0px 0px;
}
@media (max-width: 600px) {
  .links-bottom-footer__link:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }
}
@media (any-hover: hover) {
  .links-bottom-footer__link:hover::before {
    width: 0;
  }
}
@media (max-width: 600px) {
  .links-bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-grid .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs {
  padding: 30px 0 40px 0;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  position: relative;
  font-family: "Nunito";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
}
.breadcrumbs__item:not(:last-child) {
  padding: 0px 38px 0px 0px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  background: #181818;
  opacity: 0.2;
  position: absolute;
  right: 20px;
  bottom: 2px;
  height: 20px;
  width: 1px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.breadcrumbs__item a {
  display: block;
  color: #181818;
  opacity: 0.56;
}
@media (any-hover: hover) {
  .breadcrumbs__item a:hover {
    opacity: 1;
  }
}
.breadcrumbs__item:first-child a {
  position: relative;
  display: block;
}
.breadcrumbs__item:first-child a::before {
  content: "";
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  display: block;
  background: url("../img/icons/home.svg") 0 0 no-repeat;
}

@font-face {
  font-family: "lg";
  src: url("data:font/woff2;base64,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") format("woff2"), url("data:font/woff;base64,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") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("data:image/gif;base64,R0lGODlhIAAgAPUAADExMf///zQ0NF9fX0JCQjw8PFZWVpiYmIGBgTc3N0RERDIyMoiIiJGRkUdHR2lpaXx8fD8/P3FxcUxMTMvLy7i4uLCwsJmZmXZ2dj09PcLCwqampvT09P///1dXV1xcXE9PT9ra2rKysuXl5cDAwG9vbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  -o-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  -o-transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.body-cart {
  position: fixed;
  height: 100%;
  width: 560px;
  right: -110%;
  top: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: right 0.3s ease 0s;
  -o-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  z-index: 5;
  background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
  background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
  padding: 30px 60px 30px 60px;
}
.body-cart.menu--active {
  right: 0;
}
.body-cart__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 27px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27px;
  flex: 0 0 27px;
  height: 27px;
}
@media (max-width: 767px) {
  .body-cart__close {
    top: 20px;
    right: 20px;
  }
}
.body-cart__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 70px;
  color: #181818;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 767px) {
  .body-cart__title {
    font-size: 32px;
    line-height: 60px;
  }
}
.body-cart__pay {
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  color: #FCFAF4;
  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;
  width: 100%;
  height: 70px;
  background: #181818;
  border-radius: 60px;
  cursor: pointer;
}
.body-cart__pay svg {
  margin: 0px 0px 0px 10px;
}
.body-cart__pay:not(:last-child) {
  margin: 0px 0px 14px 0px;
}
@media (any-hover: hover) {
  .body-cart__pay:hover {
    opacity: 0.6;
  }
}
.body-cart__info-text {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  color: #181818;
  opacity: 0.6;
}
@media (max-width: 1500px) {
  .body-cart {
    width: 500px;
    padding: 46px 50px 30px 50px;
  }
}
@media (max-width: 992px) {
  .body-cart {
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .body-cart {
    padding: 20px 20px 30px 20px;
  }
}

.content-body {
  height: auto;
  max-height: 478px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 478px;
  flex: 1 0 478px;
}
@media (max-width: 768px) {
  .content-body {
    max-height: 410px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 410px;
    flex: 1 0 410px;
  }
}
.content-body .simplebar-track {
  background: rgba(24, 24, 24, 0.3215686275);
  width: 2px !important;
  overflow: visible;
  right: -20px;
}
@media (max-width: 768px) {
  .content-body .simplebar-track {
    right: -10px;
  }
}
.content-body .simplebar-scrollbar {
  width: 8px;
  border-radius: 20px;
  background: #181818;
  left: -3px;
}

.item-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #181818;
  position: relative;
}
.item-content-body:first-child {
  border-top: 1px solid #181818;
}
.item-content-body__img {
  width: 107px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 107px;
  flex: 0 0 107px;
  height: 107px;
  margin: 0px 20px 0px 0px;
}
.item-content-body__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-content-body__remove {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 0;
}
.item-content-body__remove::before {
  content: "";
  width: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
  margin: 0px 6px 0px 0px;
  background: url("../img/icons/trash.svg") 0 0/cover no-repeat;
}
@media (any-hover: hover) {
  .item-content-body__remove:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .item-content-body__remove {
    font-size: 0;
    top: 15px;
  }
  .item-content-body__remove::before {
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
  }
}
.item-content-body__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: #181818;
  max-width: 150px;
  margin: 0px 0px 5px 0px;
}
.item-content-body__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .item-content-body__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.item-content-body__price {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  color: #CF588F;
}
@media (max-width: 767px) {
  .item-content-body {
    padding: 15px 0;
  }
}

.item-size-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-size-cart__title {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #929292;
  margin: 0px 5px 0px 0px;
}
.item-size-cart__select {
  font-family: "Nunito" !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #181818 !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 22px !important;
  height: 24px !important;
  border: none !important;
  border-radius: 0 !important;
}
.item-size-cart__select::after {
  border-color: #181818 !important;
}

.info-body-cart {
  padding: 30px 0;
}
.info-body-cart__item:not(:last-child) {
  margin: 0px 0px 11px 0px;
}

.item-info-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-info-cart__title {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #181818;
}
.item-info-cart__number {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
  color: #181818;
}

.item-info-cart--sale .item-info-cart__number {
  color: #378465;
}

.item-info-cart--total {
  margin: 30px 0px 0px 0px;
}
.item-info-cart--total .item-info-cart__title {
  font-family: "NeueMachina";
  font-weight: 800;
}
.item-info-cart--total .item-info-cart__number {
  font-size: 36px;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}
.lock .popup__content {
  visibility: visible;
}

.popup__close {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  .popup__close {
    top: 15px;
    right: 15px;
  }
}

.popup-product .popup__content {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
  background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
  padding: 60px 30px;
}
@media (max-width: 992px) {
  .popup-product .popup__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}
.popup-product__left {
  width: 47%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 65px 0px 0px;
}
@media (max-width: 1200px) {
  .popup-product__left {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 992px) {
  .popup-product__left {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0px 0px 10px 0px;
  }
}
.popup-product__img {
  width: 470px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 470px;
  flex: 0 0 470px;
  height: 470px;
  position: relative;
  cursor: pointer;
}
.popup-product__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.popup-product__img::before {
  content: "";
  position: absolute;
  width: 575px;
  height: 360px;
  background: url("../img/icons/product-bg.svg") 0 0/cover no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .popup-product__img::before {
    content: none;
  }
}
@media (max-width: 1200px) {
  .popup-product__img {
    width: 400px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .popup-product__img {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .popup-product__img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .popup-product__right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.popup-product__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 83px;
  color: #181818;
  margin: 0px 0px 4px 0px;
}
@media (max-width: 1200px) {
  .popup-product__title {
    font-size: 36px;
    line-height: 1;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 767px) {
  .popup-product__title {
    font-size: 28px;
  }
}
.popup-product__desc {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #181818;
  opacity: 0.6;
  max-width: 500px;
}
@media (max-width: 1200px) {
  .popup-product__desc {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .popup-product__desc {
    font-size: 16px;
    line-height: 18px;
    margin: 0px 0px 15px 0px;
  }
}
.popup-product__size-view.view-size {
  margin: 0px 0px 60px 0px;
  max-width: 500px;
}
@media (max-width: 992px) {
  .popup-product__size-view.view-size {
    margin: 0px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .popup-product__size-view.view-size {
    margin: 0px 0px 20px 0px;
    gap: 5px;
  }
}
.popup-product__size-view .item-view-size__content input + label {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
@media (max-width: 767px) {
  .popup-product__size-view .item-view-size__content input + label {
    width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
.popup-product__size-view .item-view-size__number {
  font-size: 12px;
  line-height: 16px;
}
.popup-product__price.price-product-page {
  margin: 0px 0px 30px 0px;
}
.popup-product__price .price-product-page__price {
  line-height: 1;
}

.popup-address .popup__content {
  max-width: 800px;
  padding: 70px 60px 60px 60px;
  background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
  background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
}
@media (max-width: 992px) {
  .popup-address .popup__content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .popup-address .popup__content {
    padding: 30px 20px 20px 20px;
  }
}
.popup-address__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 35px;
  color: #181818;
  text-align: center;
  margin: 0px 0px 33px 0px;
}
@media (max-width: 767px) {
  .popup-address__title {
    font-size: 26px;
    line-height: 1;
  }
}
.popup-address__top-btns {
  margin: 0px 0px 30px 0px;
}
@media (max-width: 767px) {
  .popup-address__top-btns {
    margin: 0px 0px 20px 0px;
  }
}
.top-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.top-btns__btn {
  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;
  width: 50%;
  font-weight: 800;
  font-size: 18px;
  color: #181818;
  height: 70px;
  border: 2px solid #181818;
  border-radius: 60px;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.top-btns__btn svg {
  margin: 0px 10px 0px 0px;
}
.top-btns__btn.active {
  background: #181818;
  color: #FCFAF4;
}
.top-btns__btn.active svg path, .top-btns__btn.active svg circle {
  stroke: #FCFAF4;
}
@media (any-hover: hover) {
  .top-btns__btn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .top-btns__btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .top-btns__btn svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.item-address-one {
  display: none;
}
.item-address-one__geolocation {
  position: absolute;
  right: 0;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: transparent;
  outline: none;
  border: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  margin: 0px 0px 30px 0px;
}
.item-address-one__geolocation::before {
  content: "";
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  background: url("../img/icons/gps.svg") 0 0/cover no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 576px) {
  .item-address-one__geolocation::before {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 0px 5px 0px 0px;
  }
}
@media (any-hover: hover) {
  .item-address-one__geolocation:hover {
    opacity: 0.6;
  }
}
@media (max-width: 576px) {
  .item-address-one__geolocation {
    position: relative;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: unset;
    right: unset;
    margin: 10px 0px 0px 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
}
.item-address-one__map {
  width: 100%;
  height: 280px;
  border-radius: 25px;
  overflow: hidden;
  margin: 30px 0px 50px 0px;
}
.item-address-one__save {
  font-weight: 800;
  font-size: 22px;
  color: #FCFAF4;
  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;
  background: #181818;
  border-radius: 60px;
  height: 70px;
  width: 100%;
  cursor: pointer;
}
@media (any-hover: hover) {
  .item-address-one__save:hover {
    opacity: 0.6;
  }
}
.item-address-one.active {
  display: block;
}

.item-address-one-input {
  width: 100%;
  position: relative;
}
.item-address-one-input input {
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  height: 60px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.item-address-one-input input::-webkit-input-placeholder {
  color: #000000;
}
.item-address-one-input input::-moz-placeholder {
  color: #000000;
}
.item-address-one-input input:-ms-input-placeholder {
  color: #000000;
}
.item-address-one-input input::-ms-input-placeholder {
  color: #000000;
}
.item-address-one-input input::placeholder {
  color: #000000;
}
@media (max-width: 576px) {
  .item-address-one-input input {
    font-size: 18px;
    height: 50px;
  }
}

.item-address-two {
  display: none;
}
.item-address-two__map {
  width: 100%;
  height: 350px;
  border-radius: 25px;
  overflow: hidden;
}
.item-address-two.active {
  display: block;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  max-height: 400px;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.top__slider {
  position: relative;
}
.top__slider .swiper-button-prev {
  position: absolute;
  left: 40px;
  top: 60%;
}
@media (max-width: 1500px) {
  .top__slider .swiper-button-prev {
    left: 20px;
  }
}
.top__slider .swiper-button-next {
  position: absolute;
  right: 40px;
  top: 60%;
}
@media (max-width: 1500px) {
  .top__slider .swiper-button-next {
    right: 20px;
  }
}
.slide-top {
  height: 940px;
  width: 100%;
  position: relative;
}
.slide-top__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .slide-top {
    height: 850px;
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  .slide-top {
    height: 1000px;
  }
}
@media (max-width: 576px) {
  .slide-top {
    height: 430px;
  }
}

.categories__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.item-categories {
  height: 705px;
  padding: 95px 0;
  background: -o-linear-gradient(245.07deg, #F5B4D2 0%, #F5B4B4 100%);
  background: linear-gradient(204.93deg, #F5B4D2 0%, #F5B4B4 100%);
}
.item-categories:nth-of-type(2) {
  background: -o-linear-gradient(245.07deg, #DAC7E2 0%, #E2C7CC 100%);
  background: linear-gradient(204.93deg, #DAC7E2 0%, #E2C7CC 100%);
}
.item-categories:nth-of-type(3) {
  background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
  background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
}
.item-categories:nth-of-type(4) {
  background: -o-linear-gradient(245.07deg, #A4D8E5 0%, #A4C6E5 100%);
  background: linear-gradient(204.93deg, #A4D8E5 0%, #A4C6E5 100%);
}
.item-categories:nth-of-type(5) {
  background: -o-linear-gradient(211.35deg, #DCB199 -0.06%, #DCC199 101.33%);
  background: linear-gradient(238.65deg, #DCB199 -0.06%, #DCC199 101.33%);
}
.item-categories:nth-of-type(6) {
  background: -o-linear-gradient(211.35deg, #B6DC99 -0.06%, #DCD999 101.33%);
  background: linear-gradient(238.65deg, #B6DC99 -0.06%, #DCD999 101.33%);
}
.item-categories:nth-of-type(7) {
  background: -o-linear-gradient(211.35deg, #BEEAE2 -0.06%, #B6D5D7 101.33%);
  background: linear-gradient(238.65deg, #BEEAE2 -0.06%, #B6D5D7 101.33%);
}
.item-categories:nth-of-type(8) {
  background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
  background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
}
.item-categories__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .item-categories__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.item-categories__img {
  width: 330px;
  height: 330px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  position: relative;
  margin: 0px 0px 30px 0px;
}
.item-categories__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1500px) {
  .item-categories__img {
    width: 270px;
    height: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 1300px) {
  .item-categories__img {
    width: 190px;
    height: 190px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 992px) {
  .item-categories__img {
    width: 140px;
    height: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    margin: 0px 0px 10px 0px;
  }
}
@media (max-width: 767px) {
  .item-categories__img {
    width: 65px;
    height: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    margin: 0px 0px 5px 0px;
  }
}
.item-categories__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 83px;
  margin: 0px 0px 13px 0px;
}
.item-categories__title a {
  color: #181818;
}
@media (any-hover: hover) {
  .item-categories__title a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1500px) {
  .item-categories__title {
    font-size: 36px;
    line-height: 76px;
  }
}
@media (max-width: 1300px) {
  .item-categories__title {
    font-size: 24px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  .item-categories__title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .item-categories__title {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}
.item-categories__btn {
  font-weight: 800;
  font-size: 24px;
  position: relative;
  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;
  width: 220px;
  height: 70px;
  border: 4px solid #181818;
  border-radius: 60px;
  color: #181818;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-categories__btn svg {
  margin: 0px 0px 0px 10px;
}
.item-categories__btn svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-categories__btn:hover {
    background: #181818;
    color: #fff;
  }
  .item-categories__btn:hover svg path {
    stroke: #fff;
  }
}
@media (max-width: 1500px) {
  .item-categories__btn {
    height: 60px;
  }
}
@media (max-width: 1300px) {
  .item-categories__btn {
    width: 100%;
    height: 55px;
  }
}
@media (max-width: 992px) {
  .item-categories__btn {
    height: 50px;
    font-size: 22px;
    border-width: 3px;
    display: none;
  }
}
@media (max-width: 1500px) {
  .item-categories {
    height: 550px;
    padding: 40px 0;
  }
}
@media (max-width: 1300px) {
  .item-categories {
    height: 380px;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .item-categories {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .item-categories {
    padding: 10px 10px;
    height: 150px;
  }
}

.catalog {
  background: #F4F1ED;
  padding: 150px 0;
}
.catalog__rows:not(:last-child) {
  padding: 0px 0px 150px 0px;
}
@media (max-width: 1500px) {
  .catalog__rows:not(:last-child) {
    padding: 0px 0px 120px 0px;
  }
}
@media (max-width: 1300px) {
  .catalog__rows:not(:last-child) {
    padding: 0px 0px 100px 0px;
  }
}
@media (max-width: 992px) {
  .catalog__rows:not(:last-child) {
    padding: 0px 0px 80px 0px;
  }
}
.catalog__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  width: 25%;
}
@media (max-width: 1400px) {
  .catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    width: 33%;
  }
}
@media (max-width: 992px) {
  .catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media (max-width: 1500px) {
  .catalog {
    padding: 120px 0;
  }
}
@media (max-width: 1300px) {
  .catalog {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .catalog {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .catalog {
    padding: 70px 0;
  }
}

.rows-catalog__title {
  font-weight: 800;
  font-size: 55px;
  line-height: 83px;
  text-align: center;
  color: #181818;
  position: relative;
  margin: 0px 0px 30px 0px;
  z-index: 1;
}
.rows-catalog__title::before {
  content: "";
  background: url("../img/icons/title-bg.svg") 0 0 no-repeat;
  width: 155px;
  height: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 992px) {
  .rows-catalog__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .rows-catalog__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.rows-catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-catalog {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-right: 1px solid #DCD9D5;
  border-bottom: 1px solid #DCD9D5;
  overflow: hidden;
}
.item-catalog:nth-of-type(1) {
  border-top: 1px solid #DCD9D5;
}
.item-catalog:nth-of-type(2) {
  border-top: 1px solid #DCD9D5;
}
.item-catalog:nth-of-type(3) {
  border-top: 1px solid #DCD9D5;
}
.item-catalog:nth-of-type(4) {
  border-top: 1px solid #DCD9D5;
}
.item-catalog:nth-of-type(4n) {
  border-right: none;
}
.item-catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 55px 55px 10px 55px;
}
@media (max-width: 1850px) {
  .item-catalog__content {
    padding: 30px 30px 10px 30px;
  }
}
@media (max-width: 767px) {
  .item-catalog__content {
    padding: 15px;
  }
}
.item-catalog__img {
  width: 370px;
  height: 370px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 370px;
  flex: 0 1 370px;
  position: relative;
  margin: 0 auto;
}
.item-catalog__img::before {
  content: "";
  width: 465px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/icons/catalog-bg.svg") 0 0 no-repeat;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 1350px) {
  .item-catalog__img::before {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .item-catalog__img::before {
    content: none;
  }
}
.item-catalog__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1850px) {
  .item-catalog__img {
    width: 100%;
    max-width: 370px;
  }
}
@media (max-width: 1700px) {
  .item-catalog__img {
    width: 280px;
    height: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px;
  }
}
@media (max-width: 1300px) {
  .item-catalog__img {
    width: 240px;
    height: 240px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 240px;
    flex: 0 1 240px;
  }
}
@media (max-width: 767px) {
  .item-catalog__img {
    width: 150px;
    height: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px;
  }
}
.item-catalog__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 83px;
  text-align: center;
  color: #181818;
  margin: 0;
}
.item-catalog__title a {
  color: #181818;
}
@media (any-hover: hover) {
  .item-catalog__title a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1300px) {
  .item-catalog__title {
    font-size: 26px;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
  }
}
@media (max-width: 767px) {
  .item-catalog__title {
    font-size: 20px;
    line-height: 1;
    margin: 0px 0px 6px 0px;
  }
}
.item-catalog__text {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #181818;
  opacity: 0.6;
  margin: 0px 0px 26px 0px;
}
@media (max-width: 1300px) {
  .item-catalog__text {
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .item-catalog__text {
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
  }
}
.item-catalog__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  margin: 0 -15px;
  border-top: 1px solid #DCD9D5;
}
@media (max-width: 1850px) {
  .item-catalog__bottom {
    margin: 0;
  }
}
@media (max-width: 1300px) {
  .item-catalog__bottom {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .item-catalog__bottom {
    padding: 20px 0 0 0;
  }
}
.item-catalog__price {
  font-weight: 800;
  font-size: 36px;
  line-height: 32px;
  color: #181818;
}
@media (max-width: 1300px) {
  .item-catalog__price {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .item-catalog__price {
    font-size: 22px;
    line-height: 30px;
  }
}
.item-catalog__button {
  border: 4px solid #181818;
  border-radius: 60px;
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-catalog__button svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-catalog__button span {
  display: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #FCFAF4;
  margin: 0px 0px 0px 10px;
}
@media (any-hover: hover) {
  .item-catalog__button:hover {
    width: 210px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    background: #181818;
  }
  .item-catalog__button:hover svg path {
    fill: #fff;
  }
  .item-catalog__button:hover span {
    display: block;
  }
}
@media (max-width: 1300px) {
  .item-catalog__button {
    width: 65px;
    height: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
  }
}
@media (max-width: 576px) {
  .item-catalog__button {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  .item-catalog__button svg {
    width: 12px;
    height: 12px;
  }
}
@media (any-hover: hover) {
  .item-catalog:hover {
    background: -o-linear-gradient(244.82deg, #DAC7E2 0%, #F5B4D2 100%);
    background: linear-gradient(205.18deg, #DAC7E2 0%, #F5B4D2 100%);
  }
  .item-catalog:hover .item-catalog__img::before {
    opacity: 1;
  }
}

.app {
  background: #F4F1ED;
  padding: 30px 0 120px 0;
}
.app__content {
  position: relative;
  border: 5px solid #181818;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 260px;
}
@media (max-width: 992px) {
  .app__content {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  .app__content {
    padding: 50px 10px;
  }
}
@media (max-width: 576px) {
  .app__content {
    padding: 50px 10px 140px 10px;
  }
}
.app__title {
  font-weight: 800;
  font-size: 128px;
  line-height: 110px;
  color: #181818;
  margin: 0px 0px 40px 0px;
  position: relative;
  z-index: 1;
}
.app__title span {
  display: block;
  margin: 5px 0px 0px 130px;
}
.app__title span::before {
  content: "";
  width: 245px;
  height: 193px;
  position: absolute;
  bottom: 0;
  right: -120px;
  background: url("../img/app/wave-2.svg") 0 0/cover no-repeat;
  z-index: -1;
}
@media (max-width: 1300px) {
  .app__title span::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .app__title span {
    margin: 0;
  }
}
.app__title::after {
  content: "";
  width: 70px;
  height: 112px;
  position: absolute;
  background: url("../img/icons/download-big.svg") 0 0/cover no-repeat;
  left: 530px;
  top: -8px;
}
@media (max-width: 1500px) {
  .app__title::after {
    left: 420px;
  }
}
@media (max-width: 1300px) {
  .app__title::after {
    width: 40px;
    height: 64px;
    left: 250px;
  }
}
@media (max-width: 767px) {
  .app__title::after {
    width: 25px;
    height: 41px;
    left: 185px;
    top: 0;
  }
}
.app__title::before {
  content: "";
  width: 309px;
  height: 197px;
  position: absolute;
  top: -36px;
  left: -96px;
  background: url("../img/app/wave-1.svg") 0 0/cover no-repeat;
  z-index: -1;
}
@media (max-width: 1300px) {
  .app__title::before {
    width: 240px;
    height: 155px;
    left: -140px;
    top: -50px;
  }
}
@media (max-width: 992px) {
  .app__title::before {
    content: none;
  }
}
@media (max-width: 1500px) {
  .app__title {
    font-size: 100px;
    line-height: 90px;
  }
}
@media (max-width: 1300px) {
  .app__title {
    font-size: 60px;
    line-height: 50px;
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 600px) {
  .app__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .app {
    padding: 30px 0 100px 0;
  }
}
@media (max-width: 992px) {
  .app {
    padding: 20px 0 80px 0;
  }
}

.images-app__one {
  position: absolute;
  width: 460px;
  height: 404px;
  left: -40px;
  bottom: -80px;
}
.images-app__one img {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .images-app__one {
    width: 350px;
    height: 305px;
  }
}
@media (max-width: 992px) {
  .images-app__one {
    width: 200px;
    height: 200px;
    bottom: -15px;
    left: 0;
  }
}
@media (max-width: 600px) {
  .images-app__one {
    width: 150px;
    height: 150px;
    bottom: -95px;
  }
}
.images-app__two {
  position: absolute;
  width: 577px;
  height: 404px;
  top: -170px;
  right: 120px;
}
.images-app__two img {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .images-app__two {
    width: 300px;
    height: 315px;
  }
}
@media (max-width: 992px) {
  .images-app__two {
    width: 220px;
    height: 240px;
    top: -80px;
  }
}
@media (max-width: 600px) {
  .images-app__two {
    width: 150px;
    height: 150px;
  }
}

.links-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 0px 290px;
}
.links-app__link {
  display: block;
  width: 360px;
}
.links-app__link img {
  width: 100%;
}
.links-app__link:not(:last-child) {
  margin: 0px 36px 0px 0px;
}
@media (max-width: 1300px) {
  .links-app__link:not(:last-child) {
    margin: 0px 15px 0px 0px;
  }
}
@media (max-width: 600px) {
  .links-app__link:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }
}
@media (any-hover: hover) {
  .links-app__link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1500px) {
  .links-app__link {
    width: 320px;
  }
}
@media (max-width: 1300px) {
  .links-app__link {
    width: 220px;
  }
}
@media (max-width: 992px) {
  .links-app__link {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .links-app {
    margin: 0px 0px 0px 90px;
  }
}
@media (max-width: 600px) {
  .links-app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0px 0px 0px;
  }
}

.product-page {
  background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
  background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
  padding: 324px 0px 50px 0px;
}
.product-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1530px) {
  .product-page__content {
    gap: 100px;
  }
}
@media (max-width: 1400px) {
  .product-page__content {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .product-page__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .product-page__content {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .product-page__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.product-page__img {
  width: 630px;
  height: 630px;
  position: relative;
}
.product-page__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page__img::before {
  content: "";
  position: absolute;
  width: 770px;
  height: 493px;
  background: url("../img/icons/product-bg.svg") 0 0/cover no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1500px) {
  .product-page__img::before {
    width: 100%;
    height: 370px;
  }
}
@media (max-width: 1200px) {
  .product-page__img::before {
    content: none;
  }
}
@media (max-width: 1500px) {
  .product-page__img {
    height: 590px;
    width: 590px;
  }
}
@media (max-width: 1375px) {
  .product-page__img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 992px) {
  .product-page__img {
    margin: 0 auto;
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .product-page__img {
    height: 240px;
  }
}
.product-page__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}
@media (max-width: 992px) {
  .product-page__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.product-page__title {
  font-weight: 800;
  font-size: 64px;
  line-height: 83px;
  color: #181818;
  margin: 0px 0px 11px 0px;
}
@media (max-width: 1400px) {
  .product-page__title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .product-page__title {
    font-size: 32px;
    line-height: 1;
  }
}
.product-page__description {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #181818;
  opacity: 0.6;
  max-width: 470px;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 1400px) {
  .product-page__description {
    margin: 0px 0px 10px 0px;
  }
}
@media (max-width: 576px) {
  .product-page__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-page__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .product-page__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .product-page__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .product-page__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1300px) {
  .product-page__price {
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 992px) {
  .product-page__price {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .product-page__price {
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 576px) {
  .product-page__price {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px 0px 25px 0px;
  }
}
.product-page__buy {
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  color: #FCFAF4;
  background: #181818;
  border-radius: 60px;
  width: 360px;
  height: 70px;
  cursor: pointer;
  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;
  outline: none;
  border: none;
}
.product-page__buy svg {
  margin: 0px 10px 0px 0px;
}
@media (any-hover: hover) {
  .product-page__buy:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1500px) {
  .product-page__buy {
    width: 300px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-page__buy {
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 1500px) {
  .product-page {
    padding: 258px 0px 50px 0px;
  }
}
@media (max-width: 992px) {
  .product-page {
    padding: 228px 0px 40px 0px;
  }
}
@media (max-width: 576px) {
  .product-page {
    padding: 192px 0px 40px 0px;
  }
}

.view-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 70px 0px;
}
@media (max-width: 1300px) {
  .view-size {
    gap: 20px;
    margin: 0px 0px 50px 0px;
  }
}

.item-view-size__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 83px;
  color: #181818;
}
@media (max-width: 1300px) {
  .item-view-size__title {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0px 5px 0px;
  }
}
.item-view-size__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.item-view-size__content input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.item-view-size__content input + label {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  height: 100px;
  background: #FAF8F7;
  border-radius: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.item-view-size__content input + label::before {
  content: "";
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  height: 25px;
  border: 2px solid #000000;
  border-radius: 50%;
  margin: 0px 0px 6px 0px;
}
@media (max-width: 576px) {
  .item-view-size__content input + label::before {
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .item-view-size__content input + label {
    width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    height: 80px;
  }
}
.item-view-size__content input:checked + label::before {
  background: url("../img/icons/check.svg") center center no-repeat #000;
}
@media (max-width: 576px) {
  .item-view-size__content {
    gap: 10px;
  }
}
.item-view-size__number {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #181818;
}
.item-view-size__weight {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #181818;
}
@media (max-width: 576px) {
  .item-view-size {
    width: 100%;
  }
}

.price-product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price-product-page__price {
  font-weight: 800;
  font-size: 48px;
  line-height: 32px;
  color: #CF588F;
  margin: 0px 35px 0px 0px;
}
@media (max-width: 1500px) {
  .price-product-page__price {
    font-size: 40px;
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 576px) {
  .price-product-page__price {
    font-size: 36px;
  }
}
.price-product-page__old-price {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  color: rgba(24, 24, 24, 0.2);
  position: relative;
}
.price-product-page__old-price::before {
  content: "";
  width: 110%;
  height: 4px;
  background: #CF588F;
  position: absolute;
  -webkit-transform: rotate(-10.91deg) translate(-50%);
  -ms-transform: rotate(-10.91deg) translate(-50%);
  transform: rotate(-10.91deg) translate(-50%);
  left: 50%;
}
@media (max-width: 576px) {
  .price-product-page__old-price::before {
    width: 100%;
    bottom: 60%;
  }
}
@media (max-width: 1500px) {
  .price-product-page__old-price {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .price-product-page__old-price {
    font-size: 24px;
  }
}

.products-slider {
  background: #F4F1ED;
  padding: 140px 0 150px 0;
}
.products-slider__slider .item-catalog {
  border-left: none;
  border-top: 1px solid #DCD9D5;
  border-right: 1px solid #DCD9D5;
}
.products-slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 10px 0px;
}
.products-slider__title {
  font-weight: 800;
  font-size: 55px;
  line-height: 83px;
  color: #181818;
  margin: 0;
}
@media (max-width: 992px) {
  .products-slider__title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .products-slider__title {
    font-size: 28px;
    line-height: 1;
  }
}
.products-slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .products-slider__buttons {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .products-slider__buttons {
    gap: 10px;
  }
}
@media (max-width: 1300px) {
  .products-slider {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .products-slider {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .products-slider {
    padding: 40px 0;
  }
}

.swiper-button-prev {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  background: url("../img/icons/prev.svg") center center no-repeat #fff;
  border-radius: 26.6667px;
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.15);
}
@media (any-hover: hover) {
  .swiper-button-prev:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .swiper-button-prev {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .swiper-button-prev {
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    background-size: 50%;
    border-radius: 10px;
  }
}

.swiper-button-next {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  background: url("../img/icons/next.svg") center center no-repeat #fff;
  border-radius: 26.6667px;
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.15);
}
@media (any-hover: hover) {
  .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .swiper-button-next {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .swiper-button-next {
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    background-size: 50%;
    border-radius: 10px;
  }
}

.main--page {
  padding: 240px 0px 0px 0px;
}
@media (max-width: 1500px) {
  .main--page {
    padding: 188px 0px 0px 0px;
  }
}
@media (max-width: 576px) {
  .main--page {
    padding: 152px 0px 0px 0px;
  }
}

.main--checkout {
  position: relative;
}
.main--checkout::before {
  content: "";
  width: 770px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
  background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
  z-index: 0;
}
@media (max-width: 1860px) {
  .main--checkout::before {
    width: 38%;
  }
}
@media (max-width: 1250px) {
  .main--checkout::before {
    content: none;
  }
}

.checkout {
  position: relative;
  z-index: 1;
  padding: 0px 0px 150px 0px;
}
.checkout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1250px) {
  .checkout__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.checkout__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 57.8%;
  flex: 0 1 57.8%;
  width: 57.8%;
}
@media (max-width: 1250px) {
  .checkout__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.checkout__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 83px;
  color: #181818;
  margin: 0px 0px 25px 0px;
}
@media (max-width: 1300px) {
  .checkout__title {
    font-size: 42px;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .checkout__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .checkout__title {
    font-size: 28px;
  }
}
.checkout__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.8%;
  flex: 0 1 33.8%;
  width: 33.8%;
}
@media (max-width: 1250px) {
  .checkout__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .checkout {
    padding: 0px 0px 100px 0px;
  }
}

.left-checkout__item:not(:last-child) {
  margin: 0px 0px 80px 0px;
}
@media (max-width: 992px) {
  .left-checkout__item:not(:last-child) {
    margin: 0px 0px 50px 0px;
  }
}
.left-checkout__item_delivery {
  display: none;
}
.left-checkout__item_delivery.active {
  display: block;
}
.left-checkout__item_map {
  display: none;
}
.left-checkout__item_map.active {
  display: block;
}

.btn-left-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin: 0px 0px 80px 0px;
}
.btn-left-checkout__adres {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #181818;
  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;
  height: 70px;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border: 2px solid #181818;
  border-radius: 60px;
  cursor: pointer;
}
.btn-left-checkout__adres input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 0;
  width: 0;
}
.btn-left-checkout__adres svg {
  margin: 0px 10px 0px 0px;
}
.btn-left-checkout__adres svg path, .btn-left-checkout__adres svg circle {
  stroke: #181818;
}
@media (any-hover: hover) {
  .btn-left-checkout__adres:hover {
    opacity: 0.6;
  }
}
.btn-left-checkout__adres.active {
  background: #181818;
  color: #FCFAF4;
}
.btn-left-checkout__adres.active svg path, .btn-left-checkout__adres.active svg circle {
  stroke: #FCFAF4;
}
@media (max-width: 767px) {
  .btn-left-checkout__adres {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 55px;
    font-size: 18px;
  }
}
.btn-left-checkout__pickup {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #181818;
  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;
  height: 70px;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border: 2px solid #181818;
  border-radius: 60px;
  cursor: pointer;
}
.btn-left-checkout__pickup input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 0;
  width: 0;
}
.btn-left-checkout__pickup svg {
  margin: 0px 10px 0px 0px;
}
@media (any-hover: hover) {
  .btn-left-checkout__pickup:hover {
    opacity: 0.6;
  }
}
.btn-left-checkout__pickup.active {
  background: #181818;
  color: #FCFAF4;
}
.btn-left-checkout__pickup.active svg {
  color: #FCFAF4;
}
@media (max-width: 767px) {
  .btn-left-checkout__pickup {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 55px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .btn-left-checkout {
    gap: 15px;
    margin: 0px 0px 50px 0px;
  }
}
@media (max-width: 767px) {
  .btn-left-checkout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px 40px 0px;
  }
}

.item-left-checkout__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 23px;
  color: #181818;
  margin: 0px 0px 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .item-left-checkout__title {
    font-size: 22px;
    line-height: 1;
  }
}
.item-left-checkout__two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .item-left-checkout__two {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .item-left-checkout__two {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.item-left-checkout__four {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .item-left-checkout__four {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .item-left-checkout__four {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.item-left-checkout__select {
  width: 425px;
}
.item-left-checkout__select.nice-select {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  display: block;
  height: 60px;
  line-height: 60px;
  float: unset;
}
.item-left-checkout__select.nice-select::after {
  border-color: #181818;
}
.item-left-checkout__select.nice-select .list {
  width: 100%;
}
.item-left-checkout__select.nice-select .current {
  font-family: "NeueMachina";
  font-weight: 300;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 767px) {
  .item-left-checkout__select.nice-select .current {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-left-checkout__select.nice-select {
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
}
.item-left-checkout__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.item-left-checkout__content input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 0;
}
.item-left-checkout__content input + label {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  border: 2px solid #181818;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}
.item-left-checkout__content input + label::before {
  content: "";
  width: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  height: 34px;
  border: 2px solid #000000;
  border-radius: 30px;
  margin: 0px 0px 15px 0px;
}
.item-left-checkout__content input + label b {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #181818;
  margin: 0px 0px 8px 0px;
}
.item-left-checkout__content input + label span {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #181818;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .item-left-checkout__content input + label {
    height: 180px;
    padding: 20px;
  }
}
.item-left-checkout__content input:checked + label::before {
  background: url("../img/icons/check_small.svg") center center no-repeat #181818;
}
@media (max-width: 1350px) {
  .item-left-checkout__content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1250px) {
  .item-left-checkout__content {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .item-left-checkout__content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .item-left-checkout__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.item-left-checkout__title--user::before {
  content: "";
  width: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  height: 34px;
  background: url("../img/icons/User_bl.svg") 0 0/cover no-repeat;
  margin: 0px 12px 0px 0px;
  display: block;
}
@media (max-width: 767px) {
  .item-left-checkout__title--user::before {
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    margin: 0px 5px 0px 0px;
  }
}

.item-left-checkout__title--geo::before {
  content: "";
  width: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  height: 34px;
  background: url("../img/icons/pin.svg") 0 0/cover no-repeat;
  margin: 0px 12px 0px 0px;
  display: block;
}
@media (max-width: 767px) {
  .item-left-checkout__title--geo::before {
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    margin: 0px 5px 0px 0px;
  }
}

.item-left-checkout__title--time::before {
  content: "";
  width: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  height: 34px;
  background: url("../img/icons/timer.svg") 0 0/cover no-repeat;
  margin: 0px 12px 0px 0px;
  display: block;
}
@media (max-width: 767px) {
  .item-left-checkout__title--time::before {
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    margin: 0px 5px 0px 0px;
  }
}

.item-left-checkout__title--pay::before {
  content: "";
  width: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  height: 34px;
  background: url("../img/icons/money.svg") 0 0/cover no-repeat;
  margin: 0px 12px 0px 0px;
  display: block;
}
@media (max-width: 767px) {
  .item-left-checkout__title--pay::before {
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    margin: 0px 5px 0px 0px;
  }
}

.item-left-checkout-input {
  width: 100%;
  position: relative;
}
.item-left-checkout-input input:focus + label {
  top: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.item-left-checkout-input input:active + label, .item-left-checkout-input input.nice-select.open + label {
  top: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.item-left-checkout-input input:valid ~ label {
  top: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.item-left-checkout-input input.input-error + label {
  top: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.item-left-checkout-input input.input-error + label + div.input-error-message {
  display: block;
}
.item-left-checkout-input input:valid.input-error + label + div.input-error-message {
  font-size: 12px;
  top: 0;
}
.item-left-checkout-input input:-moz-read-only + label {
  top: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.item-left-checkout-input input:read-only + label {
  top: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.item-left-checkout-input label {
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
@media (max-width: 992px) {
  .item-left-checkout-input label {
    font-size: 18px;
    line-height: 20px;
  }
}
.item-left-checkout-input .input-error-message {
  font-size: 16px;
  color: #E37B2F;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  display: none;
}

.item-left-checkout-input--street {
  margin: 0px 0px 25px 0px;
}

.input {
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  height: 60px;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
  padding: 0px 20px 0px 0px;
  background: transparent;
}
.input:focus {
  outline: none;
}
@media (max-width: 767px) {
  .input {
    font-size: 18px;
    line-height: 20px;
    height: 45px;
  }
}

.map-left-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-left-checkout__adress {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41%;
  flex: 0 1 41%;
  padding: 0px 20px 0px 0px;
}
@media (max-width: 1439px) {
  .map-left-checkout__adress {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 1024px) {
  .map-left-checkout__adress {
    padding: 0;
  }
}
.map-left-checkout__map {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 59%;
  flex: 0 1 59%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
}
.map-left-checkout__map .ymaps-2-1-79-map {
  width: 100% !important;
}
@media (max-width: 1439px) {
  .map-left-checkout__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 20px 0px 0px 0px;
  }
}
@media (max-width: 1439px) {
  .map-left-checkout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.adress-left-map__item {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #181818;
  padding: 30px 20px 30px 74px;
}
.adress-left-map__item:first-child {
  border-top: 1px solid #181818;
}
.adress-left-map__item input {
  position: absolute;
  z-index: 0;
  opacity: 0;
  height: 0;
}
.adress-left-map__item label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.adress-left-map__item::before {
  content: "";
  width: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  height: 34px;
  border: 2px solid #000000;
  border-radius: 30px;
  margin: 0px 0px 15px 0px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.adress-left-map__item.active::before {
  background: url("../img/icons/check_small.svg") center center no-repeat #181818;
}
@media (max-width: 767px) {
  .adress-left-map__item {
    padding: 20px 20px 20px 70px;
  }
}
.adress-left-map__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #181818;
  margin: 0px 0px 5px 0px;
}
@media (max-width: 576px) {
  .adress-left-map__title {
    font-size: 16px;
  }
}
.adress-left-map__link {
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  color: #181818;
}
@media (max-width: 576px) {
  .adress-left-map__link {
    font-size: 14px;
  }
}

.right-checkout {
  position: sticky;
  top: 80px;
  padding: 0px 0px 50px 0px;
}
.right-checkout__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 25px 0px;
}
.right-checkout__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 83px;
  color: #181818;
}
@media (max-width: 992px) {
  .right-checkout__title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .right-checkout__title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .right-checkout__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.right-checkout__count {
  font-weight: 300;
  font-size: 48px;
  line-height: 83px;
  text-align: right;
  color: #181818;
}
@media (max-width: 992px) {
  .right-checkout__count {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .right-checkout__count {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .right-checkout__count {
    font-size: 24px;
    line-height: 30px;
  }
}
.right-checkout__submit {
  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;
  width: 100%;
  height: 70px;
  font-weight: 800;
  font-size: 22px;
  color: #FCFAF4;
  background: #181818;
  border-radius: 60px;
  cursor: pointer;
  outline: none;
  border: none;
}
.right-checkout__submit:not(:last-child) {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 576px) {
  .right-checkout__submit:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }
}
.right-checkout__submit svg {
  margin: 0px 0px 0px 10px;
}
@media (any-hover: hover) {
  .right-checkout__submit:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .right-checkout__submit {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .right-checkout__submit {
    height: 50px;
    font-size: 18px;
  }
}
.right-checkout__text {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #181818;
  opacity: 0.6;
}
@media (max-width: 576px) {
  .right-checkout__text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1250px) {
  .right-checkout {
    background: -o-linear-gradient(245.07deg, #EADFCD 0%, #EACFCD 100%);
    background: linear-gradient(204.93deg, #EADFCD 0%, #EACFCD 100%);
    padding: 40px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .right-checkout {
    padding: 20px 20px;
  }
}

.item-right-checkout {
  padding: 20px 0;
  border-bottom: 1px solid #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-right-checkout:first-child {
  border-top: 1px solid #181818;
}
.item-right-checkout__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  margin: 0px 0px 6px 0px;
}
@media (max-width: 576px) {
  .item-right-checkout__title {
    font-size: 16px;
    line-height: 18px;
  }
}
.item-right-checkout__desc {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  opacity: 0.6;
  max-width: 300px;
}
@media (max-width: 576px) {
  .item-right-checkout__desc {
    font-size: 12px;
    line-height: 16px;
  }
}
.item-right-checkout__price {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  color: #CF588F;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .item-right-checkout__price {
    font-size: 18px;
    line-height: 20px;
  }
}
.item-right-checkout__old-price {
  font-weight: 800;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  color: #181818;
  opacity: 0.2;
  position: relative;
  white-space: nowrap;
}
.item-right-checkout__old-price::before {
  content: "";
}
@media (max-width: 576px) {
  .item-right-checkout__old-price {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 576px) {
  .item-right-checkout {
    padding: 10px 0;
  }
}

.total-right-checkout {
  padding: 50px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.total-right-checkout__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 30px;
  color: #181818;
}
@media (max-width: 767px) {
  .total-right-checkout__title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .total-right-checkout__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.total-right-checkout__number {
  font-weight: 800;
  font-size: 36px;
  line-height: 30px;
  text-align: right;
  color: #181818;
}
@media (max-width: 767px) {
  .total-right-checkout__number {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .total-right-checkout__number {
    font-size: 24px;
    line-height: 30px;
  }
}

.single-page {
  padding: 0px 0px 150px 0px;
}
.single-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-page__row .single-page__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.2%;
  flex: 0 1 66.2%;
  width: 66.2%;
}
@media (max-width: 992px) {
  .single-page__row .single-page__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .single-page__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single-page__content {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #181818;
}
.single-page__content h2, .single-page__content h3, .single-page__content h4, .single-page__content h5, .single-page__content h6 {
  font-family: "NeueMachina";
  font-weight: 800;
  line-height: 1;
}
.single-page__content h2:not(:last-child), .single-page__content h3:not(:last-child), .single-page__content h4:not(:last-child), .single-page__content h5:not(:last-child), .single-page__content h6:not(:last-child) {
  margin: 0px 0px 30px 0px;
}
@media (max-width: 767px) {
  .single-page__content h2:not(:last-child), .single-page__content h3:not(:last-child), .single-page__content h4:not(:last-child), .single-page__content h5:not(:last-child), .single-page__content h6:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }
}
.single-page__content h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .single-page__content h2 {
    font-size: 28px;
  }
}
.single-page__content h3 {
  font-size: 26px;
}
@media (max-width: 576px) {
  .single-page__content h3 {
    font-size: 24px;
  }
}
.single-page__content h4 {
  font-size: 22px;
}
.single-page__content h5 {
  font-size: 20px;
}
.single-page__content h6 {
  font-size: 18px;
}
.single-page__content p:not(:last-child) {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 767px) {
  .single-page__content p:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
.single-page__content hr {
  margin: 0px 0px 60px 0px;
  border-color: #181818;
}
@media (max-width: 767px) {
  .single-page__content hr {
    margin: 0px 0px 30px 0px;
  }
}
.single-page__content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-page__content ul:not(:last-child) {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 767px) {
  .single-page__content ul:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
.single-page__content ul li {
  position: relative;
  padding: 0px 0px 0px 38px;
}
.single-page__content ul li:not(:last-child) {
  margin: 0px 0px 10px 0px;
}
.single-page__content ul li::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #F5B4D2;
  position: absolute;
  left: 0;
  top: 10px;
}
.single-page__content ol {
  margin: 0;
  padding: 0;
}
.single-page__content ol:not(:last-child) {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 767px) {
  .single-page__content ol:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
.single-page__content blockquote {
  font-family: "NeueMachina";
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DAC7E2;
  background: #171714;
  padding: 60px;
  margin: 0;
  position: relative;
}
.single-page__content blockquote::before {
  content: "";
  width: 110px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 15px;
  background: url("../img/icons/blockquate.svg") 0 0/cover no-repeat;
}
@media (max-width: 767px) {
  .single-page__content blockquote::before {
    width: 80px;
    height: 32px;
  }
}
.single-page__content blockquote:not(:last-child) {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 767px) {
  .single-page__content blockquote:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .single-page__content blockquote {
    font-size: 20px;
    line-height: 26px;
    padding: 40px 20px 20px 20px;
  }
}
.single-page__content table {
  width: 100%;
  border-collapse: collapse;
}
.single-page__content table tbody {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #181818;
}
.single-page__content table tbody tr {
  overflow: hidden;
  border-bottom: 1px solid #181818;
}
.single-page__content table tbody tr th {
  padding: 21px 30px;
}
.single-page__content table tbody tr th:first-child {
  text-align: left;
  font-weight: 800;
  color: #DAC7E2;
}
.single-page__content table tbody tr th:last-child {
  font-weight: 900;
  color: #DAC7E2;
  text-align: left;
}
@media (max-width: 1200px) {
  .single-page__content table tbody tr th {
    padding: 20px 14px;
  }
}
@media (max-width: 992px) {
  .single-page__content table tbody tr th {
    padding: 15px 10px;
  }
}
.single-page__content table tbody tr td {
  padding: 21px 30px;
}
@media (max-width: 1200px) {
  .single-page__content table tbody tr td {
    padding: 20px 14px;
  }
}
@media (max-width: 992px) {
  .single-page__content table tbody tr td {
    padding: 15px 10px;
  }
}
.single-page__content table tbody tr:first-child {
  background: #181818;
}
.single-page__content table:not(:last-child) {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 767px) {
  .single-page__content table:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .single-page__content {
    line-height: 22px;
  }
}
.single-page__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 83px;
  color: #181818;
  margin: 0px 0px 25px 0px;
}
@media (max-width: 1300px) {
  .single-page__title {
    font-size: 42px;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .single-page__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .single-page__title {
    font-size: 28px;
  }
}
.single-page__slider {
  position: relative;
  margin: 0px 0px 30px 0px;
}
.single-page__slider .swiper-pagination {
  position: absolute;
  height: 10px;
  left: 40px;
  bottom: 40px;
  display: inline-block;
}
.single-page__slider .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.3;
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.single-page__slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0px 10px 0px 0px;
}
@media (any-hover: hover) {
  .single-page__slider .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
  }
}
.single-page__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .single-page__slider .swiper-pagination {
    left: 25px;
    bottom: 25px;
  }
}
.single-page__slider + p {
  font-size: 14px;
  opacity: 0.6;
}
.single-page__slide {
  border-radius: 30px;
  overflow: hidden;
}
.single-page__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.single-page__gallery a {
  background: #EDEDED;
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 260px;
}
.single-page__gallery a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: url("../img/icons/search.svg") center center no-repeat rgba(245, 180, 210, 0.6);
  opacity: 0;
  border-radius: 30px;
  z-index: 2;
  font-size: 80px;
  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;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-page__gallery a img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (any-hover: hover) {
  .single-page__gallery a:hover::before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .single-page__gallery a {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .single-page__gallery a {
    height: 150px;
  }
}
.single-page__gallery:not(:last-child) {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 767px) {
  .single-page__gallery:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 1024px) {
  .single-page__gallery {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .single-page__gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.single-page__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
  padding: 88px 0px 0px 0px;
}
@media (max-width: 1024px) {
  .single-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}
@media (max-width: 992px) {
  .single-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
}

.sidebar__nav {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 1024px) {
  .sidebar__nav {
    margin: 0px 0px 50px 0px;
  }
}
.sidebar__gallery a {
  background: #EDEDED;
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 300px;
}
.sidebar__gallery a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(5.87deg, #FFF6C7 0%, #FFEC8B 100%);
  background: linear-gradient(84.13deg, #FFF6C7 0%, #FFEC8B 100%);
  opacity: 0;
  border-radius: 30px;
  z-index: 2;
  font-size: 80px;
  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;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar__gallery a img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sidebar__gallery a:not(:last-child) {
  margin: 0px 0px 22px 0px;
}
@media (max-width: 576px) {
  .sidebar__gallery a:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }
}
@media (any-hover: hover) {
  .sidebar__gallery a:hover::before {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .sidebar__gallery a {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .sidebar__gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .sidebar__gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.nav-sidebar__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-sidebar__list li {
  border-bottom: 1px solid #181818;
}
.nav-sidebar__list li:first-child {
  border-top: 1px solid #181818;
}
.nav-sidebar__list li a {
  padding: 40px 0;
  position: relative;
  font-weight: 800;
  font-size: 24px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #181818;
}
.nav-sidebar__list li a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  height: 19px;
  background: url("../img/icons/arrow-right.svg") 0 0 no-repeat;
}
@media (any-hover: hover) {
  .nav-sidebar__list li a:hover {
    opacity: 0.6;
  }
}

.sales-page__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .sales-page__content {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .sales-page__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .sales-page__content {
    gap: 20px;
  }
}

.contacts {
  position: relative;
  height: 766px;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .contacts__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contacts__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  width: 30%;
}
@media (max-width: 1300px) {
  .contacts__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    width: 33%;
  }
}
@media (max-width: 992px) {
  .contacts__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
}
.contacts__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 83px;
  color: #181818;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 1300px) {
  .contacts__title {
    font-size: 42px;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .contacts__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contacts__title {
    font-size: 28px;
    margin: 0px 0px 25px 0px;
  }
}
@media (max-width: 992px) {
  .contacts__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.contacts__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 62.5%;
  flex: 0 1 62.5%;
  height: 1100px;
  top: -334px;
}
@media (max-width: 992px) {
  .contacts__map {
    position: static;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 500px;
    top: 0;
  }
}
@media (max-width: 992px) {
  .contacts {
    height: auto;
  }
}

.banners-adress__content.active .item-banners-adress {
  opacity: 0.2;
}
.banners-adress__content.active .item-banners-adress.active {
  opacity: 1;
}
.item-banners-adress {
  padding: 30px 0;
  border-bottom: 1px solid #181818;
  cursor: pointer;
  position: relative;
}
.item-banners-adress::after {
  content: "";
  position: absolute;
  width: 23px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23px;
  flex: 0 0 23px;
  height: 23px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../img/icons/arrow-right.svg") 0 0/cover no-repeat;
}
@media (max-width: 576px) {
  .item-banners-adress::after {
    content: none;
  }
}
.item-banners-adress:first-child {
  border-top: 1px solid #181818;
}
.item-banners-adress__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  color: #181818;
  margin: 0px 0px 20px 0px;
  max-width: 430px;
}
@media (max-width: 1300px) {
  .item-banners-adress__title {
    font-size: 26px;
    max-width: 300px;
  }
}
.item-banners-adress__adress {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #181818;
}
.item-banners-adress__adress a {
  color: #181818;
}
@media (any-hover: hover) {
  .item-banners-adress__adress a:hover {
    opacity: 0.6;
  }
}
.item-banners-adress.active .item-banners-adress__title {
  color: #CF588F;
}
.item-banners-adress.active .item-banners-adress__adress {
  color: #CF588F;
}
.item-banners-adress.active .item-banners-adress__adress a {
  color: #CF588F;
}
.item-banners-adress.active::after {
  background: url("../img/icons/arrow-right_pink.svg") 0 0/cover no-repeat;
}
@media (max-width: 1200px) {
  .item-banners-adress {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .item-banners-adress {
    padding: 15px 0;
  }
}

.personal-area {
  padding: 0px 0px 150px 0px;
}
.personal-area__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 83px;
  color: #181818;
  margin: 0px 0px 26px 0px;
}
@media (max-width: 1300px) {
  .personal-area__title {
    font-size: 42px;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .personal-area__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .personal-area__title {
    font-size: 28px;
  }
}
.personal-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .personal-area__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.personal-area__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
}
@media (max-width: 1024px) {
  .personal-area__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
  }
}
@media (max-width: 992px) {
  .personal-area__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    margin: 0px 0px 50px 0px;
  }
}
.personal-area__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 68.8%;
  flex: 0 1 68.8%;
  width: 68.8%;
}
@media (max-width: 992px) {
  .personal-area__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .personal-area {
    padding: 0px 0px 100px 0px;
  }
}
@media (max-width: 992px) {
  .personal-area {
    padding: 0px 0px 80px 0px;
  }
}
@media (max-width: 767px) {
  .personal-area {
    padding: 0px 0px 60px 0px;
  }
}

.left-area__logout {
  outline: none;
  font-weight: 800;
  font-size: 20px;
  color: #181818;
  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;
  width: 100%;
  height: 70px;
  border: 2px solid #181818;
  border-radius: 60px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .left-area__logout:hover {
    color: #fff;
    background: #181818;
  }
}
@media (max-width: 992px) {
  .left-area__logout {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .left-area__logout {
    height: 50px;
    font-size: 18px;
  }
}

.nav-left-area:not(:last-child) {
  margin: 0px 0px 55px 0px;
}
@media (max-width: 991px) {
  .nav-left-area:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
.nav-left-area__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nav-left-area__list li {
  border-bottom: 1px solid #181818;
}
.nav-left-area__list li:first-child {
  border-top: 1px solid #181818;
}
.nav-left-area__list li:nth-child(2).active svg path {
  fill: #CF588F;
}
.nav-left-area__list li:nth-child(2).active svg path, .nav-left-area__list li:nth-child(2).active ellipse, .nav-left-area__list li:nth-child(2).active circle {
  stroke: unset;
}
@media (any-hover: hover) {
  .nav-left-area__list li:nth-child(2) a:hover svg path {
    fill: #CF588F;
  }
}
.nav-left-area__list li.active a {
  color: #CF588F;
}
.nav-left-area__list li.active a svg path, .nav-left-area__list li.active a ellipse, .nav-left-area__list li.active a circle {
  stroke: #CF588F;
}
.nav-left-area__list li.active a::after {
  background: url("../img/icons/arrow-right_pink.svg") 0 0/cover no-repeat;
}
.nav-left-area__list li a {
  font-weight: 800;
  font-size: 24px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #181818;
  padding: 30px 0;
  position: relative;
}
.nav-left-area__list li a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  height: 19px;
  background: url("../img/icons/arrow-right.svg") 0 0/cover no-repeat;
}
@media (max-width: 1270px) {
  .nav-left-area__list li a::after {
    content: none;
  }
}
.nav-left-area__list li a svg {
  margin: 0px 15px 0px 0px;
}
@media (any-hover: hover) {
  .nav-left-area__list li a:hover {
    color: #CF588F;
  }
  .nav-left-area__list li a:hover svg path, .nav-left-area__list li a:hover ellipse, .nav-left-area__list li a:hover circle {
    stroke: #CF588F;
  }
  .nav-left-area__list li a:hover::after {
    background: url("../img/icons/arrow-right_pink.svg") 0 0/cover no-repeat;
  }
}
@media (max-width: 1200px) {
  .nav-left-area__list li a {
    font-size: 20px;
    line-height: 1;
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .nav-left-area__list li a {
    padding: 15px 0;
  }
}
.right-area__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 23px;
  color: #181818;
  margin: 0px 0px 35px 0px;
}
.info-right-area__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .info-right-area__form {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.info-right-area__edit {
  -ms-grid-row: 4;
  grid-area: 4;
  font-weight: 800;
  font-size: 22px;
  color: #FCFAF4;
  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;
  background: #181818;
  border-radius: 60px;
  width: 100%;
  height: 70px;
  cursor: pointer;
  outline: none;
  border: none;
}
@media (any-hover: hover) {
  .info-right-area__edit:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1300px) {
  .info-right-area__edit {
    grid-column: 1/-1;
  }
}
@media (max-width: 992px) {
  .info-right-area__edit {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .info-right-area__edit {
    font-size: 16px;
    height: 50px;
    grid-column: auto;
    grid-area: auto;
  }
}

.info-right-area-subs__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 23px;
  color: #181818;
  margin: 0px 0px 20px 0px;
}
.info-right-area-subs__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.info-right-area-subs__checkbox input + label {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  color: #181818;
  position: relative;
  padding: 0px 0px 0px 37px;
  cursor: pointer;
  display: block;
}
.info-right-area-subs__checkbox input + label::before {
  content: "";
  width: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 7px;
  border: 1px solid #181818;
  position: absolute;
  left: 0;
  top: 0;
}
.info-right-area-subs__checkbox input:checked + label::before {
  background: url("../img/icons/check_small.svg") center center no-repeat #181818;
}
.info-right-area-subs:not(:last-child) {
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
  .info-right-area-subs:not(:last-child) {
    margin: 0;
  }
}
@media (max-width: 1300px) {
  .info-right-area-subs {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .info-right-area-subs {
    grid-column: auto;
    grid-area: auto;
  }
}

.addresses-right-area__content:empty {
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #181818;
  border-radius: 30px;
  position: relative;
}
.addresses-right-area__content:empty::after {
  content: "У вас пока нет сохраненных адресов";
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #181818;
}
.addresses-right-area__content:not(:last-child) {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 767px) {
  .addresses-right-area__content:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
.addresses-right-area__item:not(:last-child) {
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
  .addresses-right-area__item:not(:last-child) {
    margin: 0px 0px 15px 0px;
  }
}
.addresses-right-area__add {
  font-weight: 800;
  font-size: 22px;
  color: #FCFAF4;
  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;
  background: #181818;
  border-radius: 60px;
  width: 500px;
  height: 70px;
  cursor: pointer;
  outline: none;
  border: none;
}
@media (any-hover: hover) {
  .addresses-right-area__add:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .addresses-right-area__add {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .addresses-right-area__add {
    font-size: 16px;
    height: 50px;
    width: 100%;
  }
}

.item-addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #181818;
  border-radius: 30px;
  padding: 22px 40px;
}
.item-addresses__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .item-addresses__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.item-addresses__name {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  color: #181818;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  margin: 0px 10px 0px 0px;
}
@media (max-width: 1370px) {
  .item-addresses__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}
@media (max-width: 992px) {
  .item-addresses__name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-addresses__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
  }
}
.item-addresses__address {
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  color: #181818;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}
@media (max-width: 767px) {
  .item-addresses__address {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-addresses__address {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 16px;
  }
}
.item-addresses__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .item-addresses__right {
    margin: 20px 0px 0px 0px;
  }
}
.item-addresses__edit {
  font-weight: 800;
  font-size: 20px;
  line-height: 19px;
  color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.item-addresses__edit::before {
  content: "";
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
  background: url("../img/icons/edit.svg") center center no-repeat;
  margin: 0px 14px 0px 0px;
}
@media (max-width: 1430px) {
  .item-addresses__edit::before {
    margin: 0px 10px 0px 0px;
  }
}
@media (max-width: 1240px) {
  .item-addresses__edit::before {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .item-addresses__edit::before {
    content: none;
  }
}
.item-addresses__edit:not(:last-child) {
  margin: 0px 45px 0px 0px;
}
@media (max-width: 1430px) {
  .item-addresses__edit:not(:last-child) {
    margin: 0px 20px 0px 0px;
  }
}
@media (any-hover: hover) {
  .item-addresses__edit:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1240px) {
  .item-addresses__edit {
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .item-addresses__edit {
    font-size: 16px;
  }
}
.item-addresses__remove {
  font-weight: 800;
  font-size: 20px;
  line-height: 19px;
  color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.item-addresses__remove::before {
  content: "";
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
  background: url("../img/icons/remove.svg") center center no-repeat;
  margin: 0px 14px 0px 0px;
}
@media (max-width: 1430px) {
  .item-addresses__remove::before {
    margin: 0px 10px 0px 0px;
  }
}
@media (max-width: 1240px) {
  .item-addresses__remove::before {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .item-addresses__remove::before {
    content: none;
  }
}
@media (any-hover: hover) {
  .item-addresses__remove:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1240px) {
  .item-addresses__remove {
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .item-addresses__remove {
    font-size: 16px;
  }
}
@media (max-width: 1370px) {
  .item-addresses {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .item-addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.history-right-area:empty {
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #181818;
  border-radius: 30px;
  position: relative;
}
.history-right-area:empty::after {
  content: "У вас пока нет сохраненных адресов";
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #181818;
}
.history-right-area__item:not(:last-child) {
  margin: 0px 0px 20px 0px;
}

.item-history {
  border: 2px solid #181818;
  border-radius: 30px;
  padding: 0 30px;
}
.item-history__top {
  padding: 20px 90px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .item-history__top {
    padding: 20px 40px 20px 0px;
  }
}
@media (max-width: 767px) {
  .item-history__top {
    padding: 10px 20px 15px 0px;
  }
}
.item-history__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .item-history__left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.item-history__status-img {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  margin: 0px 15px 0px 0px;
  position: relative;
}
.item-history__status-img .cancel {
  display: none;
}
.item-history__status-img svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .item-history__status-img {
    width: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    height: 45px;
    margin: 0px 10px 0px 0px;
  }
}
.item-history__info {
  margin: 0px 66px 0px 0px;
}
@media (max-width: 1150px) {
  .item-history__info {
    margin: 0px 20px 0px 0px;
  }
}
.item-history__total-summ {
  margin: 0px 10px 0px 0px;
}
@media (max-width: 767px) {
  .item-history__total-summ {
    margin: 20px 0px 0px 0px;
  }
}
.item-history__total-summ-title {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #181818;
  opacity: 0.6;
  margin: 0px 0px 6px 0px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .item-history__total-summ-title {
    line-height: 1;
  }
}
.item-history__summ {
  font-weight: 800;
  font-size: 20px;
  line-height: 19px;
  color: #181818;
  white-space: nowrap;
}
.item-history__open {
  position: absolute;
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  display: block;
}
@media (any-hover: hover) {
  .item-history__open:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1200px) {
  .item-history__open {
    right: 0;
  }
}
.item-history__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease 0s;
  -o-transition: height 0.4s ease 0s;
  transition: height 0.4s ease 0s;
}
.item-history._active .item-history__open {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
@media (max-width: 767px) {
  .item-history {
    padding: 0 15px;
  }
}

.info-item-history__number {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #181818;
  opacity: 0.6;
  margin: 0px 0px 6px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .info-item-history__number {
    line-height: 1;
  }
}
.info-item-history__date {
  margin: 0px 0px 0px 3px;
}
.info-item-history__status-text {
  font-weight: 800;
  font-size: 20px;
  line-height: 19px;
  color: #181818;
}

.preview-item-history {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preview-item-history li:not(:last-child) {
  margin: 0px 15px 0px 0px;
}
@media (max-width: 1200px) {
  .preview-item-history li:not(:last-child) {
    margin: 0px 10px 0px 0px;
  }
}
.preview-item-history li:nth-child(n+5) {
  display: none;
}
.preview-item-history li a {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
}
.preview-item-history li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .preview-item-history li a {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1400px) {
  .preview-item-history li:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .preview-item-history {
    display: none;
  }
}

.bottom-item-history__content {
  padding: 30px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #181818;
}
@media (max-width: 992px) {
  .bottom-item-history__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bottom-item-history__left {
  width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}
@media (max-width: 992px) {
  .bottom-item-history__left {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0px 0px 20px 0px;
  }
}
.bottom-item-history__right {
  width: 63%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 63%;
  flex: 0 1 63%;
}
@media (max-width: 992px) {
  .bottom-item-history__right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.left-bottom-history__item:not(:last-child) {
  margin: 0px 0px 30px 0px;
}
@media (max-width: 992px) {
  .left-bottom-history__item:not(:last-child) {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .left-bottom-history {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .left-bottom-history {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.item-left-bottom-history__title {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #181818;
  opacity: 0.6;
  margin: 0px 0px 6px 0px;
}
@media (max-width: 767px) {
  .item-left-bottom-history__title {
    line-height: 1;
  }
}
.item-left-bottom-history__value {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  color: #181818;
}
@media (max-width: 767px) {
  .item-left-bottom-history__value {
    font-size: 18px;
  }
}

.item-right-bottom-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}
.item-right-bottom-history:not(:last-child) {
  border-bottom: 2px solid #181818;
}
.item-right-bottom-history__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-right-bottom-history__img {
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  height: 70px;
  position: relative;
  margin: 0px 10px 0px 0px;
  display: block;
}
.item-right-bottom-history__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .item-right-bottom-history__img {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    margin: 0px 6px 0px 0px;
  }
}
.item-right-bottom-history__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  margin: 0px 0px 6px 0px;
}
.item-right-bottom-history__title a {
  color: #181818;
}
@media (any-hover: hover) {
  .item-right-bottom-history__title a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .item-right-bottom-history__title {
    font-size: 18px;
    line-height: 1;
    margin: 0px 0px 5px 0px;
  }
}
.item-right-bottom-history__desc {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}
@media (max-width: 767px) {
  .item-right-bottom-history__desc {
    font-size: 14px;
    line-height: 1;
  }
}
.item-right-bottom-history__price {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #CF588F;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .item-right-bottom-history__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 767px) {
  .item-right-bottom-history {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
/*# sourceMappingURL=main.css.map */