@import url("http://fonts.cdnfonts.com/css/avenir-next-cyr?styles=17338,17329,17331");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Avenir Next Cyr", sans-serif;
}

html {
  overflow-x: hidden;
}
body {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1270px;
  margin: 0 auto;
}

.header {
  padding: 30px 0;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 200px;
  height: 100px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav__phone {
  display: none;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
}

.menu {
  display: flex;
  list-style-type: none;
}

.menu__item {
  margin-right: 20px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
  transition: 0.3s all;
}

.menu__item a {
  color: rgb(51, 71, 91);
  text-decoration: none;
}

.menu__item:hover {
  transform: scaleX(1.03);
}

.menu__item:last-child {
  margin-right: 0;
}

.header__contacts:hover {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

.header__contacts a {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
}

.header__contacts a:hover {
  color: rgb(51, 71, 91);
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 31px;
  cursor: pointer;
  z-index: 201;
}

.hamburger span {
  transition: 0.5s all;
  display: block;
  height: 3px;
  width: 41px;
  background: #000;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(17px) rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  transform: translateY(-11px) rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  display: none;
}

h2 {
  color: rgb(51, 71, 91);
  font-size: 2rem;
  line-height: 1.3125em;
  font-family: "Avenir Next Cyr Heavy", sans-serif;
}

.promo {
  height: calc(100vh - 140px);
  position: relative;
  overflow: hidden;
}

.promo__video {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
}

.promo__video video {
  width: 100%;
  height: calc(100vh - 140px);
  object-fit: cover;
  clip-path: inset(1px 1px);
}

.promo__text {
  z-index: 100;
  display: flex;
  align-items: center;
  height: calc(100vh - 140px);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 2.875rem;
  line-height: 1.30435em;
  font-family: "Avenir Next Cyr Heavy", sans-serif;
}

.about {
  padding: 20px 0;
  margin-top: 20px;
}

.about__title {
  margin-top: 20px;
}

.about__wrapper {
  margin-top: 40px;
  display: grid;
  grid-template: auto / 50% 45%;
  justify-content: space-between;
  margin-bottom: 100px;
}

.about__img {
  min-height: 300px;
}

.about__img img {
  width: 100%;
  box-shadow: 12px 29px 81px 0px rgba(0, 0, 0, 0.75);
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about__item-title {
  font-family: "Avenir Next Cyr Heavy", sans-serif;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.3125em;
  color: rgb(51, 71, 91);
  text-align: center;
}

.about__descr {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
}

.manufacturing {
  padding: 20px 0;
}

.manufacturing__title {
  font-size: 35px;
  margin-top: 20px;
}

.manufacturing__wrapper {
  display: grid;
  grid-template: auto/repeat(auto-fit, 375px);
  gap: 30px;
  justify-content: space-evenly;
  margin-top: 50px;
}

.manufacturing__item {
  box-shadow: 0 0 35px rgb(0 0 0 / 22%);
  border-radius: 10px;
  text-align: center;
  padding: 17px 24px 24px 17px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
  background: #fff;
  text-decoration: none;
  height: 550px;
}

.manufacturing__item-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.manufacturing__item-descr {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
}

.success {
  padding: 20px 0;
}

.success__title {
  font-size: 35px;
  margin-top: 20px;
}

.success__wrapper {
  display: grid;
  grid-template: auto/repeat(auto-fit, 400px);
  column-gap: 20px;
  row-gap: 80px;
  justify-content: space-between;
  margin-top: 50px;
}

.success__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
  line-height: 150%;
}

.success__item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 30px;
  animation: 1s heart infinite;
}

.quality {
  padding: 20px 0;
}

.quality__title {
  margin-top: 20px;
}

.quality__wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.quality__item {
  display: grid;
  grid-template: auto/ 30% 60%;
  justify-content: space-between;
  margin-top: 40px;
  box-shadow: 0 0 35px rgb(0 0 0 / 22%);
  border-radius: 20px;
  padding: 35px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
}

.quality__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contacts {
  padding: 20px 0;
}

.contacts__title {
  margin-top: 20px;
}

.contacts__wrapper {
  margin-top: 20px;
  display: grid;
  grid-template: auto/ 50% 45%;
  align-items: center;
  justify-content: space-between;
}

.contacts__form {
  display: flex;
  flex-direction: column;
}
.contacts__input {
  position: relative;
  margin-bottom: 60px;
}
.contacts__input:nth-child(4) {
  margin-bottom: 20px;
}
.contacts__input-field {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #000;
  height: 32px;
  width: 100%;
  outline: 0;
  color: #000;
  padding-left: 10px;
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
}
.contacts__input-field.active + label {
  transform: translateY(-1.5rem);
}
.contacts__input label {
  position: absolute;
  font-size: 20px;
  left: 18px;
  bottom: 5px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
  transition: 0.3s all;
}
.contacts__input label::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background: #a7a7a7;
  top: 65%;
  left: -15px;
}

.contacts__form button {
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  border: none;
}

