@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Light.woff") format("woff"), url("../fonts/Rubik-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 14px;
  background: #fff;
}

body._lock {
  overflow: hidden;
}

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

._container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0px 15px;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../images/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

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

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

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

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

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

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

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/

/*Таймер*/

.countbox {
  height: 121px;
  width: 100%;
  padding: 14px 25px;
  background: #fff;
  width: 100%;
  max-width: 422px;
  height: 119px;
  margin: 0 auto 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.countbox:before {
  content: "Акция завершится через:";
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.countbox .countbox-num {
  float: left;
  text-align: center;
}

.countbox .countbox-space {
  float: left;
  height: 48px;
  width: 46px;
  position: relative;
}

.countbox .countbox-space::after {
  content: ":";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 76px;
  text-align: center;
  color: #C80F2E;
}

._no-webp ._no-webp .countbox-hours1, ._no-webp ._no-webp .countbox-mins1, ._no-webp ._no-webp .countbox-secs1, ._no-webp ._no-webp .countbox-hours2, ._no-webp ._no-webp .countbox-mins2, ._no-webp ._no-webp .countbox-secs2{
  background: url(../images/sprite.png) no-repeat 0 0; }

.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
  float: left;
  text-align: center;
  z-index: 1;
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 76px;
  text-align: center;
  color: #C80F2E;
}

.countbox-secs2 {
  margin-right: 0;
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  text-transform: lowercase;
}

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

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.block.banner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header {
  padding: 16px 0px 17px;
  position: relative;
  z-index: 5;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  margin-right: 12px;
}

.header__logo p {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

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

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Rubik";
}

.menu__body {
  width: 100%;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}

.menu__item._active a {
  font-weight: bold;
  color: #C80F2E;
}

.menu__link {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  text-transform: uppercase;
}

.icon-menu {
  display: none;
}

._no-webp .banner{
  background: url(../images/banner-image.png) calc(100% - 300px) bottom/auto auto no-repeat, url(../images/banner-bg.jpg) bottom center/cover no-repeat; }

.banner {
  padding: 132px 0px 114px;
}

.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.banner__wrapper {
  width: 100%;
  max-width: 603px;
}

.banner__title > h1 {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 41px;
  line-height: 49px;
  color: #000000;
  margin-bottom: 18px;
}

.banner__title > h1 > strong {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  display: block;
}

.banner__title > h1 > strong > span {
  color: #C7102E;
}

.banner__title div {
  position: absolute;
  top: 20px;
  right: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 19px;
  height: auto;
}

.banner__title div P {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  margin-left: 10px;
}

.banner__subtitle {
  font-family: "Rubik";
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.banner__discount {
  position: absolute;
  right: 0;
  top: 55%;
  padding: 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FE0000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  -webkit-transform: rotate(-20.6deg);
      -ms-transform: rotate(-20.6deg);
          transform: rotate(-20.6deg);
}

.banner__discount P {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
}

.banner__discount P span {
  font-size: 36px;
  line-height: 42px;
  display: block;
}

.banner__image-tab {
  display: none;
}

.banner__image-tab img {
  max-width: 100%;
  width: 450px;
  margin-right: -25px;
}

.banner__image-tab div {
  position: absolute;
  left: 50px;
  top: 55%;
  width: 112px;
  height: 112px;
  background: #FFA318;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.banner__image-tab div P {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.banner__image-tab div P span {
  font-size: 36px;
  line-height: 42px;
  display: block;
}

.banner__flag-tab {
  display: none;
}

.banner__flag-tab div {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 21px;
}

.banner__flag-tab div img {
  width: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
}

.banner__flag-tab div P {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-left: 8px;
}

.catalog-banner {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 25px;
}

._no-webp .catalog-banner__item{
  background: url(../images/snow-icon.png) center left/auto auto no-repeat; }

.catalog-banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
  padding: 0px 0px 0px 42px;
  text-align: left;
}

.catalog-banner__name {
  font-family: "Roboto";
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.price-banner {
  margin-top: 40px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #C80F2E;
  display: inline-block;
}

.price-banner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

.price-banner__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-banner__price._old .price-banner__name {
  font-weight: 300;
}

.price-banner__price._old .price-banner__value {
  text-decoration: line-through;
  font-weight: 300;
}

.price-banner__name {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
}

.price-banner__value {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 39px;
  line-height: 47px;
  color: #000000;
}

.order-banner {
  margin-top: 24px;
  width: 100%;
  max-width: 385px;
}

.order-banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #FFFFFF;
  height: 74px;
  background: #C80F2E;
  margin-bottom: 7px;
  width: 100%;
  border-radius: 37px;
}

.order-banner__subtext {
  font-family: "Roboto";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}

.danger {
  padding: 70px 0px;
}

.danger__container {
  max-width: 980px;
  text-align: center;
}

.danger__title {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #000000;
  font-size: 36px;
  line-height: 43px;
}

.danger__title span {
  color: #FE0000;
}

.danger__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

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

.danger__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  margin-left: 25px;
}

