@charset "UTF-8";
/* Главный баннер */
.s1 {
  padding: 4.625em 9.0625em 3.9375em 11.75em;
  background-color: #F8FAFF;
  margin-bottom: 1.75em;
  position: relative;
}
.s1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background-image: url(../img/layout/index-banner.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}
.s1 .container {
  position: relative;
  z-index: 2;
}
.s1__slider {
  position: relative;
  z-index: 2;
}
.s1__slider .slick-dots {
  margin-bottom: -5.6875em;
}
.s1-info {
  max-width: 31.375em;
  z-index: 2;
}
.s1-info__char {
  display: block;
  margin-bottom: 1.32em;
}
.s1-info__label {
  margin-bottom: 0.2em;
  display: block;
}
.s1-info__title {
  display: block;
}
.s1-info__subtitle {
  display: block;
  margin-bottom: 1.2857142857em;
}
.s1-photos {
  z-index: 2;
  width: 100%;
  max-width: 35em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s1-photos__img {
  display: block;
  width: 16.875em;
  height: 26.875em;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3em;
  -webkit-border-radius: 3em;
}
.s1-photos__img:first-child {
  margin-top: 3.6875em;
  background-position: center center;
}
.s1-photos__img:last-child {
  background-position: center center;
}

.s2 {
  padding: 5.6875em 8em 6.25em;
}

.s2-advantages {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.s2-advantages__link {
  padding-left: 4.1875em;
  position: relative;
  width: 33%;
  display: block;
  color: #576778;
}
.s2-advantages__icon {
  width: 3.125em;
  height: 3.125em;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.s2-advantages__description {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 0.1428571429em;
}
.s2-advantages__row {
  width: 100%;
  padding-right: 2.5em;
}
.s2-advantages__row:last-child {
  padding-right: 0;
}

.s3 {
  background-color: #FCFBFC;
  border-radius: 0 24.75em 0 24.75em;
  padding: 2.9375em 9.375em 4.1875em;
}

.s3-info {
  text-align: center;
  max-width: 39.0625em;
  margin-left: auto;
  margin-right: auto;
}
.s3-info__char {
  margin-bottom: 0.76em;
}
.s3-categorys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1.875em;
  margin-right: -1.875em;
  margin-top: 3.0625em;
}
.s3-categorys__item {
  width: 20%;
  margin-bottom: 1.25em;
  display: block;
  padding-left: 1.875em;
  padding-right: 1.875em;
}
.s3-categorys__icon {
  height: 9.375em;
  display: block;
  width: 100%;
  background-color: #E6EEFF;
  border-radius: 3em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 5.75em auto;
  background-size: 5.75em auto;
  margin-bottom: 0.75em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.s3-categorys__title {
  display: block;
  padding: 0 0.5555555556em;
}
.s3-categorys__link {
  display: block;
  width: 100%;
  text-align: center;
}
.s3-categorys__link:hover .s3-categorys__icon {
  background-color: #FCD039;
}
.s3-categorys__link:hover .s3-categorys__title {
  font-weight: 700;
}

.s4 {
  padding: 5.3125em 5em;
}

.s4-discount {
  background-image: url(../img/layout/index-discount.svg);
  height: 6.3125em;
  width: 100%;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center center;
  border-radius: 3.15625em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.s4-discount::before {
  content: "";
  display: block;
  width: 4.25em;
  height: 4.8125em;
  background-image: url(../img/discount/mark.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 1.75em;
  top: -0.375em;
  z-index: 1;
}
.s4-discount__left {
  padding-left: 7.75em;
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.s4-discount__center {
  position: absolute;
  left: 50%;
  margin-left: -5.75em;
}
.s4-discount__center::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.25em;
  height: 1.25em;
  left: 0;
  right: 0;
  background-image: url(../img/discount/instagram.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contaib;
  background-size: contain;
}
.s4-discount__right {
  width: 50%;
  padding-left: 6.96875em;
}
.s4-discount__title {
  text-transform: uppercase;
  color: #FCD039;
  font-weight: 700;
  font-size: 2.1875em;
  max-width: 6.2285714286em;
}
.s4-discount__value {
  font-size: 1.5625em;
  color: #ffffff;
  font-weight: 500;
  text-transform: lowercase;
  padding-left: 2.72em;
  position: relative;
  padding-top: 2em;
}
.s4-discount__percent {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 3em;
}
.s4-discount__qr {
  width: 11.5em;
  display: block;
  position: relative;
  z-index: 2;
}
.s4-discount__plus {
  position: absolute;
  width: 6.3125em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0.0625em solid #032640;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #FCD039;
  background-image: url(../img/discount/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 2.5625em;
  background-size: 2.5625em;
}

.s5 {
  padding: 3.125em 7.375em;
  position: relative;
}

.s5-seasons {
  padding-top: 3.125em;
  margin-left: -0.4375em;
  margin-right: -0.4375em;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.s5-seasons__item {
  padding-left: 0.4375em;
  padding-right: 0.4375em;
  margin-bottom: 1.3125em;
  width: 50%;
}
.s5-seasons__link {
  display: block;
  height: 16.875em;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1.25em;
  overflow: hidden;
}
.s5-seasons__link:hover .s5-seasons__bottom::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background-color: #FCD039;
}
.s5-seasons__bottom {
  padding: 0.625em 3.5em 0.5em 3.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(246, 246, 246, 0.62);
}
.s5-seasons__bottom::after {
  content: "";
  display: block;
  width: 2.5625em;
  height: 2.5625em;
  background-image: url(../img/icons/angle-right.svg);
  border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  background-color: #0C2638;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.75em auto;
  background-size: 0.75em auto;
  position: absolute;
  right: 1.5625em;
  bottom: 0.375em;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.s5-seasons__title {
  font-size: 2.1875em;
  color: #032640;
  font-weight: 700;
  display: block;
}

.s6 {
  padding: 3.125em 7.375em 6.875em;
}
.s6-layout {
  position: relative;
}
.s6-layout::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  height: auto;
  top: -3.125em;
  background-image: url(../img/layout/catalog-recomend.svg);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.s6-slider {
  margin-top: 2.1875em;
  padding: 0 1.625em;
}
.s6-slider__item {
  padding: 0 1.09375em;
  height: auto;
}
.s6-slider .slick-dots {
  bottom: -3.75em;
}

.product {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5625em;
  -webkit-border-radius: 1.5625em;
  /*box-shadow: 0 4px 27.3px 2px #071A2B40;*/
}
.product__top {
  position: relative;
  height: 15.3125em;
  overflow: hidden;
  border: 0.0625em solid #E6EEFF;
  border-bottom: none;
  border-radius: 1.5625em 1.5625em 0 0;
  -webkit-border-radius: 1.5625em 1.5625em 0 0;
}
.product__photo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}
.product__mark {
  padding: 0.6428571429em 0.8571428571em;
  font-size: 0.875em;
  display: inline-block;
  border-radius: 0 1.875em 1.875em 0;
  font-weight: 500;
  position: absolute;
  z-index: 2;
  left: 0;
  line-height: 1.1428571429em;
}
.product__mark-last {
  background-color: #B0151B;
  color: #ffffff;
  top: 1.7857142857em;
}
.product__mark-season {
  background-color: #FCD039;
  color: #032640;
  bottom: 1em;
}
.product__favorites {
  width: 2.25em;
  height: 2.125em;
  background-color: #0C2638;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  position: absolute;
  right: 1.3125em;
  top: 1.4375em;
  background-image: url(../img/icons/button/paw-disable.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1.1875em auto;
  background-size: 1.1875em auto;
  z-index: 2;
}
.product__favorites:hover {
  background-image: url(../img/icons/button/paw-hover.svg);
}
.product__favorites-active {
  background-image: url(../img/icons/button/paw-active.svg);
}
.product__favorites-active:hover {
  background-image: url(../img/icons/button/paw-active.svg);
}
.product__content {
  border: 0.0625em solid #E6EEFF;
  border-top: none;
  border-radius: 0 0 1.5625em 1.5625em;
  -webkit-border-radius: 0 0 1.5625em 1.5625em;
  padding: 1em 1.3125em .8em;
}
.product__title {
  font-size: 0.875em;
  line-height: 1.0642857143em;
  overflow: hidden;
  height: 3.2142857143em;
  display: block;
  width: 100%;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product__title:hover {
  color: #576778;
}
.product__size {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.625em;
  width: 100%;
}
.product__size__item {
  display: block;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
}
.product__size__link {
  font-size: 0.8125em;
  color: #032640;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0769230769em solid #E6EEFF;
  width: 2.3846153846em;
  height: 1.5384615385em;
  text-align: center;
  cursor: pointer;
}
.product__size .product__size__link {
  width: auto;
  min-width: 2.3846153846em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.product__size.product__size-color .product__size__link {
  width: 2.3846153846em;
  padding-left: 0;
  padding-right: 0;
}
.product__size__color {
  width: .8em;
  height: .8em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
}
.product__size__link-active {
  border-color: #0C2638;
}
.product__size__link input {
  display: none;
}
.product__size__link-disable {
  position: relative;
  cursor: default;
  color: #BDBDBD;
}
.product__size__link-disable::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/disable-xs.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.product__code {
  margin-top: 0.7692307692em;
  display: block;
  width: 100%;
  font-size: 0.8125em;
  color: #576778;
  font-weight: 500;
}
.product__bottom {
  margin-top: 0.75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  width: 100%;
}
.product__price__warning {
  color: #FF0029;
  font-size: 0.8125em;
  font-weight: 700;
}
.product__price__current {
  font-weight: 700;
  color: #032640;
  font-size: 1.375em;
}
.product__price__old {
  font-weight: 300;
  color: #576778;
  font-size: 0.875em;
  text-decoration: line-through;
  text-align: left;
  padding-left: 1.5em;
  width: 100%;
}
.product__line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.product__basket {
  width: 52%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid #0C2638;
  font-size: 14px;
  font-weight: 700;
  color: #0C2638;
}
.product__basket svg {
  fill: #0C2638;
  display: block;
  margin-left: .7em;
}
.product__basket-active {
  background-color: #FCD039;
}
.product__basket:hover {
  background-color: #FCD039;
}
.product__buyoneclick {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  text-align: center;
  border: 1px solid #0C2638;
  background-color: #0C2638;
  color: #FFFFFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.product__buyoneclick:hover {
  border-color: #FCD039;
  background-color: #FCD039;
  color: #0C2638;
}
.product:hover .product__photo {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.s7 {
  padding: 1.875em 9.0625em 4.9375em;
}

.s7-info {
  position: relative;
}
.s7-info__char {
  margin-bottom: 0.76em;
}
.s7-info__description {
  height: 16.9375em;
  overflow: hidden;
}
.s7-info__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding-top: 6.5em;
  z-index: 2;
}
.s7-info__bottom::before {
  content: "";
  display: block;
  height: 3.125em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
}
.s7-info__bottom::after {
  content: "";
  display: block;
  height: auto;
  position: absolute;
  bottom: 3.125em;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.61) 0%, #FFFFFF 94.54%);
}
.s7-info__more {
  display: inline-block;
  font-size: 1.125em;
  color: #032640;
  padding-right: 1.5em;
  position: relative;
  font-weight: 500;
}
.s7-info__more::after {
  content: "";
  width: 1.2222222222em;
  height: 0.8888888889em;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.4444444444em;
  display: block;
  background-image: url(../img/icons/more.svg);
}
.s7-info-open .s7-info__description {
  height: auto;
}
.s7-info-open .s7-info__bottom {
  padding-top: 0.9375em;
  position: static;
}
.s7-info-open .s7-info__bottom::before {
  display: none;
}
.s7-info-open .s7-info__bottom::after {
  display: none;
}

.s8 {
  padding: 2.25em 5.25em 1.75em;
}

.s8-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.s8-breadcrumbs__item {
  padding-left: 1.875em;
  position: relative;
}
.s8-breadcrumbs__item::before {
  content: "/";
  font-size: 0.9375em;
  color: #032640;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0.8666666667em;
  bottom: 0;
}
.s8-breadcrumbs__item:first-child {
  padding-left: 0;
}
.s8-breadcrumbs__item:first-child .s8-breadcrumbs__link {
  display: block;
  width: 0.8666666667em;
  height: 1em;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.s8-breadcrumbs__item:first-child::before {
  display: none;
}
.s8-breadcrumbs__item:last-child .s8-breadcrumbs__link {
  font-weight: 700;
}
.s8-breadcrumbs__link {
  font-size: 0.9375em;
  color: #032640;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 24.6666666667em;
}

.s9 {
  padding: 1.75em 6.375em 2.65625em;
}

.s9-slider {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}
.s9-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.s9-slider .slick-arrow {
  width: 2.3125em;
  height: 2.3125em;
  background-color: #0C2638;
  background-image: url(../img/icons/slider-angel-2.svg);
  -webkit-background-size: 0.375em 0.875em;
  background-size: 0.375em 0.875em;
  background-position: center center;
  padding: 0;
  margin-top: 0;
  top: 2.5em;
}
.s9-slider .slick-prev {
  left: -0.3125em;
}
.s9-slider .slick-next {
  right: -0.3125em;
}
.s9-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s9-slider__item {
  padding: 0 0.9375em;
  width: 12.5%;
}
.s9-slider__link {

}
.s9-slider__icon {
  width: 100%;
  height: 7.25em;
  background-color: #E6EEFF;
  border-radius: 2.375em;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 5.3125em auto;
  background-size: 5em auto;
  margin-bottom: 0.4375em;
}
.s9-slider__title {
  display: block;
  text-align: center;
  font-size: 0.875em;
  color: #032640;
  font-weight: 500;
}
.s9-slider__link-active .s9-slider__icon {
  background-color: #FCD039;
}

.s10 {
  padding: 2.65625em 5em 3.125em;
}

#column-left,
.s10-filter {
  width: 20.625em;
}
.s10-filter__group {
  background-color: #FCFBFC;
  border-radius: 1.5em;
  padding: 1.3125em 2.25em 1.1875em 1.6875em;
  margin-bottom: 0.9375em;
}
.s10-filter__title {
  font-size: 1.25em;
  color: #032640;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  width: 100%;
}
.s10-filter__title-toggle {
  position: relative;
  padding-right: 1em;
}
.s10-filter__title-active .s10-filter__char::before {
  display: none;
}
.s10-filter__char {
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  right: 0.3em;
  top: 0.3em;
}
.s10-filter__char::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1em;
  background-color: #032640;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.05em;
}
.s10-filter__char::before {
  content: "";
  display: block;
  height: 100%;
  width: 0.1em;
  background-color: #032640;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  position: absolute;
  right: 50%;
  margin-right: -0.05em;
  top: 0;
  bottom: 0;
}
.s10-filter__current {
  margin-top: 1.3125em;
}
.s10-filter__current__item {
  display: block;
  width: 100%;
  margin-bottom: 0.625em;
}
.s10-filter__current__item:last-child {
  margin-bottom: 0;
}
.s10-filter__current__link {
  padding: 0.3571428571em 2.2142857143em 0.3571428571em 0.8571428571em;
  font-size: 0.875em;
  color: #032640;
  background-color: #E6EEFF;
  border-radius: 7.2857142857em;
  display: inline-block;
  position: relative;
}
.s10-filter__current__link::after {
  content: "";
  display: block;
  background-image: url(../img/icons/close-item-filter.svg);
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 0.9285714286em;
  top: 50%;
  margin-top: -0.25em;
}
.s10-filter__bottom {
  margin-top: 1.125em;
  text-align: right;
}
.s10-filter__reset {
  display: inline-block;
  line-height: 2.9285714286em;
  font-size: 0.875em;
  color: #032640;
  padding-right: 3.4285714286em;
  position: relative;
  text-decoration: underline;
}
.s10-filter__reset::after {
  content: "";
  display: block;
  width: 2.9285714286em;
  height: 2.9285714286em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0C2638;
  border-radius: 0.3571428571em;
  background-image: url(../img/icons/filter-reset.svg);
  -webkit-background-size: 1.3125em 1.3125em;
  background-size: 1.3125em 1.3125em;
  background-repeat: no-repeat;
  background-position: center center;
}
.s10-filter__reset:hover {
  text-decoration: none;
}
.s10-filter__list {
  max-height: 12em;
  overflow: auto;
  padding: 0.1875em 0.375em 0.1875em 0;
  margin-top: 1.3125em;
}
.s10-filter__list::-webkit-scrollbar {
  width: 0.1875em;
}
.s10-filter__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.s10-filter__list::-webkit-scrollbar-thumb {
  opacity: 1;
  background-color: #747474;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border: none;
}
.s10-filter__item {
  margin-bottom: 0.875em;
}
.s10-filter__item:last-child {
  margin-bottom: 0;
}
.s10-filter__item input {
  display: none;
}
.s10-filter__item input:checked + label::before {
  background-color: #FCD039;
}
#column-left {
  font-size: 16px;
}
.ocf-theme-light .ocf-filter-header, .ocf-theme-light .ocf-module-page-header {
  font-size: 16px !important;
}
.ocf-filter-name {
  font-size: 1.25em !important;
  color: #032640;
  text-transform: uppercase;
  font-weight: 700;
  display: block !important;
  width: 100%;
  position: relative;
  padding-right: 1em;
}
.ocf-value-list {
  max-height: 11.5em;
  overflow: auto;
  padding: 0.1875em 0.375em 0.1875em 0;
  margin-top: 1.3125em;
}
.ocf-selected .ocf-value-input-checkbox::after {
  background-image: none !important;
}
.ocf-selected .ocf-value-input::before {
  background-color: #FCD039 !important;
}
.ocf-value-list::-webkit-scrollbar {
  width: 0.1875em;
}
.ocf-value-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.ocf-value-list::-webkit-scrollbar-thumb {
  opacity: 1;
  background-color: #747474;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border: none;
}
.ocf-value-input-checkbox::before {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.ocf-value, .ocf-value:active, .ocf-value:focus, .ocf-value:visited, .ocf-value:hover {
  font-size: 16px !important;
}
.ocf-value-name {
  display: block;
  padding-left: 0;
  font-family: -apple-system, "Gilroy", sans-serif;
  font-size: 0.875em !important;
  color: #032640;
  position: relative;
  cursor: pointer;
}
.ocf-header {
  display: none !important;
}
.ocf-theme-light .ocf-selected-header {
  text-transform: uppercase;
}
.ocf-content .ocf-selected-filter {
  display: block;
  width: 100%;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ocf-theme-light .ocf-selected-filter-name {
  color: #032640;
  display: none !important;
}
.ocf-theme-light .ocf-selected-discard {
  background-color: #E6EEFF !important;
  padding: 0.3571428571em 0.8571428571em 0.3571428571em 0.8571428571em;
  font-size: 1em;
  color: #032640;
  border-radius: 7.2857142857em;
  display: inline-block;
  position: relative;
}
.ocf-content .ocf-times-circle {
  background-image: url(../img/icons/close-item-filter.svg) !important;
  min-width: 8px !important;
  min-height: 8px !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background-position: center center !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 0 !important;
  position: relative !important;
  top: -2px !important;
}
.ocf-content .ocf-selected-value-name {
  overflow: visible !important;
}
.ocf-theme-light .ocf-selected-card {
  box-shadow: none !important;
  padding: 0 !important;
}
.ocf-between {
  text-align: right !important;
  justify-content: flex-end !important;
}
.ocf-between .ocf-btn[data-ocf="specify"] {
  display: none !important;
}
.ocf-content .ocf-selected-card .ocf-between .ocf-btn {
  display: inline-block;
  line-height: 2.9285714286em;
  font-size: 0.875em;
  color: #032640;
  position: relative;
  text-decoration: underline;
  padding: 0 3.4285714286em 0 0;
}
.ocf-content .ocf-selected-card .ocf-between .ocf-btn::after {
  content: "";
  display: block;
  width: 2.9285714286em;
  height: 2.9285714286em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0C2638;
  border-radius: 0.3571428571em;
  background-image: url(../img/icons/filter-reset.svg);
  -webkit-background-size: 1.3125em 1.3125em;
  background-size: 1.3125em 1.3125em;
  background-repeat: no-repeat;
  background-position: center center;
}
.ocf-content .ocf-footer .ocf-btn-link {
  display: none !important;
}
.ocf-content .ocf-footer {
  text-align: left !important;
  justify-content: flex-start !important;
}
.ocf-search-btn-popover {
  background-color: #FCD039 !important;
  color: #032640 !important;
}
.ocf-content .ocf-footer .s10-filter__button {
  font-size: 1em;
  padding: 1em 2.8125em;
  background-color: #FCD039 !important;
  color: #032640 !important;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  font-weight: 700;
  display: inline-block !important;
  width: auto;
  margin-right: auto;
}
.s10-filter__item label {
  display: block;
  padding-left: 2.0714285714em;
  font-size: 0.875em;
  color: #032640;
  position: relative;
  cursor: pointer;
}
.s10-filter__item label::before {
  content: "";
  display: block;
  width: 1.3571428571em;
  height: 1.3571428571em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  top: -0.1071428571em;
  background-color: transparent;
  border: 0.0714285714em solid #BDBDBD;
}
.s10-filter__price {
  display: flex;
  justify-content: space-between;
  padding-right: 1.25em;
  position: relative;
  margin-top: 1.3125em;
}
.s10-filter__price span {
  font-size: 1em;
  color: #032640;
  display: block;
  margin-right: 0.5625em;
}
.s10-filter__price input {
  text-align: left;
  display: block;
  font-size: 1em;
  border: 0.0625em solid #E6EEFF;
  border-radius: 1.5em;
  height: 1.875em;
  line-height: 1.875em;
  padding: 0 0.625em;
  color: #032640;
  width: 5.125em;
}
.s10-filter__price input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.s10-filter__price input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.s10-filter__price__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.s10-filter__price__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
.s10-filter__price::after {
  content: "₴";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #032640;
  font-size: 1em;
  line-height: 1.875em;
}
.s10-catalog {
  width: 55.625em;
}
.s10-catalog__top {
  position: relative;
}
.s10-catalog__top::before {
  content: "";
  background-color: #D8DCE6;
  height: 0.0625em;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  margin-top: -0.03125em;
  z-index: 1;
  display: block;
  position: absolute;
}
.s10-catalog__title {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 1.2em;
}

.s10-banner {
  margin-top: 1.4375em;
  height: 15em;
  width: 100%;
  border-radius: 1.5625em;
  -webkit-background-size: cover;
  background-size: cover;
  /*background-position: center -15.625em;*/
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.s10-banner::after {
  content: "";
  background: linear-gradient(86.16deg, rgba(0, 0, 0, 0.32) 27.29%, rgba(0, 0, 0, 0) 100.69%), linear-gradient(0deg, transparent, transparent);
  box-shadow: 0.3125em 0.6875em 0.8125em 0 rgba(124, 124, 124, 0.11);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.s10-banner__content {
  margin-left: 5.6875em;
  color: #ffffff;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
}
.s10-banner__title {
  font-size: 3.4375em;
  font-weight: 700;
  font-family: inherit;
}
.s10-banner__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1.5em;
  margin-left: 5.125em;
}
.s10-banner__text {
  font-size: 1.875em;
  font-family: inherit;
  text-align: right;
  font-weight: 500;
  max-width: 4.6666666667em;
  display: block;
}
.s10-banner__percent {
  font-size: 4em;
  font-weight: 700;
  font-family: inherit;
  display: block;
  margin-left: 0.4375em;
  margin-bottom: -0.09375em;
}
.s10-banner__link {
  display: block;
  width: 3.75em;
  height: 2em;
  background-color: #032640;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  position: absolute;
  right: 1.8125em;
  bottom: 1em;
  z-index: 3;
  background-image: url(../img/icons/banner-right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.875em auto;
  background-size: 0.875em auto;
}

.s10-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 3.125em;
  padding-bottom: 0.5em;
  border-bottom: 0.0625em solid #D8DCE6;
  position: relative;
  z-index: 3;
}
.s10-sort__tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.s10-sort__tags__item {
  display: block;
  padding-left: 0.8125em;
}
.s10-sort__tags__item:first-child {
  padding-left: 0;
}
.s10-sort__tags__link {
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  padding: 0.7142857143em 1.0714285714em;
  border-radius: 7.2857142857em;
  -webkit-border-radius: 7.2857142857em;
}
.s10-sort__tags__link-last {
  background-color: #B0151B;
  color: #ffffff;
}
.s10-sort__tags__link-season {
  background-color: #FCD039;
  color: #032640;
}
.s10-sort__toggle {
  display: block;
  position: relative;
}
.s10-sort__active {
  display: inline-block;
  font-size: 0.875em;
  padding-right: 1em;
  color: #032640;
  position: relative;
}
.s10-sort__active::after {
  content: "";
  display: block;
  background-image: url(../img/icons/trangle-down.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  height: 0.3571428571em;
  width: 0.7142857143em;
  position: absolute;
  right: 0;
  bottom: 0.2857142857em;
}
.s10-sort__list {
  position: absolute;
  top: 100%;
  width: 13em;
  left: auto;
  right: 0;
  padding-top: 0.625em;
  background-color: transparent;
  z-index: 2;
  display: none;
}
.s10-sort__list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.625em;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #FCFBFC;
  z-index: -1;
}
.s10-sort__item {
  display: block;
}
.s10-sort__link {
  font-size: 0.875em;
  padding: 0.7142857143em 1.0714285714em;
  display: block;
  color: #032640;
}
.s10-sort__link:hover {
  text-decoration: underline;
}
.s10-sort__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.s10-sort__count {
  margin-right: 1em;
}
.s10-sort__count label {
  font-size: 0.875em;
}
.s10-sort__count select {
  font-size: 0.875em;
  outline: none;
  color: #032640;
  border-color: #adb5bd;
}

.s10-goods {
  padding-top: 1.875em;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: -0.78125em;
  margin-right: -0.78125em;
}
.s10-goods__item {
  flex: 0 0 33.3333%;
  padding-left: 0.78125em;
  padding-right: 0.78125em;
  padding-bottom: 1.625em;
}

.s10-more {
  width: 100%;
  padding-top: 1.5em;
  text-align: center;
}
.s10-more__button {
  font-weight: 400;
  background-color: #FFB806;
  font-size: 1.125em;
  padding: 0.7777777778em 3.0555555556em;
}

.s10-pagination {
  width: 100%;
  padding-top: 1.4375em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s10-pagination__item {
  display: block;
  padding-left: 0.625em;
}
.s10-pagination__item:first-child {
  padding-left: 0;
}
.s10-pagination__link {
  display: block;
  font-size: 0.875em;
  color: #727272;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 0.3333333333em;
}
.s10-pagination__link:hover {
  color: #333333;
}
.s10-pagination__link-active {
  color: #0C2638;
  font-weight: 700;
}
.s10-pagination__link-active:hover {
  color: #0c2638;
}

.s11 {
  padding: 1.4375em 5.25em 1.75em;
}

.s11-slider {
  width: 50%;
  position: relative;
  padding-right: 1.09375em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.25em;
}
.s11-slider .slick-arrow {
  width: 2.8125em;
  height: 2.8125em;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  border: 0.0625em solid #E6EEFF;
  margin-top: 0;
  top: auto;
  bottom: 0;
  background-image: url(../img/icons/card-slider-arrow.svg);
  padding: 0;
}
.s11-slider .slick-arrow:hover {
  background-color: #E6EEFF;
}
.s11-slider .slick-disabled {
  opacity: 0.5;
}
.s11-slider .slick-disabled:hover {
  background-color: transparent;
  opacity: 0.5;
}
.s11-slider .slick-prev {
  left: 0;
}
.s11-slider .slick-next {
  left: 3.5em;
}
.s11-slider__nav {
  width: 16%;
  left: 0;
  top: 0;
  margin-top: -0.3125em;
  margin-bottom: -0.3125em;
}
.s11-slider__nav__item {
  padding: 0.3125em 0;
  opacity: 0.5;
}
.s11-slider__nav .slick-current {
  opacity: 1;
}
.s11-slider__nav__photo {
  display: block;
  width: 100%;
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.75em;
  border: 0.0625em solid #E6EEFF;
  cursor: pointer;
}
.s11-slider__for {
  width: 82.4%;
}
.s11-slider__for__photo {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.75em;
  overflow: hidden;
  border: 0.0625em solid #E6EEFF;
  width: 100%;
  padding-top: 100%;
}

.s11-info {
  width: 50%;
  padding-left: 1.09375em;
  margin-bottom: 3.25em;
}
.s11-info__title {
  color: #032640;
  font-size: 1.5625em;
}
.s11-info__code {
  font-size: 1.125em;
  color: #576778;
  font-weight: 500;
  margin-top: 3.1111111111em;
  display: block;
  margin-bottom: 2.5em;
}
.s11-info__price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.4em;
}
.s11-info__price__current {
  font-weight: 700;
  color: #032640;
  font-size: 2.1875em;
}
.s11-info__price__old {
  font-weight: 300;
  font-size: 1.5em;
  text-decoration: line-through;
  margin-left: 1em;
  color: #576778;
}
.s11-info__price__warning {
  font-size: 1.2em;
  color: #FF0029;
  font-weight: 700;
}
.s11-info__bottom {
  margin-top: 1.6875em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*padding-right: 4.5625em;*/
  width: 100%;
}
.s11-info__button {
  /*width: 15.4375em;*/
  text-align: center;
  font-weight: 700;
  border-radius: 14px;
  border: 1.5px solid #0C2638;
  font-size: 1.25em;
  padding: 0 1.3em;
  height: 2.5em;
  position: relative;
  width: auto;
}
.s11-info__button svg {
  position: absolute;
  display: block;
  right: 1.3em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #0C2638;
}
.s11-info__button:hover {
  border-color: #FCD039;
}
.s11-info__button-1 {
  background-color: transparent;
  color: #0C2638;
  text-align: left;
  padding-right: 3.46em;
}
.s11-info__button-2 {
  padding-left: 2.6em;
  padding-right: 2.6em;
}

.s11-options {
  display: block;
  margin-top: 1em;
}
.s11-options__title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 0.875em;
  color: #032640;
}
.s11-options__list {
  margin-top: 0.875em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.s11-options__list-color .s11-options__link-disable {
  color: #032640;
}
.s11-options__list-color .s11-options__link-disable::after {
  display: none;
}
.s11-options__list-color .s11-options__link-disable .s11-options__color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.s11-options__list-color .s11-options__link-disable .s11-options__color::after {
  content: "+";
  font-size: 1.1666666667em;
  font-weight: 400;
  color: inherit;
  display: block;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.s11-options__item {
  display: block;
  margin-left: 0.6875em;
}
.s11-options__item:first-child {
  margin-left: 0;
}
.s11-options__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.3333333333em;
  height: 1.8888888889em;
  background-color: #FCFBFC;
  border: 0.0555555556em solid #E6EEFF;
  font-size: 1.125em;
  font-weight: 500;
  color: #032640;
  padding: 0;
  cursor: pointer;
}
.s11-options__list .s11-options__link {
  width: auto;
  min-width: 3.3333333333em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.s11-options__list.s11-options__list-color .s11-options__link {
  width: 3.3333333333em;
  padding-left: 0;
  padding-right: 0;
}
.s11-options__link input {
  display: none;
}

.s11-options__link [type="radio"]:checked + .s11-options__link {
  border-color: #0C2638;
}

.s11-options__link-active {
  border-color: #0C2638;
}
.s11-options__link-disable {
  color: #BDBDBD;
  cursor: default;
  position: relative;
}
.s11-options__link-disable::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/disable-xs.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.s11-options__color {
  width: 1.3333333333em;
  height: 1.3333333333em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.s11-counter {
  border: 0.0625em solid #E6EEFF;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  display: flex;
  justify-content: space-between;
  width: 7.5em;
  overflow: hidden;
}
.s11-counter__button {
  display: block;
  width: 25%;
  height: 3.1875em;
  background-image: url(../img/icons/counter-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.4375em 0.9375em;
  background-size: 0.4375em 0.9375em;
}
.s11-counter__button-minus {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
input[type=text].s11-counter__input {
  display: block;
  width: 50%;
  height: 2.04em;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 1.5625em;
  color: #032640;
  font-weight: 500;
  padding: 0;
}
input[type=text].s11-counter__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  padding: 0;
}
input[type=text].s11-counter__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  padding: 0;
}

.s11-favorites {
  width: 3.1875em;
  height: 3.1875em;
  background-color: #0C2638;
  border-radius: 0.625em;
  background-image: url(../img/icons/button/paw-disable.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1.75em auto;
  background-size: 1.75em auto;
}
.s11-favorites.product__favorites-active {
  background-image: url(../img/icons/button/paw-active.svg) !important;
}

.s11-line {
  height: 0.0625em;
  background-color: #D8DCE6;
  display: block;
  width: 100%;
}

.s12 {
  padding: 3.125em 7.9375em 3.3125em 12.0625em;
}

.s12-faq {
  max-width: 37.75em;
  width: 100%;
}
.s12-faq__item {
  display: block;
  border-bottom: 0.0625em solid #D8DCE6;
  margin-bottom: 0.75em;
}
.s12-faq__item:last-child {
  margin-bottom: 0;
}
.s12-faq__top {
  display: block;
  width: 100%;
  padding: 0.6875em 2.8125em 0.6875em 0;
  position: relative;
}
.s12-faq__title {
  font-size: 1.125em;
  color: #032640;
  font-weight: 700;
}
.s12-faq__char {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  background-color: #0C2638;
  border-radius: 0.4em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.7em;
  color: #fff;
  font-size: 1.5625em;
  font-weight: 700;
}
.s12-faq__content {
  padding: 0.6875em 0.6875em 1.375em;
}

.s12-paw {
  width: 7.25em;
  height: 9.3125em;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: contain;
  background-size: contain;
}

.s13 {
  padding: 0 5em 3.125em;
}

.s13-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #0C2638;
}
.s13-tabs__link {
  color: #fff;
  font-size: 1.5625em;
  padding: 0.44em 4.52em;
  display: block;
  font-weight: 700;
}

.s13-content {
  padding-top: 2.1875em;
}

.s13-description {
  padding-left: 7.0625em;
  padding-right: 7.0625em;
}
.s13-description__wrapper {
  max-width: 60.3125em;
}

.s13-sizer {
  margin-top: 3.125em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-left: 5.5em;
  padding-right: 1.75em;
}
.s13-sizer__left {
  width: 50%;
  padding-right: 1.875em;
  margin-top: 1.4375em;
}
.s13-sizer__left table {
  table-layout: fixed;
}
.s13-sizer__left th, .s13-sizer__left td {
  width: 100%;
}
.s13-sizer__right {
  width: 50%;
  padding-left: 1.875em;
}
.s13-sizer__title {
  display: block;
  text-align: center;
  font-size: 1.5625em;
  margin-bottom: 1.08em;
}
.s13-sizer__text {
  font-size: 1.125em;
  color: #032640;
  display: block;
}
.s13-sizer__dop {
  text-align: center;
  margin-top: 2.7777777778em;
}

.s13-warning__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.s13-warning__tag {
  display: block;
  color: #fff;
  font-size: 1.5625em;
  font-weight: 700;
  padding: 0.8em 1.88em;
  background-color: #00AD45;
  border-radius: 0 1.375em 0 0;
  -webkit-border-radius: 0 1.375em 0 0;
}
.s13-warning__text {
  padding-left: 1.5em;
}
.s13-warning__text b {
  font-weight: 600;
  display: block;
  width: 100%;
}
.s13-warning__dog {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 25em;
  width: 100%;
  height: auto;
}
.s13-warning__list {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0.1875em;
}
.s13-warning__list__item {
  display: block;
  margin-left: 3.4444444444em;
  padding-left: 0.5555555556em;
  position: relative;
  font-size: 1.125em;
  color: #032640;
}
.s13-warning__list__item:first-child {
  margin-left: 0;
}
.s13-warning__list__item::before {
  content: "";
  display: block;
  width: 0.2222222222em;
  height: 0.2222222222em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #032640;
  position: absolute;
  left: 0;
  top: 0.5555555556em;
}

.s14 {
  padding: 0 6.1875em 1.875em 5em;
}

.s14-info {
  max-width: 50%;
  width: 100%;
}
.s14-info__subtitle {
  font-size: 1.5em;
  display: block;
  margin-top: 0.6666666667em;
  margin-bottom: 0.75em;
  max-width: 20.8333333333em;
}
.s14-info__subtitle i {
  display: inline-block;
  width: 1.0416666667em;
  height: 1.0416666667em;
  position: relative;
  top: 0.1666666667em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}
.s14-img {
  width: 26.6875em;
  height: 25.5625em;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: right center;
}

.s14-social {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -5em;
}
.s14-social__item {
  display: block;
  margin-left: 2.1875em;
}
.s14-social__item:first-child {
  margin-left: 0;
}
.s14-social__link {
  display: block;
  width: 4.625em;
  height: 4.6875em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.s15 {
  padding: 0.1875em 10em 0;
}

.s15-goods {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: -1.09375em;
  margin-right: -1.09375em;
}
.s15-goods__item {
  flex: 0 0 25%;
  padding-left: 1.09375em;
  padding-right: 1.09375em;
  padding-bottom: 1.625em;
}

.s16 {
  padding: 0 5em 2.9375em;
  text-align: center;
}

.s16-title {
  font-size: 3.75em;
  margin-top: 0.1333333333em;
  display: block;
}

.s17 {
  padding: 0 5em 0;
  position: relative;
}
.s17::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -9.75em;
  top: -4.3125em;
  height: auto;
  background-image: url(../img/layout/about.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.s17-info {
  width: 50%;
  padding-right: 7.5em;
  padding-top: 1.0625em;
}
.s17-info__title {
  font-size: 2.1875em;
  font-weight: 700;
  color: #032640;
}
.s17-info__description {
  margin-top: 1.9444444444em;
  font-size: 1.125em;
}
.s17-info__social {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.1875em;
}
.s17-info__social__item {
  display: block;
  margin-left: 1.25em;
}
.s17-info__social__item:first-child {
  margin-left: 0;
}
.s17-info__social__link {
  width: 3.1875em;
  height: 3.3125em;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.s17-photo {
  display: block;
  width: 50%;
  height: 24.375em;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3em;
  -webkit-border-radius: 3em;
}

.s18 {
  padding: 0 5em 5em;
}

.s18-info {
  width: 50%;
  padding-right: 3.7777777778em;
}
.s18-info__char {
  margin-bottom: 0.76em;
}
.s18-info__bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1.6666666667em;
}
.s18-info__button {
  font-size: 1em;
  font-weight: 700;
  padding-left: 1.875em;
  padding-right: 1.875em;
  margin-left: 1.25em;
}
.s18-info__button:first-child {
  margin-left: 0;
}

.s18-photo {
  width: 50%;
  height: 24.375em;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3em;
}

.s19 {
  position: relative;
  z-index: 1;
}
.s19::after {
  content: "";
  z-index: -1;
  position: absolute;
  background-image: url(../img/layout/404-layout.png);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 25em;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.s19-info {
  display: block;
  position: relative;
}
.s19-info__photo {
  display: block;
  width: 100%;
  height: auto;
}
.s19-info__text {
  font-size: 1.5em;
  color: #032640;
  font-weight: 500;
  max-width: 30.8333333333em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  bottom: 2.625em;
  left: 0;
  right: 0;
}

.s20 {
  padding: 0 5.4375em 5em;
  position: relative;
}
.s20-layout {
  width: 8.6875em;
  height: 10.875em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0.875em;
  bottom: -1.5625em;
}

.s20-delivery {
  margin-left: 1.0625em;
  margin-right: 1.0625em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.s20-delivery__item {
  background-color: #FCFBFC;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  padding-left: 1.0625em;
  padding-right: 1.0625em;
  width: 25%;
}
.s20-delivery__photo {
  border-radius: 3em;
  -webkit-border-radius: 3em;
  background-color: #EFF4FF;
  padding-top: 70%;
  margin-bottom: 1.375em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 8.125em 8.125em;
  background-size: 8.125em 8.125em;
}
.s20-delivery__title {
  font-size: 2.1875em;
  font-weight: 700;
  color: #032640;
  display: block;
  text-align: center;
  margin-bottom: 0.4857142857em;
}
.s20-delivery__mark__item {
  font-size: 1.125em;
  font-weight: 700;
  color: #032640;
  background-color: #FCD039;
  display: inline-block;
  padding: 0.2777777778em 1.2222222222em;
  margin-top: 0.6875em;
}
.s20-delivery__mark__item:first-child {
  margin-top: 0;
}
.s20-delivery__list {
  padding-top: 1em;
}
.s20-delivery__list__item {
  display: block;
  font-size: 1.125em;
  color: #032640;
  padding-left: 1.1111111111em;
  position: relative;
  margin-bottom: 0.7222222222em;
}
.s20-delivery__list__item:last-child {
  margin-bottom: 0;
}
.s20-delivery__list__item::before {
  content: "";
  width: 0.7777777778em;
  height: 0.7777777778em;
  background-color: #FCD039;
  position: absolute;
  left: 0;
  top: 0.2222222222em;
}
.s20-delivery__info {
  padding: 2em 1.25em 2.125em;
  font-size: 1.125em;
  color: #032640;
  font-weight: 500;
  font-style: italic;
}
.s20-delivery__text {
  font-size: 1.125em;
  color: #032640;
  padding: 1.3888888889em 1.1111111111em;
}
.s20-delivery__text b {
  font-weight: 700;
}
.s20-delivery__text img {
  display: block;
  width: 2.7222222222em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.s21 {
  position: relative;
  padding: 0em 5.5em 5em;
}
.s21-layout {
  width: 7.3125em;
  height: 6.75em;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left center;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -10em;
}
.s21 .container {
  flex-direction: row;
}
.s21-left {
  width: 50%;
  padding-right: 1.125em;
}
.s21-right {
  width: 50%;
  padding-left: 1.125em;
}

.s21-payment {
  background-color: #FCFBFC;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  border: 0.0625em solid #D8DCE6;
  width: 100%;
  padding: 2.875em 0 2.8125em 0;
  height: 100%;
}
.s21-payment__title {
  font-size: 2.1875em;
  color: #032640;
  font-weight: 700;
  background-color: #FCD039;
  display: inline-block;
  padding: 0.2285714286em 1em 0.2285714286em 1.1428571429em;
}
.s21-payment-online__text {
  display: block;
  font-size: 1.125em;
  padding-left: 1.6666666667em;
  padding-right: 1em;
  color: #032640;
  font-weight: 700;
  margin-top: 2.4444444444em;
}
.s21-payment-online__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0.625em;
  padding-left: 1.375em;
  margin-top: 2.1875em;
}
.s21-payment-online__cards__item {
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.s21-payment-online__cards__photo {
  display: block;
}
.s21-payment-cash__list {
  color: #032640;
  margin-top: 1.25em;
}
.s21-payment-cash__list__item {
  font-size: 1.125em;
  position: relative;
  padding-left: 2.2222222222em;
  padding-right: 2.2222222222em;
  margin-bottom: 0.8888888889em;
}
.s21-payment-cash__list__item:last-child {
  margin-bottom: 0;
}
.s21-payment-cash__list__item::before {
  content: "";
  display: block;
  width: 1.1111111111em;
  height: 1.1111111111em;
  background-color: #FCD039;
  position: absolute;
  left: 0;
  top: 0;
}

#column-left {
  font-size: inherit;
}
.ocf-container {
  position: sticky;
  top: 1.25em;
}

.s21-payment-cash__list__item span {
  text-decoration: underline;
}
.s21-payment-cash__list__item b {
  font-weight: 700;
}
.s21-payment-cash__text {
  color: #032640;
  font-size: 1.125em;
  padding-left: 2.2222222222em;
  padding-right: 2.2222222222em;
  margin-top: 0.8888888889em;
}
.s21-payment-cash__text b {
  font-weight: 700;
}
.s21-payment-cash__info {
  display: block;
  color: #032640;
  font-size: 1.125em;
  font-weight: 500;
  font-style: italic;
  margin-top: 0.8888888889em;
  padding-left: 2.2222222222em;
  padding-right: 2.2222222222em;
}

.s22 {
  padding: 0 5em 5em;
}

.s22-info {
  width: 50%;
  padding-right: 7em;
  margin-top: 1.125em;
}
.s22-info__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.1875em;
}
.s22-info__group:last-child {
  margin-bottom: 0;
}
.s22-info__title {
  font-size: 2.1875em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.s22-info__description {
  width: 100%;
  font-size: 1.5em;
  margin-top: 1.4583333333em;
  max-width: 22.0416666667em;
}
.s22-info__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s22-info__social__item {
  display: block;
  margin-left: 0.625em;
}
.s22-info__social__item:first-child {
  margin-left: 0;
}
.s22-info__social__link {
  display: block;
  width: 3.75em;
  height: 3.75em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.s22-contacts {
  width: 50%;
  padding-left: 8.4375em;
}
.s22-contacts__item {
  padding-left: 6.875em;
  position: relative;
  background-color: #FCFBFC;
  border-radius: 3em;
  height: 6.1875em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.s22-contacts__item:last-child {
  margin-bottom: 0;
}
.s22-contacts__icon {
  width: 4.625em;
  height: 4.6875em;
  display: block;
  position: absolute;
  left: 1.4375em;
  top: 0.75em;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: contain;
  background-size: contain;
}
.s22-contacts__info {
  font-size: 1.5em;
}
.s22-contacts__info b {
  font-weight: 700;
}

.s23 {
  padding: 0 5em 5em;
}

.s23-list {
  width: 50%;
  padding-right: 3.125em;
  margin-top: 0.5em;
  list-style-type: none;
  counter-reset: li;
}
.s23-list__item {
  display: block;
  padding-left: 1.5625em;
  position: relative;
  margin-bottom: 0.5em;
}
.s23-list__item:last-child {
  margin-bottom: 0;
}
.s23-list__item::before {
  content: counter(li) ".";
  counter-increment: li 1;
  color: #000000;
  font-weight: 700;
  font-size: 1.125em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.s23-list__link {
  font-size: 1.125em;
  font-weight: 700;
}

.s23-faq {
  width: 50%;
}
.s23-faq__title {
  font-size: 1.5625em;
  font-weight: 700;
  margin-bottom: 0.52em;
  display: block;
}
.s23-faq .s12-faq {
  max-width: none;
  width: 100%;
}
.s24 {
  padding: 0 5em 2.1875em;
}

.s24-photo {
  width: 40%;
  overflow: hidden;
  border-radius: 3em;
  position: relative;
}
.s24-photo img {
  display: block;
  height: 33em;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.s24-info {
  padding-left: 5.5em;
  width: 60%;
}

.s25 {
  padding: 2.1875em 5em 2.5em;
}

.s25-info {
  max-width: 46.5625em;
}

.s25-drop {
  padding-top: 2.0625em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  margin-left: -0.8125em;
  margin-right: -0.8125em;
}
.s25-drop__item {
  padding-left: 0.8125em;
  padding-right: 0.8125em;
  width: 25%;
}
.s25-drop__wrapper {
  background-color: #FCFBFC;
  border-radius: 3em;
  padding: 2.375em 0.9375em;
  height: 100%;
}
.s25-drop__title {
  height: 2.4444444444em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 1.125em;
  color: #032640;
  font-weight: 700;
  padding: 0 0.8333333333em;
  position: relative;
}
.s25-drop__title::before {
  content: "";
  display: block;
  width: 1.5555555556em;
  height: 1.5555555556em;
  background-color: #FCD039;
  position: absolute;
  left: -0.8333333333em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.s25-drop__description {
  margin-top: 1.125em;
  color: #000;
}

.s26 {
  padding: 2.5em 5em;
}
.s26 .s12-faq {
  margin-left: auto;
  margin-right: auto;
  max-width: 47.25em;
}

.s27 {
  padding: 2.5em 8.4375em 5em;
}

.s27-form {
  background-color: #FFFFFF;
  box-shadow: 0 0.25em 2.4375em 0 #576778;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
}
.s27-form .m-img {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.petstyle-resizer-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.petstyle-resizer-photo img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.petstyle-resizer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.petstyle-resizer-icon img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.petstyle-resizer-delivery {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-top: 0;
  height: 12.8125em;
}
.petstyle-resizer-delivery img {
  display: block;
  max-width: 9.6875em;
  max-height: 9.6875em;
}

.s3-category {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.0625em;
}
.s3-category__part {
  width: 100%;
}
.s3-category__part:nth-child(1) {
  padding-right: 2.1875em;
}
.s3-category__part:nth-child(2) {
  padding-left: 2.1875em;
}
.s3-category__banner {
  height: 16.875em;
  display: block;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1.25em;
  overflow: hidden;
}
.s3-category__banner__bottom {
  padding: 0.625em 1.25em 0.375em 1.25em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(246, 246, 246, 0.62);
  text-align: center;
}
.s3-category__banner__title {
  font-size: 2.1875em;
  color: #032640;
  font-weight: 800;
  display: block;
}
.s3-category__list {
  width: auto;
  margin-top: 1.4375em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -0.46875em;
  margin-right: -0.46875em;
  position: relative;
  z-index: 1;
}
.s3-category__item {
  width: 20%;
  padding-left: 0.46875em;
  padding-right: 0.46875em;
  margin-bottom: 0.8125em;
}
.s3-category__link {
  display: block;
  width: 100%;
  text-align: center;
}
.s3-category__link:hover .s3-category__img {
  background-color: #FCD039;
}
.s3-category__img {
  /*padding: 1em;*/
  //padding: .5em;
  padding-top: 100%;
  display: block;
  width: 100%;
  background-color: #E6EEFF;
  border-radius: 1.8125em;
  overflow: hidden;
  margin-bottom: 0.5em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}
.s3-category__icon {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.s3-category__title {
  display: block;
  font-size: 0.8125em;
  font-weight: 800;
  color: #032640;
}

.menu-pattern {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0C2638;
  opacity: 0.8;
  z-index: 3;
}

.s28 {
  padding: 0 5em 0;
}
.s28-categories {
  display: flex;
  justify-content: flex-start;
  width: auto;
  margin-left: -1em;
  margin-right: -1em;
  flex-wrap: wrap;
}
.s28-categories__item {
  width: 20%;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
}
.s28-categories__link {
  display: block;
}
.s28-categories__photo {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.s28-categories__title {
  width: 100%;
  text-align: center;
  display: block;
  color: #032640;
  font-weight: 800;
  padding-top: .4em;
  font-size: 1.3em;
}

/* new-social */
.s44 {
  padding: 3.125em 7.375em;
}

.s44-social {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FCD039;
  border-radius: 3.4375em;
  -webkit-border-radius: 3.4375em;
  overflow: hidden;
}
.s44-social__left {
  width: 50%;
  background-image: url(../img/pattern-new-social.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left bottom;
}
.s44-social__right {
  width: 50%;
}
.s44-social__title {
  text-transform: uppercase;
  width: 100%;
  font-size: 4.1875em;
  line-height: 1.1044776119em;
  font-weight: 800;
  color: #032640;
  text-align: center;
}
.s44-social__list {
  display: flex;
  justify-content: center;
  margin-top: 2.9375em;
}
.s44-social__item {
  margin-right: 3.5625em;
}
.s44-social__item:last-child {
  margin-right: 0;
}
.s44-social__link {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.9375em;
  padding: 1.0666666667em 2.2666666667em 1.0666666667em 5.2em;
  color: #FFFFFF;
  background-color: #032640;
  border-radius: 67px;
  -webkit-border-radius: 67px;
  position: relative;
  display: block;
}
.s44-social__link:hover {
  color: #FCD039;
}
.s44-social__link:hover .s44-social__icon svg {
  fill: #FCD039;
}
.s44-social__icon {
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
}
.s44-social__icon svg {
  display: block;
  fill: #fff;
}
.s44-social__photo {
  display: block;
  padding-top: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .s44-social__mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .s44 {
    padding: 2.8125em 1.375em 0.625em 0.75em;
  }

  .s44-social {
    padding-top: 1.375em;
  }

  .s44-social__left {
    width: 100%;
  }

  .s44-social__right {
    width: 100%;
    margin-top: 1.9375em;
  }

  .s44-social__list {
    display: none;
  }

  .s44-social__title {
    font-size: 2.8125em;
    max-width: 8.4444444444em;
    margin-left: auto;
    margin-right: auto;
  }

  .s44-social__photo {
    border-radius: 1.875em;
  }

  .s44-social__mob {
    display: block;
    width: 100%;
    padding: 1.125em 0;
  }
  .s44-social__mob .s44-social__list {
    display: flex;
    justify-content: center;
    margin-top: 0;
    width: 100%;
  }

  .s44-social__item {
    margin-right: 0;
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }

  .s44-social__link {
    font-size: 0.8125em;
  }

  .s44-social__icon svg {
    height: 1.4375em;
  }

  .s44-social__icon {
    left: 27px;
  }
}
/* new-social end */

/* landing s45 */
.s45 {
  padding: 2.1875em 4.875em 0;
  background-image: url(../img/layout/s45.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.s45-info {
  width: 50%;
  max-width: 32em;
  padding-top: 2.125em;
}
.s45-info__title {
  font-size: 2.8125em;
  font-weight: 800;
  color: #032640;
  display: block;
  text-transform: uppercase;
}
.s45-info__table {
  font-size: 1.125em;
  max-width: 25.0555555556em;
  margin-top: 1.1111111111em;
  color: #032640;
}
.s45-info__table tr:first-child th {
  font-weight: 700;
  padding: 0.875em 0.875em 0.5625em;
}
.s45-info__table th {
  padding: 0.3333333333em;
  white-space: nowrap;
  background-color: #FCFBFC;
}
.s45-info__button {
  font-size: 0.9375em;
  padding: 0.6666666667em 1.1333333333em;
  font-weight: 700;
}

.s45-slider {
  width: 50%;
  position: relative;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.25em;
}
.s45-slider .slick-arrow {
  width: 2.8125em;
  height: 2.8125em;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  border: 0.0625em solid #E6EEFF;
  margin-top: 0;
  top: auto;
  bottom: 0;
  background-image: url(../img/icons/card-slider-arrow.svg);
  padding: 0;
}
.s45-slider .slick-arrow:hover {
  background-color: #E6EEFF;
}
.s45-slider .slick-disabled {
  opacity: 0.5;
}
.s45-slider .slick-disabled:hover {
  background-color: transparent;
  opacity: 0.5;
}
.s45-slider .slick-prev {
  left: 0;
}
.s45-slider .slick-next {
  left: 3.5em;
}

.s46 {
  padding-bottom: 4.6875em;
}

.s46-top {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.s46-top__char {
  z-index: 1;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #fff;
  display: inline-block;
}
.s46-top__char::before {
  content: "";
  z-index: -1;
  background-color: #FCD039;
  height: 0.3125em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.375em;
  display: block;
}
.s46-top__title {
  margin-top: 0.65em;
  max-width: 20.55em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.s46-colors {
  width: 100%;
  padding-left: 11.75em;
  padding-right: 11.75em;
  display: flex;
  justify-content: flex-start;
  margin-top: 3.375em;
  margin-bottom: 2.4375em;
}
.s46-colors__item {
  width: 50%;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.s46-colors__wrapper {
  width: 100%;
}
.s46-colors__photo {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 90% 90%;
  background-size: 90% 90%;
  background-position: center center;
  background-color: #FAFAFA;
  border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
}
.s46-colors__title {
  font-size: 1.5625em;
  color: #032640;
  font-weight: 700;
  margin-top: 1.2em;
  display: block;
  width: 100%;
  padding-left: 3em;
  position: relative;
}
.s46-colors__marker {
  position: absolute;
  left: 0;
  width: 2.48em;
  height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.04em solid #E6EEFF;
}
.s46-colors__icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
}

.s46-quote {
  margin-top: 2.4375em;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/product/pattern.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top left;
  background-color: #FCD039;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  box-shadow: 0 0.25em 2.4375em 0 #57677866;
  padding: 2.875em 3.25em 3.6875em;
}
.s46-quote__text {
  font-size: 1.375em;
  text-align: center;
}

.s13-warning__dog {
  width: 100%;
  max-width: 37.5em;
  margin-left: auto;
  margin-right: 0;
}

.s47 {
  padding-top: 4.6875em;
  padding-left: 8.4375em;
  padding-right: 8.4375em;
  padding-bottom: 9.25em;
}

.s47-form {
  background-color: #FCD039;
  box-shadow: 0 0.25em 2.4375em 0 rgba(87, 103, 120, 0.4);
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  align-items: center;
  background-image: url(../img/landing/pattern-form.png);
  background-position: right center;
  -webkit-background-size: contain;
  background-size: contain;
}

.s47-img {
  width: 50%;
  padding-top: 35%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1.5em 0 0 1.5em;
  -webkit-border-radius: 1.5em 0 0 1.5em;
  position: relative;
}
.s47-img__logo {
  width: 9.0625em;
  height: 9.0625em;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left top;
  position: absolute;
  left: 1.8125em;
  top: 0;
}

.s47-info {
  padding-left: 6.25em;
  padding-right: 6.25em;
  width: 50%;
}
.s47-info__input {
  font-family: "Gilroy", sans-serif;
  text-align: left !important;
  background-color: #ffffff !important;
  border: 0.0555555556em solid #D8DCE6 !important;
  font-size: 1.125em;
  color: #576778 !important;
  border-radius: 1.3333333333em;
  -webkit-border-radius: 1.3333333333em;
  margin-bottom: 1em;
  font-weight: 300 !important;
  padding: 0 1.2222222222em !important;
}
.s47-info__row {
  display: flex;
  justify-content: space-between;
}
.s47-info__col {
  width: 100%;
}
.s47-info__col:first-child {
  padding-right: 0.4375em;
}
.s47-info__col:last-child {
  padding-left: 0.4375em;
}
.s47-info__policy {
  margin-bottom: 2.0625em;
}
.s47-info__button {
  margin-left: auto;
  margin-right: auto;
}
.s47-info__button:hover {
  background-color: #032640;
  color: #ffffff;
}

.select {
  position: relative;
  margin-bottom: 0.8125em;
  z-index: 2;
}
.select__active {
  display: block;
  width: 100%;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.125em;
  color: #576778;
  border-radius: 1.3333333333em;
  -webkit-border-radius: 1.3333333333em;
  font-weight: 300;
  padding: 0 1.2222222222em;
  height: 2.6111111111em;
  line-height: 2.6111111111em;
}
.select__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 1.5em;
  background-color: #ffffff;
  box-shadow: 0 0.25em 2.4375em 0 rgba(87, 103, 120, 0.4);
  display: none;
  overflow: hidden;
}
.select__link {
  font-size: 1.125em;
  line-height: 2.6111111111em;
  padding: 0 1.2222222222em;
  color: #576778;
  display: block;
}
.select__link:hover {
  background-color: #032640;
  color: #ffffff;
}

.policy {
  padding-left: 1.375em;
  padding-right: 1.375em;
}
.policy label {
  position: relative;
  font-weight: 300;
  color: #032640;
  font-size: 0.75em;
  line-height: 1.1666666667em;
  padding-left: 2.0833333333em;
  cursor: pointer;
}
.policy label::before {
  content: "";
  width: 1.5833333333em;
  height: 0.8333333333em;
  border: 0.0833333333em solid #212121;
  display: block;
  left: 0;
  top: 0.0833333333em;
  position: absolute;
}
.policy label a {
  text-decoration: underline;
}
.policy label a:hover {
  text-decoration: none;
}
.policy input {
  display: none;
}
.policy input:checked ~ label::before {
  background-color: #212121;
}

.s48-top {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 7.6875em;
}
.s48-top__char {
  z-index: 1;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #fff;
  display: inline-block;
}
.s48-top__char::before {
  content: "";
  z-index: -1;
  background-color: #FCD039;
  height: 0.3125em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.375em;
  display: block;
}
.s48-top__title {
  margin-top: 0.65em;
  max-width: 20.55em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.s48-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 8.125em;
  padding-right: 8.125em;
  margin-bottom: 5.375em;
}
.s48-section__info {
  width: 40%;
}
.s48-section__wrapper {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
}
.s48-section__number {
  background-color: #FCD039;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.625em;
  color: #032640;
  border-radius: 0.1904761905em;
  -webkit-border-radius: 0.1904761905em;
  font-weight: 800;
  width: 1.9761904762em;
  height: 1.8333333333em;
  margin-left: auto;
  margin-right: auto;
}
.s48-section__title {
  font-size: 2.1875em;
  color: #032640;
  font-weight: 800;
  line-height: 1.2em;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.0571428571em;
}
.s48-section__text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 14.6818181818em;
  color: #032640;
  font-size: 1.375em;
  text-align: center;
  margin-top: 1em;
}
.s48-section__img {
  width: 60%;
  padding-top: 40%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  overflow: hidden;
  display: block;
}

.s49 {
  padding-bottom: 4.6875em;
}

.s49-top {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.s49-top__char {
  z-index: 1;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #fff;
  display: inline-block;
}
.s49-top__char::before {
  content: "";
  z-index: -1;
  background-color: #FCD039;
  height: 0.3125em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.375em;
  display: block;
}
.s49-top__title {
  margin-top: 0.65em;
  max-width: 20.55em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.s48-steps {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 9.625em;
  padding-right: 9.625em;
}
.s48-steps__item {
  width: 25%;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.s48-steps__wrapper {
  width: 100%;
  background-color: #EFF4FF;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  position: relative;
  height: 17.6875em;
}
.s48-steps__count {
  font-weight: 800;
  color: #fff;
  opacity: 0.66;
  font-size: 5.9375em;
  position: absolute;
  left: 0.1263157895em;
  top: 0.2105263158em;
}
.s48-steps__photo {
  display: block;
  width: 100%;
  height: 7.1875em;
  background-repeat: no-repeat;
  -webkit-background-size: auto 6.25em;
  background-size: auto 6.25em;
  background-position: center center;
  max-width: 7.375em;
  margin-left: auto;
  margin-right: auto;
}
.s48-steps__title {
  font-weight: 800;
  color: #000;
  font-size: 1.25em;
  text-align: center;
  display: block;
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.s48-steps__text {
  margin-top: 0.7222222222em;
  font-size: 1.125em;
  color: #032640;
  font-weight: 300;
  text-align: center;
  padding-left: 1.5555555556em;
  padding-right: 1.5555555556em;
}

.s48-bottom {
  margin-top: 5em;
  padding-left: 9.625em;
  padding-right: 9.625em;
  text-align: center;
  width: 100%;
}
.s48-bottom__button {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
/* landing end */

.sets {
  padding: 3.125em 7.375em 0 6.875em !important;
  order: -1 !important;
}
.sets h3 {
  font-weight: 700;
  font-size: 2.1875em;
  margin-bottom: 1em;
}

.sets .set-product h4 {
  font-size: 0.875em !important;
    line-height: 1.0642857143em !important;
    overflow: hidden !important;
    height: 3.2142857143em !important;
    display: block !important;
    width: 100% !important;
    font-weight: 600 !important;
    text-overflow: ellipsis !important;
    display: -moz-box !important;
    -moz-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    text-align: left !important;
}

.add-set-btn {
  font-size: 1em !important;
  padding: 1em 2.8125em !important;
  /*background-color: #032640 !important;
  color: #fff !important;*/
  background-color: #FCD039 !important;
  color: #032640 !important;
  font-weight: 700 !important;

  border-radius: 3em !important;
  -webkit-border-radius: 3em !important;
  cursor: pointer;
}
.add-set-btn:hover {
  background-color: #FCD039 !important;
  color: #032640 !important;
  font-weight: 700 !important;
}

.simplecheckout-block-content i {
  font-style: italic;
}
/*
.simplecheckout-block-content label {
  font-weight: 400;
}
  */