.opacity-0 {
  opacity: 0;
}


/* loader */
.loading {
  position: relative;
}
.loading::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-color: #fff transparent #fff transparent;
  animation: spin 1.2s linear infinite;
}
.loading.btn--inversion::after {
  border-color: #ef697d transparent #ef697d transparent;
}
.loading.btn--inversion:hover::after {
  border-color: #fff transparent #fff transparent;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -- loader -- */


/* WooCommerce */
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin-top: 30px;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #ef697d;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  line-height: normal;
}
.woocommerce-info::before {
  content: '';
  background-image: url(../img/svg/info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-message {
  border-top-color: #ef697d;
}
.woocommerce-message::before {
  color: #ef697d;
}
.woocommerce-remove-coupon {
  color: #fff;
  font-size: 14px;
}
/* -- WooCommerce -- */


/* Google reCAPTCHA */
.g-recaptcha > div,
.recaptcha-widget > div {
  margin: 0 auto;
}
/* -- Google reCAPTCHA -- */


/* Заголовки страниц */
.ihead {
  padding: 25px 0 20px 0;
}
.ihead__title {
  font-size: 37px;
  line-height: 44px;
}
.breadcrumbs {
  margin-bottom: 0;
}
.breadcrumbs__item {
  margin-bottom: 0;
}
.main__content {
  padding-top: 45px;
}
.main__row {
  margin-top: 0;
}
@media (max-width: 991px) {
  .main__left {
    margin-bottom: 20px;
  }
  .wis-content + .main__top {
    margin-top: 25px;
  }
}
@media (max-width: 479px) {
  .ihead {
    padding: 15px 0;
  }
  .ihead__title {
    font-size: 24px;
    line-height: 32px;
  }
  .breadcrumbs {
    position: relative;
  }
  .breadcrumbs::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0, #edf3fa 100%);
  }
  .breadcrumbs__list {
    display: flex;
    overflow: scroll;
  }
  .breadcrumbs__item {
    white-space: nowrap;
  }
  .main__content {
    padding-top: 20px;
  }
}
/* -- Заголовки страниц -- */


/* Корзина и логотип в шапке */
.header__basket-title .woocommerce-Price-currencySymbol {
  display: none;
}
@media all and (max-width: 1199px) {
  .header__logo {
    -webkit-transform: translate(-73%, -50%);
    transform: translate(-73%, -50%);
  }
  .header__right {
    display: flex;
  }
  .header__basket {
    display: inline-block;
    margin-top: 2px;
  }
  .header__basket-title {
    display: none;
  }
  .header__basket-ico {
    margin-left: 20px;
  }
}
/* -- Корзина и логотип в шапке -- */


/* Меню */
.nav__href .nav__icon {
  display: none;
}
.nav__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-size: 45px 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.nav__href,
.nav__subhref {
  font-style: normal;
}
.nav__subhref {
  padding: 16px 30px;
}
.nav__subhref.with-icon {
  padding-left: 60px;
}
.nav__subhref.with-icon:after {
  left: 60px;
  width: calc(100% - 90px);
}
.nav__list .nav__item:first-child > .nav__href {
  color: #EF697D;
}
.nav__subitem--have-submenu:after {
  top: 20px;
}

@media (max-width: 1199px) {
  .header__scroll-mobile {
    max-height: calc(100vh - 87px);
  }
  .header__mobile-menu-top {
    padding: 30px 15px;
  }
  .header__bottom-title {
    font-size: 26px;
    line-height: 1;
  }
  .header__bottom-close {
    left: 15px;
  }
  .nav__list .nav__item:first-child > .nav__href {
    box-shadow: inset 5px 0 0 #EF697D;
    color: #EF697D !important;
  }
  .nav__icon {
    display: block !important;
    width: 78px;
  }
  .nav__href {
    position: relative;
    display: flex;
    align-items: center;
    color: #5a5a5a !important;
    padding: 11px 0 11px 78px;
    height: 55px;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    text-align: left;
    border-bottom: 1px solid #e8e8e8 !important;
  }
  .nav__toogle-sublist:after {
    top: 21px;
    width: 7px;
    height: 7px;
    border-color: #5a5a5a;
    border-radius: 1px;
  }
  .nav__subhref:after {
    content: none;
  }
  .nav__subhref {
    position: relative;
    display: flex;
    align-items: center;
    color: #5a5a5a;
    padding: 11px 0 11px 78px !important;
    height: 55px;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    text-align: left;
    white-space: normal;
    border-bottom: 1px solid #e8e8e8;
  }
  .nav__sublist:not(.nav__sublist--level2) .nav__subhref {
    background-color: #f7f7f7;
  }
  .nav__sublist--level2 .nav__subhref {
    background-color: #eee !important;
  }
  .nav__sublist--level2 .nav__sublist--level2 .nav__subhref {
    background-color: #fff !important;
  }
  .header__mobile-menu-bottom .header__city-href:before {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 24px;
    background: url(../img/svg/map.svg) no-repeat;
    background-size: contain;
    height: 22px;
    width: 16px;
  }
  .header__mobile-menu-bottom .header__city-href {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 50px;
    margin: 0;
    margin-bottom: 11px;
    background: #eee;
    font-style: normal;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5a5a5a;
  }
  .header__mobile-menu-bottom {
    background: #f6f6f6;
    padding: 16px 20px 36px 20px;
  }
  .header__mobile-menu-bottom .header__city-href:after {
    content: none;
  }
  .header__mobile-menu-bottom .footer__address {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5a5a5a;
    margin: 0;
    margin-bottom: 7px;
  }
  .header__mobile-menu-bottom .phone_footer {
    margin: 0;
    margin-bottom: 12px;
  }
  .header__mobile-menu-bottom .phone__item {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #5a5a5a;
  }
  .header__mobile-menu-bottom .footer__callback-href {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: transparent;
    color: #EF697D !important;
    border: 1px solid #EF697D;
    border-radius: 50px;
    font-style: normal;
    margin-bottom: 14px;
  }
  .header__mobile-menu-bottom .footer__left-text {
    font-weight: 400;
    font-style: normal;
    margin-bottom: 23px;
    color: #5A5A5A;
  }
  .header__mobile-menu-bottom .social_footer {
    justify-content: center;
    margin: 0;
    margin-bottom: 37px;
  }
  .header__mobile-menu-bottom .footer__coopy {
    font-size: 13px;
    line-height: 1.5;
    color: #979797;
    font-style: normal;
  }
  .header__mobile-menu-bottom .footer__coopy a {
    border-bottom: 0;
    color: #979797;
  }
  .header__mobile-menu-bottom .footer__coopy a span {
    border-bottom: 0;
    text-decoration: underline;
  }
}
/* -- Меню -- */


/* Соц. сети */
.social_footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social_footer .social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  margin: 0;
  margin-right: 25px;
}
/* -- Соц. сети -- */