.danger__text p {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #100E13;
}

.danger__text p:not(:last-child) {
  margin-bottom: 25px;
}

.choose {
  padding: 80px 0px;
  background: #EDF6FA;
}

.choose__container {
  text-align: center;
}

.choose__title {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #000000;
  font-size: 36px;
  line-height: 43px;
}

.choose__title span {
  color: #C80F2E;
}

.choose__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  margin-top: 40px;
}

.choose__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 35px) / 2);
          flex: 0 0 calc((100% - 35px) / 2);
}

.choose__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 35px) / 2);
          flex: 0 0 calc((100% - 35px) / 2);
  text-align: left;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #100E13;
}

.choose__text p:not(:last-child) {
  margin-bottom: 25px;
}

.features {
  padding: 80px 0px;
}

.features__container {
  max-width: 920px;
  text-align: center;
}

.features__head {
  max-width: 740px;
  margin: 0px auto 0px;
}

.features__title {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #100E13;
  font-size: 36px;
  line-height: 43px;
}

.features__title span {
  color: #C80F2E;
}

.features__subtitle {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #100E13;
  margin-top: 15px;
}

.features__body {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  max-width: 803px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  row-gap: 50px;
}

.features__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 100px) / 2);
          flex: 0 0 calc((100% - 100px) / 2);
  text-align: center;
}

.item-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.item-features::after {
  content: "";
  width: 22px;
  height: 57px;
  background: #000;
  position: absolute;
  top: 84px;
  left: -22px;
}

.item-features__mark {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 57px;
  background: #C80F2E;
}

.item-features__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 25px 20px;
  height: 100%;
}

.item-features__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  height: 170px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 15px;
}

.item-features__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-family: "Rubik";
  font-size: 18px;
  line-height: 22px;
}

.item-features__name {
  margin-bottom: 25px;
  font-weight: 500;
}

.item-features__description {
  font-weight: 300;
}

._no-webp .order{
  background: url(../images/sale-bg.png) center bottom/cover no-repeat; }

.order {
  padding: 80px 0px;
}

.order__container {
  text-align: center;
}

.order__head {
  margin-bottom: 84px;
}

.order__title {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #C80F2E;
  margin-bottom: 8px;
}

.order__subtitle {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  max-width: 662px;
  margin: 0px auto;
}

.order__timer {
  margin-bottom: 35px;
}

.form-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 932px;
  width: 100%;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin: 0 auto;
}

.form-order__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 100px) / 3);
          flex: 0 0 calc((100% - 100px) / 3);
}

.form-order__item._btn {
  position: relative;
}

.form-order__item input {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  padding: 17px 15px;
  color: #000;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #100E13;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.form-order__btn {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  background: #013187;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.19);
  height: 57px;
}

.form-order__item-abs {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}

.fit {
  padding: 80px 0px;
}

