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

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

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

ul,
ol,
dd {
  list-style: none;
  list-style-type: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  border-width: 0;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@font-face {
  src: url("../fonts/bebasneueregular.woff2") format("woff2");
  src: url("../fonts/bebasneueregular.woff") format("woff");
  src: url("../fonts/bebasneueregular.ttf") format("truetype");
  font-family: "bebasneueregular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.075em;
  color: #fff;
  background-color: #2e2e2e;
}

._wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

._container {
  margin: 0 auto;
  padding: 0 2px;
  width: 100%;
  max-width: 754px;
}

.title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.title__wrap {
  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;
  margin-bottom: 2.5%;
}

.title__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70px;
  flex: 0 1 70px;
  padding-right: 3%;
}

.info {
  margin: 2% 4%;
}

.info .btn {
  margin: 0 10px;
}

.link {
  font-size: 20px;
  margin-bottom: 1%;
  padding-left: 7px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #e0434c;
}

.list {
  margin-bottom: 15px;
}

.list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  text-transform: uppercase;
}

.list__item:not(:last-child) {
  margin-bottom: 4px;
}

.list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 10px;
  width: 26px;
}

.hover {
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.no-js .elementWithBackgroundImage {
  background-image: url("../img/image.jpg");
}

.menu__nav {
  padding-top: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__link {
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 7px solid transparent;
  font-family: "bebasneueregular";
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.075em;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.menu__link:focus,
.menu__link:hover,
.menu__link:active,
.menu__link._active {
  border-bottom: 7px solid #e0434c;
}

.header {
  padding-top: 52px;
  background-image: url("../img/header-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header__logo {
  position: relative;
}

.header__logo span {
  position: absolute;
  right: -160px;
  top: 0;
  font-weight: 400;
  font-size: 11.8px;
  line-height: 20px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.23);
}

.header__title {
  font-size: 22px;
  margin-bottom: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #f9f9f9;
}

.header__title span {
  display: block;
}

.logo {
  margin: 0 auto 24px;
  max-width: 355px;
}

.btn {
  font-size: 31.2px;
  display: block;
  padding: 0 20px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #e0434c;
}

.land {
  padding: 35px 0 15px;
}

.land__item {
  width: 50%;
}

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

.item {
  padding: 1px;
}

.banner {
  padding: 20px 0 10px;
  background-color: #272727;
}

.banner__title {
  padding: 10px 0;
  text-align: center;
}

.banner__item {
  width: 33.333%;
}

.banner__item:nth-child(8),
.banner__item:nth-child(7) {
  width: 100%;
}

.intro__item {
  width: 100%;
}

.intro__title {
  text-align: center;
  padding: 10px 0;
}

.logos {
  padding: 20px 0 10px;
}

.logos__title {
  padding: 10px 0;
  text-align: center;
}

.logos__item {
  width: 100%;
}


.flyers {
  padding: 20px 0 35px;
  background-color: #272727;
}

.flyers__item:nth-child(3),
.flyers__item:nth-child(4),
.flyers__item:nth-child(5) {
  width: 33.333%;
}

.bld {
  padding: 20px 0 35px;
  background-color: #272727;
}

.bld__item:nth-child(2),
.bld__item:nth-child(3),
.bld__item:nth-child(4) {
  width: 33.333%;
}

.testimonials {
  padding: 70px 0 65px;
}

.testimonials__hold {
  margin: 0 auto;
  width: 100%;
  max-width: 670px;
}

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

.testimonials__card:not(:last-child) {
  margin-bottom: 70px;
}

.testimonials__item {
  max-width: 115px;
  width: 20%;
  margin-right: 3.2%;
}

.testimonials__img {
  overflow: hidden;
  margin-bottom: 8%;
  border-radius: 50%;
}

.testimonials__name {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: underline;
  color: #e0434c;
}

.testimonials__text {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #fff;
  width: 80%;
}

.contact {
  padding: 25px 0 60px;
  background-color: #000;
}

.contact__wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 670px;
}

.contact__title {
  font-size: 35.3px;
  margin-bottom: 5%;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.contact__text {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #fff;
}

.contact__info {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url("../img/bcg.png");
  background-repeat: repeat-y;
}

.contact__info-title {
  font-size: 32.3px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #fff;
}

.contact__list {
  margin-bottom: 15px;
  padding-left: 10px;
  color: #d7d7d7;
}

.contact__list-item {
  margin-left: 20px;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #d7d7d7;
}
.contact__list-item a {
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #d7d7d7;
}

.contact__list-item a img {
  margin-right: 10px;
  padding:30px;
}

.form {
  padding: 33px 0 65px;
}

.form__input {
  margin-bottom: 14px;
  border-radius: 15px;
  padding: 20px 25px;
  max-width: 345px;
  background-color: #ebebeb;
}

.form input {
  font-size: 20.2px;
  width: 100%;
  height: 100%;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.075em;
  color: #b3b3b3;
  background: transparent;
}

.form__textarea {
  margin-bottom: 2.5%;
  border-radius: 15px;
  padding: 20px 25px;
  width: 100%;
  min-height: 100%;
  background-color: #ebebeb;
}

.form__textarea textarea {
  font-size: 20.2px;
  width: 100%;
  min-height: 105px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.075em;
  color: #b3b3b3;
  background: transparent;
  resize: vertical;
}

.form__btn {
  min-width: 240px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: center;
  flex-direction: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socials li {
  margin: 5px 9px;
}

.footer__title {
  font-size: 32.3px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #fff;
}

.footer__logo {
  padding: 38px 0;
}

@media (max-width: 750px) {
  body {
    font-size: calc(9px + 13 * ((100vw - 320px) / 430));
  }

  .title {
    font-size: calc(9px + 13 * ((100vw - 320px) / 430));
  }

  .link {
    font-size: calc(14px + 6 * ((100vw - 320px) / 430));
  }

  .menu__nav {
    padding-top: calc(25px + 0 * ((100vw - 320px) / 430));
  }

  .menu__link {
    font-size: calc(14px + 10 * ((100vw - 320px) / 430));
  }

  .menu__link {
    padding-left: calc(5px + 25 * ((100vw - 320px) / 430));
  }

  .menu__link {
    padding-right: calc(5px + 25 * ((100vw - 320px) / 430));
  }

  .header__title {
    font-size: calc(13px + 9 * ((100vw - 320px) / 430));
  }

  .btn {
    font-size: calc(15px + 16.2 * ((100vw - 320px) / 430));
  }

  .testimonials__text {
    font-size: calc(12px + 6 * ((100vw - 320px) / 430));
  }

  .contact__title {
    font-size: calc(17px + 18.3 * ((100vw - 320px) / 430));
  }

  .contact__info {
    padding-left: calc(10px + 30 * ((100vw - 320px) / 430));
  }

  .contact__info {
    padding-right: calc(10px + 30 * ((100vw - 320px) / 430));
  }

  .contact__info-title {
    font-size: calc(12px + 20.3 * ((100vw - 320px) / 430));
  }

  .contact__list-item a {
    font-size: calc(13px + 6 * ((100vw - 320px) / 430));
  }

  .form input {
    font-size: calc(14px + 6.2 * ((100vw - 320px) / 430));
  }

  .form__textarea textarea {
    font-size: calc(14px + 6.2 * ((100vw - 320px) / 430));
  }

  .footer__title {
    font-size: calc(15px + 17.3 * ((100vw - 320px) / 430));
  }
}

@media (max-width: 700px) {
  .header__logo span {
    right: 0;
    top: -30px;
  }
}

@media (max-width: 380px) {
  .logo {
    max-width: 290px;
  }
}

@media (any-hover: hover) {
  .hover:hover {
    border: 2px solid #e0434c;
  }

  .testimonials__item:hover .testimonials__name {
    text-decoration: none;
  }
}