* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  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;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Regular.ttf");
  src: local("Gilroy"), local("Gilroy"), url("./fonts/Gilroy-Regular.eot") format("eot"), url("./fonts/Gilroy-Regular.woff") format("woff"), url("./fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.ttf");
  src: local("Gilroy"), local("Gilroy"), url("./fonts/Gilroy-Bold.eot") format("eot"), url("./fonts/Gilroy-Bold.woff") format("woff"), url("./fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IntroRust";
  src: url("./fonts/IntroRust-Base.ttf");
  src: local("IntroRust"), local("IntroRust"), url("./fonts/IntroRust-Base.eot") format("eot"), url("./fonts/IntroRust-Base.woff") format("woff"), url("./fonts/IntroRust-Base.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  background: #F6F6F6;
  font-family: "Gilroy";
}
body.no-scroll {
  overflow: hidden;
}

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

.text-info-container {
  padding-top: 32px;
}
.text-info-container p {
  color: #313131;
  line-height: 17px;
}
.text-info-container p a {
  text-decoration: underline;
}

.cookie {
  position: fixed;
  bottom: 40px;
  z-index: 10;
  width: 100%;
  padding: 15px;
}
.cookie.remove-cookie {
  display: none;
}
.cookie__container {
  max-width: 1110px;
  display: flex;
  margin: 0 auto;
  gap: 14px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .cookie__container {
    flex-direction: column;
    padding: 15px;
  }
}
.cookie__content {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 575px) {
  .cookie__content {
    display: inline;
    align-items: flex-start;
  }
}
.cookie__img {
  float: left;
}
@media (max-width: 575px) {
  .cookie__img {
    shape-outside: circle(50%);
    margin: 10px;
    width: 34px;
    height: 34px;
  }
  .cookie__img img {
    width: 100%;
    height: 100%;
  }
}
.cookie__text {
  max-width: 757px;
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 17px;
}
.cookie__btn {
  color: #FFF;
  border-radius: 100px;
  border: 1px solid #FAB735;
  background: #FAB735;
  color: #000;
  text-align: center;
  width: 164px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}
@media (max-width: 575px) {
  .cookie__btn {
    width: 100%;
    text-align: center;
  }
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.overlay.active-overlay {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.actions {
  margin-top: 24px;
  position: relative;
}
.actions__content {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  justify-content: center;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #E6A600;
}
@media (max-width: 768px) {
  .actions__content {
    flex-direction: column;
    justify-content: center;
    padding: 12px;
  }
}
.actions__img {
  width: 217px;
  height: 107px;
}
.actions__img img {
  width: 100%;
  height: 107px;
  -o-object-fit: contain;
     object-fit: contain;
}
.actions__text {
  color: #4F4F4F;
  font-size: 20px;
  max-width: 444px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .actions__text {
    text-align: center;
  }
}
.actions__link {
  border: 1px solid #1E1A99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  color: #1E1A99;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .actions__link {
    margin-top: 16px;
  }
}

.btn {
  border-radius: 10px;
  background: #27A843;
  color: #FFF;
  font-size: 19px;
  width: 100%;
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.header__container {
  position: relative;
}
.header__content {
  display: flex;
  flex-direction: column;
}
.header__text {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media (max-width: 991px) {
  .header__text {
    gap: 7px;
  }
}
.header__title {
  color: #2E2E2E;
  font-size: 50px;
  line-height: 70px;
  max-width: 1436px;
  width: 100%;
  font-family: "IntroRust";
}
@media (max-width: 991px) {
  .header__title {
    color: #2E2E2E;
    font-size: 20px;
    line-height: 27px;
  }
}
.header__subtitle {
  color: #878787;
  font-family: Gilroy;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.head__line {
  padding: 33px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .head__line {
    padding: 6px 0 20px 0;
  }
}
.head__logo {
  width: 208px;
  height: 53px;
}
.head__logo img {
  width: 100%;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .head__logo {
    width: 127px;
    height: 33px;
  }
  .head__logo img {
    height: 33px;
  }
}
.head__pod {
  color: #313131;
  text-align: right;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blue-text {
  color: #2B8AE0;
}

.catalog {
  padding: 40px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 575px) {
  .catalog {
    padding-top: 20px;
  }
}
.catalog__container {
  display: flex;
  flex-direction: column;
}
.catalog__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  row-gap: 55px;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .catalog__content {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .catalog__content {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .catalog__content {
    grid-template-columns: 1fr;
  }
}
.catalog__cart {
  position: relative;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 21px 31px 30px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 380px) {
  .catalog__cart {
    max-width: 290px;
  }
}
.catalog__cart-content {
  display: flex;
  flex-direction: column;
  padding: 18px 11px;
  gap: 20px;
}
.catalog__cart-rait {
  display: flex;
  align-items: center;
  gap: 6px;
}
.catalog__cart-rait span {
  color: #000;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.catalog__cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.catalog__cart-logo {
  height: 40px;
  width: 100%;
  max-width: 121px;
}
.catalog__cart-logo img {
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog__cart-top {
  position: relative;
  top: -12px;
  left: 0px;
  border-radius: 100px;
  background: linear-gradient(180deg, #FB6B2E 0%, #F13C3C 100%);
  color: #FFF;
  padding: 2px 8px;
  text-align: center;
  text-align: center;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.catalog__cart-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 10px 0;
}
.catalog__cart-text {
  color: #313131;
  font-size: 12px;
}
.catalog__cart-text:nth-child(even) {
  margin-top: 6px;
  font-weight: 700;
}
.catalog__cart-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 32px;
  background: #FBCE2E;
  padding: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.catalog__cart-description-bottom {
  padding: 7px 10px;
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(109deg, #2B8AE0 4.01%, #304E9C 66.23%);
}
.catalog__cart-description-top {
  color: #4F4F4F;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin: 15px 0;
}

.cart-back-svg {
  top: 80px;
  right: -10px;
  position: absolute;
}

.info {
  padding-top: 20px;
}
.info__title {
  margin-bottom: 23px;
  color: #313131;
  text-align: center;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.info__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.info__card-bg {
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.info__card {
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 21px 31px 30px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.info__card span {
  position: relative;
  color: #696969;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  padding: 8px;
  border-bottom: 1px solid #EFEFEF;
}
.info__card span.title {
  background: linear-gradient(109deg, #2B8AE0 4.01%, #304E9C 66.23%);
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
}
.info__card span:last-child {
  border-bottom: transparent;
}

.footer {
  padding: 50px 0;
  margin-top: 50px;
  background: #292929;
  overflow: hidden;
}
.footer__container {
  position: relative;
}
.footer__coin {
  position: absolute;
  bottom: 30px;
  left: -2%;
  z-index: 0;
}
@media (max-width: 991px) {
  .footer__coin {
    top: -30px;
    bottom: auto;
  }
}
.footer__sun {
  position: absolute;
  top: 20px;
  right: -1%;
  z-index: 0;
}
@media (max-width: 991px) {
  .footer__sun {
    top: -30px;
  }
}
.footer__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__logo {
  margin: 0 auto;
  width: 228px;
  height: 41px;
}
.footer__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 41px;
}
.footer__text {
  color: #fff;
  font-size: 16px;
  line-height: 17px;
}
.footer__text a {
  color: #2B8AE0;
  text-decoration: underline;
}
.footer__links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
.footer__links a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
}
@media (max-width: 768px) {
  .footer__links {
    gap: 10px;
  }
}

.faq {
  background: linear-gradient(109deg, #2B8AE0 4.01%, #304E9C 66.23%);
  margin-top: 60px;
  padding: 48px 0px;
}
.faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9;
  width: 100%;
}
.faq__title-content {
  margin-bottom: 10px;
}
.faq__title {
  min-width: 280px;
  width: 100%;
  position: relative;
}
.faq__title p {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 22px;
}
.faq__content {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  width: 100%;
}
.faq__block {
  cursor: pointer;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  transition: 0.3s;
}
.faq__block.active .plus__block svg {
  transform: rotate(180deg);
}
.faq__block.active .faq__block-info {
  display: block;
}
.faq__block-header {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq__block-header svg {
  transition: 0.3s;
}
@media (max-width: 575px) {
  .faq__block-header {
    padding: 10px;
  }
}
.faq__block-title {
  position: relative;
  color: #313131;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .faq__block-title {
    font-size: 14px;
  }
}
.faq__block-info {
  position: relative;
  z-index: 1;
  padding: 0px 25px 20px 25px;
  padding-top: 0;
  display: none;
  transition: all 0.5s;
  color: #313131;
  line-height: 17px;
}
@media (max-width: 575px) {
  .faq__block-info {
    font-size: 11px;
    padding: 10px;
    padding-top: 0;
  }
}
.faq .plus__block {
  transition: 0.3s;
}
.faq .plus__block .plus-block-minus {
  display: none;
  width: 17px;
  height: 3px;
  background-color: #828282;
}
