* {
  outline: none;
  font-family: Manrope;
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  height: 100%;
}

h1 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  color: #222222;
}

p, a {
  font-weight: 300;
}

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none;
}

h1, h2 {
  font-family: Manrope;
  font-weight: 400;
  margin: 0;
}

._req {
  border: 1px solid #8E8E8E;
}

._error {
  border: 1px solid #F22525;
  -webkit-box-shadow: 0 0 2px #fa4e4e;
          box-shadow: 0 0 2px #fa4e4e;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.container-nav {
  max-width: 1350px;
  margin: auto;
}

.caption {
  font-family: Manrope;
  font-size: 45px;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 58px;
  padding-top: 80px;
  text-align: left;
}

.privacy-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 90px;
  line-height: 24px;
  text-transform: uppercase;
}

.privacy-subtitle {
  margin-bottom: 35px;
}

.privacy-subtitle span {
  font-size: 24px;
  color: #151515;
}

.form-popup {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 400px;
  padding: 40px 30px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-popup_title {
  font-size: 21px;
  color: #222;
  font-weight: bold;
}

.form-popup_subtitle {
  font-size: 18px;
  margin-top: 20px;
  color: #4d4d4d;
  line-height: 24px;
}

.form-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  cursor: pointer;
}

.form-popup_close img {
  width: 24px;
}

.form-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.header-main {
  background: url(../img/header/background.jpg) no-repeat;
  background-position: right;
  background-size: cover;
  height: 550px;
}

.header-nav {
  background-color: #F8F8F8;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 19px;
  padding-bottom: 19px;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo {
  padding-right: 109px;
}

.header-logo img {
  width: 241px;
}

.header-phone a {
  text-decoration: none;
  color: #151515;
  font-size: 21px;
  font-weight: 500;
}

.header-title p {
  color: #2EAE35;
  font-size: 24px;
}

.header-offer {
  padding-top: 173px;
}

.header-offer h1 {
  font-size: 57px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.header-subtitle p {
  color: #ffffff;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 400;
}

.header-button {
  margin-top: 49px;
  cursor: pointer;
  background-color: #2EAE35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: 243px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-button p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  padding-right: 15px;
}

.header-button img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #5968da;
}

.header-button:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-menu_nav a {
  color: #383838;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  padding-right: 49px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.header-menu_nav a::before {
  position: absolute;
  content: '';
  background-color: #383838;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
  left: -15px;
}

.header-menu_nav a:hover {
  color: #2EAE35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.header-menu_nav a:hover::before {
  background-color: #2EAE35;
}

.header-menu {
  display: none;
  position: relative;
  width: 27px;
  padding-left: 0px;
  cursor: pointer;
  padding-top: 20px;
  vertical-align: top;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  margin-left: 27px;
}

.header-menu span {
  position: absolute;
  width: 27px;
  height: 2px;
  background-color: #383838;
  top: 26%;
  border-radius: 10px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.header-menu span::before {
  content: '';
  position: absolute;
  width: 27px;
  height: 2px;
  background-color: #383838;
  top: 50%;
  -webkit-transition: 0.21s;
  transition: 0.21s;
  border-radius: 10px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}

.header-menu_mobile {
  position: fixed;
  background: rgba(22, 22, 22, 0.98);
  top: 0;
  right: 0;
  opacity: 1;
  height: 100vh;
  z-index: 99;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.header-menu_mobile__contact {
  margin: auto;
  width: 151px;
  margin-top: 53px;
}

.header-menu_mobile__contact img {
  margin-top: -2px;
  margin-right: 8px;
  width: 16px;
}

.header-menu_mobile__contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.header-menu_mobile__contact__phone a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.header-menu_mobile__active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-menu_mobile__block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 300px;
  margin: auto;
}

.header-menu_mobile__block__link a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  padding-top: 25px;
  text-align: center;
  display: block;
  font-weight: 400;
}

.header-menu_mobile__close {
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.header-menu_mobile__close img {
  width: 24px;
}

.header-popup {
  display: block;
  position: absolute;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  top: 50%;
  border-radius: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-popup_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 335px;
  padding: 60px 25px 50px 25px;
}

.header-popup__title {
  font-size: 24px;
  line-height: 32px;
  color: #151515;
  text-align: center;
  font-weight: 500;
}

.header-popup__subtitle {
  color: #383838;
  font-size: 17px;
  text-align: center;
  padding-top: 15px;
}

.header-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.77);
  z-index: 99;
}