.fit__container {
  text-align: center;
}

.fit__title {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #100E13;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 16px;
}

.fit__title span {
  color: #C80F2E;
}

.fit__subtitle {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #100E13;
  margin-top: 15px;
  max-width: 823px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fit__body {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 50px;
}

.fit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 3);
          flex: 0 0 calc((100% - 120px) / 3);
}

.fit__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 235px;
}

.fit__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px 0px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.fit__name p {
  text-align: center;
  margin: 0 auto;
  max-width: 210px;
}

.table-size {
  background: #E8EDF3;
  padding: 80px 0px;
}

.table-size__container {
  text-align: center;
  max-width: 1011px;
}

.table-size__title {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #100E13;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 16px;
}

.table-size__title span {
  color: #C80F2E;
}

.table-size__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.table-size__tables {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* margin-right: 69px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  row-gap: 30px;
  max-width: 650px;
}

.table-size__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 332px;
          flex: 0 0 332px;
  text-align: left;
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.table__sex {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61px;
          flex: 0 0 61px;
  width: 61px;
  background: #000000;
  position: relative;
}

.table__sex P {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 0;
  top: 0;
}

.table__sex P span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.table__body {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.table-col__head {
  margin-bottom: 30px;
}

.table-col__letter {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.table-col__range {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #100E13;
  margin-top: 3px;
  white-space: nowrap;
}

.table-col__size {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #100E13;
  white-space: nowrap;
}

.table-col__size:not(:last-child) {
  margin-bottom: 19px;
}

.info-size__item:not(:last-child) {
  margin-bottom: 50px;
}

.info-size__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.info-size__num {
  width: 41px;
  height: 41px;
  background: #000;
  border-radius: 50%;
  margin-right: 15px;
  font-family: "Rubik";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-size__name {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #100E13;
}

.info-size__description {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #100E13;
}

.store {
  padding: 80px 0px;
}

.store__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 59px;
     -moz-column-gap: 59px;
          column-gap: 59px;
}

.store__item:not(:last-child) {
  margin-bottom: 80px;
}

.store__sliders {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 468px;
          flex: 0 0 468px;
  overflow: hidden;
  width: 100%;
  max-width: 468px;
}

.store__sliders._boy .store__slider {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.store__slider {
  width: 100%;
}

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

.slider-store {
  height: 100%;
}

.slider-store .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  height: 100%;
}

.slider-store__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.slider-store__item img {
  width: 100%;
  height: 100%;
}

.store-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.store-info__name {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  color: #100E13;
}

.store-info__name span {
  color: #013187;
}

.store-info__info {
  margin-top: 18px;
  margin-bottom: 27px;
}

.store-info__info p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #100E13;
}

.store-info__info p:not(:last-child) {
  margin-bottom: 10px;
}

.store-info__slider {
  margin-bottom: 25px;
}

.store-info__price {
  margin-bottom: 16px;
}

.store-info__order {
  width: 362px;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #013187;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.19);
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}

.trumb {
  min-width: 0;
}

.trumb .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  min-width: 0;
}

.trumb__item {
  cursor: pointer;
  flex: 0 0 93px;
  height: 134px;
}
.trumb__item img{
  max-width: 100%;
  width: 100%;
}
.trumb__item.swiper-slide-thumb-active {
  display: none;
}

.price-store-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Rubik";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #C80F2E;
  height: 71px;
}

.price-store-info__discount {
  padding: 0px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background: #C80F2E;
}

.price-store-info__price {
  padding: 0px 31px;
  color: #100E13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.delivery {
  padding: 62px 0px;
}

.delivery__wrapper {
  max-width: 540px;
  width: 100%;
  margin-left: auto;
  text-align: left;
}

.delivery__title {
  font-family: "Rubik";
  font-weight: bold;
  text-transform: uppercase;
  color: #100E13;
  font-size: 36px;
  line-height: 43px;
}

