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

@font-face {
  font-family: “BookmanOldStyle-Regular”;
  font-display: swap;
  src: url("../fonts/BookmanOldStyle-Regular/BookmanOldStyle.eot");
  src: local("O"), url("../fonts/BookmanOldStyle-Regular/BookmanOldStyle.woff") format("woff"), url("../fonts/BookmanOldStyle-Regular/BookmanOldStyle.woff2") format("woff2"), url("../fonts/BookmanOldStyle-Regular/BookmanOldStyle.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;
}

@font-face {
  font-family: “Montserrat-SemiBold”;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
  src: local("O"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.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: #fff;
  background-color: #201849;
  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;
  overflow: hidden;
}

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

.container {
  max-width: 1505px;
  margin: 0 auto;
  padding: 0 30px;
}

h1 {
  font-family: “BookmanOldStyle-Regular”;
  font-size: 70px;
  line-height: 1.2;
}

h2 {
  font-family: “BookmanOldStyle-Regular”;
  font-size: 70px;
  line-height: 1.2;
}

h3 {
  font-family: “BookmanOldStyle-Regular”;
  font-size: 65px;
  line-height: 1.2;
}

h4 {
  font-family: “BookmanOldStyle-Regular”;
  font-size: 60px;
  line-height: 1.3;
}

h5 {
  font-family: “BookmanOldStyle-Regular”;
  font-size: 45px;
  line-height: 1.3;
}

h6 {
  font-family: “BookmanOldStyle-Regular”;
  font-size: 40px;
  line-height: 1.3;
}

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

section {
  width: 100%;
  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;
  width: 318px;
  height: 70px;
  padding: 0 20px;
  border-radius: 35px;
  background-color: #fff;
  overflow: hidden;
  font-family: “Montserrat-Bold”;
  line-height: 1.2;
  color: #413788;
  text-align: center;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn:active {
  top: 2px;
}

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

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

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

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

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

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

.form__input {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 30px;
  padding: 0 20px;
  font-family: “Montserrat-Medium”;
  font-size: 18px;
  line-height: 1.2;
  color: #323232;
  overflow: hidden;
}

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

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

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

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

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

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

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

.form__input::-ms-input-placeholder {
  font-family: “Montserrat-Regular”;
  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: #fff;
}

.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;
}

@media (min-width: 768px) {
  .btn {
    cursor: pointer;
  }
  .btn:hover {
    -webkit-box-shadow: 0px 2px 20px 2px rgba(255, 255, 255, 0.8);
            box-shadow: 0px 2px 20px 2px rgba(255, 255, 255, 0.8);
  }
  .btn:focus {
    -webkit-box-shadow: 0px 2px 20px 2px rgba(255, 255, 255, 0.8);
            box-shadow: 0px 2px 20px 2px rgba(255, 255, 255, 0.8);
  }
  .form__text a {
    cursor: pointer;
  }
  .form__text a:hover {
    color: #b1a2fa;
  }
  .form__text a:focus {
    color: #b1a2fa;
  }
}

.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: #392697;
  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/3-1.png");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center;
}

.popup__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.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: #fff;
  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 h5 {
  text-align: center;
  margin: 0 auto 10px auto;
}

.form--popup small {
  font-family: “Montserrat-Medium”;
  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: 12px;
  margin: 0 0 24px 0;
}

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

.popup__btn.btn {
  width: 70%;
  height: 60px;
  margin: 0 auto 30px auto;
}

/* label */
.label {
  overflow: hidden;
  padding: 90px 0 194px 0;
}

.label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.74%, rgba(32, 24, 73, 0)), to(#201849));
  background: -webkit-linear-gradient(top, rgba(32, 24, 73, 0) 47.74%, #201849 100%);
  background: -o-linear-gradient(top, rgba(32, 24, 73, 0) 47.74%, #201849 100%);
  background: linear-gradient(180deg, rgba(32, 24, 73, 0) 47.74%, #201849 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.label::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 24, 73, 0.4)), color-stop(90.63%, rgba(32, 24, 73, 0.1)));
  background: -webkit-linear-gradient(top, rgba(32, 24, 73, 0.4) 0%, rgba(32, 24, 73, 0.1) 90.63%);
  background: -o-linear-gradient(top, rgba(32, 24, 73, 0.4) 0%, rgba(32, 24, 73, 0.1) 90.63%);
  background: linear-gradient(180deg, rgba(32, 24, 73, 0.4) 0%, rgba(32, 24, 73, 0.1) 90.63%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.label > img:nth-child(1) {
  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;
}

.label > img:nth-child(2) {
  width: auto;
  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: 2;
}

.label__content {
  position: relative;
  z-index: 5;
}

.label__logo {
  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;
  margin: 0 auto 55px auto;
  position: relative;
}

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

.label__content strong {
  width: 68%;
  margin: 0 auto 25px auto;
  font-family: “Montserrat-SemiBold”;
  font-size: 30px;
  line-height: 1.46;
  text-align: center;
}

.label__img {
  width: 100%;
  padding-top: 42%;
  position: relative;
  z-index: 6;
}

.label__img img {
  width: auto;
  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: 2;
}

/* products */
.products {
  padding: 92px 0 20px 0;
  z-index: 4;
}

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

.products__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.35fr;
      grid-template-columns: 1fr 1.35fr;
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
}

.products__img {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  -webkit-transform: translate(-8%, -14%);
      -ms-transform: translate(-8%, -14%);
          transform: translate(-8%, -14%);
}

.products__img img {
  width: auto;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: rot 26s linear 0s infinite;
          animation: rot 26s linear 0s infinite;
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.products__info h3 {
  margin: 0 0 16px 0;
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
}

.products__info p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 40px 0;
}

.products__info-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 18px;
          column-gap: 18px;
}

.products__info-icon {
  width: 56px;
  height: 56px;
  position: relative;
  margin: 0 0 18px 0;
}

.products__info-icon svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-animation: wiggle 3s linear infinite;
          animation: wiggle 3s linear infinite;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.products__info-item strong {
  font-family: “BookmanOldStyle-Regular”;
  font-size: 25px;
  line-height: 1.2;
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
  margin: 0 0 10px 0;
}

.products__info-item small {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.5;
}

/* best */
.best {
  padding: 12px 0 120px 0;
}

.best__content h2 {
  width: 60%;
  margin: 0 0 100px 0;
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
}

.best__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.best__item {
  padding: 24px 6px 60px 6px;
  border-radius: 10px;
  background-color: #392697;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(255, 255, 255, 0.15);
          box-shadow: 0px 8px 32px 0px rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.best__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.best__item-img {
  width: 100%;
  height: auto;
  padding-top: 106%;
  position: relative;
  overflow: hidden;
}
.best__item-img img.prod_img {
  z-index: 1;
  width: 96%;
  position: absolute;
  top: 0;
  left:2%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-animation: rot2 66s linear 0s infinite;
          animation: rot2 66s linear 0s infinite;

}
/*
.best__item-img img:nth-child(1) {
  width: 96%;
  height: auto;
  -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-animation: rot2 66s linear 0s infinite;
          animation: rot2 66s linear 0s infinite;
}
*/

/*
@-webkit-keyframes rot2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rot2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
*/
@keyframes rot2 {
  0% {
        transform: rotate(0deg);
  }
  100% {
        transform: rotate(360deg);
  }
}

.best__item-img img:nth-child(2) {
  width: auto;
  height: 86%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -56%);
      -ms-transform: translate(-50%, -56%);
          transform: translate(-50%, -56%);
  z-index: 3;
}

.best__item h6 {
  width: 90%;
  margin: -46px auto 0 auto;
  text-align: center;
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
  position: relative;
  z-index: 4;
}

/* skyline */
.skyline > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about {
  padding: 100px 0 138px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #201849), color-stop(87.5%, rgba(32, 24, 73, 0.7)));
  background: -webkit-linear-gradient(top, #201849 16%, rgba(32, 24, 73, 0.7) 87.5%);
  background: -o-linear-gradient(top, #201849 16%, rgba(32, 24, 73, 0.7) 87.5%);
  background: linear-gradient(180deg, #201849 16%, rgba(32, 24, 73, 0.7) 87.5%);
  position: relative;
  z-index: 2;
}

.about strong {
  font-family: “Montserrat-SemiBold”;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 0 0 8px 0;
}

.about h1 {
  margin: 0 0 40px 0;
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
}

.about__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin: 0 0 30px 0;
}

.about__content article p {
  font-family: “Montserrat-Medium”;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 12px 0;
}

.about__content article p:last-child {
  margin: 0;
}

.about__content article p span {
  font-family: “Montserrat-Bold”;
}

.about__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.about__items article {
  padding: 0 60px 0 0;
  position: relative;
}

.about__items article::before {
  content: "";
  display: block;
  width: 2px;
  height: 100px;
  background-color: #b1a2fa;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
}

.about__items article strong {
  font-family: “BookmanOldStyle-Regular”;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.about__items article p {
  letter-spacing: 0.9px;
}

/* stock */
.stock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.6fr 1fr auto;
      grid-template-columns: 0.6fr 1fr auto;
  grid-gap: 90px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 10px;
  padding: 60px 54px;
  background-color: #29255f;
  background-image: url("../img/4-3.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  position: relative;
  z-index: 2;
  margin: 0 0 136px 0;
}

.stock h5 {
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
}

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

.stock__img img {
  width: auto;
  height: 250%;
  -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: 2;
  -webkit-animation: wiggle2 4s linear infinite;
          animation: wiggle2 4s linear infinite;
}

@-webkit-keyframes wiggle2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(4deg);
            transform: translate(-50%, -50%) rotate(4deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-4deg);
            transform: translate(-50%, -50%) rotate(-4deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes wiggle2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(4deg);
            transform: translate(-50%, -50%) rotate(4deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-4deg);
            transform: translate(-50%, -50%) rotate(-4deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

.stock__btn.btn {
  margin: auto;
}

/* winners  */
.winners {
  padding: 0 0 220px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 24, 73, 0.7)), color-stop(88.02%, #201849));
  background: -webkit-linear-gradient(top, rgba(32, 24, 73, 0.7) 0%, #201849 88.02%);
  background: -o-linear-gradient(top, rgba(32, 24, 73, 0.7) 0%, #201849 88.02%);
  background: linear-gradient(180deg, rgba(32, 24, 73, 0.7) 0%, #201849 88.02%);
  position: relative;
  z-index: 2;
}

.winners > img {
  width: 100%;
  height: 94%;
  -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: 1;
}

.winners__content {
  position: relative;
  z-index: 3;
}

.winners__content h4 {
  width: 68%;
  font-family: “BookmanOldStyle-Regular”;
  margin: 0 0 16px 0;
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
}

.winners__content h4 span {
  font-family: “BookmanOldStyle-Bold”;
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
}

.winners__content strong {
  font-family: “BookmanOldStyle-Bold”;
  font-size: 45px;
  line-height: 1.2;
  color: #b1a2fa;
  margin: 0 0 46px 0;
}

.winners__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;
}

.winners__item {
  width: 100%;
  height: auto;
  /*padding-top: 70%;*/
  position: relative;
  overflow: hidden;
}
/*
.winners__items .winners__item:nth-child(4n + 1) {
  padding-top: 132%;
}

.winners__items .winners__item:nth-child(4n + 2) {
  padding-top: 132%;
}
*/
.winners__item img {
  width: 100%;
  
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  
  /*
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);*/
  z-index: 2;
}

/* footer */
.footer {
  padding: 80px 0 92px 0;
  position: relative;
}

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

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

.footer__logo {
  width: 438px;
  height: 176px;
  position: relative;
}

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

.footer__items h4 {
  /*text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);*/
  margin: 0 0 14px 0;
}

.footer__items strong {
  font-family: “Montserrat-Medium”;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 40px 0;
}

.footer__items-contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.footer__items-contact small {
  font-family: “Montserrat-Medium”;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 4px 0;
}

.footer__items-contact a {
  font-family: “Montserrat-SemiBold”;
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* hover */
@media (min-width: 768px) {
  .footer__items-contact a {
    cursor: pointer;
  }
  .footer__items-contact a:hover {
    color: #b1a2fa;
  }
  .footer__items-contact a:focus {
    color: #b1a2fa;
  }
}

/** breakpoint  **/
@media (max-width: 1470px) {
  .label {
    padding: 56px 0 80px 0;
  }
  .products__content {
    -ms-grid-columns: 1fr 1.5fr;
        grid-template-columns: 1fr 1.5fr;
  }
  .products__img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .products__img img {
    height: 100%;
  }
  .best__content h2 {
    width: 70%;
    margin: 0 0 80px 0;
  }
  .best {
    padding: 12px 0 80px 0;
  }
  .about {
    padding: 80px 0 110px 0;
  }
  .stock {
    grid-gap: 30px;
    padding: 40px 20px;
    margin: 0 0 80px 0;
  }
  .stock__img img {
    height: 190%;
  }
  .winners {
    padding: 0 0 80px 0;
  }
  .footer__content {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .footer__logo {
    width: 360px;
    height: 146px;
  }
  .footer__items-contact a {
    font-size: 33px;
  }
}

@media (max-width: 1320px) {
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 60px;
  }
  h4 {
    font-size: 55px;
  }
  h5 {
    font-size: 40px;
  }
  h6 {
    font-size: 35px;
  }
  .best__content h2 {
    margin: 0 0 60px 0;
  }
  .best__item h6 {
    margin: -10px auto 0 auto;
  }
  .best__item {
    padding: 24px 6px 30px 6px;
  }
  .best {
    padding: 12px 0 60px 0;
  }
  .about {
    padding: 60px 0 110px 0;
  }
  .about__items article strong {
    font-size: 28px;
  }
  .about__items article {
    padding: 0 20px 0 0;
  }
  .about__items article::before {
    right: 10px;
  }
  .stock__img img {
    height: 200%;
  }
  .winners__content h4 {
    width: 80%;
  }
  .footer {
    padding: 40px 0 50px 0;
  }
  .footer__items-contact a {
    font-size: 28px;
  }
  .footer__items h4 {
    font-size: 50px;
  }
}

@media (max-width: 1180px) {
  .container {
    padding: 0 20px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 55px;
  }
  h4 {
    font-size: 50px;
  }
  h5 {
    font-size: 35px;
  }
  h6 {
    font-size: 30px;
  }
  .label__logo {
    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: 50%;
    height: auto;
  }
  .label__logo svg {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .label__content strong {
    width: 70%;
    font-size: 26px;
  }
  .products__content {
    -ms-grid-columns: 1fr 1.8fr;
        grid-template-columns: 1fr 1.8fr;
  }
  .best__content h2 {
    width: 80%;
    margin: 0 0 40px 0;
  }
  .stock__btn.btn {
    width: 100%;
  }
  .stock {
    -ms-grid-columns: 0.6fr 1fr 0.8fr;
        grid-template-columns: 0.6fr 1fr 0.8fr;
  }
  .footer__content {
    display: block;
  }
  .footer__logo {
    margin: 0 0 40px 0;
  }
}

@media (max-width: 992px) {
  .label__content strong {
    width: 80%;
  }
  .label__logo {
    width: 60%;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 55px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 45px;
  }
  h5 {
    font-size: 30px;
  }
  h6 {
    font-size: 22px;
  }
  .products__content {
    display: block;
    position: relative;
  }
  .products__img {
    width: 350px;
    height: 350px;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .products {
    padding: 90px 0 40px 0;
  }
  .best {
    padding: 40px 0;
  }
  .best__content h2 {
    width: 100%;
  }
  .best__item h6 {
    margin: 0px auto 0 auto;
  }
  .best__items {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .best__item {
    padding: 6px 6px 30px 6px;
  }
  .about {
    padding: 40px 0 80px 0;
  }
  .about__content {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .about__items {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .about__items article {
    padding: 0 22px 0 0;
  }
  .about__items article::before {
    height: 100%;
  }
  .stock {
    -ms-grid-columns: 1.6fr 1fr;
        grid-template-columns: 1.6fr 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
    padding: 30px 20px 20px 20px;
    background-size: 80% 100%;
  }
  .stock__img {
    height: auto;
    padding-top: 40%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
  .stock__img img {
    height: 120%;
  }
  .stock h5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .stock__btn.btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .winners__content h4 {
    width: 100%;
  }
  .winners__content strong {
    font-size: 35px;
  }
  .winners__items {
    grid-gap: 20px;
  }
  .winners {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 768px) {
  .anim {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .label__content strong {
    width: 100%;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 35px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 22px;
  }
  .products__info-items {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
  .btn {
    width: 300px;
    height: 58px;
  }
  .stock__img img {
    height: 100%;
  }
  .popup__content {
    width: 94%;
  }
  .form--popup h5 {
    font-size: 40px;
  }
  .winners__content strong {
    font-size: 30px;
  }
  .footer__items h4 {
    font-size: 40px;
  }
  .footer__items-contacts {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
}

@media (max-width: 576px) {
  .products__img {
    width: 250px;
    height: 250px;
  }
  .best__items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
  .best__item h6 {
    font-size: 36px;
  }
  .stock {
    row-gap: 14px;
  }
  .stock__img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .stock h5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .stock__btn.btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .stock__img {
    padding-top: 70%;
  }
  .popup__content {
    padding: 50px 20px 20px 20px;
  }
  .form__text.form__text--popup {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .label__logo {
    width: 90%;
  }
  .label__logo svg {
    width: 100%;
    height: auto;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 30px;
  }
  .best__item h6 {
    font-size: 30px;
  }
  .stock {
    margin: 0 0 60px 0;
  }
  .stock__img {
    display: none;
  }
  .stock__btn.btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .winners__items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer__logo {
    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: 70%;
    height: auto;
  }
  .footer__logo svg {
    position: static;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .winners__content strong {
    font-size: 21px;
  }
  .footer__items h4 {
    font-size: 35px;
  }
  .footer__items-contact a {
    font-size: 22px;
  }
  .footer__items strong {
    font-size: 22px;
  }
  .footer__items-contact small {
    font-size: 16px;
  }
  .popup__content {
    padding: 50px 14px 20px 14px;
  }
  .form__inputs--popup {
    row-gap: 10px;
    margin: 0px 0 20px 0;
  }
  .form--popup h5 {
    font-size: 29px;
  }
  .form--popup small {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .popup__btn.btn {
    width: 100%;
    height: 60px;
    margin: 0 auto 14px auto;
  }
  .form__text {
    font-size: 12px;
  }
}
