@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);

* {
  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;
}

body,
.catalog,
.info,
.faq,
.footer {
  background-color: #FFF;
}

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: "Mulish", sans-serif;
  background: #F4FAFB;
  color: #3D3D3D;
}

body.no-scroll {
  overflow: hidden;
}

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

.footer {
  position: relative;
  overflow: hidden;
}

.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 {
  position: relative;
  z-index: 1;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  max-width: 1140px;
}

.footer__text {
  color: white;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.footer__divider {
  flex: 1;
  content: '';
  min-height: 1px;
  background-color: #CDCDCD;
  margin: 5px 0px 20px 0px;
  max-width: 820px;
  width: 100%;
}

.footer__container {
  padding: 0px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #220B3F;
}

.footer-img-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer__top-border {
  position: relative;
  top: 0px;
  transform: rotate(180deg);
  width: 100%;
  left: 0px;
  height: 100px;
}

.header__title {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}

.positioned__items {
  width: 100%;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
}


.header__new {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 300px;
  height: 300px;
  z-index: 9997;
  background: linear-gradient(90deg, #FFA585 0%, #FFEDA0 100%);
  padding: 20px;
}

.header__container {
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
}

.header__line {
  width: 101%;
  max-height: 70px;
  min-height: 70px;
  transform: translateY(2px);
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  max-height: 280px;
}

.header__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  max-width: 556px;
  border-radius: 20px;
  padding: 20px 40px;
  background: linear-gradient(180deg, rgba(71, 71, 71, 0.29) 0%, rgba(82, 82, 82, 0.38) 100%);

}

.header__img {
  position: absolute;
  bottom: 20px;
  right: 0px;
}

/* BIG TABLET */
@media (max-width: 1100px) {
  .catalog__info__content {
    grid-template-columns: 1fr 1fr 1fr !important;
  }

  .header__img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1030px) {

  .header__img img {
    width: 100%;
    height: auto;
  }

  .positioned__items {
    gap: 60px;
    padding: 20px;
  }

  .header__img {
    bottom: 5px;
  }
}

/* TABLET */
@media (max-width: 768px) {
  .modal {
    transform: translate(0, -50%);
    left: 0;
    width: auto;
  }

  .faq__content {
    width: calc(100% - 14px) !important;
  }

  .actions__top-lenta {
    left: 0;
  }

  .actions__content {
    flex-direction: column;
    justify-content: center;
    padding: 12px;
  }

  .actions__text {
    text-align: center;
  }

  .catalog__info__content {
    grid-template-columns: 1fr 1fr !important;
  }

  .info__container {
    align-items: center !important;
  }

  .header__text {
    max-width: unset;
    gap: 5px;
    padding: 20px;
  }

  .header__img img {
    max-width: 130px;
  }

  .positioned__items {
    position: unset;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 20px;
    gap: 0px !important;
    margin-bottom: 80px;
  }

  .header__new {
    height: unset;
    max-height: unset;
    padding-bottom: 5px;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .footer__content {
    padding: 13px;
  }

  .footer__links {
    margin-top: 15px;
    gap: 10px;
    justify-content: flex-start;
  }

  .footer-img-right {
    width: 160px;
    height: 160px;
  }

  .footer-img-right img {
    width: 100%;
    height: 100%;
  }

  .faq__content,
  .faq__container {
    width: 100% !important;
  }

  .footer-img-left {
    display: none;
  }

  .cookie__content {
    display: inline;
    align-items: flex-start;
  }

  .cookie__img {
    shape-outside: circle(50%);
    margin: 10px;
    width: 34px;
    height: 34px;
  }

  .cookie__img img {
    width: 100%;
    height: 100%;
  }

  .cookie__btn,
  .modal__send {
    text-align: center;
  }

  .cookie {
    max-width: 96% !important;
    left: 2% !important;
  }

  .catalog__info__content {
    grid-template-columns: 1fr !important;
  }

  .info__container {
    align-items: center !important;
  }

  .info__card {
    max-width: unset !important;
  }
}

.footer-img-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
}

.cookie {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 380px;
  font-size: 13px;
  color: rgb(51, 51, 51);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
  z-index: 9998;
  line-height: 1.4;
  background: rgb(255, 255, 255);
  padding: 10px 15px;
  border-radius: 6px;
}

.cookie.remove-cookie {
  display: none;
}

.cookie__container {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 14px;
  align-items: start;
  border-radius: 20px;
  background: #FFF;
  padding: 0px;
}

.cookie__content {
  display: flex;
  align-items: start;
}

.cookie__img {
  float: left;
}

.cookie__text {
  max-width: 757px;
  width: 100%;
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;

  a {
    color: rgba(30, 26, 153, 1);
  }
}

.cookie__btn,
.modal__send {
  background: #57D96F;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  max-height: 40px;
  box-shadow: 0px 4px 11px 0px #FFF21833;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 20px;
}

.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: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 625px;
}

