html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
  line-height: 25px;
  color:#0d0d0d;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

div, p, li, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-button {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 100%;
  max-width: 320px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px #B42E00;
  background: linear-gradient(180deg, #FB8107 0%, #FB1B07 100%);
  border-radius: 8px;
  box-shadow: 0px 2px 0px #C11808;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}

.main-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #FADF8D 0%, #FFB800 100%);
  border-radius: 9px;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  z-index: -2;
}

.main-button:hover::before {
  -webkit-animation-name: hvr-ripple-out-main;
  animation-name: hvr-ripple-out-main;
}

@-webkit-keyframes hvr-ripple-out-main {
  100% {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-main {
  100% {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    opacity: 0;
  }
}

.yellow {
  color: #FBE100;
}

.special-ye {
  color: #FBE100;
  text-shadow: -2px 2px 0 #BCA600;
}

.header {
  display: flex;
  margin-top: 11px;
}

.header__logo-wrap {
}

.header__logo {
  margin-top: 14px;
  margin-right: 16px;
}

.header__logo-desc {
  display: inline-block;
  max-width: 450px;
  font-size: 16px;
  line-height: 22px;
  vertical-align: top;
}

.header__contacts-wrap {
  margin-left: auto;
  text-align: right;
  flex-shrink: 0;
}

.header__messenger-wrap {
  font-size: 0;
  line-height: 0;
}

.header__messenger-button {
  opacity: 0.9;
}

.header__messenger-button:hover {
  opacity: 1;
}

.header__messenger-button--first {
  /*margin-right: 6px;*/
}

.header__messenger-button--desktop {

}

.header__messenger-button--mobile {
  display: none;
}

.header__phone-wrap {
  line-height: 0px;
  font-size: 16px;
}

.header__phone {
  display: inline-block;
  margin-top: 2px;
  margin-left: 4px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
  vertical-align: top;
}

.header__email-link {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-left: 26px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.header__email-link:hover {
  color: #fbe100;
}

.header__email-link::before {
  content: '';
  position: absolute;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 14px;
  left: 0;
  background-image: url(../img/e-mail-icon.svg);
}

.header__email-link::after {
  content: 'Нажмите, чтобы скопировать';
  position: absolute;
  top: 24px;
  right: 0;
  display: inline-block;
  width: 186px;
  font-size: 13px;
  color: #fff;
  text-align: right;
  transition: 0.3s;
  transition-timing-function: ease-out;
  opacity: 0;
}

.header__email-link:hover::after {
  opacity: 0.8;
}

.header__email-link--mobile {
  display: none;
}

.offer {
  position: relative;
  padding-top: 1px;
  padding-bottom: 58px;
  color: #fff;
  background-image: url(../img/offer-bg.jpg);
  background-attachment: fixed;
  background-position: center 0;
}

.offer::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-image: url(../img/bottom-line.svg);
}

.offer__container {

}

.offer__main-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 121px;
}

.offer__title-wrap {
  position: relative;
  z-index: 1;
}

.offer__factory-wrap {
  display: flex;
}

.offer__factory-title {
  font-size: 106px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 90px;
  letter-spacing: 0.05em;
}

.offer__factory-list {
  margin-top: -1px;
  margin-left: 17px;
}

.offer__factort-item {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.02em;
  opacity: 0.4;
}

.offer__title {
  max-width: 620px;
  margin-top: -1px;
  font-size: 50px;
  font-weight: 400;
  color: #fbe100;
  text-transform: uppercase;
  line-height: 63px;
  letter-spacing: 0.02em;
}

.offer__desc {
  display: inline-block;
  max-width: 490px;
  margin-top: 39px;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
}

.offer__desc--spec {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  color: #4F4705;
}

.offer__desc--spec::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: -1px;
  left: -6px;
  right: -6px;
  background-color: #fbe100;
  border-radius: 6px;
  z-index: -1;
}

.offer__image-wrap {
  position: relative;
  width: 350px;
  min-width: 350px;
  height: 350px;
  margin-top: 1px;
  margin-left: auto;
  border: 8px solid #fbe100;
  box-sizing: border-box;
}

.offer__image {
  position: absolute;
  left: -31px;
}

.offer__list {
  display: flex;
  justify-content: space-between;
  margin-top: 93px;
}

.offer__item {
  width: 100%;
  max-width: 350px;
}

.offer__subtitle-wrap {
  display: flex;
}

.offer__icon-wrap {
  position: relative;
  width: 70px;
  height: 70px;
}

.offer__icon {
  position: absolute;
  /*top: -100px;*/
  bottom: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}

.offer__subtitle {
  max-width: 185px;
  margin-top: 11px;
  margin-left: 14px;
  font-size: 19px;
  font-weight: 500;
}

.offer__paragraph {
  margin-top: 7px;
}

.production {
  margin-top: 69px;
  padding-bottom: 39px;
}


.production__container {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.production__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 482px;
  margin-right: 40px;
}


.production__item {
  position: relative;
  width: 50%;
  max-width: 220px;
  margin-bottom: 42px;
  padding-bottom: 11px;
  background-color: #fff;
}

.production__item::before {
  content: '';
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  border: 1px solid rgba(5, 30 ,61, 0.37);
  border-radius: 8px;
}

.production__item::after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 10px;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.25);
  z-index: -1;
}