/* Карта в контактах */
.contacts__map iframe {
  border: 0 !important;
  height: 100% !important;
}
/* -- Карта в контактах -- */


/* Блок доставка */
.ideliv:before {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  background-size: contain;
}
/* -- Блок доставка -- */


/* Сетка статей */
.publ__item-img {
  width: 100%;
}
/* -- Сетка статей -- */


/* Форма отзыва */
.form-submit + .form__field {
    margin-top: 24px;
}
/* -- Форма отзыва */


/* Второе описание для категории товаров */
.category-second-description {
  margin-top: 70px;
}
/* -- Второе описание для категории товаров -- */


/* Сайдбар категорий */
.main__nav-subitem {
  position: relative;
}
.main__nav-subitem .main__nav-btn {
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
}
.main__nav-subitem .main__nav-btn:before {
  right: 5px;
  top: 5px;
}
@media (max-width: 991px) {
  .main__nav-subitem .main__nav-btn {
    height: 100%;
  }
  .main__nav-subitem .main__nav-btn:before {
    right: 10px;
    top: 15px;
  }
}
/* -- Сайдбар категорий -- */


/* Сетка товаров */
.product-stickers {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 3px 3px 0 0;
}
.product-stickers img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.icat-products__item .woocommerce-Price-currencySymbol {
  display: none;
}
@media (max-width: 479px) {
  .product-stickers img {
    width: 35px;
    height: 35px;
  }
  .icat-products__item-overimg {
    max-height: 350px;
  }
  .icat-products__item {
    width: calc(50% - 6px);
  }
  .icat-products__item-href {
    font-size: 13px;
  }
  .icat-products__href-constr {
    height: auto;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0px;
  }
}
/* -- Сетка товаров -- */


/* Блок описания на страницах сайта */
.wis-content img {
  height: auto;
}
/* -- Блок описания на страницах сайта -- */


/* Конструктор */
.constr {
  margin-top: 20px;
}
.constr__info .woocommerce-info {
  margin-top: 20px;
}
@media (max-width: 479px) {
  .constr {
    margin-top: 10px;
  }
  .constr__info {
    width: 100%;
  }
  .constr__info .woocommerce-info {
    margin-top: 10px;
  }
}
.constr__tabs-item {
  overflow: hidden;
}
.constr__offer-price .woocommerce-Price-currencySymbol {
  display: none;
}
.add_to_cart_button.added:not(.in-cart) {
  display: none;
}
.added_to_cart.wc-forward {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 216px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #ef697d;
  border-radius: 21px;
  color: #ef697d;
  font-family: Lato;
  font-size: 15px;
  line-height: 42px;
  font-style: italic;
  line-height: 40px;
  padding: 0;
  margin-top: 13px;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.added_to_cart.wc-forward:hover {
  color: #fff;
  background-color: #ef697d;
}
.constr__params-radio-group--color .constr__params-radio-input.blocked + .constr__params-radio-label {
  opacity: .1;
}
.constr__decor-top-img:hover,
.constr__decor-bottom-img:hover {
  border-color: rgba(239, 105, 125, 0.5);
}
.constr__tabs-item-overimg--back .constr__decor {
  height: 100%;
  width: 100%;
  text-align: center;
}
.constr__decor-top-img {
  max-width: 250px;
  max-height: 250px;
}
.constr__decor-top-img img,
.constr__decor-top-img svg,
.constr__decor-bottom-img img,
.constr__decor-bottom-img svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.constr__decor-top-img.empty img,
.constr__decor-bottom-img.empty img {
  display: none;
}
.constr__decor-text {
  border: 0;
}
.constr__tabs-item-overimg--back .constr__decor-text {
  max-width: 350px;
}
.constr__tabs-item-overimg--back .constr__decor-text span {
  white-space: pre-line;
  overflow: visible !important;
}
.constr__tabs-item-overimg--front .constr__decor-border svg {
  max-width: 100%;
  max-height: 100%;
}
.constr__tabs-item-overimg--front .constr__decor-text {
  display: inline-block;
  max-width: 100px;
  overflow: initial;
  font-size: 20px;
}

/* Стили во время скриншота конструктора с двумя сторонами */
.js-constr-screenshot-area.screenshot .constr__tabs-item--active {
  display: flex;
  flex-direction: column;
  height: 1000px;
}
.js-constr-screenshot-area.screenshot .constr__tabs-item-overimg {
  display: block !important;
  position: relative;
}
/* -- Стили во время скриншота конструктора с двумя сторонами -- */

/* Калькуляция конструктора */
.constr__offer {
  padding: 24px 30px 19px;
}
.constr__offer-row {
  justify-content: space-between;
}
.constr__offer-left {
  margin-right: 0;
}
.constr__offer-right {
  margin-left: 0;
}
.constr__offer-text {
  font-style: italic;
}
.constr__offer-calculation {
  max-width: 265px;
}
.constr__offer-calculation-header {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.constr__offer-calculation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-style: italic;
}
.constr__offer-calculation-item-name {
  color: #5a5a5a;
  margin-right: 10px;
  font-style: italic;
  line-height: initial;
}
.constr__offer-calculation-item-value {
  color: #ef697d;
  min-width: 73px;
  text-align: right;
}
@media (max-width: 767px) {
  .constr__offer-calculation {
    margin-bottom: 22px;
    border-bottom: 1px solid #ef697d;
    padding-bottom: 10px;
  }
}
/* -- Калькуляция конструктора -- */

/* Редактирование отступов конструктора для компьютерной версии */
@media (min-width: 767px) {
  .constr__decor-top-img {
    width: 130px;
  }

  .constr--man:not(.constr--prem) .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 125px;
  }
  .constr--man:not(.constr--prem) .constr__tabs-item.constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 170px;
  }
  .constr--man.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 130px;
  }
  .constr--man.constr--prem .constr__tabs-item.constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 140px;
  }
  .constr--man.constr--prem.constr--man-turkey .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 65px;
  }
  .constr--man.constr--prem.constr--man-turkey .constr__tabs-item.constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 210px;
  }

  .constr--woman:not(.constr--prem) .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor,
  .constr--woman.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 90px;
  }
  .constr--woman.constr--prem .constr__tabs-item.constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 200px;
  }
  .constr--woman.constr--prem.constr--woman-turkey .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 55px;
  }

  .constr--kinder:not(.constr--prem) .constr__tabs-item.constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 185px;
  }
  .constr--kinder.constr--prem .constr__tabs-item.constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 200px;
    padding-right: 35px;
  }

  .constr--towel .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 55px;
  }

  .constr--kilt.constr--man.constr .constr__tabs-item:not(.constr__tabs-item--hood) .constr__decor {
    top: 0;
    padding-top: 360px;
    margin-left: 0;
    padding-right: 115px;
  }

  .constr--polo.constr--woman .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 80px;
  }
  .constr--polo.constr--kinder .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 130px;
  }
  .constr--polo.constr--man .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    padding-top: 60px;
  }

  .constr--man-t-shirt .constr__tabs-item-overimg--front .constr__decor,
  .constr--woman-t-shirt .constr__tabs-item-overimg--front .constr__decor,
  .constr--man-sweater .constr__tabs-item-overimg--front .constr__decor,
  .constr--woman-sweater .constr__tabs-item-overimg--front .constr__decor,
  .constr--man-hoody .constr__tabs-item-overimg--front .constr__decor,
  .constr--woman-hoody .constr__tabs-item-overimg--front .constr__decor {
    left: 70px;
    top: 160px;
  }
  .constr--man-t-shirt .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--woman-t-shirt .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--man-sweater .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--woman-sweater .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--man-hoody .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--woman-hoody .constr__tabs-item-overimg--front .constr__decor:before {
    left: auto;
    right: -38px;
    transform: scale(-1,1);
  }

  .constr--man-t-shirt .constr__tabs-item-overimg--back .constr__decor {
    padding-right: 25px;
  }
  .constr--woman-t-shirt .constr__tabs-item-overimg--back .constr__decor {
    top: 75px;
  }

  .constr--man-sweater .constr__tabs-item-overimg--back .constr__decor,
  .constr--woman-sweater .constr__tabs-item-overimg--back .constr__decor,
  .constr--man-hoody .constr__tabs-item-overimg--back .constr__decor,
  .constr--woman-hoody .constr__tabs-item-overimg--back .constr__decor {
    top: 155px;
  }

  .constr--man-hoody .constr__tabs-item-img,
  .constr--woman-hoody .constr__tabs-item-img {
    top: 0;
  }

}

