@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  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;
}

body {
  font-family: "Montserrat";
}
body.no-scroll {
  overflow: hidden;
}

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

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

.footer {
  margin-top: 33px;
  background: #48AA62;
}
.footer .footer-bottom {
  background: #434343;
  padding: 26px 0;
}
.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__content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  padding-bottom: 30px;
}
.footer__text {
  color: #FFF;
  font-size: 15px;
  line-height: 17px;
}
.footer__text a {
  color: #FFF;
  font-size: 15px;
  line-height: 17px;
}
.footer__links {
  margin: 0 auto;
  max-width: 1112px;
  width: 100%;
  gap: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer__links a, .footer__links span {
  cursor: pointer;
  color: #FFF;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
}

.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 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  background: #48AA62;
  max-width: 205px;
  width: 100%;
  padding: 10px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .cookie__btn {
    max-width: 100%;
    padding: 10px;
  }
}

.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;
}

.modal {
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 625px;
}
@media (max-width: 768px) {
  .modal {
    transform: translate(0, -50%);
    left: 0;
    width: auto;
  }
}
.modal.active-modal {
  display: block;
}
.modal__content {
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.modal__title {
  color: #000;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  max-width: 351px;
  text-align: center;
}
.modal__input-block {
  max-width: 273px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal__input-block label {
  color: #000;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
}
.modal__input {
  position: relative;
  width: 100%;
}
.modal__input input {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #9B9797;
  padding: 14px 20px;
  background: transparent;
  color: #000;
  font-size: 15px;
  line-height: 17px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.info {
  background: #F5F5F5;
  padding: 47px 0;
}
.info__title {
  margin-bottom: 10px;
  align-self: flex-start;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .info__title {
    font-size: 21px;
  }
}
.info__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.info__card {
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #E4F5E8;
  box-shadow: 21px 31px 30px 0px rgba(0, 0, 0, 0.06);
}
.info__card span {
  position: relative;
  color: #5C5C5C;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  padding: 8px;
  border-bottom: 2px solid #D1E5D6;
}
.info__card span.title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}
.info__card span:last-child {
  border-bottom: transparent;
}
.info__card-img {
  position: absolute;
  z-index: 0;
  top: 40%;
  left: 0;
  transform: scaleX(-1);
}

.header {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    gap: 12px;
  }
}
.header__left {
  width: 50%;
  background: #48AA62;
  display: flex;
  justify-content: flex-end;
}
.header__left-content {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header__img {
  max-width: 663px;
  width: 100%;
}
.header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .header__img {
    display: none;
  }
}
.header__img-mobile {
  display: none;
  max-width: 663px;
  width: 100%;
  height: 225px;
}
.header__img-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .header__img-mobile {
    display: block;
  }
}
.header__line {
  width: 35px;
  height: 100%;
}
.header__line img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header__line {
    height: 225px;
    width: auto;
  }
}
.header__right {
  display: flex;
  justify-content: flex-start;
  padding-right: 15px;
  align-items: center;
  width: 50%;
  height: 100%;
}
.header__right-content {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 20px;
  max-width: 539px;
  width: 100%;
}
@media (max-width: 768px) {
  .header__right-content {
    gap: 9px;
  }
}
.header__logo {
  width: 273px;
  height: 53px;
}
.header__logo img {
  width: 100%;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header__logo {
    width: 119px;
    height: 25px;
  }
  .header__logo img {
    height: 25px;
  }
}
.header__title {
  color: #414141;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
}
.header__title span {
  color: #48AA62;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header__title {
    font-size: 16px;
    line-height: 17px;
  }
  .header__title span {
    font-size: 18px;
  }
}
.header__subtitle {
  color: #414141;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 768px) {
  .header__subtitle {
    font-size: 13px;
    font-style: italic;
    line-height: 15px;
  }
}

.catalog {
  background: #F5F5F5;
  position: relative;
  z-index: 3;
}
.catalog__container {
  padding: 38px 15px;
  display: flex;
  flex-direction: column;
}
.catalog__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 40px;
  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__content .catalog__cart:nth-child(2) .catalog__cart-rait {
  background: linear-gradient(180deg, #C2C2C2 0%, #BCBCBC 100%);
}
.catalog__content .catalog__cart:nth-child(3) .catalog__cart-rait {
  background: linear-gradient(180deg, #AF8269 0%, #B4866C 100%);
}
.catalog__content .catalog__cart:nth-child(n+4) .catalog__cart-rait {
  display: none;
}
.catalog__cart {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.catalog__cart-rait {
  display: flex;
  gap: 1px;
  align-items: center;
  justify-content: center;
}
.catalog__cart-rait svg.active path {
  fill: #F9A424;
}
.catalog__cart-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog__cart-header {
  display: flex;
  background: #E4F5E8;
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
}
.catalog__cart-logo {
  margin-top: 15px;
  max-height: 43px;
  max-width: 167px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.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;
}
@media (max-width: 575px) {
  .catalog__cart-info {
    gap: 10px;
  }
}
.catalog__cart-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.catalog__cart-text {
  color: #030303;
  font-size: 12px;
}
.catalog__cart-text:nth-child(even) {
  font-weight: 700;
}
.catalog__cart-description-bottom {
  color: #696969;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
}
.catalog__cart-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 6px 6px 6px 14px;
  font-size: 18px;
  font-style: italic;
  max-width: 273px;
  margin: 0 auto;
  font-weight: 500;
  border-radius: 30px;
  border-radius: 40px;
  background: #48AA62;
}
.catalog__cart-button span {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #ffffff;
}
.catalog__cart-description-top {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
  color: #FFF;
  width: 90%;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  background-color: #16B743;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.catalog__cart-description-top.red {
  background-color: #D4553A;
}

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

.faq {
  padding: 48px 0px;
}
.faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9;
  width: 100%;
}
.faq__title-content {
  display: flex;
  align-items: center;
  align-self: start;
  gap: 10px;
  margin-bottom: 30px;
}
.faq__title-content img {
  min-width: 60px;
}
.faq__title {
  color: #414141;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 21px;
  }
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  width: 100%;
}
.faq__block {
  cursor: pointer;
  border-bottom: 2px solid #000;
  transition: all 0.5s;
}
.faq__block.active {
  border-bottom: 2px solid #48AA62;
  transition: all 0.5s;
}
.faq__block.active .faq__sun {
  visibility: visible;
  opacity: 1;
}
.faq__block.active .plus__block .plus-block-minus {
  display: none;
}
.faq__block.active .plus__block svg {
  transform: rotate(180deg);
}
.faq__block.active .plus__block svg path {
  stroke: #48AA62;
  fill: #48AA62;
}
.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 {
  transform: translate(180deg);
  transition: 0.3s;
}
.faq__block-header svg path {
  fill: black;
}
@media (max-width: 575px) {
  .faq__block-header {
    padding: 10px;
  }
}
.faq__block-title {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: #3D3D3D;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .faq__block-title {
    font-size: 14px;
  }
}
.faq__block-info {
  margin-top: 8px;
  position: relative;
  z-index: 1;
  padding: 20px;
  padding-top: 0;
  display: none;
  color: #3D3D3D;
  font-size: 13px;
  line-height: 17px;
  transition: all 0.5s;
}
.faq__block-info p {
  position: relative;
  z-index: 2;
}
@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: #FFF;
}
