@font-face {
  font-family: "Mulish";
  src: url("../css/fonts/mulish-regular.woff2") format("woff2");
  src: url("../css/fonts/mulish-regular.woff") format("woff");
  src: url("../css/fonts/mulish-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
}

.button__black {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #f3f9fa;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  padding: 8px 30px;
  margin-left: 15px;
}
.button__black:hover {
  border: 2px solid #f3f9fa;
}
.button__black:active {
  border: 2px solid #D9D9D9;
}

.button__white {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #0a0a0a;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #0a0a0a;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #f3f9fa;
  padding: 8px 30px;
  margin-left: 15px;
}
.button__white:hover {
  color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.drop-cap {
  color: #7df9ff;
}

.h1 {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #0a0a0a;
  font-size: 64px;
  margin: 0;
}

.h2 {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #0a0a0a;
  font-size: 48px;
  margin: 0;
}

.h3 {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #0a0a0a;
  font-size: 40px;
  margin: 0;
}

.subheading {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #0a0a0a;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
}

.text {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #0a0a0a;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.a {
  cursor: pointer;
  transition: 0.3s;
}

.button {
  cursor: pointer;
}

.header {
  background-color: #0a0a0a;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0 70px;
}
.header__menu__icon {
  display: none;
}
.header__logo {
  width: 210px;
  height: 40px;
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #f3f9fa;
  font-size: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 22px;
}
.menu__item {
  list-style-type: none;
  margin-left: 45px;
  text-decoration: none;
  color: #f3f9fa;
}
.menu__item:hover {
  color: #2ebadc;
}

.mobile-menu {
  background-color: #0a0a0a;
  width: 100%;
  height: 400px;
  position: absolute;
}
.mobile-menu__line {
  color: #f3f9fa;
  margin: 0;
}
.mobile-menu__close {
  width: 30px;
  position: relative;
  top: 15px;
  left: calc(100vw - 45px);
  margin-bottom: 15px;
}
.mobile-menu__list {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #f3f9fa;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.mobile-menu__list__item {
  list-style-type: none;
  padding-bottom: 25px;
  color: #f3f9fa;
  text-decoration: none;
}
.mobile-menu__list__item_blue {
  color: #2ebadc;
}

.footer {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  color: #f3f9fa;
  background-color: #0a0a0a;
}
.footer__contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0 40px;
}
.footer__contacts__block1 {
  display: flex;
  flex-direction: row;
}
.footer__contacts__text {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
}
.footer__contacts__link {
  text-decoration: none;
  color: #f3f9fa;
}
.footer__contacts__phone {
  font-size: 36px;
  margin: 0;
  padding-top: 10px;
  cursor: pointer;
}
.footer__contacts__phone:hover {
  color: #2ebadc;
}
.footer__contacts__social-icon {
  width: 35px;
}
.footer__img {
  width: 105px;
  padding-right: 30px;
}
.footer__line {
  width: 1500px;
}
.footer__copyright {
  padding: 40px 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer__copyright__link {
  color: #f3f9fa;
  text-decoration: none;
}
.footer__copyright__link:hover {
  color: #2ebadc;
}
.footer__copyright__link__divider::after {
  content: "|";
  padding: 0 5px 0 10px;
}

.intro {
  display: flex;
  flex-direction: row;
  padding-top: 100px;
  justify-content: center;
}
.intro__img {
  width: 75%;
  height: auto;
}
.intro__h1 {
  margin-bottom: 70px;
  width: 80%;
}
.intro__text {
  margin-bottom: 100px;
  width: 80%;
}

.advantages {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}
.advantages__h2 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}
.advantages__paragraphs {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.advantages__text {
  width: 40%;
}

.statistics {
  padding: 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.statistics__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #D9D9D9;
  width: 300px;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
}

.why-us {
  padding: 75px 0;
  background-color: #0a0a0a;
}
.why-us__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.why-us__image {
  width: 70%;
}
.why-us__h2 {
  padding-bottom: 50px;
  color: #f3f9fa;
}
.why-us__subheading {
  width: 580px;
  color: #f3f9fa;
  padding-bottom: 75px;
}
.why-us__wrap2 {
  text-align: center;
}
.why-us__btn {
  display: inline-block;
}

.services {
  padding: 75px 0;
  display: flex;
  flex-direction: column;
}
.services__h2 {
  margin: 0 auto;
  padding-bottom: 20px;
}
.services__subheading {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.services__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row: auto;
  row-gap: 50px;
}
.services__items__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.services__items__item__img {
  width: 20%;
  padding-bottom: 20px;
}
.services__items__h3 {
  text-align: center;
  padding-bottom: 10px;
}
.services__items__text {
  width: 80%;
  text-align: center;
}

.about {
  background-color: #0a0a0a;
}
.about__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 100px 0;
}
.about__block1 {
  text-align: left;
}
.about__h1 {
  padding-bottom: 70px;
  color: #f3f9fa;
}
.about__text {
  margin: 0;
  color: #f3f9fa;
  width: 80%;
}
.about__img {
  width: 60%;
  padding-left: 30px;
}

.story {
  padding-top: 100px;
}
.story__h1 {
  padding-bottom: 40px;
}
.story__h2 {
  padding-bottom: 40px;
}
.story__texts {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.story__text {
  padding-right: 70px;
  width: 500px;
}

.values {
  padding: 100px 0;
}
.values__h2 {
  padding-bottom: 70px;
}
.values__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.values__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 70px;
}
.values__item__img {
  width: 100px;
  padding-bottom: 15px;
}
.values__item__h3 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
}
.values__item__text {
  text-align: center;
  width: 80%;
}

