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

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: "Nunito";
  background: #BBD6E6;
}

body.no-scroll {
  overflow: hidden;
}

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

.footer {
  background: #F8ECB4;
  position: relative;
  overflow: hidden;
  margin-bottom: 20%;
  box-shadow: 0px 1px 11px 0px #00000040;
}

.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: 860px;
}

.footer__text {
  color: #373737;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px 20px 0px;
  line-height: 23px;
}

.footer__text a {
  color: #373737;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.footer__links {
  margin: 0 auto;
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer__links a,
.footer__links span {
  cursor: pointer;
  color: #373737;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  font-weight: 400;
  /* text-underline-offset: 4px; */
}

.footer__container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.modal__send {
  background: #8173D6;
  box-shadow: 0px 4px 11px 0px #FFF21880;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  max-height: 40px;
  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 20px;
  background: #BBD6E6;
}

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

.info__container {
  display: flex;
  flex-direction: column;
}

.info__card {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #F8FAF9;
  transition: transform 0.3s;
  padding: 21px 16px;
  max-width: 350px;
  border-radius: 5px;
  box-shadow: 0px 24.56px 32.74px -14.73px #95959540;
}

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

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

.info__card span {
  position: relative;
  color: #363636;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.info__card span.title {
  color: #373737;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.info__card-section {
  display: grid;
  grid-template-columns: 110px 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;
}

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

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

.header {
  z-index: 9997;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #BBD6E6;
  padding: 27px 0px;
}


.catalog {
  position: relative;
  background: #BBD6E6;
}

.catalog__container {
  position: relative;
  z-index: 9999;
  padding: 35px 35px 35px 40px;
  display: flex;
  flex-direction: column;
  max-width: 1400px !important;
}

@media (max-width: 510px) {
  .catalog__container {
    padding: 5px 18px 35px 18px;
  }

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

.center__center {
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}

.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;
  gap: 20px;
  row-gap: 20px;
  justify-items: center;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

@media(max-width: 767px) {
  .catalog__content {
    grid-template-columns: repeat(auto-fill, minmax(147px, 1fr));
    gap: 5px;
    row-gap: 5px;
  }
}

.catalog__info__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  row-gap: 20px;
}

.catalog__spoiler {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.catalog-spoiler,
.spoiler-content a,
.spoiler-content:active a {
  color: #2C9AF4;
  text-align: left;
  font-size: 14px;
  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;
}

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

.catalog__card-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
  margin-bottom: 10px;
}

.catalog__card {
  max-width: 200px;
  min-width: 148px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

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

.catalog__card-top-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: stretch;
  gap: 10px;
  padding: 10px;
  position: relative;
}

.catalog__card-top-block section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog__card-content {
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.catalog__card-header {
  background: #F8ECB4;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  align-items: center;
  color: #373737;
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 12px;
  max-height: 26px;
  border: 1px dashed #F8ECB4;
  max-width: 200px;
}

.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: 26px;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.catalog__card-logo img {
  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;
}

.catalog__card-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

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

.catalog__card-colored {
  background: #767BFB1A;
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

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

.catalog__card-colored .catalog__card-info .catalog__card-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
}

.catalog__card-colored .catalog__card-info .catalog__card-block .catalog__card-text:nth-child(even) {
  color: #5F14F6 !important;
}

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

.catalog__card-description-bottom {
  padding: 10px 0px 0px 0px;
  margin: 20px 2px 0px 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #363636;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-top: 1px dashed #2C9AF4;
}

.catalog__card-button {
  background: #8173D6;
  box-shadow: 0px 4px 11px 0px #FFF21880;
  font-size: 16px;
  color: #ffffff;
  max-height: 38px;
  height: 38px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 17px;

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

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

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

.column {
  flex-direction: column;
}

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

.faq {
  padding: 30px 0px 80px 0px;
  background: #F8ECB4;
}

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

.faq__title-content,
.info__title-content {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.info__title {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.info__title p {
  color: #373737;
  text-align: start;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.faq__title,
.info__title {
  min-width: 280px;
  width: auto;
  position: relative;
}

.faq__title p {
  color: #030303;
  text-align: start;
  font-size: 23px;
  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(50% - 14px);
}

.faq__block {
  cursor: pointer;
  background: #FFF;
  transition: all 0.5s;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 24.56px 32.74px -14.73px #95959540;
}

.faq__block.active {
  transition: all 0.5s;
}

.faq__block.active .faq__block-header .faq__block-title {
  color: #000;
}

.faq__block.active .faq__sun {
  visibility: visible;
  transition: all 0.5s;
  opacity: 1;
}

.faq__block.active .plus__block svg .closed {
  display: none;
  transition: all 0.5s;
}

.faq__block.active .plus__block svg {
  transform: rotate(45deg);
}

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

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

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

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

/* #52BD95 */
.faq__block-title {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  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 {
  color: #3D3D3D;
  font-size: 13px;
  line-height: 20px;
}

.faq__block-info ul,
.faq__block-info p {
  padding: 10px 10px 10px 40px;
}

.faq__block-info ul li {
  list-style: inside;
  color: #454545;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  padding: 8px 10px 0px 20px;
}

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

.faq__block-info .faq__block-info-title {
  color: #454545;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

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

.faq__block.active .plus__block svg {
  transform: rotate(90deg);
}

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

/* 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 !important;
  }

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

  .actions__link {
    margin-top: 16px;
  }

  .actions__center-lenta {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

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

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

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

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

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

  .catalog__card-top-block {
    flex-direction: column !important;
    gap: 2px;
    padding: 3px;
  }

  .catalog__card-top-block section {
    width: 100% !important;
    max-width: unset;
  }

  .catalog__card-top-block section:nth-child(2) {
    max-width: unset !important;
  }

  .catalog__card-top-block section a {
    display: flex;
    justify-content: center;
  }

  .catalog__card-button {
    width: auto;
    font-size: 12px;
  }

  .catalog__card-logo {
    max-width: unset;
    max-height: 53px;
    min-height: 53px;
    width: auto;
  }

  .catalog__card-text {
    font-size: 12px;
  }

  .catalog__card-colored {
    padding: 5px;
  }

  .catalog__card-logo img {
    min-height: 50px;
    max-height: 50px;
    max-width: calc(100% - 20px);
  }

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

  .faq__block-info {
    font-size: 11px;
    padding: 10px;
    padding-top: 0;
  }

  .faq__block-header {
    padding: 10px;
  }

  .catalog__card-info {
    gap: 19px;
  }
}

/* Ticker */

.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  background: #F8ECB4;
  color: #23384F;
  height: 50px;
  display: flex;
  align-items: center;
}

.ticker {
  display: flex;
  white-space: nowrap;
  animation: ticker 15s linear infinite;
}

.ticker span {
  padding-right: 3rem;
  /* расстояние между повторяющимися фразами */
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}