@media (max-width: 1199px) {
  .constr__tabs-descr {
    display: block;
    border: 0;
  }

  .js-mobile-user-image {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .constr__params-radio-group--color .constr__params-radio-label .tooltip-label {
    display: block;
  }
}

/* Редактирование конструктора для мобильной версии */
@media (max-width: 767px) {
  .constr:not(.constr--towel):not(.constr--kilt):not(.constr--polo) .constr__tabs {
    padding-top: 60px;
  }
  .constr--man.constr--prem .constr__tabs-item .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
  }
  .constr__tabs-list {
    min-height: 450px;
    max-width: 400px;
  }
  .constr__tabs-item-overimg--back .constr__decor-text {
    max-width: 250px;
  }
  .constr__decor-top-img {
    width: 120px;
  }
  .constr--man:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor-top-img {
    width: 100px;
  }
  .constr--man.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor-top-img {
    width: 105px;
  }
  .constr--man:not(.constr--prem) .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 65px;
  }
  .constr--man:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 130px;
  }
  .constr--man.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 10px;
  }
  .constr--man.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 135px;
  }
  .constr--man.constr--man-turkey.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 45px;
  }
  .constr--man.constr--man-turkey.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 160px;
  }
  .constr--man .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__tabs-item-img {
    top: 90px;
    transform: translateX(-50%) scale(2);
  }
  .constr--man .constr__tabs-item-overimg--front .constr__tabs-item-img {
    top: 33px;
    transform: translateX(-50%) scale(1.2);
  }
  .constr--man .constr__tabs-item-overimg--front .constr__decor {
    transform: scale(0.8);
  }
  .constr--man:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__tabs-item-img {
    top: 150px;
    transform: translateX(-50%) scale(1.8);
  }
  .constr--man:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
    width: 100%;
  }
  .constr--man.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.6);
    top: 125px;
  }
  .constr--man.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    top: 0;
  }
  .constr--man.constr--man-turkey.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__tabs-item-img {
    top: 75px;
    transform: translateX(-50%) scale(1.45);
  }
  .constr--man.constr--man-turkey.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.1);
    top: 25px;
  }

  .constr--woman .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--front .constr__decor,
  .constr--woman.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--front .constr__decor {
    left: 30%;
    top: 18%;
  }
  .constr--woman.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--front .constr__decor {
    left: 25%;
    top: 15%;
  }
  .constr--woman.constr--woman-turkey.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--front .constr__decor {
    left: 25%;
    top: 18%;
  }
  .constr--woman .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.7);
    top: 130px;
  }
  .constr--woman.constr--woman-turkey.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.7);
    top: 146px;
  }
  .constr--woman .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 65px;
  }
  .constr--woman .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor-top-img {
    width: 110px;
  }
  .constr--woman .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--front .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.2);
    top: 23px;
  }
  .constr--woman .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.6);
    top: 105px;
  }
  .constr--woman .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 65px;
  }
  .constr--woman .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor-top-img {
    width: 100px;
  }
  .constr--woman.constr--woman-turkey.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 0px;
  }
  .constr--woman.constr--woman-turkey.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor-top-img {
    width: 120px;
  }
  .constr--woman .constr__tabs-item--hood .constr__tabs-item-overimg--front .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.3);
  }
  .constr--woman.constr--woman-turkey.constr--prem .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--front .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.6);
    top: 107px;
  }

  .constr--kinder:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.6);
    top: 130px;
  }
  .constr--kinder:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 180px;
  }
  .constr--kinder:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor-top-img {
    width: 100px;
  }
  .constr--kinder:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--front .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.3);
  }
  .constr--kinder:not(.constr--prem) .constr__tabs-item--hood .constr__tabs-item-overimg--front .constr__decor {
    top: 18%;
    left: 18%;
  }
  .constr--kinder.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.8);
    top: 155px;
  }
  .constr--kinder.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 205px;
  }
  .constr--kinder.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--back .constr__decor-top-img {
    width: 100px;
    margin-left: 27%;
  }
  .constr--kinder.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--front .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.2);
  }
  .constr--kinder.constr--prem .constr__tabs-item--hood .constr__tabs-item-overimg--front .constr__decor {
    top: 23%;
    left: 13%;
  }

  .constr--towel .constr__tabs-list {
    min-height: 340px;
  }
  .constr--towel .constr__decor {
    padding-top: 28px;
  }
  .constr--towel .constr__tabs-item-img {
    top: 0;
    transform: translateX(-50%) scale(1.5);
  }

  .constr--kilt.constr--man .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.2) !important;
  }
  .constr--kilt .constr__decor {
    padding-top: 185px !important;
    padding-right: 50px;
  }
  .constr--kilt.constr--woman .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.1) !important;
    top: 14px !important;
  }

  .constr--polo.constr--kinder .constr__tabs-item-overimg--front .constr__decor {
    left: 12%;
    top: 12%;
  }
  .constr--polo.constr--kinder .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.5);
    top: 25px;
  }

  .constr--polo.constr--woman .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 95px;
  }
  .constr--polo.constr--kinder .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__tabs-item-img {
    top: 80px;
  }
  .constr--polo.constr--kinder .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 80px;
  }
  .constr--polo.constr--man .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__tabs-item-img {
    top: 130px;
    transform: translateX(-50%) scale(1.6);
  }
  .constr--polo.constr--man .constr__tabs-item:not(.constr__tabs-item--hood) .constr__tabs-item-overimg--back .constr__decor {
    padding-top: 70px;
  }

  .constr--man-t-shirt .constr__tabs-item-overimg--front .constr__decor,
  .constr--woman-t-shirt .constr__tabs-item-overimg--front .constr__decor,
  .constr--man-sweater .constr__tabs-item-overimg--front .constr__decor,
  .constr--woman-sweater .constr__tabs-item-overimg--front .constr__decor,
  .constr--man-hoody .constr__tabs-item-overimg--front .constr__decor,
  .constr--woman-hoody .constr__tabs-item-overimg--front .constr__decor {
    left: 0px;
    top: 70px;
    width: 250px;
    height: 250px;
  }
  .constr--man-t-shirt .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--woman-t-shirt .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--man-sweater .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--woman-sweater .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--man-hoody .constr__tabs-item-overimg--front .constr__decor:before,
  .constr--woman-hoody .constr__tabs-item-overimg--front .constr__decor:before {
    left: auto;
    right: -20px;
    transform: scale(-1,1);
  }
  .constr--man-t-shirt .constr__tabs-item-img,
  .constr--man-sweater .constr__tabs-item-img,
  .constr--woman-sweater .constr__tabs-item-img,
  .constr--man-hoody .constr__tabs-item-img,
  .constr--woman-hoody .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.3);
    top: 30px;
  }
  .constr--man-t-shirt .constr__tabs-item-overimg--back .constr__decor {
    top: 15px;
    padding-right: 20px;
  }

  .constr--woman-t-shirt .constr__tabs-item-img {
    transform: translateX(-50%) scale(1.2);
  }
  .constr--man-t-shirt .constr__tabs-item-overimg--back .constr__decor {
    top: 30px;
  }

  .constr--man-sweater .constr__tabs-item-overimg--back .constr__decor,
  .constr--woman-sweater .constr__tabs-item-overimg--back .constr__decor {
    top: 95px;
  }

  .constr--man-hoody .constr__tabs-item-overimg--back .constr__decor,
  .constr--woman-hoody .constr__tabs-item-overimg--back .constr__decor {
    top: 115px;
  }
}
/* -- Конструктор -- */