.facilities {
  background-color: #0a0a0a;
}
.facilities__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 100px 0;
}
.facilities__h1 {
  padding-bottom: 70px;
  color: #f3f9fa;
}
.facilities__text {
  width: 80%;
  color: #f3f9fa;
}

.featured-services {
  padding: 100px 0;
  text-align: center;
}
.featured-services__h2 {
  padding-bottom: 20px;
}
.featured-services__text {
  width: 40%;
  display: inline-block;
  padding-bottom: 70px;
}
.featured-services__list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.featured-services__list__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.featured-services__list__item__img {
  width: 100px;
  padding-bottom: 20px;
}
.featured-services__list__item__h3 {
  padding-bottom: 10px;
}
.featured-services__list__item__text {
  width: 80%;
}

.reasons {
  background-color: #0a0a0a;
  padding: 100px 0;
}
.reasons__wrap {
  text-align: center;
}
.reasons__h2 {
  padding-bottom: 20px;
  color: #f3f9fa;
}
.reasons__text {
  width: 60%;
  display: inline-block;
  padding-bottom: 70px;
  color: #f3f9fa;
}
.reasons__list {
  display: flex;
  flex-direction: row;
}
.reasons__list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reasons__list__item__h3 {
  color: #f3f9fa;
  padding-bottom: 20px;
}
.reasons__list__item__text {
  color: #f3f9fa;
  text-align: left;
  padding-right: 20px;
}

.boost {
  background-image: url(../images/hizmetlerimiz/iletisim-background.jpg);
  background-size: cover;
  padding: 100px 0;
}
.boost__wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.boost__h2 {
  padding-bottom: 20px;
  color: #f3f9fa;
}
.boost__text {
  padding-bottom: 70px;
  width: 70%;
  color: #f3f9fa;
  display: inline-block;
}

.clients {
  background-color: #0a0a0a;
  padding: 100px 0;
}
.clients__h1 {
  color: #f3f9fa;
  padding-bottom: 70px;
}
.clients__text {
  color: #f3f9fa;
  width: 80%;
}
.clients__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.companies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 100px 0;
  justify-content: space-evenly;
  align-items: center;
}
.companies__img {
  width: 140px;
  padding: 10px;
}

.contact-us {
  background-color: #0a0a0a;
  padding: 100px 0;
}
.contact-us__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.contact-us__h1 {
  color: #f3f9fa;
  padding-bottom: 70px;
}
.contact-us__text {
  color: #f3f9fa;
}
.contact-us__img {
  width: 80%;
}

.contact-form {
  padding: 100px 0;
}
.contact-form__h2 {
  text-align: center;
  padding-bottom: 70px;
}
.contact-form__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-form__h3 {
  padding-bottom: 5px;
}
.contact-form__text {
  padding-bottom: 20px;
  width: 70%;
}
.contact-form__btn {
  margin-top: 50px;
}
.contact-form__btn:hover {
  cursor: pointer;
}
.contact-form__link {
  text-decoration: none;
  cursor: pointer;
}
.contact-form__link:hover {
  color: #2ebadc;
}

