@font-face {
  font-family: "VAG World Bold";
  src: url("fonts/VAG World Bold.eot");
  src: local("VAG World Bold"), local("VAG World Bold"), url("font/VAG World Bold.eot?#iefix") format("embedded-opentype"), url("font/VAG World Bold.woff2") format("woff2"), url("font/VAG World Bold.woff") format("woff"), url("font/VAG World Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  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-Regular";
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy-Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Gilroy-Regular", sans-serif;
  position: relative;
  overflow-x: hidden;
}

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

.btn {
  border-radius: 35px;
  background: #37A9C1;
  padding: 15px;
}

.footer {
  padding: 10px 0;
  background: #121212;
}
.footer__logo {
  display: flex;
  align-self: center;
  width: 190px;
  height: 70px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__imgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
.footer__content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
}
.footer__text {
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
}
.footer__text a {
  color: #ffffff;
}
.footer__link {
  font-size: 16px;
  color: #ffffff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.header {
  padding: 15px;
  overflow: hidden;
}
.header__container {
  position: relative;
  display: flex;
  gap: 8px;
}
@media (max-width: 475px) {
  .header__container {
    gap: 0;
    transform: translateX(-10px);
  }
}
.header__left-coin {
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .header__left-coin {
    left: -999px;
  }
}
.header__right-coin {
  position: absolute;
  right: -100px;
  top: 30%;
  transform: translateY(-40%);
}
@media (max-width: 991px) {
  .header__right-coin {
    right: -999px;
  }
}
.header__content {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media (max-width: 991px) {
  .header__content {
    padding-left: 0px;
    gap: 5px;
  }
}
.header__logo {
  width: 174px;
  height: 82px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header__logo {
    width: 90px;
    height: 50px;
  }
}
.header__content-text {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 325px;
  border-radius: 20px;
}
.header__title {
  background: #F5F5F5;
  padding: 34px 25px 18px 25px;
}
.header__title p {
  color: #414141;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 768px) {
  .header__title {
    padding: 10px;
  }
  .header__title p {
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
  }
}
.header__subtitle {
  background: #D0E9FF;
  padding: 25px;
}
.header__subtitle p {
  color: #414141;
  font-size: 23px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .header__subtitle {
    padding: 10px;
    padding-bottom: 15px;
  }
  .header__subtitle p {
    font-size: 13px;
    line-height: 15px;
  }
}
.header__with-img {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.header__img {
  max-width: 556px;
  height: 370px;
}
.header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header__img {
    display: none;
    width: 222px;
    height: 233px;
  }
}
.header__mobile-img {
  display: none;
  max-width: 222px;
  width: 100%;
  height: 240px;
  min-width: 180px;
}
.header__mobile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header__mobile-img {
    display: flex;
  }
}
.header__counts {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-left: 43px;
}
@media (max-width: 768px) {
  .header__counts {
    padding-left: 13px;
    transform: translateY(-18px);
  }
}
.header__count {
  height: 77px;
  width: 77px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 19px;
  color: #ffffff;
  background-color: #DF6D1B;
}
@media (max-width: 768px) {
  .header__count {
    width: 39px;
    min-width: 39px;
    height: 39px;
    font-size: 15px;
  }
}
.header__count-text {
  color: #414141;
  font-size: 23px;
  font-weight: 700;
  line-height: 19px;
}
@media (max-width: 768px) {
  .header__count-text {
    font-size: 13px;
    max-width: 100px;
  }
}

.head-line {
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
  height: 50px;
}
.head-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog {
  position: relative;
  z-index: 3;
}
.catalog__container {
  margin-top: 30px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
}
.catalog__top {
  display: flex;
  align-self: center;
  padding: 30px 0;
  align-items: center;
  gap: 5px;
  color: #8C8C8C;
  font-size: 21px;
  line-height: 17px;
}
.catalog__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 45px;
  justify-items: center;
}
@media (max-width: 991px) {
  .catalog__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .catalog__content {
    grid-template-columns: 1fr;
  }
}
.catalog__cart {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.catalog__cart-rait {
  width: 45px;
  height: 45px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.catalog__cart-rait svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog__cart-rait svg path {
  fill: #FFBD00;
}
.catalog__cart-rait p {
  position: relative;
  z-index: 1;
}
.catalog__cart-content {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
.catalog__cart-header {
  border-radius: 10px 10px 0px 0px;
  background-color: #ffffff;
  display: flex;
  padding: 14px;
  padding-bottom: 0;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.catalog__cart-logo {
  max-height: 43px;
  max-width: 167px;
  width: 100%;
  height: 100%;
}
.catalog__cart-logo img {
  height: 43px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog__cart-fill {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.catalog__cart-fill img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog__cart-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  padding: 14px;
  border-bottom: 1px solid #DADADA;
}
@media (max-width: 475px) {
  .catalog__cart-info {
    gap: 10px;
  }
}
.catalog__cart-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.catalog__cart-block :nth-child(2) {
  font-weight: 700;
}
.catalog__cart-text {
  color: #122864;
  font-size: 12px;
  font-weight: 500;
}
.catalog__cart-description-bottom {
  color: #6B6B6B;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  padding: 8px;
  border-top: 1px solid #EAEAEA;
  padding-bottom: 40px;
  border-radius: 0px 0px 20px 20px;
}
.catalog__cart-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  height: 50px;
  width: 220px;
  background: #43CCC4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #412C28;
  font-size: 18px;
  font-weight: 500;
}
.catalog__cart-button:hover .catalog__cart-button-border {
  transform: rotate(0deg);
}
.catalog__cart-button-border {
  transition: 0.3s;
  border: 1px solid #412C28;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transform: rotate(-9deg);
}

.faq {
  padding: 48px 0px;
}
.faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9;
  width: 100%;
}
.faq__title {
  color: #414141;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 29px;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 22px;
  }
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  width: 100%;
}
.faq__block {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  transition: all 0.5s;
}
.faq__block.active {
  border-bottom: 1px solid #43CCC4;
  transition: all 0.5s;
}
.faq__block.active .faq__sun {
  visibility: visible;
  opacity: 1;
}
.faq__block.active .plus__block {
  transform: rotate(180deg);
}
.faq__block.active .plus__block svg path {
  fill: #43CCC4;
}
.faq__block.active .faq__block-info {
  display: block;
}
.faq__block-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq__block-header svg {
  transition: 0.3s;
}
@media (max-width: 475px) {
  .faq__block-header {
    padding: 10px;
  }
}
.faq__block-title {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 479.98px) {
  .faq__block-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.faq__block-info {
  position: relative;
  z-index: 1;
  padding: 20px;
  padding-top: 0;
  display: none;
  color: #3D3D3D;
  font-size: 17px;
  line-height: 17px;
  transition: all 0.5s;
}
.faq__block-info p {
  position: relative;
  z-index: 2;
}
@media (max-width: 475px) {
  .faq__block-info {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    padding-top: 0;
  }
}
.faq .plus__block {
  transition: 0.3s;
}
