*, *::after, *::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: Impact;
  src: url(../font/ofont.ru_Impact.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Montserrat;
  src: url(../font/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Montserrat;
  src: url(../font/Montserrat-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1380px;
}

.maxWidth {
  max-width: 1512px;
  margin: 0 auto;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

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

.font-impact {
  font-family: Impact;
}

.text-green {
  color: #22AA50;
}

.text-red {
  color: #fc0025;
}
.text-large {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
}

.title__text {
  font-size: 60px;
  line-height: 54px;
}

button {
  border: none;
  outline: none;
}

.hexagon {
  width: 176px;
  height: 205px;
  background: #22AA50;
  -webkit-clip-path: polygon(50% 0, 100% 23%, 100% 77%, 50% 100%, 0 77%, 0 23%);
          clip-path: polygon(50% 0, 100% 23%, 100% 77%, 50% 100%, 0 77%, 0 23%);
  cursor: default;
  margin-top: 65px;
}
.hexagon-box {
  width: 97%;
  height: 98%;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 23%, 100% 77%, 50% 100%, 0 77%, 0 23%);
          clip-path: polygon(50% 0, 100% 23%, 100% 77%, 50% 100%, 0 77%, 0 23%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hexagon__title {
  font-size: 40px;
  line-height: 48px;
  color: #22AA50;
}
.hexagon__text {
  font-size: 16px;
  line-height: 20px;
}
.hexagon:hover .hexagon-box {
  background: #22AA50;
}
.hexagon:hover .hexagon__title {
  color: #fff;
}

.production-card__title {
  font-size: 24px;
  line-height: 21px;
  position: relative;
  z-index: 1;
}

.production-card {
  width: 333px;
  height: 487px;
  padding: 40px 14.5px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: default;
  margin-top: 60px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.production-card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0008;
  opacity: 0;
}
.production-card-item {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.production-card__text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
.production-card__price {
  font-size: 24px;
}
.production-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 215px;
  height: 72px;
  background: #22AA50;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 20px;
}
.production-card__btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
}
.production-card:hover {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.production-card:hover .production-card-item {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.production-card:hover .bg {
  opacity: 1;
}

.header {
  height: 132px;
  width: 100%;
  z-index: 10;
}
.header-list {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
}
.header-list:hover a {
  color: #000;
}
.header-line {
  display: block;
  min-width: 1px;
  height: 35px;
  background: #fff;
}

.menu-burger {
  padding: 10px;
  background: #22AA50;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

.mobile_menu {
  width: 236px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #22AA50;
  padding: 80px 20px;
  right: -300px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  text-align: right;
}
.mobile_menu_item {
  margin-top: 50px;
}
.mobile_menu_list {
  list-style: none;
  margin-bottom: 60px;
  position: relative;
}
.mobile_menu_list::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 35px;
  min-height: 1px;
  background: #fff;
}
.mobile_menu_list:last-child::before {
  display: none;
}
.mobile_menu_hat {
  position: relative;
}
.mobile_menu_hat .mobile_menu_closeBtn {
  position: absolute;
  right: 10px;
  top: -20px;
  color: #fff;
}
.mobile_menu .mobile_menu_contact {
  text-align: center;
  margin-top: 60px;
}

.showMenu {
  right: 0 !important;
}

.hiddenBody {
  overflow: hidden;
}

.wrapper {
  padding-top: 245px;
  overflow: hidden;
}
.wrapper-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url(../img/png/wrapper.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%);
  z-index: 0;
}
.wrapper-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 132px;
  background: #22AA50;
}
.wrapper .container {
  z-index: 2;
}
.wrapper__title {
  font-size: 50px;
  line-height: 64px;
}
.wrapper__text {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}
.wrapper__btn {
  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: 215px;
  height: 72px;
  border: 2px solid #22AA50;
  color: #22AA50;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.wrapper__btn:hover {
  color: #22AA50;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
}
.wrapper__btn:first-child {
  background: #22AA50;
  color: #fff;
  margin-right: 15px;
}

.make {
  margin: 120px auto;
}
.make .hexagon__title {
  font-size: 24px;
  line-height: 21px;
  color: #1F1F1F;
}
.make .hexagon:hover .hexagon__title span {
  color: #1F1F1F;
}
.make__text {
  font-size: 16px;
  line-height: 20px;
  color: #1F1F1F;
  margin: 20px 0 40px;
  position: relative;
}
.make__text::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 100px;
  height: 2px;
  background: #22AA50;
}
.make__btn {
  width: 215px;
  height: 72px;
  background: #22AA50;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.make__btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
}
.make__img {
  max-width: 445px;
  -o-object-fit: contain;
     object-fit: contain;
}

.concrete {
  padding: 50px 0 150px;
}
.concrete .title__text span {
  color: #22AA50;
}
.concrete__img {
  width: 50%;
  height: 100%;
}
.concrete__text {
  font-size: 24px;
  line-height: 28px;
  margin: 40px 0;
  width: 75%;
}
.concrete__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 215px;
  height: 72px;
  border: 2px solid #22AA50;
  color: #22AA50;
  background: transparent;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.concrete__btn:hover {
  color: #22AA50;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
}

.our-promotions {
  margin: 120px 0;
}
.our-promotions .hexagon {
  width: 320px;
  height: 366px;
}
.our-promotions .hexagon-box {
  background: #22AA50;
  color: #fff;
}
.our-promotions .hexagon__title {
  font-size: 24px;
  line-height: 21px;
  margin-top: 25px;
}
.our-promotions .hexagon_middle .hexagon-box {
  background: #fff;
}
.our-promotions .hexagon_middle .hexagon-box .hexagon__title {
  color: #1F1F1F;
}
.our-promotions-middle {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 140px;
  opacity: 0.1;
  letter-spacing: 10px;
}
.our-promotions__text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
  position: relative;
}
.our-promotions__text::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #22AA50;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.our-production .production-card.card1 {
  background-image: url(../img/png/p1.png);
}
.our-production .production-card.card2 {
  background-image: url(../img/png/p2.png);
}
.our-production .production-card.card3 {
  background-image: url(../img/png/p3.png);
}
.our-production .production-card.card4 {
  background-image: url(../img/png/p4.png);
}
.our-production .production-card.card5 {
  background-image: url(../img/png/p5.png);
}
.our-production .elem1 {
  position: absolute;
  bottom: 0;
  left: -45%;
  z-index: 0;
}
.our-production .elem2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.our-production .elem3 {
  position: absolute;
  top: 57%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.our-services {
  margin: 120px auto;
}
.our-services .elem1 {
  top: 50px;
}
.our-services .elem2 {
  top: 80%;
}
.our-services .elem3 {
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.our-services .production-card.card1 {
  background-image: url(../img/png/s1.png);
}
.our-services .production-card.card2 {
  background-image: url(../img/png/s2.png);
}
.our-services .production-card.card3 {
  background-image: url(../img/png/s3.png);
}
.our-services .production-card.card4 {
  background-image: url(../img/png/s4.png);
}
.our-services .production-card {
  width: 568px;
  height: 307px;
  padding: 30px;
}

.delivery .elem {
  width: 368px;
}
.delivery-card {
  margin-top: 40px;
}
.delivery-card__title {
  font-size: 24px;
  margin-top: 20px;
}
.delivery__title {
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 140px;
  opacity: 0.1;
  letter-spacing: 10px;
}
.delivery__img {
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.delivery__img.img1 {
  left: 20%;
}
.delivery__img.img2 {
  right: 20%;
}

.call {
  margin: 160px 0;
}
.call__number {
  font-size: 60px;
  color: #1F1F1F;
  white-space: nowrap;
}
.call__number:hover {
  color: #22AA50;
}
.call__img {
  position: absolute;
  width: 450px;
  top: -10px;
  left: 36%;
}
.call-item {
  width: 410px;
  height: auto;
  background: #22AA50;
  padding: 20px;
}
.call-item__title {
  font-size: 24px;
}
.call-item__text {
  font-size: 24px;
  line-height: 28px;
}
.call__btn {
  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: 317px;
  height: 72px;
  color: #fff;
  background: #22AA50;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.call__btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
}

.payForGoods .elem-sup {
  top: 25px;
}
.payForGoods-item {
  width: 212px;
  height: 138px;
  margin-top: 85px;
  margin-right: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.payForGoods-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.payForGoods-item:last-child {
  margin-right: 0;
}
.payForGoods-item__card {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.payForGoods-item .elem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.payForGoods__text {
  font-size: 16px;
  line-height: 20px;
}
.payForGoods__text.text1 {
  margin-top: 100px;
  position: relative;
}
.payForGoods__text.text1::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #22AA50;
}

.registration {
  margin: 90px 0 150px;
}
.registration-form {
  width: 100%;
  height: auto;
  border: 3px solid #22AA50;
  padding: 30px 30px 96px 30px;
}
.registration-form-item {
  max-width: 450px;
  margin: 0 auto;
}
.registration-form__title {
  font-size: 24px;
  line-height: 21px;
  margin-bottom: 60px;
}
.registration-form__inp, .registration-form__text {
  width: 100%;
  height: 50px;
  border: 2px solid #22AA50;
  font-size: 24px;
  outline: none;
  color: #1F1F1F;
  padding: 0 15px;
  margin-bottom: 20px;
}
.registration-form__inp::-webkit-input-placeholder, .registration-form__text::-webkit-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.registration-form__inp::-moz-placeholder, .registration-form__text::-moz-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.registration-form__inp:-ms-input-placeholder, .registration-form__text:-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.registration-form__inp::-ms-input-placeholder, .registration-form__text::-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.registration-form__inp::placeholder, .registration-form__text::placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.registration-form__text {
  height: 150px;
  resize: none;
  text-align: center;
  padding: 10px 15px;
}
.registration-form__btn {
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 317px;
  height: 72px;
  color: #fff;
  background: #22AA50;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration-form__btn:hover {
  bottom: -30px;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
}

.footer {
  padding-bottom: 60px;
}
.footer .title__text {
  margin-bottom: 78px;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer__text {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  margin-top: 20px;
}
.footer-map {
  width: 100%;
  height: 100%;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.modal__title {
  font-size: 60px;
}
.modal__title-sub {
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
}
.modal-form__inp {
  width: 450px;
  height: 50px;
  border: 2px solid #22AA50;
  font-size: 24px;
  outline: none;
  color: #1F1F1F;
  padding: 0 15px;
  margin: 50px 0;
  text-align: center;
}
.modal-form__inp::-webkit-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.modal-form__inp::-moz-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.modal-form__inp:-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.modal-form__inp::-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.modal-form__inp::placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.modal-form__btn {
  width: 240px;
  height: 72px;
  color: #fff;
  background: #22AA50;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-form__btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
}
.modal-form__text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.modal-content {
  background: #fff;
  padding: 40px;
  width: 756px;
  -webkit-animation: modalAnim 0.3s linear;
          animation: modalAnim 0.3s linear;
}
.modal-content .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 35px;
}

@-webkit-keyframes modalAnim {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes modalAnim {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hiddenBody {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .call__number {
    font-size: 45px;
  }
  .call__img {
    width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .payForGoods-right {
    margin-top: 100px;
  }
  .payForGoods-item {
    width: 153px;
    height: 95px;
  }
  .payForGoods__text {
    font-size: 16px;
    line-height: 20px;
  }
  .payForGoods__text.text1 {
    margin-top: 40px;
  }
  .payForGoods__text.text1::after {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #22AA50;
  }
}
@media (max-width: 992px) {
  .title__text {
    font-size: 36px;
    line-height: 32px;
  }
  .header {
    height: 120px;
    z-index: auto;
  }
  .header .logo {
    width: 200px;
  }
  .wrapper {
    padding-top: 150px;
  }
  .wrapper__title {
    font-size: 40px;
    line-height: 36px;
  }
  .concrete__text {
    font-size: 20px;
    line-height: 24px;
    width: 50%;
  }
  .call {
    margin: 120px 0;
  }
  .call__img {
    position: relative;
    margin-top: 40px;
  }
  .call__btn {
    margin-top: -80px;
  }
  .footer .title__text {
    margin-bottom: 40px;
  }
  .footer .logo {
    margin-bottom: 0;
  }
  .footer__text {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-map {
    height: 400px;
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .concrete {
    padding: 40px 0;
    background-image: url(../img/png/make3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .concrete .title__text {
    color: #fff;
    text-align: center;
  }
  .concrete .title__text span {
    color: #fff;
  }
  .concrete__btn {
    border: 2px solid #fff;
    color: #fff;
    width: 285px;
  }
  .concrete__text {
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .our-promotions .hexagon {
    width: 280px;
    height: 306px;
    margin-top: 80px;
  }
  .our-promotions .hexagon:first-child {
    margin-top: 40px;
  }
  .our-promotions .hexagon__title {
    font-size: 20px;
    line-height: 18px;
  }
  .our-promotions__text::after {
    top: -20px;
  }
  .make__text::after {
    right: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .production-card {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .production-card-item {
    position: relative;
    opacity: 1;
    z-index: 1;
  }
  .production-card .bg {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .header .logo {
    width: 180px;
  }
  .wrapper {
    padding-top: 120px;
  }
  .wrapper__text {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper__btn {
    width: 285px;
  }
  .wrapper__btn:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .wrapper .hexagon {
    margin-top: 20px;
  }
  .wrapper .hexagon:first-child {
    margin-top: 60px;
  }
  .make .hexagon {
    width: 150px;
    height: 175px;
  }
  .make .hexagon__title {
    font-size: 20px;
  }
  .make__img {
    margin-top: 40px;
    max-width: 246px;
  }
  .make__btn {
    width: 285px;
  }
  .our-services .production-card {
    width: 100%;
    height: 431px;
    padding: 40px 14.5px;
  }
  .delivery .elem {
    width: 80%;
    position: relative;
  }
  .delivery .elem1 {
    margin-left: -70px;
  }
  .delivery .elem2 {
    margin-right: -70px;
  }
  .delivery__img {
    width: 90%;
  }
  .delivery__img.img1 {
    left: 5%;
  }
  .delivery__img.img2 {
    right: 5%;
  }
  .call-item {
    width: 100%;
  }
  .call-item__title {
    font-size: 20px;
  }
  .call-item__text {
    font-size: 20px;
    line-height: 24px;
  }
  .call__number {
    font-size: 36px;
  }
  .call__btn {
    width: 285px;
  }
  .registration-form {
    border: none;
    padding: 0;
    padding-bottom: 60px;
  }
  .registration-form__title {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .registration-form__inp, .registration-form__text {
    font-size: 20px;
    line-height: 24px;
  }
  .footer .logo {
    width: 320px;
  }
  .footer-map {
    height: 316px;
  }
  .modal__title {
    font-size: 36px;
  }
  .modal__title-sub {
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
  }
  .modal-form__inp {
    width: 90%;
    margin: 30px 0;
  }
  .modal-form__btn {
    width: 285px;
  }
  .modal-form__text {
    margin-top: 40px;
  }
  .modal-content {
    padding: 40px 10px;
    width: 95%;
  }
  .modal-content .modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}