.modal.active-modal {
  display: block;
}

.modal__content {
  padding: 30px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

@media (max-width: 768px) {
  .modal__content {
    gap: 10px;
    padding: 15px;
  }
}

.modal__title {
  text-align: center;
  color: #373737;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .modal__title {
    padding: 10px;
  }
}

.modal__input-block {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.modal__input-block label {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.modal__input {
  position: relative;
  width: 100%;
  height: 40px;
}

.modal__input svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.modal__input input {
  height: 40px;
  background: #3E86C31A;
  width: 100%;
  padding: 10px;
  color: #000;
  font-size: 15px;
  line-height: 17px;
}

.modal__input input:-webkit-autofill {
  background: #3E86C31A;
}

.modal__send {
  max-width: 220px;
}

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

.info {
  padding: 47px 0;
}

.info .faq__title {
  margin-bottom: 10px;
}

.info__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}

.info__card {
  max-width: 350px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
}

.info__card:hover {
  transform: translateY(-2px);
}

.info__card span {
  position: relative;
  color: #535353;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  padding: 8px;
  word-break: break-word;
  overflow-wrap: break-word;
  border-bottom: 1px solid #E6E5E5;
}

.info__card span.title {
  color: #373737;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  background: #F0F0F0;
  padding: 10px;
}

.info__card-section {
  display: grid;
  grid-template-columns: 1fr;
}

.info__card-section span:nth-child(even) {
  font-weight: 400;
}

.info__card span:last-child {
  border-bottom: transparent;
}

.actions__content {
  display: flex;
  position: relative;
  align-items: center;
  padding: 22px 18px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #C9C9C9;
  background: #FFF;
}

.actions__img {
  width: 216px;
  height: 71px;
}

.actions__img img {
  width: 100%;
  height: 71px;
  -o-object-fit: contain;
  object-fit: contain;
}

.actions__left-star {
  position: absolute;
  bottom: 0;
  left: 0;
}

.actions__top-lenta {
  position: absolute;
  top: 0;
  left: 220px;
}

.actions__right-star {
  position: absolute;
  top: 0;
  right: 0;
}

.actions__text {
  color: #141414;
  font-size: 17px;
  max-width: 480px;
}

@media (max-width: 768px) {
  .actions__center-lenta {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.actions__link {
  max-width: 291px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .actions__link {
    margin-top: 16px;
  }
}

.btn {
  color: #1D3557;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 13px 32px;
}

.header__subtitle {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

@media (max-width: 768px) {
  .header__logo img {
    width: auto;
    max-height: 67px;
  }
}

@media (max-width: 475px) {
  .header__img img {
    width: auto !important;
    height: 115px !important;
  }

  .header__new {
    padding: 10px 10px 0px 10px;
  }

  .catalog__card {
    padding: 0px 20px !important;
  }
}

@media (max-width: 360px) {}


@media (max-width: 575px) {
  .header__title {
    width: 100%;
    font-size: 17px;
  }

  .header__subtitle {
    font-size: 14px;
  }
}

.catalog {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}

.catalog__container {
  position: relative;
  z-index: 1;
  padding: 26px 0px 38px 0px;
  display: flex;
  flex-direction: column;
  max-width: 1140px;
}

.center__center {
  justify-content: center;
  align-items: center;
}

.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;
  gap: 34px;
  row-gap: 34px;
  justify-items: center;
}

.catalog__info__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  row-gap: 15px;
  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__spoiler {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.catalog-spoiler {
  color: #FF5729;
  text-align: left;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.catalog-spoiler.active {
  display: none;
}

.spoiler-content {
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 6px;
}

.spoiler-content.active {
  display: flex;
}

.spoiler-content a {
  color: #1E1A99;
  text-align: left;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.dasshed--top {
  width: calc(100% - 32px);
  margin: 0px 16px 0px 16px;
}

.catalog__card-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 16px 0px;
}

.catalog__card-links a {
  color: #FF5729;
  text-align: center;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.catalog__card {
  max-width: 445px;
  border-radius: 6px;
  border: 1px solid #D7D7D7;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFF;
  transition: transform 0.3s;
  padding: 0px 40px;
}

.catalog__card section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}

.catalog__card-info-logo {
  width: 80%;
  display: flex;
  justify-content: flex-start;
}

.catalog__card:hover {
  transform: translateY(-2px);
}

.catalog__card:nth-child(2) .catalog__card-rait svg rect {
  fill: #B7B7B7;
}

.catalog__card:nth-child(3) .catalog__card-rait svg rect {
  fill: #B89744;
}

.catalog__card:nth-child(n+4) .catalog__card-rait {
  display: none;
}

.catalog__card-rait {
  display: flex;
  justify-content: center;
  width: 37px;
  height: 38px;
  align-items: center;
  font-weight: 600;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: absolute;
  top: -10px;
  left: -10px;
}

.catalog__card-rait svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.catalog__card-rait span {
  position: relative;
  z-index: 1;
  color: #FFF;
  text-align: center;
  font-size: 18px;
}

.catalog__card-content {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.catalog__card-header {
  background-color: #ffffff;
  display: flex;
  padding-bottom: 0;
  justify-content: center;
  padding: 10px;
  align-items: center;
}

.catalog__card-description-top {
  padding: 13px 20px;
  text-align: center;
  color: #141414;
  font-size: 16px;
  background: #D2FCFF;
}

.catalog__card-logo {
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog__card-logo img {
  height: 80px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog__card-fill {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.catalog__card-fill img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog__card-info {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

@media (max-width: 575px) {
  .catalog__card-info {
    gap: 19px;
  }
}

.catalog__card-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 7px;
}

.catalog__card-text {
  color: #828282;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  max-width: 50%;
}

.catalog__card-text:nth-child(even) {
  font-weight: 700;
  color: #4F4F4F !important;
  text-align: right;
}

.catalog__card-description-bottom {
  font-size: 13px;
  font-weight: 300;
  color: #828282;
  padding: 10px 0px;
}

.catalog__card-button {
  background: conic-gradient(from -3.29deg at 100% -13%, #FFA502 0deg, #CB48FF 360deg);
  font-size: 20px;
  color: #ffffff;
  max-height: 56px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 13px;
  box-shadow: 0px 0px 30px 0px #FF7F5080;

  a {
    color: white !important;
    max-height: 16px;
  }
}

.catalog__card-star {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: end;
  align-items: center;
  padding: 10px 0px 0px 10px;
}

.star-value {
  margin-left: 5px;
  font-size: 12px;
}

.column {
  flex-direction: column;
}

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

.faq {
  padding: 48px 0px 80px 0px;
}

.faq__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 9;
  gap: 15px;
  width: calc(100% - 24px);
}

.faq__title-content {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq__title p {
  color: #030303;
  text-align: start;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.faq__title-top-left {
  position: absolute;
  width: 20.919px;
  height: 20.919px;
  background: #FDB913;
  top: -20px;
  left: 0;
  border-radius: 100%;
}

.faq__title-bottom-left {
  position: absolute;
  width: 20.919px;
  height: 20.919px;
  background: #0072D8;
  bottom: 0;
  left: 30px;
  border-radius: 100%;
}

.faq__title-top-right {
  position: absolute;
  width: 20.919px;
  height: 20.919px;
  background: #FDB913;
  top: -20px;
  right: 0;
  border-radius: 100%;
}

.faq__title-bottom-right {
  position: absolute;
  width: 20.919px;
  height: 20.919px;
  background: #0072D8;
  bottom: 0;
  right: 30px;
  border-radius: 100%;
}

.faq__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 15px;
  width: calc(100% - 14px);
}

.faq__block {
  border: 1px solid #D7D7D7;
  cursor: pointer;
  border-radius: 20px;
  background: #FFF;
  transition: all 0.5s;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #44444440;
}

.faq__block.active {
  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(45deg);
}

.faq__block.active .plus__block svg path {
  fill: #52BD95;
}

.faq__block.active .plus__gray {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE4IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjE4IiB3aWR0aD0iMiIgaGVpZ2h0PSIxOCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTggMCkiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.plus__gray {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI3BhaW50MF9hbmd1bGFyXzE4MjVfMTMxMl9jbGlwX3BhdGgpIiBkYXRhLWZpZ21hLXNraXAtcGFyc2U9InRydWUiPjxnIHRyYW5zZm9ybT0ibWF0cml4KC0wLjAwMDIxNiAtMC4wMzM4NCAwLjAwMzc2IC0wLjA0ODYgMTIgLTEuMzQpIj48Zm9yZWlnbk9iamVjdCB4PSItMTAyMS45NyIgeT0iLTEwMjEuOTciIHdpZHRoPSIyMDQzLjkzIiBoZWlnaHQ9IjIwNDMuOTMiPjxkaXYgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGh0bWwiIHN0eWxlPSJiYWNrZ3JvdW5kOmNvbmljLWdyYWRpZW50KGZyb20gOTBkZWcscmdiYSgyNTUsIDE2NSwgMiwgMSkgMGRlZyxyZ2JhKDI1NSwgOTksIDcyLCAxKSAzNjBkZWcpO2hlaWdodDoxMDAlO3dpZHRoOjEwMCU7b3BhY2l0eToxIj48L2Rpdj48L2ZvcmVpZ25PYmplY3Q+PC9nPjwvZz48cmVjdCB4PSIxMCIgeT0iMSIgd2lkdGg9IjIiIGhlaWdodD0iMTgiIGRhdGEtZmlnbWEtZ3JhZGllbnQtZmlsbD0ieyYjMzQ7dHlwZSYjMzQ7OiYjMzQ7R1JBRElFTlRfQU5HVUxBUiYjMzQ7LCYjMzQ7c3RvcHMmIzM0OzpbeyYjMzQ7Y29sb3ImIzM0Ozp7JiMzNDtyJiMzNDs6MS4wLCYjMzQ7ZyYjMzQ7OjAuNjQ3MDU4ODQ0NTY2MzQ1MjEsJiMzNDtiJiMzNDs6MC4wMDc4NDMxMzc3MTg3MzcxMjU0LCYjMzQ7YSYjMzQ7OjEuMH0sJiMzNDtwb3NpdGlvbiYjMzQ7OjAuMH0seyYjMzQ7Y29sb3ImIzM0Ozp7JiMzNDtyJiMzNDs6MS4wLCYjMzQ7ZyYjMzQ7OjAuMzg4MjM1MzAwNzc5MzQyNjUsJiMzNDtiJiMzNDs6MC4yODIzNTI5NTQxNDkyNDYyMiwmIzM0O2EmIzM0OzoxLjB9LCYjMzQ7cG9zaXRpb24mIzM0OzoxLjB9XSwmIzM0O3N0b3BzVmFyJiMzNDs6W10sJiMzNDt0cmFuc2Zvcm0mIzM0Ozp7JiMzNDttMDAmIzM0OzotMC40MzIwMDAxMDA2MTI2NDAzOCwmIzM0O20wMSYjMzQ7OjcuNTIwMDAwOTM0NjAwODMwMSwmIzM0O20wMiYjMzQ7OjguNDU1OTk5Mzc0Mzg5NjQ4NCwmIzM0O20xMCYjMzQ7Oi02Ny42ODAwMDAzMDUxNzU3ODEsJiMzNDttMTEmIzM0OzotOTcuMjAwMDUwMzU0MDAzOTA2LCYjMzQ7bTEyJiMzNDs6ODEuMTAwMDI4OTkxNjk5MjE5fSwmIzM0O29wYWNpdHkmIzM0OzoxLjAsJiMzNDtibGVuZE1vZGUmIzM0OzomIzM0O05PUk1BTCYjMzQ7LCYjMzQ7dmlzaWJsZSYjMzQ7OnRydWV9Ii8+CjxnIGNsaXAtcGF0aD0idXJsKCNwYWludDFfYW5ndWxhcl8xODI1XzEzMTJfY2xpcF9wYXRoKSIgZGF0YS1maWdtYS1za2lwLXBhcnNlPSJ0cnVlIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjAzMzg0IC0wLjAwMDIxNTk5OSAwLjA0ODYgMC4wMDM3NiAyMi4zNCAxMSkiPjxmb3JlaWduT2JqZWN0IHg9Ii0xMDIxLjk3IiB5PSItMTAyMS45NyIgd2lkdGg9IjIwNDMuOTMiIGhlaWdodD0iMjA0My45MyI+PGRpdiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCIgc3R5bGU9ImJhY2tncm91bmQ6Y29uaWMtZ3JhZGllbnQoZnJvbSA5MGRlZyxyZ2JhKDI1NSwgMTY1LCAyLCAxKSAwZGVnLHJnYmEoMjU1LCA5OSwgNzIsIDEpIDM2MGRlZyk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJTtvcGFjaXR5OjEiPjwvZGl2PjwvZm9yZWlnbk9iamVjdD48L2c+PC9nPjxyZWN0IHg9IjIwIiB5PSI5IiB3aWR0aD0iMiIgaGVpZ2h0PSIxOCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMjAgOSkiIGRhdGEtZmlnbWEtZ3JhZGllbnQtZmlsbD0ieyYjMzQ7dHlwZSYjMzQ7OiYjMzQ7R1JBRElFTlRfQU5HVUxBUiYjMzQ7LCYjMzQ7c3RvcHMmIzM0OzpbeyYjMzQ7Y29sb3ImIzM0Ozp7JiMzNDtyJiMzNDs6MS4wLCYjMzQ7ZyYjMzQ7OjAuNjQ3MDU4ODQ0NTY2MzQ1MjEsJiMzNDtiJiMzNDs6MC4wMDc4NDMxMzc3MTg3MzcxMjU0LCYjMzQ7YSYjMzQ7OjEuMH0sJiMzNDtwb3NpdGlvbiYjMzQ7OjAuMH0seyYjMzQ7Y29sb3ImIzM0Ozp7JiMzNDtyJiMzNDs6MS4wLCYjMzQ7ZyYjMzQ7OjAuMzg4MjM1MzAwNzc5MzQyNjUsJiMzNDtiJiMzNDs6MC4yODIzNTI5NTQxNDkyNDYyMiwmIzM0O2EmIzM0OzoxLjB9LCYjMzQ7cG9zaXRpb24mIzM0OzoxLjB9XSwmIzM0O3N0b3BzVmFyJiMzNDs6W10sJiMzNDt0cmFuc2Zvcm0mIzM0Ozp7JiMzNDttMDAmIzM0Ozo2Ny42ODAwMDAzMDUxNzU3ODEsJiMzNDttMDEmIzM0Ozo5Ny4yMDAwNTAzNTQwMDM5MDYsJiMzNDttMDImIzM0OzotNjAuMTAwMDI4OTkxNjk5MjE5LCYjMzQ7bTEwJiMzNDs6LTAuNDMxOTk3Mjk5MTk0MzM1OTQsJiMzNDttMTEmIzM0Ozo3LjUyMDAwNzYxMDMyMTA0NDksJiMzNDttMTImIzM0Ozo3LjQ1NTk5NTU1OTY5MjM4Mjh9LCYjMzQ7b3BhY2l0eSYjMzQ7OjEuMCwmIzM0O2JsZW5kTW9kZSYjMzQ7OiYjMzQ7Tk9STUFMJiMzNDssJiMzNDt2aXNpYmxlJiMzNDs6dHJ1ZX0iLz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0icGFpbnQwX2FuZ3VsYXJfMTgyNV8xMzEyX2NsaXBfcGF0aCI+PHJlY3QgeD0iMTAiIHk9IjEiIHdpZHRoPSIyIiBoZWlnaHQ9IjE4Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9InBhaW50MV9hbmd1bGFyXzE4MjVfMTMxMl9jbGlwX3BhdGgiPjxyZWN0IHg9IjIwIiB5PSI5IiB3aWR0aD0iMiIgaGVpZ2h0PSIxOCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMjAgOSkiLz48L2NsaXBQYXRoPjwvZGVmcz4KPC9zdmc+Cg==);
}

.item-spoiler.active {
  background: conic-gradient(from -3.29deg at 100% -13%, #FFA502 0deg, #FF6348 360deg);
  color: white;
}

.faq__block.active .faq__block-info {
  display: block;
}

.faq__block-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
}

.faq__block-header svg {
  transition: 0.3s;
}

@media (max-width: 575px) {
  .faq__block-header {
    padding: 10px;
  }
}

.faq__block-title {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  font-size: 14px;
  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: 20px;
  padding-top: 0;
  display: none;
  transition: all 0.5s;
}

.faq__block-info p,
.faq__block-info span {
  font-size: 13px;
  line-height: 17px;
}

.faq__block-info p {
  margin-top: 8px;
}

.faq__block-info ul {
  margin-top: 4px;
}

.faq__block-info ul li {
  list-style: inside;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  padding: 0px 0px 0px 10px;
}

.faq__block-info span {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0px 0px 0px 10px;
}

.faq__block-info .faq__block-info-title {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

@media (max-width: 575px) {
  .faq__block-info {
    font-size: 11px;
    padding: 10px;
    padding-top: 0;
  }
}

.faq .plus__block {
  transition: 0.3s;
  margin-right: 22px;
}

.faq .plus__block .plus-block-minus {
  display: none;
  width: 17px;
  height: 3px;
  background-color: #FFF;
}