@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Manrope:wght@200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --font-family: "Commissioner", sans-serif;
  --second-family: "Manrope", sans-serif;
  --third-family: "Open Sans", sans-serif;
  --font3: "Nunito", sans-serif;
  --font4: "Rubik", sans-serif;
}
.site-header .site-header__inner .header-top {
  background: rgba(132, 75, 76, 0.05);
  padding-top: 6px;
  padding-bottom: 6px;
}
.site-header .site-header__inner .header-top__left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-header .site-header__inner .header-top__left .city_block {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #2e2f38;
}
.site-header .header-contacts {
  padding: 0;
}
.site-header .header-contacts .tg {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.02705 8.60679C6.05275 6.77796 8.73272 5.56276 10.0785 4.9732C13.9086 3.30079 14.7138 3.01203 15.2314 3C15.3464 3 15.5994 3.02406 15.7719 3.16844C15.91 3.28876 15.9445 3.44517 15.9675 3.56549C15.9905 3.68581 16.0135 3.93847 15.9905 4.13098C15.7835 6.41701 14.8863 11.9636 14.4262 14.5144C14.2307 15.5972 13.8511 15.9582 13.483 15.9943C12.6779 16.0665 12.0683 15.4408 11.2977 14.9114C10.0785 14.0812 9.39983 13.5639 8.21513 12.7457C6.84639 11.8072 7.73204 11.2899 8.51418 10.4476C8.72122 10.2311 12.2523 6.86219 12.3213 6.56139C12.3328 6.5253 12.3328 6.38092 12.2523 6.30873C12.1718 6.23654 12.0568 6.2606 11.9648 6.28466C11.8383 6.30873 9.90592 7.65628 6.14477 10.3153C5.59267 10.7123 5.09808 10.9049 4.6495 10.8928C4.15492 10.8808 3.21175 10.6041 2.49863 10.3634C1.63598 10.0747 0.945857 9.91825 1.00337 9.41292C1.03787 9.14822 1.38293 8.88352 2.02705 8.60679Z' fill='url(%23paint0_linear_1_683)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_683' x1='8.49377' y1='3' x2='8.49377' y2='15.8972' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232AABEE' /%3E%3Cstop offset='1' stop-color='%23229ED9' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
}
.site-header .header-contacts .header-contacts__container-numbers a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  color: #2e2f38;
}
.site-header .header-contacts .header-contacts__more {
  border-radius: 8px;
  width: 32px;
  height: 32px;
  margin-left: 4px;
}
.site-header .header-top__right {
  align-items: center;
  gap: 40px;
}
.site-header .soc_block {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-header .soc_block a {
  text-decoration: none;
  flex: 0 0 32px;
  font-size: 0;
}
.site-header .header-menu__items > li > a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  color: rgba(46, 47, 56, 0.5);
  padding: 8.5px 0;
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .site-header .header-menu__items > li > a {
    padding: 6.5px 0;
  }
}
.site-header .header-menu__items > li > a:hover {
  color: #2e2f38;
}
.site-header .header-menu__items > li.opened > a {
  color: #2e2f38;
}
.site-header .header-menu__items > li.row-menu-btn > a {
  border-radius: 8px;
}
.site-header .header-menu__items > li.row-menu-btn > a svg {
  fill: rgba(72, 87, 215, 0.6);
}
.site-header .header-middle {
  position: relative;
}
.site-header .header-middle .header-middle__inner {
  padding: 25px 0;
}
.site-header .header-middle .folders-btn-block {
  background: linear-gradient(47deg, #e85558 0%, #ee7712 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  border-radius: 12px;
  border: none;
  gap: 12px;
  margin-right: 40px;
}
.site-header .header-middle .folders-btn-block i {
  flex: 0 0 20px;
  height: 20px;
  padding: 2px;
  font-size: 0;
}
.site-header .header-middle .folders-btn-block span {
  padding: 0;
}
.site-header .header-middle .header-middle__left {
  flex: 0 0 270px;
  margin-right: 40px;
}
.site-header .header-middle .header-middle__left .site-info .site-info__logo {
  margin-right: 16px;
  max-width: 64px;
}
.site-header .header-middle .header-middle__left .site-info .site-info__logo img {
  max-width: 100%;
}
.site-header .header-middle .header-middle__left .site-info .site-info__body .site-info__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #2e2f38;
  white-space: nowrap;
}
.site-header .header-middle .search-wrapper .search-content .search-body {
  border-radius: 12px;
  background: rgba(46, 47, 56, 0.05);
}
.site-header .header-middle .search-wrapper .search-content .search-body .search-block__input {
  min-height: 42px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 20px 0 62px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0319 19.6177L24.7071 23.2929C25.0976 23.6834 25.0976 24.3166 24.7071 24.7071C24.3166 25.0976 23.6834 25.0976 23.2929 24.7071L19.6177 21.0319C18.078 22.2635 16.125 23 14 23C9.02944 23 5 18.9706 5 14C5 9.02944 9.02944 5 14 5C18.9706 5 23 9.02944 23 14C23 16.125 22.2635 18.078 21.0319 19.6177ZM19.0414 18.8564C20.2542 17.5977 21 15.8859 21 14C21 10.134 17.866 7 14 7C10.134 7 7 10.134 7 14C7 17.866 10.134 21 14 21C15.8859 21 17.5977 20.2542 18.8564 19.0414C18.8827 19.0072 18.9115 18.9742 18.9429 18.9429C18.9742 18.9115 19.0072 18.8827 19.0414 18.8564Z' fill='%2367697E' fill-opacity='0.5' /%3E%3C/svg%3E");
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.site-header .header-middle .search-wrapper .search-content .search-body .search-block__btn.search_block_btn {
  height: 42px;
  padding: 0;
  width: 81px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 42px;
  color: rgba(46, 47, 56, 0.5);
}
.site-header .header-middle .search-wrapper .search-content .search-body .search-block__btn.search_block_btn span {
  padding: 0;
}
.site-header .header-middle .search-wrapper .search-content .search-body .search-block__btn.search_block_btn i {
  display: none;
}
.site-header .header-middle .search-wrapper .search-content .search-advanced-btn {
  height: 42px;
  min-height: 42px;
}
.site-header .header-middle .search-wrapper .search-content .search-advanced-btn svg {
  width: 30px;
  height: 30px;
}
.site-header .header-middle .header-btns .header-btns__item {
  margin-left: 20px;
}
.site-header .header-middle .header-btns .header-btns__item .header-btns__item-btn a {
  background: none;
  border-radius: 12px;
}
.site-header .header-middle .header-btns .header-btns__item .header-btns__item-btn svg {
  width: 30px;
  height: 30px;
  fill: #2e2f38;
}
.site-header .header-middle .header-btns .header-btns__item.header-cart #shop2-cart-preview .gr-cart-preview-link {
  background: rgba(46, 47, 56, 0.05);
}
.site-header .header-middle .header-btns .header-btns__item.header-cart #shop2-cart-preview .gr-cart-preview-link .gr-cart-total-amount {
  color: #000;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .site-header .header-middle .folders-btn-block {
    margin-right: 24px;
  }
  .site-header .header-middle .header-middle__left {
    margin-right: 24px;
  }
  .site-header .header-middle .header-btns {
    padding-left: 17px;
  }
  .site-header .header-middle .header-btns .header-btns__item {
    margin-left: 2px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .site-header .header-middle .header-middle__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-header .header-middle .header-middle__right {
    flex: 0 0 calc(100% - 294px);
    justify-content: end;
    display: flex;
  }
  .site-header .header-middle .folders-btn-block {
    order: 1;
    margin-top: 20px;
  }
  .site-header .header-middle .search-wrapper {
    order: 1;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .site-header .header-middle .header-middle__inner {
    padding: 30px 0;
  }
  .site-header .header-middle .folders-btn-block, .site-header .header-middle .search-wrapper {
    display: none;
  }
  .site-header .header-middle .header-middle__right {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .site-header .header-middle .header-middle__right .header-contacts .header-contacts__more {
    border-radius: 8px;
    width: 40px;
    height: 32px;
    background: none;
  }
}
@media (max-width: 639px) {
  .site-header .header-middle .header-middle__inner {
    padding: 24px 0;
  }
  .site-header .header-middle .folders-btn-block, .site-header .header-middle .search-wrapper {
    display: none;
  }
  .site-header .header-middle .header-middle__left {
    text-align: center;
    margin: 0 0 12px;
    flex: none;
    width: 100%;
  }
  .site-header .header-middle .header-middle__right {
    display: block;
    margin: 0;
    text-align: center;
  }
  .site-header .header-middle .header-middle__right .header-contacts .header-contacts__more {
    border-radius: 8px;
    width: 40px;
    height: 32px;
    background: none;
  }
  .site-header .header-middle .soc_block {
    justify-content: center;
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .site-header .site-header__inner .header-top {
    display: block;
  }
  .site-header .header-contacts--mobile {
    display: none;
  }
  .site-header .header-btns {
    display: flex;
  }
  .site-header .header-bottom {
    display: block;
  }
  .site-header .header-middle__right .soc_block {
    display: none;
  }
}
@media (min-width: 1024px) {
  .bottom-btns {
    display: none;
  }
}
.menu-folder_block {
  position: absolute;
  top: 100%;
  left: 60px;
  border-radius: 20px;
  padding: 16px 12px;
  width: 244px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07), 0 -10px 30px -10px rgba(0, 0, 0, 0.05);
  background: #fff;
  z-index: 100;
  margin-top: -22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: none;
}
.menu-folder_block.opened {
  display: block;
  opacity: 1;
  visibility: visible;
}
.menu-folder_block .menu-folder {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-folder_block .menu-folder .folders-back, .menu-folder_block .menu-folder .folders-parent {
  display: none;
}
.menu-folder_block .menu-folder > li {
  position: relative;
}
.menu-folder_block .menu-folder > li > a {
  padding: 6px 42px 6px 12px;
  display: block;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #2e2f38;
  transition: all 0.3s;
  position: relative;
}
.menu-folder_block .menu-folder > li > a:hover {
  color: #f74771;
}
.menu-folder_block .menu-folder > li > a .folder-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 9.29289C13.9024 9.48816 14 9.74408 14 10C14 10.2559 13.9024 10.5118 13.7071 10.7071L9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071C7.90237 14.3166 7.90237 13.6834 8.29289 13.2929L11.5858 10L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L13.7071 9.29289Z' fill='%232E2F38' fill-opacity='0.5' /%3E%3C/svg%3E") 50% no-repeat;
  transition: all 0.3s;
  margin: auto;
}
.menu-folder_block .menu-folder > li > a .folder-arrow i {
  display: none;
}
.menu-folder_block .menu-folder > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-folder_block .menu-folder > li > ul > li {
  position: relative;
}
.menu-folder_block .menu-folder > li > ul > li > a {
  padding: 3px 42px 3px 16px;
  display: block;
  text-decoration: none;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  color: #2e2f38;
  transition: all 0.3s;
  position: relative;
}
.menu-folder_block .menu-folder > li > ul > li > a:hover {
  color: #f74771;
}
.menu-folder_block .menu-folder > li > ul > li > a .folder-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 9.29289C13.9024 9.48816 14 9.74408 14 10C14 10.2559 13.9024 10.5118 13.7071 10.7071L9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071C7.90237 14.3166 7.90237 13.6834 8.29289 13.2929L11.5858 10L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L13.7071 9.29289Z' fill='%232E2F38' fill-opacity='0.5' /%3E%3C/svg%3E") 50% no-repeat;
  transition: all 0.3s;
  margin: auto;
}
.menu-folder_block .menu-folder > li > ul > li > a .folder-arrow i {
  display: none;
}
.menu-folder_block .menu-folder > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 -6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07), 0 -10px 30px -10px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 20px;
  padding: 16px 12px;
  width: 244px;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  transition: all 0.3s;
}
.menu-folder_block .menu-folder > li > ul > li > ul:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  width: 6px;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > a {
  padding: 6px 42px 6px 12px;
  display: block;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  color: #2e2f38;
  transition: all 0.3s;
  position: relative;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > a:hover {
  color: #f74771;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > a .folder-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 9.29289C13.9024 9.48816 14 9.74408 14 10C14 10.2559 13.9024 10.5118 13.7071 10.7071L9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071C7.90237 14.3166 7.90237 13.6834 8.29289 13.2929L11.5858 10L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L13.7071 9.29289Z' fill='%232E2F38' fill-opacity='0.5' /%3E%3C/svg%3E") 50% no-repeat;
  transition: all 0.3s;
  margin: auto;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > a .folder-arrow i {
  display: none;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > ul li > a {
  padding: 3px 42px 3px 16px;
  display: block;
  text-decoration: none;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  color: #2e2f38;
  transition: all 0.3s;
  position: relative;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > ul li > a:hover {
  color: #f74771;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > ul li > a .folder-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 9.29289C13.9024 9.48816 14 9.74408 14 10C14 10.2559 13.9024 10.5118 13.7071 10.7071L9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071C7.90237 14.3166 7.90237 13.6834 8.29289 13.2929L11.5858 10L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L13.7071 9.29289Z' fill='%232E2F38' fill-opacity='0.5' /%3E%3C/svg%3E") 50% no-repeat;
  transition: all 0.3s;
  margin: auto;
}
.menu-folder_block .menu-folder > li > ul > li > ul > li > ul li > a .folder-arrow i {
  display: none;
}
.menu-folder_block .menu-folder > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1367px) {
  .site-slider .site-slider__body .tns-inner {
    height: 400px !important;
  }
}
@media (min-width: 901px) and (max-width: 1366px) {
  .site-slider .site-slider__body .tns-inner {
    height: 277px !important;
  }
}
.site-slider .site-slider__body .tns-controls {
  top: 20px;
  bottom: 20px;
}
@media (max-width: 900px) {
  .site-slider .site-slider__body .tns-nav {
    margin-top: 38px;
  }
}
@media (min-width: 1367px) {
  .site-slider .site-slider__body .site-slider__item-content {
    height: 400px !important;
    min-height: 400px;
  }
}
@media (min-width: 901px) and (max-width: 1366px) {
  .site-slider .site-slider__body .site-slider__item-content {
    height: 277px !important;
    min-height: 277px !important;
    padding: 20px 66px;
  }
  .site-slider .site-slider__body .site-slider__item-content .site-slider__item-img-mobile {
    display: none;
  }
  .site-slider .site-slider__body .site-slider__item-content .site-slider__item-left {
    margin: 0;
    padding: 0;
  }
  .site-slider .site-slider__body .site-slider__item-content .site-slider__item-right {
    margin: 0;
    padding: 0;
  }
  .site-slider .site-slider__body .site-slider__item-content .site-slider__item-flag {
    position: static;
  }
}
.site-slider .site-slider__body .site-slider__item-content .site-slider__item-text {
  padding: 40px;
  backdrop-filter: blur(40px);
  background: rgba(132, 75, 76, 0.6);
  flex: 0 1 640px;
  border-radius: 26px;
}
.site-slider .site-slider__body .site-slider__item-content .site-slider__item-text .site-slider__item-flag {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #2e2f38;
  border-radius: 10px;
  padding: 12px 20px;
  margin-bottom: 16px;
}
.site-slider .site-slider__body .site-slider__item-content .site-slider__item-text .site-slider__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 90%;
  color: #fff;
}
.site-slider .site-slider__body .site-slider__item-content .site-slider__item-text .site-slider__item-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  margin-top: 16px;
}
.site-slider .site-slider__body .site-slider__item-content .site-slider__item-text .site-slider__item-btn {
  margin-top: 16px;
}
.site-slider .site-slider__body .site-slider__item-content .site-slider__item-text .site-slider__item-btn .gr-btn-2 {
  border-radius: 12px;
  padding: 16px 30px;
  background: linear-gradient(47deg, #e85558 0%, #ee7712 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1366px) {
  .site-slider .site-slider__body .site-slider__item-content .site-slider__item-text {
    padding: 32px;
    flex: 0 1 600px;
  }
  .site-slider .site-slider__body .site-slider__item-content .site-slider__item-text .site-slider__item-flag {
    padding: 8px 10px;
    margin-bottom: 12px;
  }
}
@media (max-width: 900px) {
  .site-slider .site-slider__body .site-slider__item-content .site-slider__item-text {
    flex: none;
    width: 100%;
    padding: 8px 8px 32px;
  }
  .site-slider .site-slider__body .site-slider__item-content .site-slider__item-text .site-slider__item-img-mobile {
    height: 154px;
  }
}
.site .gr-block-on-main {
  padding-bottom: 0px;
}
@media (min-width: 1300px) {
  .site-text-block div.site-text-block__title, h1 {
    font-size: 30px;
  }
  .site-slider__item-img img {
    object-fit: contain;
  }
}
