html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #000;
}

a {
  text-decoration: none;
}

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

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.anim {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

header.header {
  padding: 50px 0px;
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.header_schedule,
.header_street,
.header_undername {
  color: #aeaeae;
  margin: 10px 0px;
}

.header_tel,
.header_name,
.header_country {
  font-size: 18px;
  font-weight: 700;
}

.banner {
  height: 100vh;
}

.banner_text {
  width: 50%;
  padding-left: 20%;
  background: #252939e6;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner_text-title {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.banner_text-subtitle {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-top: 5vh;
}

.btn-more a {
  background: #44bdbb;
  color: #fff;
  font-size: 20px;
  padding: 20px 45px;
  border-radius: 4px;
}

.btn-more {
  margin-top: 10vh;
}

.btn-more a:hover {
  text-decoration: none;
  background: #4dd9d7;
}

section.catalog {
  padding: 50px 0px;
}

.catalog-title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #252939;
  margin-bottom: 20px;
}

.catalog-undertitle {
  text-align: center;
  color: #aeaeae;
  font-size: 24px;
  margin-bottom: 30px;
}

.catalog-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.catalog-item {
  height: 570px;
  width: 32%;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.catalog-item:hover {
  box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.3);
}

.catalog-item:nth-child(1) {
  background: url('../images/catalog-item-1.jpg') center center/cover no-repeat;
}

.catalog-item:nth-child(2) {
  background: url('../images/catalog-item-2.jpg') center center/cover no-repeat;
}

.catalog-item:nth-child(3) {
  background: url('../images/catalog-item-3.jpg') center center/cover no-repeat;
}

.catalog-item:nth-child(4) {
  background: url('../images/catalog-item-4.jpg') center center/cover no-repeat;
}

.catalog-item:nth-child(5) {
  background: url('../images/catalog-item-5.jpg') center center/cover no-repeat;
}

.catalog-item:nth-child(6) {
  background: url('../images/catalog-item-6.jpg') center center/cover no-repeat;
}

.catalog-item-info {
  background: #252939e6;
  margin: 20px;
  padding: 15px;
  text-align: center;
  min-height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}

.catalog-item-btn {
  margin-bottom: 20px;
}

.catalog-item-name {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.catalog-item-price {
  font-size: 21px;
  line-height: 31px;
  color: #d6d6d6;
  margin-bottom: 10px;
}

.catalog-item-btn a {
  background: #44bdbb;
  color: #fff;
  padding: 13px 33px;
  border-radius: 4px;
}

.catalog-item-btn a:hover {
  text-decoration: none;
  background: #4dd9d7;
}

.about-block {
  display: flex;
  width: 50%;
  position: relative;
  left: 50%;
  top: 0;
  background: #f7f7f7;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px;
}

.about-title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-work {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  margin: 20px 0px;
}

span.circle {
  background: #ffc400;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  font-size: 24px;
  justify-content: center;
  align-items: center;
}

span.about-info-title {
  font-size: 25px;
  font-weight: 500;
  margin-left: 30px;
}

.about-info ul li {
  margin-bottom: 30px;
}

span.about-info-text {
  display: block;
  padding-left: 85px;
}

section.about_product {
  padding: 70px 0px;
}

.about_product-row {
  position: relative;
}

.about_product-image-1 {
  position: relative;
  width: 50%;
}

.about_product-image-1 img {
  width: 100%;
  height: auto;
}

.about_product-image-2 {
  width: 50%;
  position: relative;
  left: 50%;
}

.about_product-image-2 img {
  width: 100%;
}

.about_product-text {
  background: #f9f9f9;
  padding: 44px;
  width: 50%;
  position: absolute;
  bottom: 20%;
  left: 25%;
  z-index: 2;
}

a.btn_catalog {
  background: #44bdbb;
  color: #fff;
  padding: 13px 33px;
  border-radius: 4px;
}

section.benefits {
  padding: 50px 0px;
}

.benefits-title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}

.benefits-item {
  background: #252939e6;
  color: #fff;
  padding: 40px 30px;
  text-align: center;
  width: 24%;
}

.benefits-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefits-item-text {
  margin-top: 30px;
  font-size: 20px;
}

section.map {
  padding: 100px 0px;
  background: url('../images/map.jpg') center center/cover no-repeat;
}

.map-form {
  width: 450px;
  padding: 50px 40px;
  background: #f9f9f9;
}

.map-form-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.map-form form {
  display: flex;
  flex-direction: column;
}

.map-form form input {
  margin-bottom: 20px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #44bdbb;
  padding: 0px 20px;
}

.map-form form textarea {
  margin-bottom: 20px;
  height: 150px;
  border-radius: 4px;
  border: 1px solid #44bdbb;
  padding: 15px 20px;
}

.map-form form button {
  margin-bottom: 20px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #44bdbb;
  padding: 0px 20px;
  background: #44bdbb;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

footer.footer {
  background: #252939e6;
  color: #fff;
  padding: 50px 0px;
}

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

@media (max-width: 1200px) {
  .container {
    width: 970px !important;
  }

  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }

  .banner_text {
    padding-left: 9%;
  }
}

@media (max-width: 991px) {
  .container {
    width: 750px !important;
  }

  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }

  .benefits-item {
    margin-bottom: 30px;
    width: 49%;
  }

  .about_product-row {
    display: flex;
    flex-direction: column;
  }

  .about_product-text {
    position: inherit;
    width: 80%;
    left: 5%;
  }

  .catalog-item {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0px 30px;
    width: 100% !important;
  }

  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }

  .header_wrapper {
    flex-direction: column;
  }

  .banner_text-title {
    font-size: 22px;
    line-height: 28px;
  }

  .banner_text {
    width: 70%;
    padding-left: 4%;
  }

  .btn-more a {
    padding: 10px 20px;
  }

  section.catalog {
    padding: 20px 0px;
  }

  .catalog-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .catalog-item {
    width: 100%;
  }

  .catalog-item-info {
    flex-direction: column;
  }

  .catalog-item {
    height: 400px;
  }

  section.about {
    background-image: none !important;
    padding: 20px 0px;
  }

  .about-block {
    width: 100% !important;
    left: 0;
    padding: 20px 40px;
  }

  .about-work {
    font-size: 28px;
    line-height: 33px;
  }

  section.about_product {
    padding: 30px 0px;
  }

  .about_product-image-1 {
    width: 100%;
  }

  .about_product-text {
    width: 100%;
    left: 0;
  }

  .about_product-image-2 {
    width: 100%;
    left: 0;
  }

  .benefits-item {
    width: 100%;
  }

  section.map {
    padding: 20px 0px;
  }

  .map-form {
    padding: 20px 30px;
    width: 100%;
  }

  .footer_wrapper {
    flex-wrap: wrap;
    text-align: center;
  }

  .footer_phone {
    width: 100%;
  }

  .footer_contacts {
    width: 100%;
  }

  .footer_logo {
    width: 100%;
  }
  .header_phone {
    display: none;
 }
}

@media (max-width: 320px) {

  header,
  section,
  footer {
    width: 320px !important;
  }
}