.delivery__body {
  margin-top: 40px;
  position: relative;
}

.delivery__image {
  position: absolute;
  top: 0;
  right: 0;
}

.delivery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 27px;
}

.delivery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
}

.delivery__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87px;
          flex: 0 0 87px;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C80F2E;
  margin-right: 24px;
}

.delivery__text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  text-align: left;
}

.review {
  padding: 80px 0px;
}

.review__container {
  text-align: center;
  max-width: 990px;
}

.review__title {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #000000;
}

.review__body {
  margin-top: 40px;
  position: relative;
}

.review__slider {
  min-width: 0;
}

.review__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  padding: 0px 0px;
}

.review__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 2 - 6px);
          flex: 0 0 calc((100% - 30px) / 2 - 6px);
  margin: 0px 3px;
  position: relative;
  margin-top: 119px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 92px 45px 50px;
  margin-bottom: 3px;
}

.review__item:not(:last-child) {
  margin-right: 30px;
}

.review__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  border-radius: 50%;
  overflow: hidden;
}

.review__name {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #100E13;
}

.review__sity {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #100E13;
}

.review__rate {
  margin: 9px auto;
}

.review__text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #100E13;
}

.review__arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.review-arrow-next {
  right: -80px;
}

.review-arrow-prev {
  left: -80px;
}

.footer {
  background: #fff;
  padding: 35px 0px;
}

.footer__container {
  text-align: center;
}

.footer__link {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  display: block;
  margin-bottom: 11px;
}

.footer__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

@media (min-width: 767.98px) {
  .form-order__item-abs {
    display: none;
  }
}

@media (min-width: 991.98px) {
  ._no-webp .choose{
    background: url(../images/choose-bg.png) center bottom/cover no-repeat, #E8EDF3; }

  ._no-webp .features{
    background: url(../images/bg-snow-left.png) left center/auto 100% no-repeat, url(../images/bg-snow-right.png) right center/auto 100% no-repeat; }

  ._no-webp .fit{
    background: url(../images/bg-snow-left.png) left center/auto 100% no-repeat, url(../images/bg-snow-right.png) right center/auto 100% no-repeat; }

  ._no-webp .table-size{
    background: url(../images/size-bg.png) bottom center/cover no-repeat, #E8EDF3; }

  ._no-webp .store{
    background: url(../images/bg-snow-left.png) left center/auto 100% no-repeat, url(../images/bg-snow-right.png) right center/auto 100% no-repeat; }

  ._no-webp .review{
    background: url(../images/bg-snow-left.png) left center/auto 100% no-repeat, url(../images/bg-snow-right.png) right center/auto 100% no-repeat; }
}

@media (min-width: 1162px) {
  .store-info__action {
    position: relative;
  }

  .store-info__action::after {
    content: url(../images/sales.png);
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  ._no-webp .delivery{
    background: url(../images/delivery-bg.jpg) left bottom/48% 100% no-repeat, url(../images/delivery-bg-bg.png) right bottom/52% 100% no-repeat, #E8EDF3; }
}

@media (max-width: 1800px) {
  ._no-webp .banner{
    background: url(../images/banner-image.png) calc(100% - 195px) bottom/auto auto no-repeat, url(../images/banner-bg.jpg) bottom center/cover no-repeat; }
}

@media (max-width: 1500px) {
  ._no-webp .banner{
    background: url(../images/banner-image.png) calc(100% - 30px) bottom/650px auto no-repeat, url(../images/banner-bg.jpg) bottom center/cover no-repeat; }
}

@media (max-width: 1300px) {
  ._no-webp .banner{
    background: url(../images/banner-image.png) calc(100% - 30px) bottom/600px auto no-repeat, url(../images/banner-bg.jpg) bottom center/cover no-repeat; }

  .banner__image-tab div {
    right: 300px;
  }
}

@media (max-width: 1170px) {
  ._no-webp .banner{
    background: url(../images/banner-image.png) calc(100% + 80px) bottom/540px auto no-repeat, url(../images/banner-bg.jpg) bottom center/cover no-repeat; }
}

@media (max-width: 1162px) {
  .menu__list {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }

  .banner {
    padding: 55px 0px 80px;
  }

  .fit__body {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }

  .fit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 3);
            flex: 0 0 calc((100% - 60px) / 3);
  }

  .store__item {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .slider-store {
    position: relative;
  }

  .slider-store::after {
    content: url(../images/sales-mob.png);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .store-info__name {
    font-size: 40px;
    line-height: 50px;
  }

  .delivery {
    background: #E8EDF3;
  }

  .delivery__wrapper {
    margin: 0px auto;
  }

  .review-arrow-next {
    right: 0;
  }

  .review-arrow-prev {
    left: 0;
  }
}

@media (max-width: 1150px) {
  .danger__title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 830));
  }

  .danger__title {
    line-height: calc(28px + 15 * ((100vw - 320px) / 830));
  }

  .choose__title {
    font-size: calc(23px + 13 * ((100vw - 320px) / 830));
  }

  .choose__title {
    line-height: calc(27px + 16 * ((100vw - 320px) / 830));
  }

  .features__title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 830));
  }

  .features__title {
    line-height: calc(28px + 15 * ((100vw - 320px) / 830));
  }

  .order__title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 830));
  }

  .order__title {
    line-height: calc(28px + 15 * ((100vw - 320px) / 830));
  }

  .fit__title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 830));
  }

  .fit__title {
    line-height: calc(28px + 15 * ((100vw - 320px) / 830));
  }

  .table-size__title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 830));
  }

  .table-size__title {
    line-height: calc(28px + 15 * ((100vw - 320px) / 830));
  }

  .delivery__title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 830));
  }

  .delivery__title {
    line-height: calc(28px + 15 * ((100vw - 320px) / 830));
  }

  .review__title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 830));
  }

  .review__title {
    line-height: calc(28px + 15 * ((100vw - 320px) / 830));
  }
}

