@charset "UTF-8";
@font-face {
  font-family: “Lato-Black”;
  font-display: swap;
  src: url("../fonts/Lato-Black/Lato-Black.eot");
  src: local("O"), url("../fonts/Lato-Black/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black/Lato-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Lato-Bold”;
  font-display: swap;
  src: url("../fonts/Lato-Bold/Lato-Bold.eot");
  src: local("O"), url("../fonts/Lato-Bold/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Montserrat-Bold”;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: local("O"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Montserrat-Medium”;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot");
  src: local("O"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Montserrat-Regular”;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: local("O"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: “Montserrat-Regular”;
  font-size: 18px;
  color: #303030;
  background-color: #F9F6F1;
  line-height: 1;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

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

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

.container {
  max-width: 1476px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

h1 {
  font-family: “Lato-Black”;
  font-size: 60px;
  line-height: 1.1;
  color: #202020;
}

h2 {
  font-family: “Lato-Black”;
  font-size: 75px;
  line-height: 1.1;
  color: #202020;
}

h3 {
  font-family: “Lato-Black”;
  font-size: 65px;
  line-height: 1.1;
  color: #202020;
}

h4 {
  font-family: “Lato-Black”;
  font-size: 60px;
  line-height: 1.3;
  color: #202020;
}

h5 {
  font-family: “Lato-Bold”;
  font-size: 35px;
  line-height: 1.3;
  color: #202020;
}

h6 {
  font-family: “Lato-Bold”;
  font-size: 30px;
  line-height: 1.3;
  color: #202020;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

p span {
  display: inline;
  font-family: “Montserrat-Bold”;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #B8242A;
}

.section {
  width: 100%;
  padding: 140px 0 0 0;
  position: relative;
}

.btn {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 70px;
  padding: 0 45px;
  border-radius: 35px;
  background-color: #B8242A;
  overflow: hidden;
  font-family: “Montserrat-Bold”;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: orange;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.btn:active {
  top: 2px;
}

.title {
  width: 100%;
  margin: 0 0 32px 0;
}

.anim {
  position: relative;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.anim-left {
  position: relative;
  left: -30%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.anim-right {
  position: relative;
  right: -30%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.anim--1 {
  -webkit-transition: 0.6s 0.4s;
  -o-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}

.anim--2 {
  -webkit-transition: 0.6s 0.6s;
  -o-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}

.anim--3 {
  -webkit-transition: 0.6s 0.8s;
  -o-transition: 0.6s 0.8s;
  transition: 0.6s 0.8s;
}

.anim--4 {
  -webkit-transition: 0.6s 1s;
  -o-transition: 0.6s 1s;
  transition: 0.6s 1s;
}

.anim-container.active .anim {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.anim-container.active .anim-left {
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.anim-container.active .anim-right {
  right: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.form__input {
  width: 100%;
  height: 50px;
  background-color: #F5F5F5;
  border: 1px solid #EDEDED;
  border-radius: 25px;
  padding: 0 20px;
  font-family: “Montserrat-Bold”;
  font-size: 18px;
  line-height: 1.2;
  overflow: hidden;
}

.form__inputs .form__input:last-child {
  margin: 0;
}

.form__input[type='number'] {
  -moz-appearance: textfield;
}

.form__input[type='number']::-webkit-outer-spin-button, .form__input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form__input::-webkit-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #454545;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #454545;
  opacity: 1;
}

.form__input::-ms-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #454545;
  opacity: 1;
}

.form__input::placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #454545;
  opacity: 1;
}

.form__input::-webkit-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #454545;
  opacity: 1;
}

.form__input::-moz-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #454545;
  opacity: 1;
}

.form__input::-ms-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #454545;
  opacity: 1;
}

.form__text {
  font-family: “Montserrat-Medium”;
  font-size: 14px;
  line-height: 1.4;
  color: #454545;
}

.form__text a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.form__input.error::placeholder {
    color:#B8242A;
}
@media (min-width: 768px) {
  .btn {
    cursor: pointer;
  }
  .btn:hover::after {
    left: 0;
    width: 100%;
  }
  .btn:focus::after {
    left: 0;
    width: 100%;
  }
  .form__text a {
    cursor: pointer;
  }
  .form__text a:hover {
    color: orange;
  }
  .form__text a:focus {
    color: orange;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 24;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: perspective(600px) translateY(0%) rotateX(0deg);
          transform: perspective(600px) translateY(0%) rotateX(0deg);
}

.popup__body {
  min-height: 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;
  padding: 30px 10px;
}

.popup__content {
  width: 540px;
  border-radius: 5px;
  background-color: #fff;
  padding: 50px 30px 30px 30px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: perspective(600px) translateY(-120%) rotateX(45deg);
          transform: perspective(600px) translateY(-120%) rotateX(45deg);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  display: block;
  background-image: url("../img/4-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.popup__content > svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.popup__close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  height: 2px;
  width: 36px;
  background-color: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close:hover::before,
.popup__close:focus::before,
.popup__close:hover::after,
.popup__close:focus::after {
  -webkit-box-shadow: 0 0 5px 0 #ddd;
          box-shadow: 0 0 5px 0 #ddd;
}

.form--popup {
  position: relative;
  z-index: 2;
}

.form--popup h4 {
  text-align: center;
  margin: 0 auto 10px auto;
}

.form--popup small {
  font-family: “Montserrat-Regular”;
  color: #454545;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 40px 0;
  text-align: center;
}

.form__inputs--popup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  row-gap: 16px;
  margin: 0 0 24px 0;
}

.form__text.form__text--popup {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.btn.form__btn.form__btn--popup {
  width: 50%;
  margin: 0 auto 30px auto;
}

/* label */
.label {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF3DE), to(#F9F6F1));
  background: -webkit-linear-gradient(top, #FFF3DE 0%, #F9F6F1 100%);
  background: -o-linear-gradient(top, #FFF3DE 0%, #F9F6F1 100%);
  background: linear-gradient(180deg, #FFF3DE 0%, #F9F6F1 100%);
}

.label > svg {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.label > svg:nth-child(1) {
  width: auto;
  height: 30%;
  top: 0;
  left: 0;
}

.label > svg:nth-child(2) {
  width: auto;
  height: 84%;
  top: 0;
  right: 0;
}

.label > img {
  width: auto;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.label > img:nth-child(3) {
  bottom: 0;
}

.label > img:nth-child(4) {
  bottom: 0;
}

.label__content {
  padding: 172px 0 0 0;
  position: relative;
  z-index: 5;
}

.label__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 66px auto;
  position: relative;
}

.label__logo svg {
  max-width: 100%;
}

.label__logo svg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: translate(-48%, -48%);
      -ms-transform: translate(-48%, -48%);
          transform: translate(-48%, -48%);
  pointer-events: none;
}

.label__logo svg:nth-child(2) {
  max-width: 100%;
  position: relative;
  z-index: 4;
}

.label__content h6 {
  width: 50%;
  margin: 0 auto 188px auto;
  text-align: center;
}

.label__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  position: relative;
  z-index: 4;
}

.label__item {
  padding: 40px 25px;
  border-radius: 10px;
  background: #B8242A;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.label__item strong {
  font-family: “Lato-Bold”;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px 0;
}

.label__item small {
  font-family: “Montserrat-Medium”;
  font-size: 20px;
  line-height: 1.5;
  color: #FFF;
}

/* products */
.products {
  position: relative;
  overflow: hidden;
}

.products__img {
  width: 397px;
  height: 687px;
  background: -webkit-radial-gradient(50% 50% at 50% 50%, #FFD795 0%, rgba(249, 246, 241, 0) 100%);
  background: -o-radial-gradient(50% 50% at 50% 50%, #FFD795 0%, rgba(249, 246, 241, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #FFD795 0%, rgba(249, 246, 241, 0) 100%);
  position: absolute;
  bottom: 4%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.products__img svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}

.products__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
}

.products__title.title h2 {
  text-transform: uppercase;
}

.products__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 30px;
}

.products__items-img {
  width: 100%;
  height: auto;
  padding-top: 78%;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.products__items-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.products__items-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.products__items-img h5 {
  width: 100%;
  padding: 14px 32px;
  font-family: “Lato-Bold”;
  color: #FFF;
  font-size: 35px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#b8242a), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #b8242a 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #b8242a 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #b8242a 0%, rgba(0, 0, 0, 0) 100%);
}

/* about */
.about__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about__title.title strong {
  font-family: “Montserrat-Bold”;
  color: #B8242A;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.about__title.title h1 {
  text-transform: uppercase;
}

.about__info p {
  margin: 0 0 8px 0;
}

.about__info p:last-child {
  margin: 0;
}

/* advantages */
.advantages {
  position: relative;
  overflow: hidden;
}

.advantages > img {
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}

.advantages__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.4fr;
      grid-template-columns: 1fr 1.4fr;
  grid-gap: 70px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}

.advantages__img {
  width: 100%;
  height: auto;
  padding-top: 180%;
  position: relative;
}

.advantages__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

.advantages__info {
  padding: 50px 0 160px 0;
}

.advantages__title.title h4 {
  text-transform: uppercase;
}

.advantages__items {
  width: 74%;
  margin: 0 0 54px 0;
}

.advantages__items strong {
  font-family: “Montserrat-Bold”;
  color: #B8242A;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.advantages__items small {
  font-family: “Montserrat-Regular”;
  color: #454545;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.advantages__items small:last-child {
  margin: 0;
}

.stock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.3fr;
      grid-template-columns: 2fr 1.3fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 20px;
  background: -webkit-linear-gradient(300deg, #9F1103 0%, #DE1304 100%), -webkit-linear-gradient(315deg, #F5F5F5 0%, #F3F3F3 100%), #FFF;
  background: -o-linear-gradient(300deg, #9F1103 0%, #DE1304 100%), -o-linear-gradient(315deg, #F5F5F5 0%, #F3F3F3 100%), #FFF;
  background: linear-gradient(150deg, #9F1103 0%, #DE1304 100%), linear-gradient(135deg, #F5F5F5 0%, #F3F3F3 100%), #FFF;
  padding: 0 40px;
}

.stock__info {
  padding: 50px 0;
}

.stock__info strong {
  font-family: “Montserrat-Bold”;
  color: #FFF;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 30px 0;
}

.btn.popup-link {
  background-color: #fff;
  color: #9F1103;
}

.stock__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.stock__img img {
  width: auto;
  height: 114%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%);
      -ms-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
  z-index: 2;
}

/* winners  */
.winners {
  padding: 96px 0 112px 0;
  display: block;
  background-color: #fff;
  background-image: url("../img/4-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.winners__title.title {
  margin: 0 0 40px 0;
}

.winners__title.title h2 {
  width: 80%;
  margin: 0 0 16px 0;
}

.winners__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 30px;
}

.winners__items-img {
  grid-column: span 2;
  grid-row: span 1;
  width: 100%;
  height: 600px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.3);
}

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

.winners__items .winners__items-img:nth-child(5n+1) {
  grid-column: span 3;
}

.winners__items .winners__items-img:nth-child(5n+2) {
  grid-column: span 3;
}

/* footer */
.footer {
  background-color: #fff;
  padding: 24px 0;
}

.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6fr;
      grid-template-columns: 1fr 1.6fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

.footer__logo {
  width: 100%;
  height: auto;
}

.footer__logo svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__items {
  padding: 14px 0 0 0;
}

.footer__title.title {
  margin: 0 0 16px 0;
}

.footer__items b {
  font-family: “Montserrat-Regular”;
  color: #303030;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.footer__items-contacts {
  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;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin: 0 0 24px 0;
}

.footer__items-contact small {
  font-family: “Montserrat-Medium”;
  color: #B8242A;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px 0;
}

.footer__items-contact a {
  font-family: “Lato-Bold”;
  color: #202020;
  font-size: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.copyright {
  font-family: “Montserrat-Regular”;
  color: #000;
  font-size: 12px;
}

/* hover */
@media (min-width: 768px) {
  .footer__items-contact a {
    cursor: pointer;
  }
  .footer__items-contact a:hover {
    color: orange;
  }
  .footer__items-contact a:focus {
    color: orange;
  }
  .btn.popup-link {
    cursor: pointer;
  }
  .btn.popup-link:hover {
    color: #fff;
  }
  .btn.popup-link:focus {
    color: #fff;
  }
  .products__items-img:hover::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .products__items-img:focus::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .products__items-img:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .products__items-img:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
}

/** breakpoint  **/
@media (max-width: 1600px) {
  .anim-container.active .anim-left {
    left: -10%;
  }
  .anim-container.active .anim-right {
    right: -10%;
  }
  .advantages > img {
    left: -8%;
  }
}

@media (max-width: 1430px) {
  .label__item {
    padding: 30px 20px;
  }
  .label__content h6 {
    margin: 0 auto 140px auto;
  }
  h2 {
    font-size: 65px;
  }
  h1 {
    font-size: 53px;
  }
  h4 {
    font-size: 50px;
  }
  h3 {
    font-size: 55px;
  }
  .products__img {
    width: 260px;
    height: 500px;
  }
  .products__items-img h5 {
    font-size: 32px;
  }
  .section {
    padding: 100px 0 0 0;
  }
  .stock {
    padding: 0 24px;
  }
  .stock__info strong {
    font-size: 36px;
  }
  .advantages__info {
    padding: 50px 0 90px 0;
  }
  .winners__title.title h2 {
    width: 78%;
  }
  .footer__content {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .footer__logo {
    width: 100%;
    height: auto;
  }
  .footer__logo svg {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer__items-contacts {
    display: block;
  }
  .footer__items-contacts .footer__items-contact {
    margin: 0 0 16px 0;
  }
  .footer__items-contacts .footer__items-contact:last-child {
    margin: 0;
  }
}

@media (max-width: 1320px) {
  .label > svg:nth-child(1) {
    width: 14%;
    height: auto;
  }
  .label > svg:nth-child(2) {
    width: 40%;
    height: auto;
  }
  .label > img {
    height: 64%;
  }
  .label__items {
    grid-gap: 20px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 60px;
  }
  .products__items {
    grid-gap: 20px;
  }
  .products__img {
    width: 230px;
    height: 420px;
    bottom: 2%;
  }
  .products__items-img h5 {
    font-size: 28px;
  }
  .advantages__info {
    padding: 0 0 90px 0;
  }
  .advantages__items small {
    margin: 0 0 16px 0;
  }
  .stock {
    -ms-grid-columns: 2fr 1.3fr;
        grid-template-columns: 2fr 1.3fr;
  }
  .stock__img img {
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .stock__info strong {
    font-size: 34px;
  }
  .winners__title.title h2 {
    width: 81%;
  }
  .winners__items {
    grid-gap: 20px;
  }
  .winners__items-img {
    height: 500px;
  }
  .footer__items-contact a {
    font-size: 34px;
  }
}

@media (max-width: 1180px) {
  .label__logo {
    width: 60%;
  }
  .label__logo svg:nth-child(2) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .label__logo svg:nth-child(1) {
    max-width: 20%;
  }
  h2 {
    font-size: 55px;
  }
  h1 {
    font-size: 40px;
  }
  h4 {
    font-size: 45px;
  }
  h3 {
    font-size: 50px;
  }
  h6 {
    font-size: 26px;
  }
  .products__img {
    width: 140px;
    height: 260px;
    bottom: 0%;
  }
  .products__items-img h5 {
    font-size: 24px;
  }
  .section {
    padding: 80px 0 0 0;
  }
  .stock__info strong {
    font-size: 27px;
  }
  .stock__info {
    padding: 30px 0;
  }
  .btn {
    height: 64px;
    padding: 0 40px;
  }
  .advantages__items strong {
    font-size: 26px;
  }
  .advantages__items small {
    font-size: 20px;
  }
  .winners__title.title h2 {
    width: 89%;
  }
  .winners__items-img {
    height: 400px;
  }
  .winners {
    padding: 80px 0 60px 0;
  }
}

@media (max-width: 992px) {
  .label__items {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .label__item {
    padding: 20px 20px;
  }
  .label__item strong {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
  .label__content {
    padding: 138px 0 0 0;
  }
  .label__content h6 {
    margin: 0 auto 80px auto;
  }
  .anim-container.active .anim-left {
    left: -20%;
  }
  .anim-container.active .anim-right {
    right: -20%;
  }
  .products__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 30px;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .products__title.title h2 {
    width: 76%;
  }
  .products__img {
    display: none;
  }
  .about__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .advantages__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .advantages__img {
    padding-top: 80%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .advantages__img img {
    -webkit-transform: translate(-8%, 0);
        -ms-transform: translate(-8%, 0);
            transform: translate(-8%, 0);
  }
  .advantages > img {
    top: auto;
    bottom: 20px;
    left: 0;
    max-width: 80%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 42px;
  }
  .winners__title.title h2 {
    width: 100%;
  }
  .winners__items-img {
    height: 300px;
  }
  .footer__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 30px;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .advantages__items {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .anim {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .anim-left {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .anim-right {
    right: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .label__logo {
    width: 68%;
    margin: 0 auto 50px auto;
  }
  .label__content h6 {
    width: 100%;
  }
  .label > img {
    height: 40%;
    top: 48%;
  }
  .products__title.title h2 {
    width: 100%;
  }
  .products__items-img h5 {
    font-size: 20px;
  }
  .popup__content {
    width: 94%;
    padding: 50px 20px 20px 20px;
  }
  .winners__items-img {
    height: 230px;
  }
  .footer {
    padding: 0 0 24px 0;
  }
}

@media (max-width: 576px) {
  .label__logo {
    width: 80%;
  }
  h2 {
    font-size: 44px;
  }
  h4 {
    font-size: 40px;
  }
  .products__items {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .products__items-img h5 {
    font-size: 26px;
  }
  .advantages__items strong {
    font-size: 24px;
  }
  .advantages__info {
    padding: 0 0 12px 0;
  }
  .advantages__img {
    padding-top: 100%;
  }
  .advantages__img img {
    -webkit-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
  h3 {
    font-size: 36px;
  }
  .footer__items-contact a {
    font-size: 32px;
  }
  .btn.form__btn.form__btn--popup {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .label__content {
    padding: 106px 0 0 0;
  }
  .label__logo {
    width: 90%;
  }
  h1 {
    font-size: 36px;
  }
  h6 {
    font-size: 22px;
  }
  h4 {
    font-size: 30px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 32px;
  }
  .label__content h6 {
    margin: 0 auto 50px auto;
  }
  .label__item small {
    font-size: 18px;
    line-height: 1.4;
  }
  .label__item strong {
    font-size: 24px;
  }
  .section {
    padding: 60px 0 0 0;
  }
  .products__items-img h5 {
    font-size: 22px;
  }
  .products__items-img h5 {
    padding: 14px 16px;
  }
  .advantages__items small {
    font-size: 18px;
  }
  .stock__img {
    display: none;
  }
  .stock__info strong {
    font-size: 23px;
    text-align: center;
  }
  .form--popup small {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 30px 0;
  }
  .btn.form__btn.form__btn--popup {
    width: 100%;
  }
  .popup__content {
    width: 96%;
    padding: 50px 10px 20px 10px;
  }
  .winners__items {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .winners__items .winners__items-img:nth-child(5n+1) {
    grid-column: span 1;
  }
  .winners__items .winners__items-img:nth-child(5n+2) {
    grid-column: span 1;
  }
  .winners__items-img {
    grid-column: span 1;
  }
  .winners__items-img {
    height: 280px;
  }
  .footer__items-contact a {
    font-size: 24px;
  }
}