/* Галерея конструктора */
.iprod-gallery__item-overimg {
  display: flex;
  align-items: center;
}
.iprod-gallery__item-img {
  max-height: 360px;
  object-fit: contain;
}
.fancybox-thumbs-loading {
  background-size: contain !important;
}
.iprod-gallery__owlitem-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iprod-gallery__item-video {
  border: 2px solid #ef697d;
  border-radius: 5px;
  padding: 50px 25px;
}
/* -- Галерея конструктора -- */


/* Слайдер на главной */
.iann__owlcar {
  background: none;
}
.iann__right {
  align-items: center;
}
.iann__right-bottom-text {
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 17px;
  line-height: 17px;
}
/* -- Слайдер на главной -- */


/* Раздел "Отзывы" */
.review__item-img {
  height: 100%;
  object-fit: cover;
}
/* -- Раздел "Отзывы" -- */


/* Блок-слайдер "Отзывы" */
.irev__content-text {
  margin-top: 70px;
}
/* -- Блок-слайдер "Отзывы" -- */


/* Форма с видео */
.popup_video {
  max-width: 1156px;
}
/* -- Форма с видео -- */


/* Мессенджеры в контактах */
.contacts__messengers {
  display: flex;
  margin-top: 10px;
}
.contacts__messengers-item {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  border-radius: 5px;
  overflow: hidden;
}
/* -- Мессенджеры в контактах -- */


/* Страница Корзина */
.count__input {
  -moz-appearance: textfield;
}
.count__input::-webkit-outer-spin-button,
.count__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button[name="update_cart"],
.screen-reader-text {
  display: none !important;
}