.header-popup__text {
  font-size: 14px;
  line-height: 19px;
  padding-top: 35px;
  text-align: center;
}

.header-popup__text a {
  text-decoration: none;
  cursor: pointer;
  color: #2EAE35;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-popup__text a:hover {
  color: #2EAE35;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-popup__text a:hover::before {
  background: #2EAE35;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-popup__text a::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #2EAE35;
  right: 0;
  top: 16px;
}

.header-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}

.header-popup_close img {
  max-width: 24px;
  cursor: pointer;
}

.header-form {
  padding-top: 30px;
}

.header-form form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 259px;
  margin: auto;
}

.header-form input {
  border: 1px solid #585858;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-size: 15px;
  border-radius: 5px;
  height: 58px;
  width: 257px;
  padding-left: 37px;
  margin-bottom: 10px;
  display: inline-block;
}

.header-form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 10;
  background-color: #2EAE35;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  top: 0px;
  border-radius: 5px;
  border: none;
  height: 58px;
  width: 257px;
  text-align: left;
  padding-left: 45px;
  line-height: normal;
  margin-top: 10px;
  position: relative;
}

.header-form button::before {
  background: url(../img/icon/arrow.svg) 0 0/100% no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  width: 31px;
  height: 25px;
  right: 39px;
  top: 21px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-form button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #5968da;
}

.header-form button:hover::before {
  right: 29px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 1450px) {
  .container-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1350px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1227px) {
  .header-main {
    background-position: bottom right -198px;
  }
}

@media (max-width: 1170px) {
  .header-menu {
    display: block;
  }
  .header-menu_nav {
    display: none;
  }
}

@media (max-width: 1000px) {
  .header-main {
    background-position: bottom right -265px;
  }
}

@media (max-width: 920px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 906px) {
  .header-logo {
    padding-right: 0;
  }
  .header-offer h1 {
    font-size: 47px;
  }
  .header-title p {
    font-size: 21px;
  }
  .header-subtitle p {
    font-size: 18px;
  }
}

@media (max-width: 830px) {
  .header-main {
    background: url(../img/header/background_1.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    height: 550px;
  }
  .header-offer {
    text-align: center;
  }
  .header-button {
    margin: auto;
    margin-top: 49px;
  }
}

@media (max-width: 540px) {
  .header-wrapper {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .header-logo {
    display: none;
  }
}

@media (max-width: 447px) {
  .header {
    height: 517px;
  }
  .header-offer {
    padding-top: 129px;
  }
  .header-offer h1 {
    font-size: 43px;
  }
  .header-title p {
    font-size: 18px;
  }
  .header-subtitle p {
    padding-top: 15px;
  }
}

@media (max-width: 402px) {
  .header-offer h1 {
    font-size: 38px;
  }
}

.production {
  background-color: #F8F8F8;
  padding-bottom: 65px;
}

.production-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.production-wrapper a {
  text-decoration: none;
}

.production-wrapper_blanck {
  height: 0;
  width: 380px;
}

.production-wrapper_item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.04);
  border-radius: 9px;
  width: 585px;
  height: 380px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.production-wrapper_item:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.production-wrapper_item img {
  padding-left: 237px;
  padding-top: 35px;
  padding-bottom: 10px;
  height: 186px;
}

.production-wrapper_item__title {
  font-size: 21px;
  color: #151515;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 50px;
  padding-right: 35px;
  position: relative;
}

.production-wrapper_item__title::before {
  position: absolute;
  content: '';
  background-color: #2EAE35;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  top: 13px;
  left: 35px;
}

.production-wrapper_item__subtitle {
  font-size: 15px;
  color: #383838;
  font-weight: 400;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 24px;
}

@media (max-width: 1275px) {
  .production-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    max-width: 790px;
  }
}

@media (max-width: 588px) {
  .production-wrapper {
    width: 379px;
  }
  .production-wrapper_item {
    width: 379px;
  }
  .production-wrapper_item img {
    padding-left: 57px;
  }
}

@media (max-width: 424px) {
  .production-wrapper {
    width: 315px;
  }
  .production-wrapper_item {
    width: 315px;
  }
  .production-wrapper_item img {
    width: 262px;
    padding-left: 27px;
    height: auto;
  }
}

.about {
  background: url(../img/about/background.jpg) no-repeat;
  text-align: left;
  background-size: cover;
  padding-bottom: 79px;
}

.about-caption {
  color: #ffffff;
}

.about-text {
  font-size: 15px;
  color: #ffffff;
  line-height: 24px;
  max-width: 830px;
  text-align: left;
}