@media (max-width: 1080px) {
  .store-info__name {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 1011px) {
  .table-size__tables {
    margin-right: 50px;
  }
}

@media (max-width: 991.98px) {
  .menu__list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .menu__link {
    font-size: 16px;
    line-height: 19px;
  }

  ._no-webp .banner{
    background: url(../images/banner-bg.png) bottom center/cover no-repeat; }

  .banner__wrapper {
    text-align: center;
    max-width: 100%;
  }

  .banner__title > h1 {
    margin-bottom: 0;
  }

  .banner__title > h1 {
    font-size: 36px;
    line-height: 41px;
  }

  .banner__title > h1 strong {
    font-size: 40px;
    line-height: 47px;
  }

  .banner__title div {
    display: none;
  }

  .banner__subtitle {
    display: none;
  }

  .banner__discount {
    padding: 10px 15px;
    top: 65%;
    right: 15px;
  }

  .banner__discount p {
    font-size: 18px;
    line-height: 21px;
  }

  .banner__discount p span {
    font-size: 24px;
    line-height: 28px;
  }

  .banner__image-tab {
    display: block;
  }

  .banner__image-tab div {
    display: none;
  }

  .catalog-banner {
    margin-bottom: 32px;
  }

  .price-banner {
    padding-top: 20px;
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
  }

  .order-banner {
    margin: 16px auto 0px;
  }

  .danger__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }

  .danger__image img {
    width: 100%;
    max-width: 100%;
  }

  .danger__text p {
    font-size: 16px;
    line-height: 19px;
  }

  .danger__text p:not(:last-child) {
    margin-bottom: 15px;
  }

  .choose {
    background: #E8EDF3;
  }

  .form-order {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }

  .form-order__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 50px) / 3);
            flex: 0 0 calc((100% - 50px) / 3);
  }

  .fit__body {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

  .fit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 50px) / 2);
            flex: 0 0 calc((100% - 50px) / 2);
  }

  .table-size__tables {
    margin-right: 0;
  }

  .table-size__info {
    display: none;
  }

  .store__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .store__item:not(:last-child) {
    margin-bottom: 50px;
  }

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

  .store__slider {
    margin-bottom: 8px;
  }

  .slider-store {
    height: auto;
  }

  .slider-store .swiper-wrapper {
    height: auto;
  }

  .slider-store__item {
    height: auto;
    width: 100%;
    max-width: 550px;
  }

  .store-info {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .store-info__name {
    text-align: center;
  }

  .store-info__info {
    margin: 25px 0px;
    text-align: left;
  }

  .store-info__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .trumb .swiper-wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .trumb__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80px;
            flex: 0 1 80px;
  }

  .trumb__item img {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: 100%;
  }

  .review__item {
    padding-bottom: 20px;
  }
}