.cart-item-old-price {
  display: block;
  text-decoration: line-through;
  opacity: 0.3;
}
.cart-item-discount-word {
  display: block;
  background: transparent;
  border-radius: 20px;
  text-align: center;
  font-style: italic;
  text-transform: inherit;
  color: #ef697d;
  letter-spacing: 0px;
  border: 1px solid #ef697d;
  width: 75px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .product__cell-title {
    vertical-align: top;
  }
}
/* -- Страница Корзина -- */


/* Формы */
.form__field-submit {
  width: auto;
  max-width: 100%;
}
@media (max-width: 479px) {
  .popup_help-size .popup__content,
  .popup_feedback .popup__content,
  .popup_review .popup__content {
    max-height: calc(100vh - 200px);
    overflow: scroll;
  }
}
/* -- Формы -- */


/* Слайдер "Наши работы" */
.iprj__owlcar.owl-carousel .owl-dots {
  flex-wrap: wrap;
}
.iprj__owlcar.owl-carousel button.owl-dot {
  margin: 16px;
}
/* -- Слайдер "Наши работы" -- */


/* О компании */
@media (max-width: 479px) {
  .ytb-iframe {
    height: auto;
  }
}
/* -- О компании -- */


/* Оформление заказа */
.order-steps__item-edit {
  display: inline-block;
}
.order-info__item--discount .woocommerce-remove-coupon {
  display: none;
}
/* -- Оформление заказа -- */


/* Выбор своего изображения для конструктора */
.user-top-picture {
  display: block;
}
.user-top-picture input {
  display: block;
  opacity: 0;
  height: 0;
  width: 0;
}
.user-top-picture span {
  padding: 5px 15px;
  font-size: 14px;
  cursor: pointer;
}
/* -- Выбор своего изображения для конструктора -- */


/* Наши работы/Галерея */
.publ--project .publ__item {
  min-height: 0;
}
.publ--project .publ__item-overimg {
  max-height: 250px;
}
/* -- Наши работы/Галерея -- */


/* Fancybox */
.fancybox-bg {
  background-color: rgba(39,39,39,0.8);
}
.fancybox-button--arrow_left,
.fancybox-button--arrow_right {
  background-color: rgba(0,0,0,1);
}
.fancybox-button--arrow_left:before {
  border-left: 4px solid rgba(255,255,255,1);
}
.fancybox-button--arrow_right:before {
  border-right: 4px solid rgba(255,255,255,1);
}
.fancybox-button--arrow_left:before,
.fancybox-button--arrow_right:before {
  border-bottom: 4px solid rgba(255,255,255,1);
}
/* -- Fancybox -- */

.custom-blocking {
  position: relative;
}

.custom-blocking::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6);
  z-index: 9999;
}


.footer {
  border-top: 1px solid #ebebeb;
}


/**
 * Верстка новых страниц
 */
.custom-layout-indents {
  padding-top: 60px;
}
.custom-layout .title {
  font-size: 34px;
  line-height: 36px;
}
.custom-layout .title_decor {
  padding-bottom: 25px;
}
.text-center {
  text-align: center;
}
.text-black {
  color: #000;
}
.text-gray {
  color: #5a5a5a;
}
.text-italic {
  font-style: italic;
}
.mb30px {
  margin-bottom: 30px;
}
.lh1_5 {
  line-height: 1.5;
}
#zvet a {
	color: #1c1c1c;
    border-bottom: 1px solid #222;
    -webkit-transition: color 0.5s,border .5s;
    transition: color 0.5s,border .5s;
}
#zvet a:hover {
	border-bottom-color: transparent;
    color: #ef5b71;
}
.title_indent_top {
  margin-top: 60px;
}
.title_indent_bottom {
  margin-bottom: 40px;
}
.subtitle {
  color: #5a5a5a;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  margin: 20px auto 40px auto;
}
@media (max-width: 767px) {
  .custom-layout-indents {
    padding-top: 40px;
  }
  .custom-layout .title {
    font-size: 24px;
    line-height: 26px;
  }
  .custom-layout .title_decor {
    padding-bottom: 15px;
  }
  .subtitle {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .title_indent_top {
    margin-top: 40px;
  }
  .title_indent_bottom {
    margin-bottom: 20px;
  }
}

/* Доставка и оплата */
.delivery-company {
  margin-bottom: 20px;
  padding: 20px 35px 45px 35px;
  background: #f9f9f9;
  color: #5a5a5a;
}
.delivery-company-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.delivery-company-name {
  color: #000;
  font-weight: bold;
}
.delivery-company-price {
  font-size: 16px;
  line-height: 20px;
}
.delivery-company-price strong {
  color: #000;
}
.delivery-company a {
  margin-left: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #5a5a5a;
  text-decoration: underline;
}
.delivery-company p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 767px) {
  .delivery-company {
    padding: 20px;
  }
  .delivery-company-top {
    flex-direction: column;
  }
  .delivery-company-price {
    margin-top: 20px;
  }
}

.payment-options {
  margin-bottom: 30px;
}
.payment-options .ipluses__item-overico {
  margin-bottom: 0;
}
.payment-options .ipluses__item-text {
  text-align: center;
  line-height: 1.5;
}

.payment-systems-title {
  max-width: 756px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 40px auto;
}
.payment-systems-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -7px;
}
.payment-system-wrapper {
  width: 100%;
  padding: 0 7px;
}
.payment-system {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 144px;
  border: 1px solid #e9e9e9;
}
.payment-systems-subtitle {
  margin: 40px 0 50px 0;
}
@media (max-width: 767px) {
  .payment-systems-wrapper {
    flex-wrap: wrap;
  }
  .payment-system-wrapper {
    width: 50%;
    margin-bottom: 14px;
  }
}

.second-payment {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  color: #5a5a5a;
}
.second-payment-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.second-payment-left {
  width: 100%;
  max-width: 280px;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .second-payment {
    flex-wrap: wrap;
  }
  .second-payment-title {
    margin-bottom: 20px;
  }
}
/* -- Доставка и оплата -- */

