html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Reem Kufi", sans-serif;
  height: 100%;
}

html,
body > div {
  height: 100%;
}

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

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a,
p,
h1 {
  font-family: "Reem Kufi", sans-serif;
  margin: 0;
  color: #0b2240;
}

.boxes {
  display: flex;
  height: 100vh;
}
.logo-box {
  min-width: 440px;
  background: #0b2240;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-wrapper {
  width: 160px;
  height: 250px;
}
.image-wrapper img {
  width: 100%;
  height: auto;
}
.content-box {
  background: url(images/bg_white.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info {
  max-width: 591px;
}
.info h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 400;
  margin-bottom: 56px;
}
.contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contacts-item a,
p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: 0.3s;
}

.contacts-item .icon-wrapper {
  padding: 16px;
  background: #f4f5f6;
  border-radius: 64px;
  height: fit-content;
  display: flex;
  margin-right: 24px;
}
.contacts-item .icon-wrapper svg {
  width: 100%;
  height: auto;
}

/* 1920 resolution */

@media (min-width: 1920px) {
  .logo-box {
    min-width: 625px;
  }
  .info {
    max-width: 800px;
  }
  .info h1 {
    font-size: 54px;
    line-height: 81px;
  }
  .image-wrapper {
    width: 225px;
    height: 351px;
  }
  .contacts-item {
    margin-bottom: 24px;
  }
  .contacts-item a,
  p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-style: normal;
  }

  .contacts-item .icon-wrapper {
    padding: 24px;
    margin-right: 24px;
  }
  .contacts-item .icon-wrapper svg {
    width: 100%;
    height: auto;
  }
}

/* 1280 resolution */

@media (min-width: 1280px) and (max-width: 1439px) {
  .logo-box {
    min-width: 440px;
  }
  .info {
    max-width: 800px;
  }
  .info h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .image-wrapper {
    width: 160px;
    height: 248px;
  }
  .contacts-item {
    margin-bottom: 16px;
  }
  .contacts-item a,
  p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .contacts-item .icon-wrapper {
    padding: 16px;
    margin-right: 24px;
  }
  .contacts-item .icon-wrapper svg {
    width: 100%;
    height: auto;
  }
}
/* 1024 resolution */

@media (min-width: 1024px) and (max-width: 1279px) {
  .wrapper {
    width: 100%;
  }
  .boxes {
    display: flex;
    flex-direction: column;
  }
  .logo-box {
    min-height: 498px;
    max-height: 498px;
  }
  .image-wrapper {
    width: 186px;
    height: 290px;
  }
  .image-wrapper img {
    width: 100%;
    height: auto;
  }
  .content-box {
    display: block;
  }
  .info {
    margin: 158px auto;
    margin-top: 202px;
    max-width: 709px;
  }
  .info h1 {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 104px;
  }
  .contacts-item {
    margin-bottom: 24px;
  }
  .contacts-item a,
  p {
    font-size: 28px;
    line-height: 42px;
  }

  .contacts-item .icon-wrapper {
    padding: 16px;
    background: #f4f5f6;
    border-radius: 64px;
    height: fit-content;
    display: flex;
    margin-right: 24px;
  }
  .contacts-item .icon-wrapper svg {
    width: 100%;
    height: auto;
  }
}

/* 768 resolution */

@media (min-width: 768px) and (max-width: 1023px) {
  .boxes {
    display: flex;
    flex-direction: column;
  }
  .logo-box {
    min-height: 378px;
    max-height: 378px;
  }
  .image-wrapper {
    width: 140px;
    height: 218px;
  }
  .image-wrapper img {
    width: 100%;
    height: auto;
  }
  .content-box {
    display: block;
  }
  .info {
    margin: 158px auto;
    max-width: 532px;
  }
  .info h1 {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 80px;
  }
  .contacts-item {
    margin-bottom: 16px;
  }
  .contacts-item a,
  p {
    font-size: 20px;
    line-height: 30px;
  }

  .contacts-item .icon-wrapper {
    padding: 16px;
  }
}
/* mobile */

@media (max-width: 767px) {
  .boxes {
    display: flex;
    flex-direction: column;
  }
  .logo-box {
    min-width: 100%;
    min-height: 336px;
    max-height: 336px;
  }
  .image-wrapper {
    width: 102px;
    height: 160px;
  }
  .image-wrapper img {
    width: 100%;
    height: auto;
  }
  .content-box {
    width: 100%;
    display: block;
  }
  .info {
    margin: 88px auto;
    max-width: 311px;
  }
  .info h1 {
    text-align: start;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 48px;
  }
  .contacts-item {
    margin-bottom: 20px;
  }
  .contacts-item a,
  p {
    font-size: 16px;
    line-height: 24px;
  }

  .contacts-item .icon-wrapper {
    padding: 16px;
  }
}

/* mobile */

@media (max-width: 375px) {
  .info {
    padding: 15px;
  }
}