.form__label {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.form__input {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  height: 35px;
  width: 90%;
  margin-top: 5px;
}
.form__textarea {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  width: 90%;
  margin-top: 5px;
}
.form__select {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  height: 40px !important;
  width: auto;
  margin-top: 5px;
}

.get-service {
  padding: 100px 0;
}
.get-service__h1 {
  text-align: center;
  padding-bottom: 10px;
}
.get-service__h2 {
  text-align: center;
  padding: 70px 0 35px;
}
.get-service__text {
  text-align: center;
}
.get-service__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.get-service__wrap__textarea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.get-service__wrap__textarea__width {
  width: 1000px;
  margin-bottom: 50px;
}
.get-service__city-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.get-service__city-wrap__select {
  width: 190px;
}
.get-service__label {
  width: 390px;
}
.get-service__input {
  width: 384px;
}
.get-service__btn {
  cursor: pointer;
}

.be-courier {
  padding: 100px 0;
}
.be-courier__h1 {
  text-align: center;
  padding-bottom: 30px;
}
.be-courier__h2 {
  text-align: center;
  padding: 50px 0 35px;
}
.be-courier__h3 {
  text-align: center;
  padding: 35px 0 25px;
}
.be-courier__text {
  text-align: center;
  padding-bottom: 70px;
  width: 60%;
  margin: 0 auto;
}
.be-courier__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.be-courier__wrap__textarea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.be-courier__wrap__textarea__width {
  width: 1000px;
}
.be-courier__wrap__inner {
  display: flex;
  flex-direction: row;
}
.be-courier__label {
  width: 390px;
}
.be-courier__label__checkbox {
  margin-right: 10px;
}
.be-courier__input {
  width: 384px;
}
.be-courier__input__small {
  width: 180px;
  margin-right: 15px;
}
.be-courier__select {
  width: 390px;
}
.be-courier__btn {
  margin-top: 50px;
}
.be-courier__btn:hover {
  cursor: pointer;
}

.politics {
  padding: 100px 0;
}
.politics__h1 {
  padding-bottom: 20px;
  font-size: 44px;
}
.politics__h2 {
  padding-bottom: 15px;
  font-size: 36px;
}
.politics__text {
  padding-bottom: 10px;
  line-height: 34px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1100px;
  }
  .footer__contacts,
  .footer__line,
  .footer__copyright {
    max-width: 1300px;
  }
  .story__text {
    width: 350px;
  }
  .values__item__text {
    width: 95%;
  }
  .get-service__wrap__textarea__width {
    width: 890px;
  }
  .be-courier__wrap__textarea__width {
    width: 890px;
  }
}
@media screen and (max-width: 1366px) {
  .container,
  .footer__line {
    max-width: 1100px;
  }
  .menu__list__item {
    margin-left: 30px;
  }
  .button__black,
  .button__white,
  .button__kurye-hizmeti-al {
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 0 50px;
  }
  .header__logo {
    width: 180px;
    height: 35px;
  }
  .button__black,
  .button__white {
    padding: 5px 25px;
  }
  .menu {
    font-size: 18px;
  }
  .menu__item {
    font-size: 20px;
    margin-left: 20px;
  }
  .footer__contacts__phone {
    font-size: 34px;
    padding-top: 18px;
  }
  .h1 {
    font-size: 56px;
  }
  .h2 {
    font-size: 44px;
  }
  .h3 {
    font-size: 34px;
  }
  .subheading {
    font-size: 24px;
  }
  .text,
  .footer__contacts__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1112px) {
  .container,
  .footer__line {
    max-width: 900px;
  }
  .header {
    justify-content: space-between;
    padding: 15px 70px;
  }
  .header__menu__icon {
    display: initial;
    width: 35px;
  }
  .header__logo {
    width: 160px;
    height: 30px;
  }
  .menu {
    display: none;
  }
  .button__black,
  .button__white {
    font-size: 16px;
  }
  .why-us__subheading {
    width: 400px;
  }
  .get-service__wrap__textarea__width {
    width: 820px;
  }
  .be-courier__wrap__textarea__width {
    width: 820px;
  }
}
@media screen and (max-width: 1024px) {
  .intro__h1,
  .intro__text {
    width: 460px;
  }
  .why-us__image {
    width: 50%;
  }
  .why-us__subheading {
    width: 460px;
  }
  .footer__contacts__phone {
    font-size: 30px;
    padding-top: 20px;
  }
  .h1 {
    font-size: 48px;
  }
  .h2 {
    font-size: 40px;
  }
  .h3 {
    font-size: 28px;
  }
  .subheading {
    font-size: 20px;
    line-height: 30px;
  }
  .text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 0 30px;
  }
  .footer__line {
    width: auto;
  }
}
@media screen and (max-width: 820px) {
  .container,
  .footer__line {
    max-width: 650px;
  }
  .intro,
  .advantages {
    padding-top: 70px;
  }
  .intro__h1,
  .intro__text {
    width: 300px;
    margin-bottom: 50px;
  }
  .why-us__wrap {
    justify-content: space-around;
  }
  .why-us__h2 {
    width: 300px;
  }
  .why-us__subheading {
    width: 300px;
  }
  .why-us__image {
    width: 200px;
  }
  .statistics {
    padding: 50px;
  }
  .footer__contacts__phone {
    font-size: 28px;
    padding-top: 22px;
  }
  .footer__copyright {
    display: flow;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 36px;
  }
  .h3 {
    font-size: 26px;
  }
  .subheading {
    font-size: 16px;
  }
  .text {
    font-size: 16px;
  }
  .story {
    padding-top: 70px;
  }
  .story__text {
    width: auto;
  }
  .about__wrap {
    padding: 70px;
  }
  .facilities__wrap,
  .featured-services,
  .reasons,
  .boost {
    padding: 70px 0;
  }
  .facilities__h1 {
    padding-bottom: 40px;
  }
  .facilities__text {
    padding-bottom: 40px;
    display: inline-block;
  }
  .facilities__img {
    width: 80%;
  }
  .featured-services__text {
    padding-bottom: 30px;
    width: 65%;
  }
  .featured-services__list {
    flex-direction: column;
  }
  .featured-services__list__item__text {
    width: 60%;
  }
  .featured-services__list__item__img {
    padding-top: 20px;
  }
  .clients {
    padding: 70px 0;
  }
  .clients__wrap {
    flex-direction: column;
    align-items: center;
  }
  .clients__h1 {
    padding-bottom: 30px;
    text-align: center;
  }
  .clients__text {
    padding-bottom: 50px;
    text-align: center;
    display: inline-block;
    width: auto;
  }
  .clients__img {
    display: none;
  }
  .contact-us {
    padding: 70px 0;
  }
  .contact-us__wrap {
    flex-direction: column;
    text-align: center;
  }
  .contact-us__h1 {
    padding-bottom: 40px;
  }
  .contact-us__img {
    display: none;
  }
  .contact-form {
    padding: 70px 0;
  }
  .contact-form__wrap {
    flex-direction: column;
  }
  .contact-form__h2 {
    padding-bottom: 40px;
  }
  .contact-form__text {
    width: auto;
  }
  .get-service {
    padding: 70px 0;
  }
  .get-service__h2 {
    padding: 50px 0 25px;
  }
  .get-service__label {
    width: 300px;
  }
  .get-service__input {
    width: 294px;
  }
  .get-service__wrap__textarea__width {
    width: 620px;
  }
  .get-service__city-wrap__select {
    width: 145px;
  }
  .be-courier {
    padding: 70px 0;
  }
  .be-courier__h2 {
    padding: 50px 0 25px;
  }
  .be-courier__label {
    width: 300px;
  }
  .be-courier__input {
    width: 294px;
  }
  .be-courier__input__small {
    width: 135px;
    margin-right: 12px;
  }
  .be-courier__select {
    width: 300px;
  }
  .be-courier__wrap__textarea__width {
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .container,
  .footer__line {
    max-width: 365px;
  }
  .button__kurye-hizmeti-al {
    display: none;
  }
  .header {
    padding: 15px 15px;
  }
  .intro,
  .advantages__paragraphs,
  .statistics,
  .why-us,
  .values__wrap {
    flex-direction: column;
  }
  .intro {
    text-align: center;
    padding-top: 30px;
  }
  .intro__h1 {
    padding-top: 30px;
    width: 380px;
  }
  .intro__text {
    width: 380px;
  }
  .advantages__h2 {
    width: 85%;
    padding-bottom: 30px;
  }
  .advantages__text {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  .statistics {
    align-items: center;
    padding: 30px;
  }
  .statistics__item {
    width: 220px;
  }
  .why-us {
    padding: 50px 0;
    text-align: center;
  }
  .why-us__h2 {
    padding-bottom: 30px;
  }
  .services {
    padding: 50px 0;
  }
  .services__subheading {
    width: 85%;
  }
  .services__items {
    row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .services__items__item__img {
    width: 50%;
  }
  .footer__img {
    width: 70px;
  }
  .footer__contacts__block1 {
    flex-direction: column;
  }
  .footer__contacts__text {
    font-size: 18px;
    padding-top: 20px;
  }
  .footer__contacts__link {
    font-size: 28px;
  }
  .h1 {
    font-size: 36px;
  }
  .h2 {
    font-size: 30px;
  }
  .h3 {
    font-size: 22px;
  }
  .text {
    line-height: 22px;
  }
  .about__wrap {
    padding: 50px;
  }
  .about__img {
    display: none;
  }
  .story {
    padding-top: 50px;
  }
  .story__text {
    width: auto;
    padding: 0 20px 10px 0;
  }
  .values {
    padding: 50px 0;
  }
  .values__item {
    padding-right: 0px;
  }
  .values__item__text {
    width: 80%;
  }
  .values__item__img {
    width: 75px;
    padding: 10px;
  }
  .values__h2 {
    padding-bottom: 50px;
  }
  .facilities__wrap,
  .featured-services,
  .reasons,
  .boost {
    padding: 50px 0;
  }
  .companies,
  .clients {
    padding: 50px 0;
  }
  .facilities__img {
    display: none;
  }
  .reasons__text {
    width: 90%;
    padding-bottom: 50px;
  }
  .reasons__list {
    flex-direction: column;
  }
  .reasons__list__item {
    padding-bottom: 20px;
    align-items: center;
  }
  .reasons__list__item__text {
    text-align: center;
  }
  .form__input,
  .form__textarea {
    width: auto;
  }
  .get-service {
    padding: 50px 0;
  }
  .get-service__h2 {
    padding: 30px 0 15px;
  }
  .get-service__wrap {
    flex-direction: column;
  }
  .get-service__label {
    width: 360px;
  }
  .get-service__input {
    width: 354px;
  }
  .be-courier {
    padding: 50px 0;
  }
  .be-courier__h2 {
    padding: 30px 0 15px;
  }
  .be-courier__text {
    width: 90%;
  }
  .be-courier__wrap {
    flex-direction: column;
  }
  .be-courier__wrap__textarea__width {
    width: 360px;
  }
  .be-courier__label {
    width: 360px;
  }
  .be-courier__input {
    width: 354px;
  }
  .be-courier__input__small {
    width: 167px;
  }
  .be-courier__select {
    width: 360px;
  }
}
@media screen and (max-width: 375px) {
  .container,
  .footer__line {
    max-width: 315px;
  }
  .header {
    align-items: center;
  }
  .header__menu__icon {
    width: 30px;
  }
  .header__logo {
    width: 140px;
    height: 28px;
  }
  .button__black,
  .button__white {
    padding: 3px 20px;
  }
  .intro__h1 {
    width: auto;
  }
  .intro__text {
    width: auto;
  }
  .services__subheading {
    width: 95%;
  }
  .statistics__item {
    width: 200px;
  }
  .h2 {
    font-size: 28px;
  }
  .h3 {
    font-size: 20px;
  }
  .text {
    line-height: 20px;
  }
  .facilities__text {
    width: 90%;
  }
  .featured-services__text {
    width: 80%;
  }
  .featured-services__list__item__text {
    width: 90%;
  }
  .boost__text {
    width: 90%;
  }
  .get-service__label {
    width: 310px;
  }
  .get-service__input {
    width: 304px;
  }
  .get-service__city-wrap__select {
    width: 130px;
  }
  .be-courier__wrap__textarea__width {
    width: 310px;
  }
  .be-courier__label {
    width: 310px;
  }
  .be-courier__label__mrgn {
    margin-top: 20px;
  }
  .be-courier__input {
    width: 304px;
  }
  .be-courier__input__small {
    width: 145px;
  }
  .be-courier__select {
    width: 310px;
  }
}
@media screen and (max-width: 320px) {
  .container,
  .footer__line {
    max-width: 280px;
  }
  .header {
    padding: 15px 15px;
  }
  .header__logo {
    width: 120px;
    height: 24px;
    padding-left: 10px;
  }
  .header__menu__icon {
    width: 25px;
  }
  .button__black,
  .button__white {
    padding: 3px 15px;
  }
  .footer__contacts__social-icon {
    width: 25px;
  }
  .get-service__label {
    width: 280px;
  }
  .get-service__input {
    width: 274px;
  }
  .get-service__wrap__textarea__width {
    width: 280px;
  }
  .get-service__city-wrap__select {
    width: 130px;
  }
  .be-courier__wrap__textarea__width {
    width: 280px;
  }
  .be-courier__label {
    width: 280px;
  }
  .be-courier__label__mrgn {
    margin-top: 20px;
  }
  .be-courier__input {
    width: 274px;
  }
  .be-courier__input__small {
    width: 125px;
  }
  .be-courier__select {
    width: 280px;
  }
}/*# sourceMappingURL=style.css.map */