@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  width: 100vw;
  font-family: "Montserrat Alternates";
  background: #FFFfff;
}

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

.header {
  overflow-x: hidden !important;
  height: 580px;
}
.header__background {
  position: absolute;
  z-index: -1;
  width: 100vw;
}
.header__background img {
  width: 100vw;
  height: 580px;
}
@media (max-width: 768px) {
  .header__background {
    display: none;
  }
}
.header__mobile-background {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100vw;
}
.header__mobile-background img {
  width: 100vw;
  height: 580px;
}
@media (max-width: 768px) {
  .header__mobile-background {
    display: flex;
  }
}
.header__top-content {
  background: #FBB13C;
  border-radius: 0px 0px 100px 100px;
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .header__top-content {
    font-size: 12px;
    line-height: 14px;
  }
}
.header__container {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 20px;
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 100px;
}
@media (max-width: 390px) {
  .header__content {
    margin-top: 60px;
  }
}
.header__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #06053C;
  display: flex;
  text-align: center;
}
@media (max-width: 1200px) {
  .header__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .header__title {
    font-size: 32px;
    line-height: 39px;
  }
}
.header__subtitle {
  margin-top: 2px;
  font-size: 20px;
  line-height: 24px;
  color: #06053C;
  text-align: center;
  max-width: 650px;
}
@media (max-width: 768px) {
  .header__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.header__mini-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #06053C;
  border: 1px solid #06053C;
  border-radius: 10px;
  padding: 17px 40px;
  border-radius: 35px;
  max-width: 426px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header__block {
  margin-top: 10px;
  max-width: 540px;
  width: 100%;
}
.header__block p {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  color: #06053C;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.catalog {
  margin-top: 50px;
}
.catalog__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1250px) {
  .catalog__container {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
}
@media (max-width: 990.98px) {
  .catalog__container {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
@media (max-width: 640px) {
  .catalog__container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.catalog__cart {
  display: flex;
  flex-direction: column;
  max-width: 315px;
  width: 100%;
}
.catalog__cart-block {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 57, 69, 0.1);
  border-radius: 35px;
  position: relative;
  z-index: 4;
  padding: 30px 15px;
}
@media (max-width: 768px) {
  .catalog__cart-block {
    padding: 15px;
  }
}
.catalog__cart-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog__cart-logo {
  margin-bottom: 10px;
  max-width: 235px;
  margin: 0 auto;
  width: 100%;
  height: 43px;
}
.catalog__cart-logo img {
  height: 43px;
  width: 100%;
  object-fit: contain;
}
.catalog__cart-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  display: flex;
  gap: 3px;
}
.catalog__cart-info p {
  white-space: nowrap;
}
.catalog__cart-button {
  margin-top: 10px;
  width: 100%;
  padding: 16px 60px;
  background: #FBB13C;
  border-radius: 35px;
  color: #06053C;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.catalog__cart-bottom {
  background: #E4E4FF;
  box-shadow: 4px 4px 20px rgba(0, 57, 69, 0.1);
  border-radius: 0px 0px 35px 35px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09053C;
  width: 100%;
  padding: 35px 60px 15px 60px;
  text-align: center;
  position: relative;
  top: -7%;
}

.bold {
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
}

.faq {
  margin-top: 30px;
  position: relative;
  display: flex;
  width: 100vw;
  background: #F2F6FF;
  overflow-y: hidden;
  overflow-x: hidden !important;
}
.faq__background {
  position: absolute;
  width: 100vw;
  min-height: 577px;
}
.faq__background img {
  width: 100%;
  min-height: 577px;
  height: 100vw;
  object-fit: cover;
}
.faq__container {
  position: relative;
  z-index: 9;
  max-width: 690px;
  width: 100%;
  padding: 50px 20px;
}
.faq__title {
  margin-bottom: 50px;
  font-weight: 800;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  color: #06053C;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media (max-width: 768px) {
  .faq__content {
    gap: 20px;
  }
}
.faq__block {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 4px 4px 20px rgba(0, 57, 69, 0.1);
  border-radius: 50px;
  padding: 30px;
  transition: all 0.5s;
}
.faq__block.active {
  transition: all 0.5s;
}
.faq__block.active .faq__block-info {
  margin-top: 10px;
  display: block;
}
.faq__block.active .plus__block {
  rotate: 180deg;
}
@media (max-width: 768px) {
  .faq__block {
    padding: 21px 30px;
  }
}
.faq__block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__block-title {
  transition: all 0.5s;
  font-size: 16px;
  line-height: 18px;
  color: #06053C;
  content: "+";
}
@media (max-width: 479.98px) {
  .faq__block-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.faq__block-info {
  display: none;
  font-size: 16px;
  line-height: 18px;
  color: #06053C;
  transition: all 0.5s;
}
.faq__top-right {
  position: absolute;
  top: -150px;
  right: -150px;
}
.faq__top-right .border {
  top: -70px;
  left: -90px;
  position: absolute;
  border: 10px solid #477998;
  width: 386px;
  height: 386px;
  border-radius: 100%;
}
.faq__top-right .circle {
  background-color: #477998;
  width: 396px;
  height: 396px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .faq__top-right {
    top: 50px;
    right: -90px;
  }
  .faq__top-right .border {
    top: -50px;
    left: 0px;
    border-width: 5px;
    width: 100px;
    height: 100px;
  }
  .faq__top-right .circle {
    width: 110px;
    height: 110px;
  }
}
.faq__bottom-left {
  position: absolute;
  bottom: -200px;
  left: -379px;
}
.faq__bottom-left .border {
  right: -230px;
  top: 227px;
  position: absolute;
  border: 10px solid #F64740;
  width: 296px;
  height: 296px;
  border-radius: 100%;
}
.faq__bottom-left .circle {
  background-color: #F64740;
  width: 500px;
  height: 500px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .faq__bottom-left {
    bottom: -100px;
    left: -200px;
  }
  .faq__bottom-left .border {
    border-width: 5px;
    top: 100px;
    right: -100px;
    width: 150px;
    height: 150px;
  }
  .faq__bottom-left .circle {
    width: 250px;
    height: 250px;
  }
}
.faq__bottom-right {
  position: absolute;
  bottom: -400px;
  right: 0;
}
.faq__bottom-right .border {
  border: 10px solid #CFFFB3;
  width: 506px;
  height: 506px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .faq__bottom-right {
    right: -150px;
    bottom: -200px;
  }
  .faq__bottom-right .border {
    border-width: 5px;
    width: 300px;
    height: 300px;
  }
}

.footer {
  background: #000000;
  padding: 75px 0px;
  position: relative;
  top: -2px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.footer__text {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  max-width: 874px;
}
.footer__link {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-top: 30px;
}

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