/* О компании */
.about-page-header {
  padding: 50px 0 60px 0;
  background: rgba(91, 115, 140, 0.51) url(../img/about-header-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.about-page-header .title {
  color: #fff;
}
.about-page-header .title_decor::after {
  background-color: #fff;
}
.about-page-header p {
  margin-top: 25px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.about-page-video-wrapper {
  margin-top: 25px;
  width: 100%;
  max-height: 530px;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.53) url(../img/about-video-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about-page-video {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
/* -- О компании -- */


/* Стили лендингов в категорий */
.custom-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.custom-col {
  padding-left: 15px;
  padding-right: 15px;
}
.dw-20 {
  width: 20%;
}
.dw-25 {
  width: 25%;
}
.dw-30 {
  width: 30%;
}
.dw-33 {
  width: calc(100% / 3);
}
.dw-40 {
  width: 40%;
}
.dw-50 {
  width: 50%;
}
.dw-60 {
  width: 60%;
}
.dw-66 {
  width: calc(100% * (2 / 3));
}
.dw-100 {
  width: 100%;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  .mw-100 {
    width: 100%;
  }
}

.category-landing h2 {
  color: #000;
  font-family: Arkhip;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin: 50px 0 30px 0;
}
.category-landing h3 {
  color: #000;
  font-family: Arkhip;
	font-size: 22px;
	line-height: 32px;
  font-weight: 400;
	margin: 42px 0 22px;
}
.category-landing p,
.category-landing-icon-text {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: #5A5A5A;
}
.category-landing a {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #1c1c1c;
  transition: color 0.5s,border .5s;
}
.category-landing a:hover {
    color: #da4359;
    border-color: transparent;
}
.category-landing-icon {
  margin-bottom: 30px;
}
.category-landing-icon-text {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.category-landing-icon-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: #F4687D;
}

.category-landing-icon-number {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 60px;
  font-style: italic;
}
.category-landing-icon-number::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 6px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FAE2E8;
  z-index: -1;
}
.custom-number-grid .category-landing-icon-text,
.stitches-grid .category-landing-icon-text {
  padding-top: 0;
}
.custom-number-grid .category-landing-icon-text::before,
.stitches-grid .category-landing-icon-text::before {
  content: none;
}

.stitches-grid .category-landing-icon-image {
  height: 30px;
  width: 100px;
}

@media all and (max-width: 991px) {
  .category-landing h2 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .category-landing-icon {
    text-align: center;
  }
  .category-landing-icon-text::before {
    right: 0;
    margin: auto;
  }
}


/* Галерея лендинга категорий */
.corporate-gallery-block {
  padding-bottom: 220px;
}
.corporate-gallery-item {
  position: relative;
  padding-bottom: 100%;
}
.corporate-gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.corporate-gallery .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: calc(50% - 58px);
}
.corporate-gallery .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #F4687D !important;
  color: #fff !important;
  outline: 0;
}
.corporate-gallery .owl-nav button:hover {
  background: #000 !important;
}
.corporate-gallery .owl-nav .owl-prev svg {
  margin-right: 5px;
}
.corporate-gallery .owl-nav .owl-next svg {
  margin-left: 5px;
}
.corporate-gallery-block .subtitle {
  font-size: 20px;
  margin-bottom: 30px;
}
.corporate-gallery .owl-dots {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.corporate-gallery .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 13px;
  outline: none;
}
.corporate-gallery .owl-dot span {
  width: 13px;
  height: 13px;
  background: #c4c4c4;
  border-radius: 50%;
}
.corporate-gallery .owl-dot.active {
  border: 2px solid #F4687D;
}
.corporate-gallery .owl-dot.active span {
  background: #3c3c3c;
}
.corporate-gallery .owl-thumbs {
  position: absolute;
  display: flex;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 40px;
}
.corporate-gallery .owl-thumbs button {
  position: relative;
  width: 100%;
  max-width: calc(100% / 7);
  background: none;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}
.corporate-gallery .owl-thumbs button:last-child {
  margin-right: 0;
}
.corporate-gallery .owl-thumbs button::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.corporate-gallery .owl-thumbs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.corporate-gallery .owl-thumbs button.active {
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.35),
              inset 0 0 0 4px #F4687D;
}

@media all and (min-width: 992px) {
  .corporate-gallery .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .corporate-gallery .owl-item.center .corporate-gallery-item img {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.35);
  }
  .corporate-gallery .owl-item:not(.center) .corporate-gallery-item img {
    width: 255px;
    height: 255px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .5;
  }
  .corporate-gallery .owl-item:not(.center) .corporate-gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
  }
  .corporate-gallery .owl-item.active .corporate-gallery-item img {
    right: 0;
    left: auto;
  }
  .corporate-gallery .owl-item.active .corporate-gallery-item::after {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
  }
}

@media all and (min-width: 1200px) {
  .corporate-gallery .owl-item:not(.center) .corporate-gallery-item img {
    width: 310px;
    height: 310px;
  }
}

@media all and (max-width: 991px) {
  .corporate-gallery-block {
    padding-bottom: 0;
  }
  .corporate-gallery .owl-nav button {
    display: none;
  }
  .corporate-gallery .owl-dots {
    justify-content: flex-start;
  }
  .corporate-gallery .owl-thumbs {
    display: none;
  }
}
/* -- Галерея лендинга категорий -- */

/* Форма лендинга категорий */
.corporate-feedback-wrapper {
  margin-top: 80px;
  background: #FFF4EE;
}
.corporate-feedback {
  display: flex;
  padding: 40px 0;
}
.corporate-feedback-left {
  width: 45%;
}
.corporate-feedback-right {
  width: 55%;
}
.corporate-feedback-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.corporate-feedback-form {
  margin-top: 15px;
}
.corporate-feedback-switch {
  display: inline-flex;
  border: 1px solid #E6E9ED;
  background: #fff;
  padding: 5px;
  border-radius: 30px;
  margin-bottom: 15px;
}
.corporate-feedback-switch input {
  display: none;
}
.corporate-feedback-switch input + label {
  display: block;
  height: 100%;
  border-radius: 30px;
  padding: 11px 40px;
  background: transparent;
  color: #000;
  cursor: pointer;
}
.corporate-feedback-switch input:checked + label {
  background: #ECECEC;
  color: #5A5A5A;
}
.corporate-feedback-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.corporate-feedback-col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.corporate-feedback-grid input[type="text"],
.corporate-feedback-grid input[type="email"],
.corporate-feedback-grid input[type="tel"] {
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #979797;
  outline: none;
  font-style: italic;
}
.corporate-feedback-grid input::placeholder {
  color: #5a5a5a;
  opacity: 1;
}
.corporate-feedback-grid input::-ms-input-placeholder {
  color: #5a5a5a;
}
.corporate-feedback-grid input::-ms-input-placeholder {
  color: #5a5a5a;
}
.corporate-feedback-form .btn {
  font-style: normal;
  margin-top: 10px;
}
.corporate-feedback-file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  height: 55px;
  border: 1px dashed #bebebe;
  border-radius: 30px;
  background: #fff;
  color: #5a5a5a;
  font-style: italic;
  cursor: pointer;
  transition: background .2s ease-in-out;
  overflow: hidden;
}
.corporate-feedback-file:hover {
  background: #ECECEC;
}
.corporate-feedback-file input {
  display: block;
  opacity: 0;
  height: 0;
  width: 0;
}
.corporate-feedback-file img {
  margin-right: 15px;
}

