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

body,
p,
ol,
ul,
li,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

img,
video {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
body .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 320px;
  max-width: 1440px;
}

/* ====================== header ========================== */
label {
  display: block;
  height: 30px;
  position: relative;
  top: 15px;
}
label span,
label span::before,
label span::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #333;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
label span::before {
  top: -8px;
}
label span::after {
  top: 8px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 320px;
  max-width: 1440px;
}

@media screen and (min-width: 768px) {
  .container {
    width: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 920px;
  }
}
.header {
  max-width: 1600px;
  width: 100vw;
  margin: 0 auto 63px;
  background-image: url(../../images/mobile/mobile-header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .header {
    background-image: url(../../images/mobile/mobile-header@2x.jpg);
  }
}
.header-menu {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 175px;
}
.header-menu__items {
  margin-top: 19px;
  text-align: center;
}
.header-menu__link {
  font-size: 14px;
  color: #fff;
  border-radius: 17px;
  padding: 7px 17px;
}
.header-menu__link--border {
  border: 2px solid #fff;
}
.header-menu__logo {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

@media screen and (min-width: 768px) {
  .header-menu__logo {
    font-size: 20px;
  }
  .header-hero__title {
    font-size: 52px;
    width: 507px;
  }
  .header-hero__subtitle {
    font-size: 24px;
  }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 auto;
  }
}
.header-hero {
  line-height: 37px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-hero__title {
  line-height: normal;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 12px;
  width: 307px;
  text-align: center;
}
.header-hero__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 17px;
  text-transform: none;
}
.header-hero__button {
  background-color: #ff4e50;
  border: 0;
  padding: 13px 38px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 17px;
  margin-bottom: 136px;
  color: #fff;
  text-align: center;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .header {
    background-image: url(../../images/tablet/tablet-header.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .header {
    background-image: url(../../images/tablet/tablet-header@2x.jpg);
  }
}
@media screen and (min-width: 1200px) {
  .header {
    background-image: url(../../images/desktop/desk-header.jpg);
  }
}
@media screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 192dpi), screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .header {
    background-image: url(../../images/desktop/desk-header@2x.jpg);
  }
}

.partner__title {
  width: 290px;
  margin: 0 auto 20px;
  text-align: center;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.partner-item {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
.partner-item:nth-child(1) .partner-icon {
  background-color: #ff4e50;
}
.partner-item:nth-child(2) .partner-icon {
  background-color: #1cd7ad;
}
.partner-item:nth-child(3) .partner-icon {
  background-color: #ffa507;
}
.partner-item:nth-child(4) .partner-icon {
  background-color: #4e73db;
}
.partner-item__img {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 auto 13px;
}
.partner-description {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
}
.partner-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  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: 40px;
  height: 40px;
  padding: 7px 8px 8px 8px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.partner-name {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 13px;
}
.partner-button {
  background-color: transparent;
  border: 2px solid #ff4e50;
  min-height: 43px;
  min-width: 228px;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ff4e50;
  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;
  margin: 37px auto 72px;
}

svg {
  color: white;
}

@media screen and (min-width: 768px) {
  .partner__title {
    width: 440px;
  }
  .partner-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 55px;
  }
  .partner-item {
    -ms-flex-preferred-size: calc((100% - 106px) / 2);
        flex-basis: calc((100% - 106px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .partner-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 35px;
  }
  .partner-item {
    -ms-flex-preferred-size: calc((100% - 105px) / 4);
        flex-basis: calc((100% - 105px) / 4);
  }
}/*# sourceMappingURL=main.css.map */