@media (max-width: 850px) {
  .choose__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .choose__image {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .choose__image img {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
  }

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

  .features__body {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

  .features__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 50px) / 2);
            flex: 0 0 calc((100% - 50px) / 2);
  }
}

@media (max-width: 767.98px) {
  .header {
    padding: 14px 0px;
  }

  .header__logo img {
    margin-right: 8px;
  }

  .menu__body {
    position: fixed;
    top: 55px;
    left: -100%;
    height: calc(100% - 55px);
    width: 100%;
    background: #fff;
    padding: 20px 15px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .menu__link {
    font-size: 18px;
    line-height: 21px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 34px;
    height: 20px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .banner {
    padding: 40px 0px 68px;
  }

  .banner__flag-tab {
    display: block;
  }

  .price-banner {
    padding: 14px 20px;
  }

  .order-banner__btn {
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 36px;
    height: 65px;
  }

  .danger {
    padding: 50px 0px;
  }

  .danger__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 25px;
  }

  .danger__text {
    text-align: center;
    margin-left: 0;
    margin-top: 25px;
  }

  .danger__text p:not(:last-child) {
    margin-bottom: 25px;
  }

  .choose {
    padding: 50px 0px;
  }

  .choose__body {
    margin-top: 25px;
  }

  .choose__text {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .features {
    padding: 50px 0px;
  }

  .features__body {
    margin-top: 36px;
    row-gap: 30px;
  }

  .features__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .item-features::after {
    display: none;
  }

  .item-features__mark {
    display: none;
  }

  .item-features__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
  }

  .item-features__image {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 0;
  }

  .item-features__text {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .item-features__name {
    margin-bottom: 20px;
  }

  .order {
    padding: 50px 0px;
  }

  .form-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    max-width: 425px;
    width: 100%;
  }

  .form-order__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .fit {
    padding: 50px 0px;
  }

  .fit__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
    margin-top: 30px;
  }

  .fit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }

  .table-size {
    padding: 50px 0px;
  }

  .table-size__body {
    margin-top: 30px;
  }

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

  .table__sex {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .table__sex P {
    position: static;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    top: auto;
    left: auto;
    height: auto;
  }

  .table__sex P span {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
    left: 0;
  }

  .table__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .store {
    padding: 50px 0px;
  }

  .store-info__info p {
    font-size: 21px;
    line-height: 24px;
  }

  .delivery {
    padding: 50px 0px;
  }

  .delivery__wrapper {
    text-align: center;
  }

  .delivery__body {
    margin-top: 25px;
  }

  .delivery__image {
    position: static;
    margin-bottom: 30px;
  }

  .review {
    padding: 50px 0px;
  }

  .review__slider {
    overflow: inherit;
  }

  .review__item:not(:last-child) {
    margin-right: 15px;
  }

  .review__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 119px 0px 3px;
  }

  .review__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 13px;
  }

  .review__arrow {
    position: static;
  }

  .footer {
    padding: 22px 0px 25px;
  }

  .footer__link {
    font-size: 12px;
    line-height: 14px;
  }

  .footer__text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 600px) {
  .fit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 570px) {
  .catalog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin: 19px auto 11px;
    row-gap: 7px;
  }

  ._no-webp .catalog-banner__item{
    background: url(../images/snow-icon.png) center left/21px auto no-repeat; }

  .catalog-banner__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: left;
    padding: 0px 0px 0px 33px;
  }

  .catalog-banner__name {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 550px) {
  .banner__title > h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .banner__title > h1 strong {
    font-size: 40px;
    line-height: 47px;
  }

  .banner__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 479.98px) {
  .countbox {
    height: 90px;
    border: 1px solid #C80F2E;
  }

  .countbox:before {
    font-size: 18px;
    line-height: 21px;
    top: -30px;
  }

  .countbox .countbox-space {
    width: 40px;
  }

  .countbox .countbox-space::after {
    font-size: 24px;
    line-height: 42px;
  }

  .countbox-hours1,
  .countbox-mins1,
  .countbox-secs1,
  .countbox-hours2,
  .countbox-mins2,
  .countbox-secs2 {
    font-size: 35px;
    line-height: 42px;
  }

  .countbox-hours-text,
  .countbox-mins-text,
  .countbox-secs-text {
    font-size: 14px;
    line-height: 17px;
  }

  .banner__title > h1 {
    font-size: 19px;
    line-height: 23px;
  }

  .banner__title > h1 strong {
    font-size: 40px;
    line-height: 47px;
  }

  .price-banner__body {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .danger__body {
    margin-top: 15px;
  }

  .choose__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    width: 100%;
  }

  .choose__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .features__subtitle {
    margin-top: 25px;
    font-size: 16px;
    line-height: 19px;
  }

  .item-features__image {
    margin-bottom: 17px;
  }

  .order__head {
    margin-bottom: 54px;
  }

  .order__subtitle {
    font-size: 16px;
    line-height: 19px;
  }

  .order__timer {
    margin-bottom: 27px;
  }

  .form-order {
    row-gap: 10px;
  }

  .form-order__item input {
    padding: 10px 15px;
  }

  .fit__subtitle {
    margin-top: 25px;
    font-size: 16px;
    line-height: 19px;
  }

  .store-info__name {
    font-size: 30px;
    line-height: 36px;
  }

  .store-info__name span {
    display: block;
  }

  .store-info__info p {
    font-size: 18px;
    line-height: 21px;
  }

  .store-info__order {
    height: 59px;
    font-size: 24px;
    line-height: 28px;
  }

  .price-store-info {
    font-size: 24px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .delivery__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
            flex: 0 0 76px;
    width: 76px;
    height: 76px;
  }

  .delivery__text {
    font-size: 16px;
    line-height: 19px;
  }

  .review__item {
    margin: 80px 0px 3px;
    padding: 70px 18px 20px;
  }

  .review__image {
    width: 132px;
    height: 139px;
  }

  .review__name {
    font-size: 18px;
    line-height: 21px;
  }

  .review__sity {
    font-size: 16px;
    line-height: 19px;
  }

  .review__text {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 425px) {
  .choose__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}

@media (max-width: 400px) {
  .features__title span {
    display: block;
  }

  .table-size__title span {
    display: block;
  }
}

@media (max-width: 380px) {
  .price-banner__name {
    font-size: 18px;
    line-height: 21px;
  }

  .price-banner__value {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 370px) {
  .store-info__price {
    margin-bottom: 10px;
    max-width: 362px;
    width: 100%;
  }
}

@media (max-width: 350px) {
  .choose__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 192px;
            flex: 0 0 192px;
  }
}

.tabled{
	background: #fff;
    width: 100%;
}
.tabled thead{
    background: #D8D8D8;
}
.tabled thead td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.tabled, .tabled td, .tabled tr{
	border: 1px solid black;
  	border-collapse: collapse;
}
.tabled td{
	vertical-align: middle;
	text-align: center;
	width: calc(100% / 6);
	padding: 2px 5px;
}
.table-size__value{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	text-transform: uppercase;
}
.table-size__value._size{
	font-weight: 600;
}
.table-size__name{
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}
@media (max-width: 478.98px){
	.table-size__name{
		font-size: 12px;
	}
	.table-size__value{
		font-size: 14px;
	}
	.tabled td{
		padding: 2px 2px;
	}
}

._webp ._no-webp .countbox-hours1, ._webp ._no-webp .countbox-mins1, ._webp ._no-webp .countbox-secs1, ._webp ._no-webp .countbox-hours2, ._webp ._no-webp .countbox-mins2, ._webp ._no-webp .countbox-secs2{ background: url(../images/sprite.webp) no-repeat 0 0; }

._webp .banner{ background: url(../images/banner-image.webp) calc(100% - 300px) bottom/auto auto no-repeat, url(../images/banner-bg.webp) bottom center/cover no-repeat; }

._webp .catalog-banner__item{ background: url(../images/snow-icon.webp) center left/auto auto no-repeat; }

._webp .order{ background: url(../images/sale-bg.webp) center bottom/cover no-repeat; }

@media (min-width: 991.98px){

  ._webp .choose{ background: url(../images/choose-bg.webp) center bottom/cover no-repeat, #E8EDF3; }
}

@media (min-width: 991.98px){

  ._webp .features{ background: url(../images/bg-snow-left.webp) left center/auto 100% no-repeat, url(../images/bg-snow-right.webp) right center/auto 100% no-repeat; }
}

@media (min-width: 991.98px){

  ._webp .fit{ background: url(../images/bg-snow-left.webp) left center/auto 100% no-repeat, url(../images/bg-snow-right.webp) right center/auto 100% no-repeat; }
}

@media (min-width: 991.98px){

  ._webp .table-size{ background: url(../images/size-bg.webp) bottom center/cover no-repeat, #E8EDF3; }
}

@media (min-width: 991.98px){

  ._webp .store{ background: url(../images/bg-snow-left.webp) left center/auto 100% no-repeat, url(../images/bg-snow-right.webp) right center/auto 100% no-repeat; }
}

@media (min-width: 991.98px){

  ._webp .review{ background: url(../images/bg-snow-left.webp) left center/auto 100% no-repeat, url(../images/bg-snow-right.webp) right center/auto 100% no-repeat; }
}

@media (min-width: 1162px){

  ._webp .delivery{ background: url(../images/delivery-bg.webp) left bottom/48% 100% no-repeat, url(../images/delivery-bg-bg.webp) right bottom/52% 100% no-repeat, #E8EDF3; }
}

@media (max-width: 1800px){

  ._webp .banner{ background: url(../images/banner-image.webp) calc(100% - 170px) bottom/auto auto no-repeat, url(../images/banner-bg.webp) bottom center/cover no-repeat; }
}

@media (max-width: 1500px){

  ._webp .banner{ background: url(../images/banner-image.webp) calc(100% - 30px) bottom/650px auto no-repeat, url(../images/banner-bg.webp) bottom center/cover no-repeat; }
}

@media (max-width: 1300px){

  ._webp .banner{ background: url(../images/banner-image.webp) calc(100% - 30px) bottom/600px auto no-repeat, url(../images/banner-bg.webp) bottom center/cover no-repeat; }
}

@media (max-width: 1170px){

  ._webp .banner{ background: url(../images/banner-image.webp) calc(100% + 80px) bottom/540px auto no-repeat, url(../images/banner-bg.webp) bottom center/cover no-repeat; }
}

@media (max-width: 991.98px){

  ._webp .banner{ background: url(../images/banner-bg.webp) bottom center/cover no-repeat; }
}

@media (max-width: 570px){

  ._webp .catalog-banner__item{ background: url(../images/snow-icon.webp) center left/21px auto no-repeat; }
}