.contacts__map iframe {
  width: 100%;
  height: 500px;
  border: none;
}
.footer {
  background: #fff;
  color: #000;
}
.footer__wrapper {
  display: grid;
  grid-template: auto/repeat(auto-fit, minmax(260px, auto));
  padding: 35px 0;
  row-gap: 20px;
}
.footer__text {
  display: grid;
  grid-template: repeat(2, 1fr) / 1fr;
  gap: 25px;
  margin-top: 50px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
}
.footer__text * {
  display: flex;
  align-items: center;
}
.footer__about {
  width: 100%;
}
.footer__logo {
  font-size: 61px;
  font-weight: 700;
  letter-spacing: 1.5rem;
  font-style: "";
  text-transform: uppercase;
}
.footer__contacts {
  font-size: 24px;
}
.footer__contacts-link {
  display: block;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
  margin-bottom: 20px;
  text-decoration: none;
  transition: 0.3s all;
}
.footer__contacts-link:hover {
  color: rgb(51, 71, 91);
  text-decoration: none;
  transform: translateX(10px);
}

.footer__socials a {
  margin-left: 5px;
  text-decoration: none;
  transition: 0.6s all;
}
.footer__socials img {
  width: 22px;
  height: 22px;
  transition: 0.6s all;
}
.footer__socials img:hover {
  transform: translateY(-10px);
}
.pageup {
  position: fixed;
  bottom: 40px;
  right: 25px;
  width: 40px;
  height: 30px;
  z-index: 20000;
  transition: all 0.5s;
}
.pageup-none {
  display: none;
}
.pageup-active {
  display: block;
}
.pageup-hidden {
  opacity: 0;
}
.pageup svg path {
  transition: 0.3s all;
}

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}

.modal__info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.modal.active {
  display: block;
}

.modal__wrapper {
  background-color: #fff;
  border-radius: 50px;
  width: 70%;
  position: relative;
  padding: 40px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.modal__title {
  margin-top: 40px;
  text-align: center;
}
.modal__content {
  margin-top: 40px;
  display: grid;
  grid-template: auto / 50% 45%;
  justify-content: space-between;
}
.modal__img {
  width: 100%;
  height: 315px;
}
.modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.modal__text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: rgb(51, 71, 91);
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 25px;
  cursor: pointer;
}

.anim__item {
  transform: translateY(40%);
  opacity: 0;
}
.anim__left {
  transform: translateX(-100%);
  opacity: 0;
}
.anim__right {
  transform: translateX(100%);
  opacity: 0;
}
.anim-active {
  transition: all 0.8s;
  transform: none;
  opacity: 1;
}

@keyframes heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

@media (max-width: 1270px) {
  .container {
    padding: 0 40px 0 30px;
  }
  .nav {
    display: none;
    position: absolute;
    top: 140px;
    z-index: 1000;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  .nav.active {
    display: block;
  }
  .hamburger {
    display: flex;
  }
  .menu {
    opacity: 0;

    flex-direction: column;
    align-items: center;
    transition: 0.5s all;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .nav__phone {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .menu.expand {
    opacity: 1;
  }
  .menu__item {
    margin-bottom: 10px;
  }
  .header__contacts {
    display: none;
  }
}

@media (max-width: 992px) {
  h2 {
    text-align: center;
  }
  .promo__text {
    font-size: 2.575rem;
  }
  .about__wrapper {
    grid-template: auto / auto;
    gap: 50px;
    margin-bottom: 50px;
  }
  .manufacturing__wrapper {
    grid-template: auto/auto;
  }
  .manufacturing__item {
    height: auto;
  }
  .manufacturing__item-img {
    height: 400px;
  }
  .success__wrapper {
    grid-template: auto/auto;
    row-gap: 40px;
  }
  .quality__item {
    grid-template: auto/ auto;
    row-gap: 20px;
  }
  .contacts__wrapper {
    grid-template: auto / 100%;
    row-gap: 40px;
  }

  .footer__logo {
    font-size: 41px;
  }
  .footer__text {
    gap: 25px;
    margin-top: 50px;
  }

  .modal__content {
    grid-template: auto / auto;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 35px 0 30px;
  }
  .promo__text {
    font-size: 2rem;
  }
  .manufacturing__item-img {
    height: 350px;
  }
  .footer__wrapper {
    grid-template: auto / auto;
  }
  .modal__wrapper {
    width: 90%;
  }
}
@media (max-width: 595px) {
  .container {
    padding: 0 15px 0 15px;
  }
  h2 {
    font-size: 1.5rem !important;
    line-height: 1.41667em !important;
  }
  .logo {
    width: 180px;
  }
  .hamburger {
    height: 25px;
  }
  .hamburger.active span:nth-child(2) {
    transform: translateY(-5px) rotate(45deg);
  }
  .promo__text {
    font-size: 1.5rem;
  }
  .about__descr {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .about__img {
    height: 300px !important;
  }
  .manufacturing {
    padding: 0;
  }

  .manufacturing__item-img {
    height: 200px;
  }
  .manufacturing__item-descr {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .success__item {
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
  }
  .quality__item {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .quality__item img {
    height: 200px;
  }
  .contacts__map iframe {
    height: 400px;
  }
  .footer__logo {
    font-size: 35px;
    letter-spacing: 0.8rem;
  }
  .modal__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    width: 100%;
  }
  .modal__img {
    height: 175px;
  }
  .modal__text {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .modal__close {
    top: 30px;
    right: 30px;
  }
}


.prods-btn{
  padding: 15px 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 15px;
  
}


.prods{
  background: url('../img/prod-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}


.prods h2{
  font-size: 50px;
  color: #fff;
}


.prods p{
  font-size: 20px;
  color: #fff;
}

.prods-item{
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.item-wrap-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-wrap-img img{
  border-radius: 4%;

}


.item-wrap-text a{
  font-size: 20px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}




