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

hr {
  border-style: inset;
  border-width: 1px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  height: 100%;
  padding: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-height: 100vh;
  height: 100%;
  min-width: 320px;
  color: #000;
}

body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: bold;
  overflow-wrap: break-word;
}

h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 103%;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
}

.content:not(.page-semantic) a {
  text-decoration: underline;
}
.content:not(.page-semantic) a:hover {
  text-decoration: underline;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

button {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  line-height: 0;
}

.text_red {
  color: #C94634;
}

.content:not(.page-semantic) ul {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 14px;
}

.content:not(.page-semantic) ul > li:before {
  content: "-";
  display: inline;
  position: absolute;
  top: 0px;
  left: -14px;
}

.content:not(.page-semantic) ul > li {
  position: relative;
}

.content:not(.page-semantic) ul > li p {
  line-height: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

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

.content .sidebar a {
  text-decoration: none;
}
.content .sidebar a:hover {
  text-decoration: none;
}

.content .sidebar ul {
  list-style: none;
  padding-left: 0;
}

.content .sidebar ul > li:before {
  content: none;
}

.content .sidebar ul > li {
  position: static;
}

.detail-red-btn {
  font-family: "Roboto", sans-serif;
  background: #C94634;
  padding: 15px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.detail-red-btn:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 12px;
  background: url("assets/img/arrow-details-white.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 13px;
}
.detail-red-btn.detail-link-hover:hover::after {
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .detail-red-btn {
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .detail-red-btn:after {
    width: 17px;
    height: 10px;
  }
  .detail-red-btn.detail-link-hover:hover::after {
    background-size: 17px;
  }
}

.container {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1270px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 39px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 18px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

.content {
  display: flex;
}

main {
  flex: 1 1 100%;
  max-width: 100%;
}

aside {
  flex: 0 0 auto;
  width: 370px;
}

img {
  max-width: 100%;
}

.page__title h1 {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: normal;
}

.text-include a {
  text-decoration: underline;
}

.input-captcha {
  display: flex;
  margin-bottom: 15px;
}

.form__text p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.form__text {
  margin: 10px 0;
  font-size: 14px;
  display: block;
  line-height: 16px;
}

.input-label_default {
  background: #ffffff;
  border: 1px solid #818181;
  padding: 6px 15px;
  display: flex;
  flex-direction: column;
}

.input-placeholder_default {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 14px; /* identical to box height */
  color: #636363;
}

.input-field_default {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.personal-page {
  padding-top: 40px;
}

.personal-page .sidebar {
  margin-top: 44px;
}

.personal-page .personal__menu {
  margin-bottom: 50px;
}

.personal-page .page__title h1 {
  font-size: 20px;
  line-height: 30px;
}

.page-order {
  margin-top: 35px;
}

.page-order .sidebar {
  width: 450px;
  margin-top: 35px;
}

.page-order .main {
  max-width: 650px;
  margin-right: auto;
}

.fav-page {
  padding-top: 40px;
}

.fav-page .sidebar {
  padding-top: 45px;
}

.fav-page .page__title h1 {
  border-bottom: 1px solid #8b8b8b;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 17px;
}

.header {
  padding-top: 12px;
}

.header_ny {
  position: relative;
}

.header_ny::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -35%;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/garland.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.header-wrp {
  display: flex;
  align-items: flex-end;
}

.header__logo {
  flex-shrink: 0;
  width: 124px;
  margin-right: 30px;
}

.header__logo img {
  width: 100%;
}

.header__bottom {
  display: flex;
  align-items: center;
}

.header__content {
  flex-grow: 1;
}

.header__menu {
  flex-grow: 1;
}

.header__search {
  width: 160px;
  margin-right: 20px;
}
@media (min-width: 1023px) {
  .header__search {
    width: auto;
  }
}

.header__links {
  display: flex;
  align-items: center;
}

.header__icon-link {
  width: 30px;
  height: 30px;
}

.header__icon-link {
  display: flex;
  align-items: center;
  line-height: 0;
}

.header__icon-link:not(:last-child) {
  margin-right: 20px;
}

.header__bottom {
  margin-bottom: 10px;
}

.header__top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top--wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header__top--item {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
}
.header__top--item br {
  display: none;
}
.header__top--item a {
  padding: 0 3px;
}

.about-us__wrapper {
  margin-bottom: 100px;
  background-color: #242323;
  padding: 90px 0 78px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about-us__wrapper::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/puncher2021/assets/img/about_bg.png");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 46%;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.about-us__title {
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.about-us__text {
  max-width: 574px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 105px;
}

.main-link-to-shop {
  width: 100%;
  background-color: #C94634;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 22px;
}
.main-link-to-shop a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-link-to-shop a span {
  margin-right: 16px;
}
.main-link-to-shop a:hover {
  text-decoration: underline;
}

.main-about {
  margin-bottom: 90px;
}

.footer__top {
  margin-top: 100px;
}

.footer__top {
  display: flex;
  margin-bottom: 55px;
}

.footer {
  margin-top: auto;
}

.footer__phone {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 9px;
}

.footer__socials {
  margin-bottom: 38px;
}

.footer__note {
  font-size: 14px;
  line-height: 16px;
  max-width: 240px;
}

.footer__logo {
  width: 124px;
  margin-bottom: 35px;
}

.footer__logo img {
  width: 100%;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
}

.footer__copyright {
  font-size: 14px;
  line-height: 20px;
}

.footer__developer {
  font-size: 14px;
  line-height: 20px;
}

.footer__paysystem {
  line-height: 0;
  margin-right: -30px;
}

.footer__developer a {
  text-transform: uppercase;
}

.footer-menu {
  flex-direction: column;
}

.footer__nav {
  display: flex;
  flex-grow: 1;
  margin: 0 8%;
}

.footer__nav-column.two-col {
  flex-grow: 1;
}

.footer__nav-column.one-col {
  margin-right: 17%;
}

.footer__right {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 10px;
}

.footer__nav-column.two-col .menu__list {
  flex-wrap: wrap;
}

.footer__btn {
  background: none;
  cursor: pointer;
}

.footer__btn .toggle-hover {
  position: relative;
  right: -1px;
  top: -1px;
}

.slider.swiper-autoheight .swiper-wrapper {
  align-items: stretch;
}

.slider.swiper-autoheight .swiper-slide {
  display: flex;
}

.slider {
  padding-bottom: 60px;
}

.slider.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  line-height: 0;
}

.slider.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #000000;
  opacity: 1;
  transition: 0.2s all ease;
}

.slider.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.slider-arrow-unique {
  position: relative;
}

.swiper-button-prev-unique:after,
.swiper-button-next-unique:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url(assets/img/arrow-slider.svg) no-repeat;
  background-size: cover;
}

.swiper-button-prev-unique,
.swiper-button-next-unique {
  width: 26px !important;
  height: 26px !important;
}

.swiper-button-prev-unique {
  position: absolute;
  top: -45px;
  right: 39px;
  left: auto;
  transform: scale(-1);
}

.swiper-button-next-unique {
  position: absolute;
  top: -45px;
  right: 0px;
}

.swiper-button-prev-unique:after,
.swiper-button-next-unique:after {
  display: block;
}

.swiper-button-next-unique.swiper-button-disabled,
.swiper-button-prev-unique.swiper-button-disabled {
  opacity: 0.4;
}

.sidebar {
  margin-left: 30px;
}

.mobile-visible {
  display: none;
}

.modal.fancybox-content {
  max-height: 80vh;
}

.modal::-webkit-scrollbar {
  width: 15px; /* width of the entire scrollbar */
}

.modal::-webkit-scrollbar-track {
  background: #fff;
}

.modal::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 20px;
  width: 3px;
  border: 3px solid #fff;
  border-left-width: 4px;
  background-clip: padding-box;
}

.modal {
  scrollbar-width: thin;
  scrollbar-color: #fff #aaa;
}

.modal .fancybox-button svg {
  display: none;
}

.fancybox-slide--html .modal .fancybox-close-small {
  width: 33px;
  height: 33px;
  padding: 0;
  background: #000000;
  right: 41px;
}

.fancybox-slide--html .modal .fancybox-close-small {
  background-image: url(assets/img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.modal_title {
  font-size: 40px;
  line-height: 45px;
  /* identical to box height, or 112% */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.swiper-arrows .swiper-button-prev-unique,
.swiper-arrows .swiper-button-next-unique {
  top: 50%;
  margin-top: -10px;
}

.sec_title {
  font-size: 30px;
  line-height: 40px;
}

.sec-underheader {
  padding-top: 22px;
}

.swiper-arrows {
  position: relative;
  margin-left: auto;
  width: 65px;
}

.sec_margin {
  margin-bottom: 80px;
}

.slider {
  overflow: hidden;
}

.sec_subtitle {
  font-size: 16px;
  line-height: 19px;
  margin-top: 15px;
}

.property-radio__item input {
  display: none;
}

.property-radio__item-text {
  font-size: 14px;
  line-height: 16px;
}

.property-radio__item {
  width: 20%;
}

.property-radio__item-text {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5f5f5f;
  border-left: 0;
  cursor: pointer;
  transition: 0.3s all ease;
}
.property-radio__item-text:hover {
  color: #fff;
  background-color: #000000;
}

.property-radio {
  flex-wrap: wrap;
}

.property-radio__item:nth-child(6n) span {
  border-left: 1px solid #5f5f5f;
}

.property-radio__item:nth-child(n+6) span {
  border-top: none;
}

.property-radio__item input:checked + .property-radio__item-text {
  color: #fff;
  background-color: #000;
}

.property-radio__item input:disabled + .property-radio__item-text {
  border-color: rgba(95, 95, 95, 0.5);
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  pointer-events: none;
  overflow: hidden;
}
.property-radio__item input:disabled + .property-radio__item-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 1px;
  background: rgba(201, 70, 52, 0.7);
  transform: translate(-50%, -50%) rotate(33deg);
}

.property-radio {
  display: flex;
  width: 100%;
}

.property-radio__item:first-child .property-radio__item-text {
  border-left: 1px solid #5f5f5f;
}

.modal-select .jq-selectbox__select {
  border: 1px solid #595959;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-transform: uppercase;
  color: #494949;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.property-select {
  width: 100%;
}

.modal-select .jq-selectbox__trigger {
  height: 6px;
  width: 12px;
  background: url(assets/img/select-arrow.svg);
  margin-left: auto;
  margin-bottom: -1px;
}

.modal-select .jq-selectbox__dropdown {
  width: 100%;
  top: 41px !important;
  padding-bottom: 30px;
}

.modal-select .jq-selectbox__dropdown .property-select__item {
  transition: 0.3s all ease;
  background: #f8f8f8;
  border: 1px solid #595959;
  border-top: 0;
  padding: 11px 18px;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  cursor: pointer;
  text-transform: uppercase;
  color: #494949;
  text-align: left;
}

.modal-select .jq-selectbox__dropdown .property-select__item.sel,
.modal-select .jq-selectbox__dropdown .property-select__item:hover {
  background: #000000;
  color: #ffffff;
}

.property-select.opened .jq-selectbox__trigger {
  transform: rotate(180deg);
}

.image_center {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.image_center img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1439px) {
  .sidebar {
    width: 290px;
  }
  .header__logo {
    width: 111px;
  }
  .header__top {
    margin-bottom: 9px;
  }
  .header__bottom {
    margin-bottom: 6px;
  }
  .about-us__wrapper {
    margin-bottom: 60px;
    padding: 70px 0 60px;
  }
  .about-us__wrapper::after {
    background-size: 47%;
    background-position: 93% center;
  }
  .about-us__title {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 25px;
  }
  .about-us__text {
    max-width: 320px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 70px;
  }
  .main-link-to-shop {
    font-size: 20px;
    padding: 18px;
  }
  .footer__top {
    margin-top: 80px;
  }
  .footer__nav {
    margin: 0 3.7%;
  }
  .footer__paysystem {
    max-width: 288px;
  }
  .footer__nav-column.one-col {
    margin-right: 9%;
  }
  .breadcrumb {
    margin-top: 20px;
  }
}
@media (max-width: 1439px) {
  .promo_cont .page__title h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .sec_title {
    font-size: 24px;
    line-height: 32px;
  }
  .slider {
    padding-bottom: 50px;
  }
  .sec_margin {
    margin-bottom: 60px;
  }
  .personal-page {
    padding-top: 30px;
  }
  .personal-page .sidebar {
    margin-top: 38px;
  }
  .personal-page .page__title h1 {
    padding-bottom: 8px;
  }
  .fav-page {
    padding-top: 30px;
  }
  .page-order .sidebar {
    width: 320px;
    margin-top: 0;
  }
  .page-order {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .page__title h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .about-us__wrapper {
    padding: 50px 0 55px;
  }
  .about-us__wrapper::after {
    background-position: 91% center;
  }
  .about-us__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .about-us__text {
    max-width: 327px;
    margin-bottom: 60px;
  }
  .with_personal-menu {
    padding-top: 56px;
    position: relative;
  }
  .fav-page .page__title h1 {
    padding-bottom: 15px;
  }
  .fav-page .sidebar {
    padding-top: 0;
  }
  .page-order {
    margin-top: 25px;
  }
  .page-order .sidebar {
    width: 100%;
  }
  .page-order .main {
    max-width: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .burger.open {
    display: flex;
  }
  .burger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 22;
    justify-content: center;
    align-items: center;
  }
  .burger-wrp {
    padding: 70px 40px 92px;
    background: #fffcfc;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .burger-close {
    position: absolute;
    top: 0;
    right: 50px;
    background: #000;
    width: 44px;
    height: 44px;
    line-height: 0;
  }
  .burger-wrp {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .menu.main-menu {
    text-align: center;
  }
  .burger__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  .burger__phone {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .burger__phone br {
    display: block;
  }
  .burger__address {
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #727272;
  }
  .burger-close {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-button-prev-unique:after,
  .swiper-button-next-unique:after {
    width: 20px;
    height: 20px;
  }
  .swiper-button-prev-unique,
  .swiper-button-next-unique {
    width: 20px !important;
    height: 20px !important;
  }
  .swiper-button-prev-unique {
    position: absolute;
    top: -45px;
    right: 30px;
    transform: scale(-1);
  }
  .sec_subtitle {
    margin-top: 10px;
  }
  .sec_title {
    font-size: 20px;
    line-height: 30px;
  }
  .content {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .swiper-button-prev-unique,
  .swiper-button-next-unique {
    display: block;
  }
  .promo_cont .page__title h1 {
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 26px;
  }
  .l_hidden {
    display: none;
  }
  .burger {
    display: none;
  }
  .burger-open {
    font-size: 0;
  }
  .header__menu {
    margin-right: 15px;
    flex-grow: 0;
    line-height: 0;
  }
  .burger-open {
    width: 27px;
    height: 27px;
    background: url(assets/img/burger.svg);
    background-size: contain;
  }
  .header__search {
    cursor: pointer;
  }
  .header__bottom {
    margin-bottom: 0;
  }
  .header {
    padding-bottom: 12px;
  }
  .sec-underheader {
    padding-top: 0;
  }
  .header__search {
    width: 198px;
  }
  .header__logo {
    width: 99px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50px);
  }
  .header__icon-link:not(:last-child) {
    margin-right: 30px;
  }
  .footer__logo {
    margin-bottom: 29px;
  }
  .footer__top {
    margin-top: 70px;
  }
  .footer__phone {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 19px;
  }
  .footer__top {
    margin-bottom: 11px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__right {
    margin-left: auto;
  }
  .slider {
    padding-bottom: 40px;
  }
}
@media (min-width: 1023px) {
  .desk_hidden {
    display: none;
  }
  .main-about {
    margin-bottom: 60px;
  }
}
@media (min-width: 767px) {
  .desk-laptop_hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .fancybox-slide--html .modal .fancybox-close-small {
    background-size: 13px;
  }
  .page__title h1 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .about-us__wrapper {
    margin-bottom: 40px;
    padding: 40px 0 40px;
  }
  .about-us__wrapper::after {
    background-size: 58%;
    background-position: 127% center;
  }
  .main-about {
    margin-bottom: 40px;
  }
  .main-link-to-shop {
    position: static;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
    width: calc(100% - 36px);
  }
  .about-us__text {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sidebar__menu-link {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 0;
  }
  .sidebar__menu-link:after {
    right: 10px;
  }
  .burger-wrp {
    padding: 60px 0 70px;
  }
  .burger-close {
    width: 33px;
    height: 33px;
    right: 40px;
  }
  .burger-close svg {
    transform: scale(0.75);
  }
  .burger__phone {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .burger__footer {
    padding-top: 35px;
  }
  .personal-page .page__title h1 {
    font-size: 18px;
    line-height: 24px;
  }
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .fancybox-slide--html .modal .fancybox-close-small {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  .sec_margin {
    margin-bottom: 50px;
  }
  .header {
    padding: 6px 0;
  }
  .header__logo {
    width: 82px;
    transform: translateX(20px);
  }
  .header__search {
    width: 26px;
  }
  .header__menu {
    margin-right: 19px;
  }
  .header__icon-link:not(:last-child) {
    margin-right: 20px;
  }
  .header__icon-link {
    width: 23px;
    height: 23px;
  }
  .footer__top {
    margin-bottom: 55px;
  }
  .footer__top {
    margin-top: 60px;
  }
  .footer__btn {
    position: absolute;
    bottom: 13px;
  }
  .footer {
    position: relative;
  }
  .footer__socials {
    margin-bottom: 0;
  }
  .slider {
    padding-bottom: 30px;
  }
  .slider.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.5px;
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 1023px) {
  .header__search {
    width: auto;
  }
}
@media (max-width: 576px) {
  .personal-page .sidebar {
    margin-top: 35px;
  }
  .about-us__wrapper {
    margin-bottom: 40px;
    padding: 50px 0 40px;
  }
  .about-us__wrapper::after {
    right: -32%;
    left: auto;
    bottom: 0;
    background-size: 92%;
    background-position: 159% center;
  }
  .about-us__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .about-us__text {
    max-width: 100%;
  }
  .with_personal-menu {
    padding-top: 46px;
  }
  .page-order {
    margin-top: 15px;
  }
  .page-order .main {
    margin-bottom: 30px;
  }
  .burger-wrp {
    padding: 50px 0 65px;
  }
  .burger__footer {
    padding-top: 30px;
  }
  .burger__phone {
    margin-bottom: 10px;
  }
  .burger__address {
    font-size: 16px;
    line-height: 19px;
    max-width: 190px;
    text-align: center;
  }
  .burger-close {
    right: 30px;
  }
  .sec_margin {
    margin-bottom: 40px;
  }
  .modal-select .jq-selectbox__select {
    padding: 7px 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .property-radio__item-text {
    height: 30px;
    font-size: 12px;
    line-height: 14px;
  }
  .modal-select .jq-selectbox__dropdown .property-select__item {
    padding: 9px 18px;
    font-size: 16px;
    line-height: 19px;
  }
  .modal-select .jq-selectbox__dropdown {
    top: 39px !important;
  }
  .property-radio__item-text {
    height: 39px;
    font-size: 14px;
    line-height: 16px;
  }
  .property-radio__item input:disabled + .property-radio__item-text:after {
    transform: translate(-50%, -50%) rotate(33deg);
  }
  .modal-select .jq-selectbox__select {
    font-size: 16px;
    line-height: 19px;
    padding: 9px 18px;
  }
  .swiper-button-prev-unique,
  .swiper-button-next-unique {
    display: none;
  }
  .header__logo {
    transform: none;
  }
  .header__menu {
    margin-right: 15px;
  }
  .breadcrumb {
    margin-top: 15px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer__top {
    margin-top: 50px;
  }
  .footer__phone {
    margin-bottom: 8px;
  }
  .footer__socials {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer__btn {
    position: static;
    width: 21px;
    height: 34px;
  }
  .footer__right {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }
  .footer__address {
    margin-bottom: 30px;
  }
  .footer__btn svg {
    max-width: 100%;
    max-height: 100%;
  }
  .footer__bottom {
    align-items: center;
    padding-bottom: 20px;
  }
  .mobile-hidden {
    display: none;
  }
  .mobile-visible {
    display: block;
  }
}
.red-text-hover {
  cursor: pointer;
  color: #C94634;
}
.red-text-hover:hover {
  font-weight: 500;
  text-decoration-line: underline;
}

.btn-basket-hover {
  transition: 0.3s all ease;
  cursor: pointer;
}

.black-btn-hover {
  cursor: pointer;
}

.black-btn-hover:hover {
  font-weight: bold;
}

.btn-basket-hover:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000;
}

.swiper-button-prev-unique:before,
.swiper-button-next-unique:before {
  content: "";
  background-image: url(assets/img/arrow-slider-hover.svg);
}

.swiper-button-prev-unique:hover:after,
.swiper-button-next-unique:hover:after {
  background-image: url(assets/img/arrow-slider-hover.svg);
}

.detail-link-hover:hover {
  font-weight: bold;
}

.detail-link-hover::before {
  content: "";
  background-image: url(assets/img/arrow-details-white-hover.svg);
}

.detail-link-hover:hover::after {
  background-image: url(assets/img/arrow-details-white-hover.svg);
  background-size: 25px;
  position: relative;
  top: -1px;
  right: -1px;
}

.socials-hover {
  transition: 0.3s all ease;
}

.socials-hover:hover {
  background: #C94634;
}

.detail-link-text-hover:hover {
  text-decoration-line: underline;
  font-weight: bold;
}

.menu-underline-hover:hover {
  text-decoration-line: underline;
}

.toggle-icon-hover .toggle-hover {
  display: none;
}

.toggle-icon-hover:hover .toggle-def {
  display: none;
}

.toggle-icon-hover:hover .toggle-hover {
  display: block;
}

.remove-icon-hover svg * {
  transition: 0.3s all ease;
}

.remove-icon-hover:hover circle {
  fill: #000;
}

.remove-icon-hover:hover path {
  stroke: #fff;
}

.text-with-border-hover:hover {
  font-weight: bold;
  border-color: #000;
}

.red-btn-hover:hover {
  font-weight: bold;
}

.red-btn-hover {
  cursor: pointer;
}

.input-placeholder {
  position: relative;
}

.input-placeholder-label {
  position: absolute;
  top: 50%;
  transition: 0.3s all ease;
  transform: translateY(-50%);
  left: 11px;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #c0c0c0;
}

.input-placeholder-input:focus + .input-placeholder-label {
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  color: #acacac;
  padding: 5px 9px;
  left: 23px;
  transform: translateY(50%);
  z-index: 22;
  top: -50%;
}

.input-placeholder-input {
  z-index: 11;
  background: transparent;
  transition: 0.3s all ease;
}
.input-placeholder-input:focus {
  border-color: #565656;
}

.input-placeholder-input:focus + label:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  z-index: -1;
}

.fav-hover-border {
  border: 1px solid transparent;
}
.fav-hover-border:hover {
  border-color: #000000;
}

.fav-selected {
  transition: 0.3s all ease;
  background: #C94634;
}
.fav-selected:hover {
  border-color: transparent;
}
.fav-selected svg path {
  fill: #fff;
}
.fav-selected svg path {
  transition: 0.3s all ease;
}

.popup-success__fanc .fancybox-bg {
  background: transparent;
}
.popup-success__fanc .fancybox-content {
  background: transparent;
  padding: 0;
}
@media (max-width: 450px) {
  .popup-success__fanc .fancybox-content {
    right: 5% !important;
  }
}
.popup-success__fanc .ui-notification-balloon-content {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 450px) {
  .popup-success__fanc .ui-notification-balloon-content {
    max-width: 300px !important;
    width: 300px !important;
    left: 0;
  }
}

.add-to-cart__popup-success.fancybox-content {
  max-width: 616px;
  min-width: 616px;
  width: 100%;
  padding: 46px 46px 55px 46px;
}

.popup-success__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-success__title {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
  /* or 141% */
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 279px;
}

.popup-success__img {
  width: 114px;
  margin-bottom: 30px;
}
.popup-success__img img {
  display: block;
  width: 100%;
}

.popup-success__btns-container {
  width: 400px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.popup-success__btn-to-cart {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px;
  background-color: #C94634;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 0.2s;
}

.popup-success__btn-close {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  opacity: 0.6;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: #000000;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 0.2s;
}
.popup-success__btn-close:hover {
  border-color: #000;
  opacity: 1;
  transition: all 0.2s;
}

.popup-success__close {
  position: absolute;
  top: 0;
  right: 30px;
  background: #000;
  width: 33px;
  height: 33px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fancybox-button.fancybox-close-small {
  display: none;
}

@media (max-width: 767px) {
  .add-to-cart__popup-success.fancybox-content {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding: 36px 15px;
  }
  .popup-success__title {
    font-size: 16px;
    line-height: 120%;
    max-width: 216px;
  }
  .popup-success__img {
    width: 103px;
    margin-bottom: 24px;
  }
  .popup-success__btns-container {
    width: 100%;
    max-width: 100%;
  }
  .popup-success__btn-to-cart {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .popup-success__btn-close {
    font-size: 14px;
    line-height: 16px;
  }
  .popup-success__close {
    right: 10px;
  }
}
@media (max-width: 500px) {
  .ui-notification-balloon {
    right: 5px !important;
  }
  .ui-notification-balloon-content {
    max-width: 300px !important;
  }
}

/*# sourceMappingURL=template_styles.css.map */