.about-form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  font-size: 15px;
  border-radius: 5px;
  height: 58px;
  width: 257px;
  font-weight: 500;
  padding-left: 37px;
  margin-bottom: 10px;
  display: inline-block;
  margin: 5px;
}

.about-form button {
  margin: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 10;
  background-color: #2EAE35;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  top: 0px;
  border-radius: 5px;
  border: none;
  height: 58px;
  width: 257px;
  text-align: left;
  padding-left: 45px;
  line-height: normal;
  margin-top: 10px;
  position: relative;
}

.about-form button::before {
  background: url(../img/icon/arrow.svg) 0 0/100% no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  width: 31px;
  height: 25px;
  right: 39px;
  top: 21px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.about-form button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #5968da;
}

.about-form button:hover::before {
  right: 29px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.about-form_title {
  margin-top: 45px;
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 25px;
}

.about-form_privacy {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 15px;
}

.about-form_privacy a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}

.about-form_privacy a::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  top: 17px;
  background-color: #fff;
}

@media (max-width: 861px) {
  .about-form {
    width: 267px;
    margin: auto;
  }
}

.advantages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages-item img {
  height: 53px;
  margin-bottom: 10px;
}

.advantages-item_title {
  font-size: 21px;
  color: #151515;
  text-transform: uppercase;
  font-weight: 500;
}

.advantages-item_subtitle {
  font-size: 15px;
  color: #383838;
  font-weight: 400;
  padding-top: 15px;
  line-height: 24px;
}

@media (max-width: 1047px) {
  .advantages-item {
    width: 258px;
  }
  .advantages-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 552px;
    margin: auto;
  }
  .advantages-item {
    margin-bottom: 57px;
  }
}

@media (max-width: 607px) {
  .advantages-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 279px;
  }
}

.contacts {
  margin-bottom: 65px;
}

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 987px;
  margin-bottom: 47px;
}

.contacts-wrapper_item__title {
  font-size: 21px;
  color: #151515;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
}

.contacts-wrapper_item__title::before {
  position: absolute;
  content: '';
  background-color: #2EAE35;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  top: 13px;
  left: 0px;
}

.contacts-wrapper_item__subtitle {
  padding-top: 10px;
}

.contacts-wrapper_item__subtitle a {
  font-size: 16px;
  color: #383838;
  font-weight: 400;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 992px) {
  .contacts-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 515px;
  }
  .contacts-wrapper_item {
    margin-bottom: 27px;
  }
  .contacts-wrapper_item__subtitle {
    line-height: 24px;
  }
}

@media (max-width: 453px) {
  .contacts-wrapper {
    max-width: 315px;
  }
}

.footer {
  background-color: #D7D9E1;
  padding-top: 17px;
  padding-bottom: 23px;
}

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

.footer-item_logo img {
  width: 241px;
}

.footer-item_logo__subtitle {
  color: #383838;
  font-size: 15px;
}

.footer-item_nav a {
  color: #383838;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.footer-item_nav a::before {
  position: absolute;
  content: '';
  background-color: #383838;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
  left: 5px;
}

.footer-item_nav a:hover {
  color: #2EAE35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.footer-item_nav a:hover::before {
  background-color: #2EAE35;
}

.footer-item_policy {
  text-align: center;
  margin-top: 10px;
}

.footer-item_policy a {
  text-decoration: none;
  color: #383838;
  font-size: 15px;
  position: relative;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-item_policy a::before {
  position: absolute;
  content: '';
  background-color: #383838;
  height: 1px;
  width: 93px;
  top: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-item_policy:hover a {
  color: #2EAE35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-item_policy:hover a::before {
  background-color: #2EAE35;
}

.footer-item_phone a {
  text-decoration: none;
  color: #151515;
  font-size: 17px;
  font-weight: 700;
  padding-left: 43px;
}

.footer-item_button {
  margin-top: 15px;
  border: 1px solid #2EAE35;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: 179px;
  height: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-item_button p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2EAE35;
  font-size: 15px;
  text-align: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-item_button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #5968da;
}

.footer-item_button:hover p {
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 907px) {
  .footer-item:nth-child(1) {
    display: none;
  }
}

@media (max-width: 570px) {
  .footer-item_nav {
    display: none;
  }
}

.info {
  margin-bottom: 73px;
}

.info-item {
  margin-bottom: 67px;
}

.info-item img {
  width: 275px;
  margin-bottom: 43px;
}

.info-item_subtitle {
  color: #383838;
  font-size: 16px;
}
/*# sourceMappingURL=style.css.map */