.production__item--horizontal {
  width: 100%;
  max-width: 1000px;
  height: 130px;
  padding-bottom: 0;
  background-image: url(../img/production-image-h.jpg);
  border-radius: 6px;
}

.production__subtitle {
  margin-top: 1px;
  margin-left: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.production__subtitle--short {
  max-width: 100px;
}

.production__subtitle--horizontal {
  margin-top: 37px;
  margin-left: 276px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.production__image-wrap {

}

.production__image {
  border-radius: 6px;
}

.production__content-wrap {
  max-width: 520px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: 30px;
}

.production__title {
  position: relative;
  min-width: 605px;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  color: #051E3D;
}

.production__title::before {
  content: 'Всё';
  position: absolute;
  top: -51px;
  left: -55px;
  font-size: 200px;
  font-weight: 700;
  color: #051E3D;
  line-height: 170px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: -1;
  opacity: 0.06;

}

.production__form {
  margin-top: 41px;
}

.form-block {
  position: relative;
  max-width: 590px;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px #E8E8E8;
          box-shadow: 0px 2px 0px #E8E8E8;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-block::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0px;
  left: 20px;
  right: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 67px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 67px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: -1;
}

.form-block__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  color: #0d0d0d;

}

.form-block__title--production {

}

.form-block__form {
  position: relative;
  margin-top: 15px;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}

.form-block__input {
}

.form-block__input--name {
  margin-right: 10px;
  margin-bottom: 10px;
}

.input {
  width: calc(50% - 5px);
  height: 50px;
  min-width: 105px;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-bottom: 3px;
  background-color: #FFFBD8;
  border: 1px solid #F3DA00;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

.input::-webkit-input-placeholder {color: #7A6D00; -webkit-transition: 0.2s; transition: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;}
.input::-moz-placeholder {color: #7A6D00; -moz-transition: 0.2s; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 19+ */
.input:-moz-placeholder {color: #7A6D00F; -moz-transition: 0.2s; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 18- */
.input:-ms-input-placeholder {color: #7A6D00; -ms-transition: 0.2s; transition: 0.2s; transition-timing-function: ease-out;}

.input:focus::-webkit-input-placeholder {color: #CFC77E;}
.input:focus::-moz-placeholder          {color: #CFC77E;}/* Firefox 19+ */
.input:focus:-moz-placeholder           {color: #CFC77E;}/* Firefox 18- */
.input:focus:-ms-input-placeholder      {color: #CFC77E;}

.textarea::-webkit-input-placeholder {color: #7A6D00; -webkit-transition: 0.2s; transition: 0.2s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.textarea::-moz-placeholder {color: #7A6D00; -moz-transition: 0.2s; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 19+ */
.textarea:-moz-placeholder {color: #7A6D00; -moz-transition: 0.2s; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 18- */
.textarea:-ms-input-placeholder {color: #7A6D00; -ms-transition: 0.2s; transition: 0.2s; transition-timing-function: ease-out;}

.textarea:focus::-webkit-input-placeholder {color: #CFC77E;}
.textarea:focus::-moz-placeholder          {color: #CFC77E;}/* Firefox 19+ */
.textarea:focus:-moz-placeholder           {color: #CFC77E;}/* Firefox 18- */
.textarea:focus:-ms-input-placeholder      {color: #CFC77E;}

.input--production {

}

.form-block__textarea {
}

.textarea {
  width: 100%;
  margin-bottom: 10px;
  min-height: 100px;
  padding-top: 15px;
  padding-left: 14px;
  background-color: #FFFBD8;
  border: 1px solid #F3DA00;
  border-radius: 8px;
  font-size: 16px;
  color: #0d0d0d;
  line-height: 16px;
  letter-spacing: 0.01em;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-block__button {

}

.production-button {
  max-width: 330px;
}

.main-button--form {

}

.production__main-button {

}

.main-button--form {

}

.production__bg {
  position: absolute;
  bottom: -39px;
  left: -1893px;
  right: -2000px;
  margin: auto;
  z-index: -2;
  opacity: 0.7;
}

.fast {
  position: relative;
  margin-top: 39px;
  margin-top: 0;
  padding-top: 89px;
  padding-bottom: 107px;
  color: #fff;
  background-image: url(../img/fast-bg.jpg);
  z-index: 1;
}

.fast::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10000px;
  right: -10000px;
  display: block;
  width: 0px;
  height: 0;
  margin: auto;
  border: 203px solid transparent;
  border-bottom: 0px solid #FFF;
  border-right: 2450px solid #FFF;
  z-index: 0;
}
}

.fast__container {
  position: relative;
  z-index: 1;

}

.fast__title {
  position: relative;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fast__title::before {
  content: 'Скорость';
  position: absolute;
  top: -53px;
  left: -54px;
  font-size: 200px;
  font-weight: 700;
  color: #051E3D;
  color: #fff;
  line-height: 170px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: -1;
  opacity: 0.15;
}

.fast__mini-list {
  display: flex;
  justify-content: space-between;
  margin-top: 86px;
}

.fast__mini-item {
  position: relative;
  width: calc(33.33333% - 15px);
  max-width: 350px;
  padding-left: 44px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  box-sizing: border-box;
}

.fast__mini-item::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 35px;
  height: 38px;
  background-image: url(../img/fast-bullet.svg);
}

.fast__main-wrap {
  display: flex;
  margin-top: 91px;
}

.fast__list {
  flex-shrink: 0;
}

.fast__item {
  display: flex;
  max-width: 520px;
  margin-bottom: 45px;
}

.fast__list-image-wrap {
  position: relative;
  width: 190px;
  height: 100px;
  margin-right: 28px;
  padding: 0;
  box-sizing: border-box;
  flex-shrink: 0;
}

.fast__list-image-wrap::before {
  content: '';
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  border: 1px solid #fbe100;
  border-radius: 6px;
  z-index: -1;
}

.fast__list-image-wrap::after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 10px;
  box-shadow: 0px 0px 11.3px rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.fast__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.fast__list-content-wrap {
  margin-top: 11px;

}

.fast__list-quantity {
  display: block;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 700;
  color: #FBE100;
}

.fast__list-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.fast__big-list {
  margin-top: 51px;
  margin-left: 58px;
}

.fast__big-item {
  margin-bottom: 79px;
}

.fast__big-quantity {
  margin-left: 4px;
  /*font-weight: 700;
  font-size: 124px;
  letter-spacing: 0.02em;
  -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px rgba(255, 255, 255, .25);
  -webkit-text-stroke-color: #fbe100;
  -webkit-text-stroke-width: 2px;
    box-sizing: border-box;*/
}

.fast__big-quantity--mini {
  /*font-size: 80px;*/
}

.fast__big-text {
  display: inline-block;
  max-width: 520px;
  margin-top: 10px;
  font-size: 27px;
  font-weight: 300;
  line-height: 35px;
}

.loading {
  max-width: 600px;
  margin-top: 79px;
  font-size: 20px;
  text-align: center;
  line-height: 27px;
}

.loading__percent {

}

.loading__title {
  margin-top: 11px;
  font-size: 20px;
  font-weight: 500;
  color: #051E3D;
  text-transform: uppercase;
}

.loading__desc {
  display: inline-block;
  max-width: 490px;
  margin-top: 6px;

}

.loading__button {
  margin-top: 13px;
}

.main-button--calculation {}

.full-cycle {
  margin-top: 146px;
}

.full-cycle__title-wrap {
  display: flex;
}

.full-cycle__title {
  max-width: 325px;
  margin-left: 3px;
  font-size: 72px;
  color: #051E3D;
  text-transform: uppercase;
  line-height: 80px;
  letter-spacing: 0.02em;
}

.full-cycle__title-desc {
  margin-top: 5px;
  margin-left: 59px;
  font-size: 41px;
  font-weight: 300;
  color: #051E3D;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 0.01em;
}

.full-cycle__feedstock {

}

.feedstock {
  position: relative;
  margin-top: 14px;
  padding-top: 153px;
  padding-bottom: 117px;
  color: #fff;
  background-image: url(../img/feedstock-bg.jpg);
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.feedstock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-image: url(../img/top-line.svg);
  background-position: -10px 0;
}

.feedstock__container {

}

.full-cycle__subtitle {
  position: relative;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 0.02em;
}

.full-cycle__subtitle::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -69px;
  font-size: 200px;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: -1;
}

.feedstock__title {

}

.feedstock__title::before {
  content: 'Сырьё';
  color: #353943;
}

.bullet-list {
  display: flex;
  justify-content: space-between;  
}

.feedstock__list {
  margin-top: 38px;
}

.ist-bullet-item {
  width: calc(33.33333% - 20px);
  max-width: 350px;  
}

.feedstock__item {
}

.feedstock__icon-wrap {
  position: relative;
  width: 70px;
  height: 70px;
}

.feedstock__icon {
  position: absolute;
  bottom: 0;
  left: 0;

}

.feedstock__subtitle {
  margin-top: 10px;
  font-size: 20px;
  color: #fbe100;
  line-height: 27px;
}

.feedstock__text {
  display: inline-block;
  margin-top: 1px;
  font-size: 18px;
  line-height: 27px;
}

.full-cycle__full {

}

.full {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 103px;
}

.full__image-wrap {
  max-width: 330px;
  margin-top: 137px;
  margin-right: 60px;
  /*margin-right: auto;*/
  /*margin-right: 30px;*/
}

.full__image-square {
  position: relative;
  width: 330px;
  height: 330px;
  border: 8px solid #fbe100;
  box-sizing: border-box;
}

.full__image {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}

.full__logo {
  position: absolute;
  bottom: 157px;
  left: -100px;
  right: -100px;
  margin: auto;
  z-index: 2;
}

.full__image-desc {
  display: inline-block;
  margin-top: 12px;
}

.full__content-wrap {

  max-width: 740px;
  margin-left: auto;
}

.full__title {
  position: static;
  margin-left: -1px;
  color: #051E3D;
}

.full__title::before {
  content: 'Производство';
  left: -53px;
  color: #E6E9EC;
}

.full__list {
  counter-reset: myCounter;
  margin-top: 27px;
  flex-shrink: 1;
}

.full__item {
  position: relative;
  margin-bottom: 17px;
  padding-left: 41px;
  font-size: 20px;
  line-height: 27px;
}

.full__item::before {
  counter-increment: myCounter;
  content: Counter(myCounter);
  position: absolute;
  left: 4px;
  width: 26px;
  height: 26px;
  font-size: 19px;
  font-weight: 500;
  color: #5D5300;
  text-align: center;
  background-color: #fbe100;
  border-radius: 5px;
}

.full__item::after {
  content: '';
  position: absolute;
  top: -4px;
  /*bottom: -4px;*/
  left: 0px;
  /*right: -4px;*/
  width: 34px;
  height: 34px;
  border: 1px solid #7C7000;
  border-radius: 5px;
  box-sizing: border-box;
  opacity: 0.4;
}

.full__item--100% {

}

.full__item--50% {

}

.full__button {
  margin-top: 20px;
}

.full-cycle__warehouse {

}

.warehouse {
  margin-top: 90px;
  padding-top: 93px;
  padding-bottom: 79px;
  color: #fff;
  background-image: url(../img/warehouse-bg.jpg);
  background-attachment: fixed;
}

.warehouse__container {
  position: relative;
  z-index: 1;

}

.warehouse__title {
  max-width: 610px;
}

.warehouse__title::before {
  content: 'Склад';
  left: -65px;
  color: #fff;
  opacity: 0.15;
}

.warehouse__square-wrap {
  margin-top: 28px;
}

.warehouse__square-quantity {
  display: inline-block;
  position: relative;
  padding-top: 11px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 12px;
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  color: #595001;
  vertical-align: top;
}

.warehouse__square-quantity--sup {
  /*position: absolute;*/
  /*display: inline-block;*/
  position: relative;
  top: -4px;
  font-size: 27px;
}

.warehouse__square-quantity::before {
  content: '';
  position: absolute;
  top: 1px;
  bottom: -3px;
  left: 0px;
  right: 1px;
  background-color: #fff;
  border-radius: 6px;
  z-index: -1;
}

.warehouse__square-desc {
  display: inline-block;
  max-width: 172px;
  margin-left: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  color: #fbe100;
}

.warehouse__list {
  max-width: 360px;
  margin-top: 29px;

}

.accept-item {
  position: relative;
  padding-left: 43px;

}

.accept-item::before {
  content: '';
  position: absolute;top: 11px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #fbe100;
  border-radius: 100px;
  background-image: url(../img/accept.svg);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 1px 0px #FFFFFF;
}

.accept-item::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #7C7000;
  border-radius: 100px;
  box-sizing: border-box;
}

.warehouse__item {
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 25px;
}

.full-cycle__loading-area {

}

.loading-area {
  position: relative;
  padding-top: 103px;
}

.loading-area__content-wrap {
  position: relative;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  z-index: 1;
}

.loading-area__title {
  /*position: static;*/
  color: #051E3D;
}

.loading-area__title::before {
  content: 'Погрузка';
  top: 0px;
  left: -403px;
  z-index: -1;
  opacity: 0.1;
}

.loading-area__list {
  margin-top: 17px;
}

.loading-area__item {
  margin-bottom: 23px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 27px;
}

.loading-area__item::before {
  position: absolute;
  top: 0px;
}

.loading-area__item::after {
  top: -4px;
}

.loading-area__bg-image {
  position: absolute;
  top: 0;
  left: calc(-50% - 739px);
  z-index: -1;
}

.logistics-out-wrap {
  position: relative;
  z-index: 1;
}

.logistics {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1130px;
  min-height: 340px;
  margin-top: 153px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url(../img/logistics-map.jpg);
  background-position: 0 bottom;
  border-radius: 0 0 2px 2px;
  box-sizing: border-box;
}


.logistics::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 20px;
  right: 20px;
  box-shadow: 0px 8px 67px rgba(0, 34, 78, 0.18);
  z-index: -1;
}

.logistics::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  border-radius: 0 0 1px 1px;
  opacity: 0.1;
}

.logistics__title {
  font-size: 33px;
  font-weight: 700;
  color: #051E3D;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 0.02em;
}

.logistics__title-desc {
  position: relative;
  display: inline-block;
  max-width: 405px;
  margin-top: 21px;
  margin-left: 14px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 27px;
  box-sizing: border-box;
  z-index: 1;
}

.logistics__title-desc::before {
  content: '';
  position: absolute;
  top: -14px;
  bottom: -13px;
  left: -19px;
  right: -5px;
  background-color: #fff;
  border-radius: 8px;
  z-index: -1;
}

.logistics__title-desc::after {
  content: '';
  position: absolute;
  top: -4px;
  bottom: -13px;
  left: -9px;
  right: 5px;
  box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.12);
  z-index: -2;
}


.logistics__list {
  position: absolute;
  bottom: 32px;
  right: 62px;
}

.logistics__item {
  position: relative;
  margin-bottom: 13px;
  padding-left: 28px;
  font-size: 20px;
  line-height: 27px;
}

.logistics__item:last-of-type {
  margin-bottom: 0;
}

.logistics__item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 1px;
  width: 21px;
  height: 28px;
  background-image: url(../img/blue-geo.svg);
}

.ready {
  margin-top: -222px;
  padding-top: 391px;
  padding-bottom: 136px;
  background-image: url(../img/ready-bg.png);
  background-position: right 0;
}

.ready__container {
  display: flex;
  position: relative;
  z-index: 1;
}

.ready__title-wrap {
  margin-top: 6px;
  margin-left: auto;
  margin-right: 50px;
  text-align: right;
}

.ready__title {
  max-width: 475px;
  margin-top: 8px;
  font-size: 60px;
  font-weight: 700;
  color: #051E3D;
  text-transform: uppercase;
  line-height: 65px;
  letter-spacing: 0.02em;
}

.ready__title--mini {
  display: block;
  margin-bottom: -1px;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.ready__button {
  margin-top: 23px;
}

.ready__list {
  width: 100%;
  max-width: 550px;
  margin-top: 0px;
  /*margin-left: auto;*/
}

.it-item {
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
}

.ready__item {

}

.it-icon-wrap {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 7px;
  background: #FFFFFF;
  box-shadow: 0px 2px 0px #DBDBDB;
  border-radius: 6px;
  flex-shrink: 0;
}

.ready__icon-wrap {

}

.it-icon-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 10px;
  box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  z-index: -1;
}

.it-icon {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: -100px;
  right: -100px;
  margin: auto;
}

.ready__icon {

}

.it-text {
  max-width: 405px;
  margin-top: 14px;
}

.ready__text {

}

.control {
  padding-top: 93px;
  padding-bottom: 96px;
  color: #fff;
  background-image: url(../img/control-bg.jpg);
  background-attachment: fixed;
  background-position: center;
}

.control__container {

}

.control__wrap {
  max-width: 610px;
}

.control__title {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 60px;
}

.control__title--mini {
  display: block;
  margin-top: 7px;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0.02em;
}

.control__list {
  margin-top: 22px;
}

.control__item {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.control__item::before {
  top: -1px;
}

.control__item::after {
  top: -5px;
}

.control__desc {
  display: inline-block;
  max-width: 550px;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #fbe100;
}

.qualification {
  display: flex;
  margin-top: 103px;
}

.qualification__photo-wrap {
  position: relative;
  max-width: 376px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: 21px;
  text-align: center;
}

.qualification__photo {
  margin-bottom: -120px;
}

.qualification__name {
  display: inline-block;
  max-width: 200px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}

.qualification__position {
  display: block;
  margin-top: 6px;
  text-align: center;
  font-size: 20px;
  line-height: 27px;
}

.qualification__logo {
  position: absolute;
  top: 73px;
  left: -477px;
  right: -500px;
  margin: auto;
  opacity: 0.4;
  z-index: -1;
}

.qualification__content-wrap {
  max-width: 550px;
  margin-left: auto;
  flex-shrink: 0;
}

.qualification__title {
  margin-left: 1px;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 60px;
}

.qualification__title--mini {
  display: block;
  margin-top: 6px;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.02em;
}

.qualification__list {
  margin-top: 19px;
}

.qualification__item {
  margin-bottom: 10px;
}

.qualification__icon-wrap {

}

.qualification__icon {
}

.qualification__text {

}

.qualification__button {
  margin-top: 22px;
}

.worplace {
  margin-top: 129px;
}

.workplace__title {
  max-width: 500px;
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 40px;
}

.workplace__wrap {
  position: relative;
  min-height: 350px;
  padding-top: 45px;
  margin-top: 11px;
  background-image: url(../img/workplace-bg.jpg);
  background-position: right bottom;
  border-radius: 6px;
  box-sizing: border-box;
  /*z-index: 1;*/
}


.workplace__wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 10px;
  box-shadow: 0px 16px 29px rgba(0, 0, 0, 0.22);
  z-index: -1;
}

.workplace__image {

}

.workplace__list {
  position: relative;
  max-width: 418px;
  margin-left: -20px;
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 18px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 0px #DBDBDB;
  box-sizing: border-box;
}

.workplace__list::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 10px;
  box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.workplace__list::after {
  content: '';
  position: absolute;
  top: -7px;
  bottom: -9px;
  left: -7px;
  right: -7px;
  border-radius: 6px;
  border: 1px solid #FBE100;
}



.workplace__item {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 27px;
}

.workplace__item::before {
  top: -1px;
}

.workplace__item::after {
  top: -5px;
}

.biggest {
  margin-top: 104px;
}

.biggest__list {
  display: flex;
  justify-content: space-between;
}

.biggest__item {
  width: 100%;
  width: calc(50% - 20px);
  max-width: 530px;
}

.biggest__subtitle {
  max-width: 380px;
  font-size: 33px;
  font-weight: 300;
  color: #051E3D;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 40px;
}

.biggest__image-wrap {
  position: relative;
  min-height: 590px;
  margin-top: 11px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}

.biggest__image-wrap--drobemet {
  background-image: url(../img/biggest-image-drobemet.jpg);
}

.biggest__image-wrap--color {
  background-image: url(../img/biggest-image-color.jpg);
}

.biggest__image {

}

.biggest__footage {
  position: absolute;
  bottom: 8px;
  left: -200px;
  right: -200px;
  margin: auto;
  font-size: 140px;
  font-weight: 700;
  color: #FBE100;
  text-align: center;
  text-shadow: 0 -2px 0 #fff;
  line-height: 80px;
}

.biggest__footage--color {
  bottom: -9px;
}

.biggest__footage--sup {
  font-size: 92px;
}


.biggest__desc-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.biggest__desc-text {
  display: block;
  max-width: 375px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 27px;
}

.biggest__desc-image {
  margin-top: 11px;
}

.about {
  margin-top: 105px;
}

.about__container {

}

.about__title {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 50px;
}

.about__top-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 21px;
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 40px;
}

.about__top-item {
  max-width: 480px;
}

.about__top-item--left {

}

.about__top-item--right {
  text-align: right;
}

.about__logo-wrap {
  position: relative;
  text-align: center;
  margin-top: 52px;
}

.about__logo-wrap::before {
  content: 'Новый завод';
  position: absolute;
  top: -120px;
  bottom: -120px;
  left: -1000px;
  right: -1000px;
  max-width: 820px;
  margin: auto;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 170px;
  color: #051E3D;
  opacity: 0.06;
  z-index: -1;
}

.about__logo {
  width: 100%;
  max-width: 470px;
}

.about__quantity-list {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
}

.about__quantity-item {

}

.about__quantity-item--right {
  text-align: right;s
}

.about__quantity-image {
  opacity: 0.55;
}

.about__quantity-text {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 27px;
}

.about__image-wrap {
  position: relative;
  min-height: 540px;
  margin-top: 13px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  background-image: url(../img/about-bg-image.jpg);
  background-attachment: fixed;
  background-position: center;
  box-sizing: border-box;
}

.about__image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-image: url(../img/top-line.svg);
  background-position: -10px 0;
}

.about__image-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-image: url(../img/bottom-line.svg);
}

.about__square-number {
  display: block;
  margin-top: 179px;
  font-size: 120px;
  font-weight: 700;
  color: #fbe100;
  letter-spacing: 0.02em;
  line-height: 100px;
}

.about__square-number--sup {
  font-size: 83px;
}

.about__square-desc {
  display: block;
  max-width: 500px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.bottom {
  position: relative;
  margin-top: 20px;
  padding-top: 80px;
  padding-bottom: 100px;
  /*background-image: url(../img/bottom-bg-image.png);*/
  overflow: hidden;
}

.bottom__container {
  display: flex;
  align-items: flex-start;
}

.bottom__content-wrap {
  margin-top: 8px;
  margin-left: auto;
  text-align: right;
}

.bottom__title {
  max-width: 540px;
  font-size: 50px;
  font-weight: 300;
  color: #051E3D;
  line-height: 50px;
}

.bottom__desc {
  display: inline-block;
  max-width: 370px;
  margin-top: 59px;
  font-size: 18px;
  line-height: 25px;
}

.bottom__form {
  max-width: 520px;
  margin-left: 49px;
  margin-right: 30px;
}

.form-block__title--bottom {

}

.input--bottom {

}

.bottom__main-button {

}

.bottom__bg-image {
  position: absolute;
  top: 10px;
  right: -131px;
  z-index: -1;
}

.contacts {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contacts__container {
  position: relative;
  min-width: 100px;
}

.contacts__shadow-wrap {
  position: relative;
  max-width: 420px;
  z-index: 2;
}

.contacts__main-wrap {
  position: relative;
  max-width: 420px;
  margin-right: auto;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 0px #E8E8E8;
  /*z-index: 1;*/
}

.contacts__main-wrap::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 15px;
  right: 15px;
  box-shadow: 0px 8px 67px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

.contacts__title-wrap {
  padding-top: 46px;
  padding-bottom: 44px;
  padding-left: 30px;
  background-image: url(../img/contacts-image.jpg);
  border-radius: 8px 8px 0 0;
}

.contacts__title {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.contacts__list {
  margin-top: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}

.contacts__item {
  position: relative;
  margin-bottom: 24px;
  padding-left: 47px;
}

.contacts__item:last-of-type {
  margin-bottom: 0;
}

.contacts__item::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #fbe100 ;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.contacts__item--phone::before {
  background-image: url(../img/contacts-phone-icon.svg);
}

.contacts__phone {
  font-size: 22px;
  color: #0d0d0d; 
  text-decoration: none;
}

.contacts__item--mail::before {
  background-image: url(../img/contacts-mail-icon.svg);
}

.contacts__mail {
  font-size: 18px;
  color: #0084FF;
  letter-spacing: 0;
}

.contacts__item--adress {
  max-width: 315px;
  font-size: 18px;
  line-height: 25px;
}

.contacts__item--adress::before {
  background-image: url(../img/contacts-geo-icon.svg);
}

.contacts__button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 252px;
  margin-top: 20px;
  margin-left: 30px;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
  background-color: #209E48;
  border-radius: 9px;
  box-sizing: border-box;
}

.contacts__button::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 27px;;
  width: 23px;
  height: 23px;
  background-image: url(../img/contacts-whatsapp-icon.svg);
}

.contacts__button--desktop {

}

.contacts__button--mobile {
  display: none;
}

.contacts__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.footer {

}

.footer__button-wrap {
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.footer__button {
  text-decoration: none;
}

.outline-button {
  display: inline-block;
  width: 100%;
  height: 60px;
  max-width: 360px;
  padding-top: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #5D5300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: 3px solid #fbe100;
  border-radius: 12px;
  box-sizing: border-box;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.outline-button:hover {
  background-color: #fbe100;
}

.footer__bg-line {
  margin-top: 80px;
  padding-top: 22px;
  padding-bottom: 33px;
  background-image: url(../img/footer-bg.jpg);
  background-attachment: fixed;
  background-position: center 107px;
  color: #fff;
}

.footer__container {
  position: relative;
}

.footer__bg-line-container {

}

.footer__copyright {
  display: block;
  margin-top: 10px;
}

.footer__logo {
  position: absolute;
  top: -10px;
  left: -1000px;
  right: -1000px;
  width: 246px;
  margin: auto;
}

.footer__line {
  display: flex;
  padding-top: 19px;
  padding-bottom: 17px;
}

.footer__list {
  display: flex;
}

.footer__item {
  margin-right: 28px;
}

.footer__item:last-of-type {
  margin-right: 0;
}

.footer__creator {
  margin-left: auto;
}

.link {
  color: #0084FF;
}

.pop-up {

}



/*POP-UP*/

.pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(13, 13, 13, 0.8);
  z-index: 10;
}

.pop-up__wrap {
  position: relative;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 55px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 16.6px 3.4px rgba(0, 48, 95, 0.12);
          box-shadow: 0px 10px 16.6px 3.4px rgba(0, 48, 95, 0.12);
}

.pop-up__wrap::before,
.pop-up__wrap::after {
  content: '';
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  border: 1px solid #d92429;
  z-index: -1;
  opacity: 0.5;
}

.pop-up__wrap::after {
  top: -100px;
  bottom: -100px;
  left: -100px;
  right: -100px;
  opacity: 0.2;
}

.pop-up__form {
  position: relative;
  z-index: 1;
}

.pop-up__title {
  max-width: 280px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.pop-up__input {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  /*padding-left: 25px;*/
  /*border-radius: 8px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pop-up__button {
  position: relative;
  max-width: 300px;
  border-radius: 8px;
}

.pop-up__button::before {
  border-radius: 8px;
}

.pop-up__close {
  position: absolute;
  top: -33px;
  right: -1px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.pop-up__close::before {
  content: '';
  position: absolute;
  top: 1px;
  left: -21px;
  width: 14px;
  height: 14px;
  background-image: url(../img/pop-up-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.pop-up__close:hover::before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}



/*Технические классы*/

.visible {
  display: -moz-flex;  
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-scroll {
  overflow: hidden;
  padding-right: 16px;
}


/*Страница спасибо*/

.body--thanks {
  background-image: url(../img/offer-bg.jpg);
}

.total {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.container {

}

.total__logo {
  margin-top: 10px;
}

.total__content {
  width: 100%;
}

.thanks__title--total {
  margin-top: -40px;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 50px;  
}

.total__title-desc {
  max-width: 400px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.total__button {
  display: block;
  margin-top: 10px;
  /*margin-bottom: 80px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.total__button:hover {
  color: #5D5300;
}


.pop-up--call {}
.pop-up__wrap {}
.pop-up__form {}
.pop-up__title {}
.strong {}
.pop-up__input {}
.pop-up__button {}
.main-button--on-white {}
.pop-up__close {}
.pop-up__close--call {}
.contacts__email {}
.contacts__link {}
.copy-email {}

.header__hidden-input {
  position: absolute;
  left: -10000px;
  line-height: 0;
  opacity: 0;
}