h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

img {
  display: block;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.btn {
  padding: 28px 0;
  width: 290px;
  background: #00B2FF;
  border-radius: 12px;
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 20px;
  line-height: 0.8;
}

@media screen and (min-width: 768px) {
  .btn {
    width: 358px;
  }
}

.header {
  padding: 24px 0;
  background: rgba(177, 194, 206, 0.1);
}

@media screen and (min-width: 768px) {
  .header {
    padding: 50px 0;
  }
}

.header__logo {
  height: 70px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header__logo {
    height: 150px;
  }
}

.hero {
  padding: 50px 0 0 0;
  text-align: center;
}

.hero__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 44px;
    line-height: 1.64;
    margin: 0;
  }
}

.hero__text {
  font-size: 15px;
  line-height: 1.47;
  margin: 0 0 34px 0;
}

@media screen and (min-width: 768px) {
  .hero__text {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 40px 0;
  }
}

.hero__text-link {
  color: #00B2FF;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 120px 0 0 0;
    margin-bottom: 100px;
  }
}

.content__box {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .content__box {
    padding: 0 0 0 10px;
    width: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .content__box {
    padding: 0 0 0 70px;
  }
}

.content__box:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

@media screen and (min-width: 768px) {
  .content__box:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.15);
    border-bottom: none;
  }
}

.socials-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials-list__item:not(:last-child) {
  margin: 0 0 30px 0;
}

.socials-list__item-logo {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #00B2FF;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin: 0 20px 0 0;
}

@media screen and (min-width: 768px) {
  .socials-list__item-logo {
    margin: 0 10px 0 0;
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .socials-list__item-logo {
    margin: 0 20px 0 0;
  }
}

.socials-list__icon {
  height: 25px;
}

@media screen and (min-width: 768px) {
  .socials-list__icon {
    height: 32px;
  }
}

.socials-list__item-text {
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .socials-list__item-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .socials-list__item-text {
    font-size: 15px;
  }
}

.socials-list__item-text a {
  color: #00B2FF;
  font-weight: 500;
}

.partners-list__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
}

@media screen and (min-width: 768px) {
  .partners-list__item {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .partners-list__item {
    font-size: 15px;
  }
}

.partners-list__item:not(:last-child) {
  margin: 0 0 80px 0;
}

.partners-list__item a {
  color: #00B2FF;
}

.partners-list__icon {
  margin: 0 0 12px 0;
  width: auto;
}

.eroids {
  width: 126px;
  height: 33px;
}

.meso {
  width: 189px;
  height: 33px;
}

.steroids {
  width: 127px;
  height: 37px;
}

.trustpilot {
  width: 176px;
  height: 43px;
}

@media screen and (min-width: 768px) {
  .trustpilot {
    margin-top: -20px;
    width: 204px;
    height: 50px;
  }
}
/*# sourceMappingURL=main.css.map */