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

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/proximanova_regular.woff2") format("woff2");
}

@font-face {
  font-family: "ProximaNova";
  font-style: bold;
  font-weight: 700;
  src: url("/fonts/proximanova_bold.woff2") format("woff2");
}

body {
  font-family: "ProximaNova", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  color: rgba(47, 48, 48, 0.612);
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  color: rgb(47, 48, 48);
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

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

.container {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .container {
    max-width: 800px;
  }
}

@media (max-weight: 768px) {
  .container {
    max-width: 700px;
    padding: 0 10px;
  }
}

.title {
  font-size: 25px;
  color: rgb(47, 48, 48);
  text-align: center;
  font-weight: bold;
}

@media (max-width: 500px) {
  .title {
    font-size: 20px;
  }
}

@media (max-width: 370px) {
  .title {
    font-size: 18px;
  }
}

.button-orange {
  background-color: rgb(239, 182, 52);
  padding: 20px 35px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.sub__title {
  font-size: 17px;
  font-weight: bold;
  color: rgb(47, 48, 48);
  margin-bottom: 10px;
}

@media (max-width: 370px) {
  .sub__title {
    font-size: 15px;
  }
}

.text-orange {
  color: rgb(233, 82, 82);
  font-weight: bold;
  font-size: 16px;
}

.breadcrumbs {
  display: flex;
  justify-content: start;
  margin-bottom: 60px;
}

.breadcrumbs__item {
  font-size: 14px;
  margin-right: 40px;
}

.main__bg {
  margin: 0;
  padding: 30px 0 0;
  background-image: url("images/bg-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main__screen {
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 690px) {
  .main__bg {
    background-image: none;
  }
  .main__screen {
    height: 100vh;
  }
}

.main__text-block {
  width: calc(60% - 20px);
  margin: 70px 0px 128px 0px;
}

.main__img-block {
  padding-top: 20px;
  width: 90%;
}

.main__screen-wrapper {
  position: relative;
}

.main__screen-wrapper::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 40px;
  background-image: url("images/GeometricTriangle.png");
  z-index: 10;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  transform: rotate(-35deg);
}

.main__text {
  font-size: 19px;
  width: 90%;
  line-height: 1.4;
  margin-bottom: 20px;
}

.main__img-blocks {
  flex-direction: column;
  display: flex;
  margin-bottom: 20px;
}

.main__icons-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.2;
  color: rgb(47, 48, 48);
}

.main__icon {
  width: 50px;
}

.main__icons-text {
  text-align: start;
}

.main__img {
  position: relative;
  max-width: 100%;
}

.main__img::after {
  content: "";
  position: absolute;
  background-image: url("images/GeometricTriangle-copi.png");
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main__icon {
  margin-right: 10px;
}

.main__title {
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 1.1;
}

@media (max-width: 1020px) {
  .main__title {
    font-size: 40px;
  }
}

@media (max-width: 995px) {
  .main__screen {
    flex-direction: column;
  }

  .main__img-block {
    width: 100%;
  }

  .main__text-block {
    width: 100%;
    margin: 0px 0px 40px 0px;
    text-align: center;
  }
  .main__img {
    width: 100%;
  }

  .main__title {
    width: 100%;
  }

  .main__text {
    width: 100%;
  }

  .main__icons-blocks {
    width: 100%;
    justify-content: space-around;
  }

  .main__icons-block {
    margin-right: 0;
    justify-content: center;
  }
}

@media (max-width: 670px) {
  .main__title {
    font-size: 30px;
  }
  .main__screen-wrapper::after {
    background-image: none;
  }
}

@media (max-width: 450px) {
  .main__icon {
    width: 40px;
  }
  .main__icons-text {
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .main__icons-blocks {
    flex-direction: column;
  }
}

.form__section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding-top: 40px;
  margin-bottom: 80px;
}

.form__wrapper {
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 0px 3.8px 0.2px rgba(45, 67, 110, 0.18);
  width: 100%;
  min-height: 387px;
  background-color: #e4e4e4;
  background-image: url("images/form-girl.png");
  background-size: 45%, cover;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-position: right top;
}

.form__block {
  padding: 40px 40px;
}

.form__text {
  margin-bottom: 30px;
  width: 600px;
}

.form__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.form__inputs-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 85%;
}

.form__input {
  border-width: 1px;
  border-color: rgb(223, 223, 223);
  border-style: solid;
  border-radius: 4px;
  background-color: rgb(240, 240, 240);
  opacity: 0.741;
  width: 49%;
  height: 36px;
  gap: 10px;
}

.form__input {
  padding-left: 15px;
}

.form__input-comment {
  border-width: 1px;
  border-color: rgb(223, 223, 223);
  border-style: solid;
  border-radius: 4px;
  background-color: rgb(240, 240, 240);
  opacity: 0.741;
  width: 85%;
  margin-bottom: 20px;
  padding: 10px 0 0 15px;
}

@media (max-width: 993px) {
  .form__inputs-row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .form__input-comment {
    width: 65%;
  }
  .form__text {
    width: 80%;
  }
  .form__input {
    margin-bottom: 7px;
    width: 77%;
  }
  .form__block {
    padding: 30px 30px;
  }
  .form__wrapper {
    background-size: 70%, contain;
    background-position: 300px top;
  }
}

@media (max-width: 690px) {
  .form__section {
    background-image: none;
  }
  .form__wrapper {
    background-size: 70%, contain;
    background-position: 300px top;
  }
}

@media (max-width: 594px) {
  .form__wrapper {
    background-size: 70%, contain;
    background-position: 280px bottom;
  }
  .form__text {
    width: 70%;
  }
}

@media (max-width: 550px) {
  .form__wrapper {
    background-size: 75%, contain;
    background-position: 260px bottom;
  }
}

@media (max-width: 520px) {
  .form__wrapper {
    background-size: 75%, contain;
    background-position: 240px bottom;
  }
}

@media (max-width: 500px) {
  .form__block {
    padding: 20px 15px;
  }

  .form__title {
    text-align: center;
  }

  .form__sending {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form__text {
    width: 100%;
    text-align: center;
  }
  .form__input {
    width: 100%;
  }
  .form__input-comment {
    width: 85%;
  }
  .form__wrapper {
    background-image: none;
  }
  .form__button {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 370px) {
  .form__text {
    font-size: 12px;
  }
  .form__title {
    font-size: 15px;
  }
}

.banner-block {
  margin-bottom: 80px;
}

.table__section {
  margin-bottom: 80px;
}

.table {
  border-radius: 5px;
  background-color: rgb(252, 252, 252);
  box-shadow: 0px 3px 16px 0px rgba(44, 44, 44, 0.19);
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.main__tr {
  background-color: rgb(233, 82, 82);
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.banner-block__img {
  width: 100%;
  height: auto;
}

th {
  border: none;
}

th,
td {
  padding: 30px 15px;
  border: 2px solid rgba(235, 235, 235, 0.4);
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 750px) {
  .table__wrapper {
    overflow: scroll;
    overflow-y: hidden;
  }
  th,
  td {
    padding: 10px 10px;
    font-size: 14px;
  }
}

@media (max-width: 590px) {
  th,
  td {
    font-size: 12px;
  }
}

.form__button {
  padding: 15px 35px;
  background-color: rgb(233, 82, 82);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contacts__block {
  margin-bottom: 70px;
}

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

.contacts__adress-blocks {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.contacts__left-block {
  margin-right: 20px;
}

.contacts__adress-block {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 3.8px 0.2px rgba(141, 141, 141, 0.38);
  width: 268px;
  min-height: 263px;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: left;
  line-height: 1.2;
}

.contacts__map {
  border-radius: 10px;
  max-width: 596px;
}

.map__adress {
  width: 560px;
  height: 100%;
  border: none;
}

.contacts__title span {
  display: block;
  font-weight: bold;
  max-width: 90px;
}

.contacts__title {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgb(47, 48, 48);
}

.contacts__adress-title {
  color: rgb(47, 48, 48);
}

.contacts__adress-title {
  font-size: 14px;
  font-weight: bold;
}

.contacts__adress {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.map__adress {
  width: 685px;
  height: 515px;
  border-radius: 10px;
  box-shadow: 0px 0px 3.8px 0.2px rgba(141, 141, 141, 0.38);
}

.contacts__delivery-blocks {
  width: 100%;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 3.8px 0.2px rgba(141, 141, 141, 0.38);
}

.contacts__delivery-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

.contacts__delivery-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.contacts__delivery-block img {
  width: 80px;
  height: 60px;
  object-fit: contain;
  max-width: 100%;
}

.contacts__delivery-block span {
  font-size: 14px;
}

.contacts__delivery-title {
  font-weight: bold;
  padding: 15px 0 0 15px;
}

@media (max-width: 1164px) {
  .contacts__wrapper {
    align-items: center;
    flex-direction: column;
  }
  .contacts__left-block {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .contacts__delivery-wrapper {
    align-items: center;
  }

  .contacts__delivery-title {
    font-weight: bold;
    text-align: center;
  }

  .contacts__adress-block {
    width: 100%;
  }

  .map__adress {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contacts__delivery-wrapper {
    align-items: center;
    flex-direction: column;
  }
  .contacts__adress-blocks {
    flex-direction: column;
  }
}