@media all and (max-width: 991px) {
  .corporate-feedback-wrapper {
    margin-top: 50px;
  }
  .corporate-feedback {
    flex-direction: column;
    padding: 30px 0;
  }
  .corporate-feedback-left,
  .corporate-feedback-right {
    width: 100%;
  }
  .corporate-feedback h2 {
    margin-top: 15px;
  }
  .corporate-feedback-form .btn {
    width: 100%;
    padding: 15px 0;
  }
}
/* -- Форма лендинга категорий -- */

/* Преимущества лендинга категорий */
.corporate-advantages-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.corporate-advantages-block .subtitle {
  font-size: 20px;
}
.corporate-advantage {
  margin-top: 50px;
  color: #5A5A5A;
  font-style: italic;
}
.corporate-advantage-name {
  font-size: 20px;
  line-height: 1.5;
}
.corporate-advantage-name::before {
  content: '';
  display: block;
  height: 3px;
  width: 45px;
  background: #F4687D;
  margin: 20px auto;
}
.corporate-advantage-text {
  margin-top: 20px;
  line-height: 1.5;
}
@media all and (max-width: 991px) {
  .corporate-advantages-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* -- Преимущества лендинга категорий -- */

/* Блок "Нам доверяют" лендинга категорий */
.corporate-clients-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.corporate-clients-block h2 {
  margin-bottom: 30px;
}
.corporate-clients-slider .owl-item .item {
  border: 1px solid #E9E9E9;
  border-left-color: transparent;
}
.corporate-clients-slider .owl-item:first-child .item {
  border-left-color: #E9E9E9;
}
.corporate-client {
  height: 150px;
  padding: 30px 40px;
  border-bottom: 1px solid #E9E9E9;
  background: #fff;
}
.corporate-client:last-child {
  border-bottom: 0;
}
.corporate-client-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.corporate-clients-slider .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: calc(50% - 20px);
}
.corporate-clients-slider .owl-nav button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F4687D !important;
  color: #fff !important;
  outline: 0;
}
.corporate-clients-slider .owl-nav button.disabled {
  opacity: 0;
}
.corporate-clients-slider .owl-nav button:hover {
  background: #000 !important;
}
.corporate-clients-slider .owl-nav .owl-prev {
  left: -20px;
}
.corporate-clients-slider .owl-nav .owl-next {
  right: -20px;
}
.corporate-clients-slider .owl-nav .owl-prev svg {
  width: 10px;
  margin-right: 4px;
}
.corporate-clients-slider .owl-nav .owl-next svg {
  width: 10px;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .corporate-clients-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .corporate-client {
    height: 100px;
    padding: 15px 25px;
  }
  .corporate-clients-slider .owl-nav {
    top: calc(50% - 15px);
  }
  .corporate-clients-slider .owl-nav button {
    width: 30px;
    height: 30px;
  }
  .corporate-clients-slider .owl-nav .owl-prev {
    left: -10px;
  }
  .corporate-clients-slider .owl-nav .owl-next {
    right: -10px;
  }
  .corporate-clients-slider .owl-nav .owl-prev svg {
    width: 8px;
    margin-right: 2px;
  }
  .corporate-clients-slider .owl-nav .owl-next svg {
    width: 8px;
    margin-left: 2px;
  }
}
/* -- Блок "Нам доверяют" лендинга категорий -- */

/* Блок "Перейти в каталог" лендинга категорий */
.corporate-catalog-block {
  position: relative;
  padding: 100px 0;
  margin-top: 60px;
  background: #FFEFF2;
  overflow: hidden;
}
.corporate-catalog-block .container {
  position: relative;
  z-index: 1;
}
.corporate-catalog-block .title {
  display: inline-block;
}
.corporate-catalog-block .title_decor:after {
  left: 0;
  transform: translateX(0);
}
.corporate-catalog-block .subtitle {
  max-width: 600px;
  font-size: 20px;
  text-align: left;
  margin-left: 0;
}
.corporate-catalog-image {
  position: absolute;
  top: 0;
  right: 3%;
  height: 24vw;
  width: auto;
  object-fit: contain;
  object-position: right;
  z-index: 0;
}

@media (max-width: 991px) {
  .corporate-catalog-block {
    padding: 0 0 60px 0;
    margin-top: 0;
    text-align: center;
  }
  .corporate-catalog-block .title {
    display: block;
    text-align: left;
  }
  .corporate-catalog-image {
    position: static;
    width: 100%;
    height: auto;
    object-position: center;
    margin-bottom: 40px;
  }
}
/* -- Блок "Перейти в каталог" лендинга категорий -- */
/* -- Стили лендингов в категорий -- */


