/*--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body {
  height: 100%;
  line-height: 1.5;
  color: #333333;
  font-family: "Manrope", sans-serif;
  font-style: normal;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.container--big {
  max-width: 1440px;
}

a {
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

.logo {
  width: 70px;
  height: 80px;
  display: inline-flex;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-phone a {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}

.button {
  min-width: 260px;
  min-height: 60px;
  background: linear-gradient(229.79deg, #2865DF 19.07%, #FF1AE8 75.32%);
  color: #192E59;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  opacity: 0.8;
}

.quote {
  background-image: url(../images/quote-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 235px;
  height: 190px;
  padding: 27px 44px 49px 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote__text {
  text-align: center;
  color: #37D271;
  font-size: 20px;
}

.main-banner {
  background-color: #192E59;
  color: #ffffff;
  padding-top: 130px;
  position: relative;
}
.main-banner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 411px;
  height: 390px;
  z-index: 300;
  background-image: url(../images/circle-1.svg);
  background-position: right top;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 767.98px) {
  .main-banner:before {
    display: block;
  }
}
.main-banner__body {
  position: relative;
}
.main-banner__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.main-banner__controls {
  margin: 100px 0 200px;
}
@media (min-width: 767.98px) {
  .main-banner__controls {
    margin: 100px 0 360px;
  }
}
.main-banner__title {
  font-weight: 700;
  font-size: 30px;
}
.main-banner__description {
  font-weight: 500;
  font-size: 20px;
  margin-top: 40px;
  max-width: 360px;
}
.main-banner__image img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.main-banner__quote {
  position: absolute;
  right: -30px;
  z-index: 10;
  top: 100px;
  display: none;
}
@media (min-width: 1023.98px) {
  .main-banner__quote {
    display: block;
  }
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu__item {
  color: #37D271;
  text-decoration: none;
}

.footer {
  background-color: #192E59;
  color: #ffffff;
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  width: 435px;
  height: 794px;
  right: 0;
  bottom: 0;
  background-image: url(../images/circle-2.svg);
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
}
.footer__body {
  padding: 80px 0 55px;
  display: grid;
}
.footer__body--two-col {
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 767.98px) {
  .footer__body--two-col {
    grid-template-columns: 451px 350px;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 767.98px) {
  .footer__col {
    align-items: flex-start;
  }
}
.footer__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__block-header {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 767.98px) {
  .footer__block-header {
    text-align: left;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contacts-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__contacts-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__copyright {
  padding: 45px;
}
.footer__copyright-text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.7;
  text-transform: uppercase;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__text {
  font-weight: 400;
  font-size: 18px;
  opacity: 0.7;
  text-align: center;
}
@media (min-width: 767.98px) {
  .footer__text {
    text-align: left;
  }
}

.header {
  background-color: #192E59;
  border-bottom: 1px solid #37D271;
  padding: 10px 0;
}
@media (min-width: 1023.98px) {
  .header {
    padding: 5px 0;
  }
}
.header__body {
  display: grid;
  gap: 20px;
  grid-template-areas: "logo logo" "menu contacts";
}
@media (min-width: 1023.98px) {
  .header__body {
    grid-template-areas: initial;
    grid-template-columns: 1fr 80px 1fr;
  }
}
.header__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-area: menu;
}
@media (min-width: 1023.98px) {
  .header__menu {
    grid-area: unset;
  }
}
.header__logo {
  width: 80px;
  grid-area: logo;
  margin: 0 auto;
}
@media (min-width: 1023.98px) {
  .header__logo {
    grid-area: unset;
  }
}
.header__contacts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-area: contacts;
}
@media (min-width: 1023.98px) {
  .header__contacts {
    grid-area: unset;
  }
}

.section {
  padding: 120px 0;
  position: relative;
}
.section--full {
  padding: 0;
}
.section--full .section__title {
  margin-top: 120px;
}
.section--split-bg:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 90%;
  width: 100%;
  background-color: #192E59;
}
@media (min-width: 767.98px) {
  .section--split-bg:after {
    height: 80%;
  }
}
@media (min-width: 1223.98px) {
  .section--split-bg:after {
    height: 60%;
  }
}
.section--top-circle:before {
  content: none;
  position: absolute;
  z-index: 10;
  width: 185px;
  height: 185px;
  left: 0;
  top: 0;
  background-image: url(../images/circle-4.svg);
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min-width: 1223.98px) {
  .section--top-circle:before {
    content: "";
  }
}
.section--bottom-circle:before {
  content: none;
  position: absolute;
  z-index: 1;
  width: 185px;
  height: 185px;
  left: 0;
  bottom: 0;
  background-image: url(../images/circle-3.svg);
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min-width: 1223.98px) {
  .section--bottom-circle:before {
    content: "";
  }
}
.section__title {
  max-width: 570px;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #37D271;
  margin-bottom: 60px;
}
.section__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #37D271;
}
.card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 767.98px) {
  .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1223.98px) {
  .card-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-list__item {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  justify-content: space-between;
}
.card-list__item-image {
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
}
.card-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.card-list__item-content {
  display: flex;
  flex-direction: column;
}
.card-list__item-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.card-list__item-title {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.card-list__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.card-list__item-footer-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  opacity: 0.6;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.list li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  gap: 20px;
}
.list li:before {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(229.79deg, #2865DF 19.07%, #FF1AE8 75.32%);
}

.benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: center;
}
@media (min-width: 1023.98px) {
  .benefits {
    grid-template-columns: 1fr 370px;
  }
}
@media (min-width: 1023.98px) {
  .benefits__list .list {
    margin-left: 60px;
  }
}
.gallery {
  display: flex;
}
.gallery--column {
  flex-direction: column;
}
.gallery__item {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

/*# sourceMappingURL=style.css.map */