/* Стили сетки товаров готовых товаров */
.icat-products__item.ready-product .icat-products__item-cost {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icat-products__item.ready-product .icat-products__item-cost {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icat-products__item.ready-product .icat-products__item-cost {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icat-products__item.ready-product .icat-products__item-cost .current-price span {
  margin-left: 0;
}
.icat-products__item.ready-product .icat-products__item-cost .old-price {
  position: relative;
  filter: grayscale(1);
}
.icat-products__item.ready-product .icat-products__item-cost .old-price::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #aaa;
}
.icat-products__item.ready-product .icat-products__item-cost .old-price span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 0;
}

@media (max-width: 991px) {
  .icat-products__item.ready-product .icat-products__item-cost {
    flex-direction: column;
  }
  .icat-products__item.ready-product .icat-products__item-cost .current-price span {
    font-size: 18px;
  }
  .icat-products__item.ready-product .icat-products__item-cost .old-price span {
    font-size: 16px;
  }
}
/* -- Стили сетки товаров готовых товаров -- */

/* Стили карточки готовых товаров */
.single-ready-product {
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
}
.single-ready-product-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.single-ready-product-col {
  width: 50%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.single-ready-product .owl-stage-outer {
  border-radius: 15px;
  border: 1px solid #ECECEC;
  background: #fff;
}
.single-ready-product-gallery-item::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.single-ready-product-gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-ready-product .owl-thumbs {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.single-ready-product .owl-thumbs button {
  position: relative;
  width: 100%;
  max-width: calc(100% / 4);
  background: none;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #ECECEC;
}
.single-ready-product .owl-thumbs button:last-child {
  margin-right: 0;
}
.single-ready-product .owl-thumbs button::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.single-ready-product .owl-thumbs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.single-ready-product .owl-thumbs button.active {
  box-shadow: inset 0 0 0 3px #F4687D;
}

.single-ready-product-info {
  padding: 30px;
  background: #F4F8FC;
  border-radius: 15px;
}
.single-ready-product-price {
  display: flex;
  align-items: flex-end;
}
.single-ready-product-price-current {
  font-size: 35px;
  font-weight: bold;
  color: #5A5A5A;
  margin-right: 34px;
}
.single-ready-product-price-old {
  font-size: 25px;
  font-weight: 400;
  text-decoration-line: line-through;
  color: #999;
}
.single-ready-product-custom-design-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 25px;
  background: #EF697D;
  border-radius: 100px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.single-ready-product-custom-design-link img {
  margin-right: 20px;
  height: 35px;
  object-fit: contain;
}
.single-ready-product-sizes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.single-ready-product-size {
  position: relative;
  width: 100%;
  max-width: 51px;
  margin-right: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}
.single-ready-product-size:last-child {
  margin-right: 0;
}
.single-ready-product-size input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-ready-product-size span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  background: #F2F2F2;
  border-radius: 14px;
  color: #767676;
  font-size: 16px;
  font-weight: normal;
}
.single-ready-product-size input:checked + span {
  font-weight: bold;
  color: #FFFFFF;
  background: #EF697D;
}
.single-ready-product .constr__params-size {
  margin: 0;
  margin-top: 10px;
}
.single-ready-product .constr__params-size-href {
  border-color: #767676;
  color: #767676;
}
.single-ready-product-buy-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.single-ready-product-buy-block > * {
  width: calc(100% / 3);
  flex-grow: 1;
  margin-bottom: 10px;
}
.single-ready-product-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 100px;
  padding: 5px;
  margin-right: 8px;
  width: auto;
}
.single-ready-product-quantity button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border: 1px solid #242424;
  background: #fff;
  border-radius: 50%;
  outline: 0;
  transition: border-color .3s ease-in-out;
}
.single-ready-product-quantity button svg {
  stroke: #373737;
  transition: stroke .3s ease-in-out;
}
.single-ready-product-quantity button:hover {
  border-color: #EF697D;
}
.single-ready-product-quantity button:hover svg {
  stroke: #EF697D;
}
.single-ready-product-quantity input {
  width: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #373737;
  outline: 0;
  border: 0;
  -moz-appearance: textfield;
}
.single-ready-product-quantity input::-webkit-outer-spin-button,
.single-ready-product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-ready-product-one-click-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  color: #5A5A5A;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 100px;
  margin-right: 8px;
}
.single-ready-product-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  background: #EF697D;
  border: 0;
  outline: 0;
  border-radius: 100px;
  box-shadow: 0;
  transition: box-shadow .4s ease-in-out;
}
.single-ready-product-buy img {
  margin-left: 14px;
}
.single-ready-product-buy:hover {
  box-shadow: 0px 7px 19px rgba(239, 105, 125, 0.49);
}
.single-ready-product-advantages {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.single-ready-product-advantages > div {
  width: 100%;
  max-width: 250px;
  flex-grow: 1;
  margin-bottom: 20px;
}
.single-ready-product-advantage {
  display: flex;
}
.single-ready-product-advantage:first-child {
  padding-right: 10px;
}
.single-ready-product-advantage-icon {
  flex-shrink: 0;
  width: 40px;
  height: 32px;
  object-fit: contain;
}
.single-ready-product-advantage-text {
  margin-left: 12px;
  font-size: 16px;
  line-height: 20px;
  color: #5A5A5A;
}
.single-ready-product-description {
  margin-top: 20px;
}
.single-ready-product-description-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #5A5A5A;
}
.single-ready-product-description-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #5A5A5A;
}

@media (max-width: 991px) {
  .single-ready-product-col {
    width: 100%;
  }
  .single-ready-product-gallery {
    margin-bottom: 20px;
  }
  .single-ready-product-gallery .owl-thumbs {
    display: none;
  }
  .single-ready-product-gallery .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 10px;
  }
  .single-ready-product-gallery .owl-dot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-right: 8px;
  }
  .single-ready-product-gallery .owl-dot::before {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #C4C4C4;
  }
  .single-ready-product-gallery .owl-dot.active {
    border: 1px solid #F4687D;
  }
  .single-ready-product-gallery .owl-dot.active::before {
    background: #3C3C3C;
  }
  .single-ready-product-info {
    padding: 0;
    background: transparent;
  }
  .single-ready-product-price {
    justify-content: center;
  }
  .single-ready-product-price-current {
    font-size: 30px;
    margin-right: 30px;
  }
  .single-ready-product-price-old {
    font-size: 20px;
  }
  .single-ready-product-custom-design-link {
    font-size: 16px;
    padding: 10px 15px;
    margin-top: 15px;
  }
}
/* -- Стили карточки готовых товаров -- */


/* Бейсболки */
.constr--baseball-cap .constr__decor {
	max-height: 400px;
}
/* -- Бейсболки -- */

.popup-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    background: #000;
}

.popup-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
