@import url(https://fonts.googleapis.com/css?family=Roboto: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, .footer {
  background-color: FFF;
}
.faq {
  background-color: #E4F4F7;
}
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: "Roboto";
  background: #FBFBFB;
}
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: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.footer__text a {
  color: white;
  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: 30px;
}
.footer__links a, .footer__links span {
  cursor: pointer;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  font-weight: 400;
  /* text-underline-offset: 4px; */
}
.footer__container {
  padding: 0px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #172646;
}
.footer-img-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.counter {
    max-width: 352px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    line-height: 18px;
    font-weight: 700;
    color: #373737;
}
.counter ul li {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
/* BIG TABLET */
@media (max-width: 1100px) {
  .catalog__info__content {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .counter {
    max-width: 308px;
  }

}
/* 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;
  }
  .counter {
    /* max-width: 220px; */
    bottom: -10px;
  }
  .actions__link {
    margin-top: 16px;
  }
    .actions__center-lenta {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .header__title {
    font-size: 22px !important;
  }
  .header__subtitle {
    font-size: 16px !important;
  }
  .header__img {
    margin-right: 10px !important;
  }
  .header__img img {
    max-width: 340px !important;
  }
  .counter {
    padding: 10px !important;
  }
  .counter ul li {
    font-size: 12px !important;
  }
}
/* 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;
  }
  .catalog__card-top-block {
    flex-direction: column !important;
  }
  .catalog__card-top-block section {
    width: 100% !important;
    max-width: unset;
  }
  .catalog__card-top-block section:nth-child(2) {
    max-width: unset !important;
  }
  .info__container {
    align-items: center !important;
  }
  .header__img {
    justify-content: center;
  }
  .header__img img {
    max-width: 266px !important;
  }
  .headet__wrapper {
    flex-direction: column;
  }
  .text__block {
    margin: 10px 20px 0px 20px !important;
    padding: 0px !important;
    max-width: unset !important;
  }
  .counter {
    width: 100%;
    max-width: unset !important;
  }
  .faq__block-info {
    font-size: 11px;
    padding: 10px;
    padding-top: 0;
  }
  .faq__block-header {
    padding: 10px;
  }
  .catalog__card-info {
    gap: 19px;
  }
  .header__title {
    width: 100%;
    font-size: 17px;
  }
}

.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 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 11px 0px #00000040;
  background: #E4F4F7;
  transition: transform 0.3s;
  border-bottom: 4px solid #178EA8;
  padding: 21px 16px;
  gap:12px;
}
.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;
  background: linear-gradient(93.41deg, #C1FBFF 19.73%, #3BB3EB 63.37%, #F7FFBE 87.1%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.headet__wrapper {
   display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
}
.text__block {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: 50px;
    max-width: 480px;
    gap: 15px;
    padding: 0px 0px 0px 30px;
}
.header__img {
    margin-right: 5%;
    display: flex;
    align-items: flex-end;
}
.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__title {
  margin-top: 28px;
  color: #363636;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
.positioned__items {
    width: 100%;
    position: relative;
    bottom: -20px;
    display: flex;
    align-items: flex-end;
}

.header__subtitle {
  color: #363636;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;

}
.header__likes {
  display: flex;
  margin-top: 10px;
  color: #FFF;
  font-size: 15px;
  flex-direction: column;
  gap: 4px;
}
.header__likes div {
  display: flex;
  border-radius: 100px;
  background: linear-gradient(180deg, #EC1616 0%, #F55555 100%);
  white-space: nowrap;
  color: #FFF;
  padding: 8px 16px;
}
.header__likes div span {
  margin-right: 5px;
  margin-left: 12px;
  font-weight: 700;
}

.catalog {
  position: relative;
  z-index: 3;
}
.catalog__container {
  position: relative;
  z-index: 1;
  padding: 35px 0px 38px 0px;
  display: flex;
  flex-direction: column;
  max-width: 1140px;
}
.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;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  row-gap: 34px;
  justify-items: center;
}
.catalog__info__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .catalog__content {
    grid-template-columns: 1fr 1fr;
    padding: 0px 10px;
  }
}
@media (max-width: 768px) {
  .catalog__content {
    grid-template-columns: 1fr;
  }
}

.catalog__spoiler{
  display: flex;
  flex-direction: column;
  align-items: start;
}
.catalog-spoiler{
  color: #363636;
  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: start;
  gap: 6px;
  margin: 16px 20px;
}

.catalog__card-links a{
  color: #363636;
  text-align: center;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.catalog__card {
  max-width: 496px;
  border-radius: 14px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 1px 11px 0px #00000040;
  background: FFF;
  transition: transform 0.3s;
  border-bottom: 4px solid #178EA8;
}
.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-top-block {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: stretch;
  gap: 10px;
  padding: 10px;
}
.catalog__card-top-block section:nth-child(2) {
  max-width: 55%;
  width: 55%;
}
.catalog__card-content {
  margin: 12px 0px 18px 0px;
  padding: 5px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.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: 15px;
  max-height: 43px;
  max-width: 167px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.catalog__card-logo img {
  height: 43px;
  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;
    gap: 7px;
}
.catalog__card-text {
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.catalog__card-text:nth-child(even) {
  font-weight: 700;
  color: #238D58 !important;
}
.catalog__card-description-bottom {
  margin: 10px 10px 0px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #363636;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background: #82E9FF33;
}
.catalog__card-button {
    background: #0077E6;
    font-size: 16px;
    color: #ffffff;
    max-height: 54px;
    height: 54px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #9EFFB480;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 20px 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;
}
.faq__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 9;
  gap: 15px;
  width: calc(100% - 24px);
}
.faq__title-content {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.faq__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;
  border-radius: 5px;
  box-shadow: 0px 24.56px 32.74px -14.73px #95959540;
  background: #FFF;
  transition: all 0.5s;
  width: 100%;
}
.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;
  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__gray {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IG9wYWNpdHk9IjAuOCIgeD0iMC44Mzg3MTUiIHdpZHRoPSIyMS4yOTAzIiBoZWlnaHQ9IjMiIHJ4PSIxLjUiIGZpbGw9IiM1MkJEOTUiLz4KPC9zdmc+Cg==);
}
.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,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgb3BhY2l0eT0iMC44IiB4PSIwLjc3NDE3IiB5PSI4IiB3aWR0aD0iMTcuNDE5NCIgaGVpZ2h0PSIzIiByeD0iMS41IiBmaWxsPSIjMzUzMzJGIi8+CjxyZWN0IG9wYWNpdHk9IjAuOCIgeD0iMTAuOTM1NSIgeT0iMC41IiB3aWR0aD0iMTgiIGhlaWdodD0iMi45MDMyMyIgcng9IjEuNDUxNjEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDEwLjkzNTUgMC41KSIgZmlsbD0iIzM1MzMyRiIvPgo8L3N2Zz4K);
}
.faq__block.active .faq__block-info {
  display: block;
}
.faq__block-header {
  padding: 20px;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq__block-header svg {
  transition: 0.3s;
}

.faq__block-title {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: #000;
  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: 20px;
  padding-top: 0;
  display: none;
  transition: all 0.5s;
}
.faq__block-info p, .faq__block-info span {
  color: #141414;
  font-size: 13px;
  line-height: 17px;
}
.faq__block-info p {
  margin-top: 8px;
  padding: 0px 0px 0px 40px;
}
.faq__block-info ul {
  margin-top: 4px;
}
.faq__block-info ul li {
  list-style: inside;
  margin-top: 4px;
  color: #454545;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  padding: 0px 0px 0px 40px;
}
.faq__block-info span {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0px 0px 0px 40px;
}
.faq__block-info .faq__block-info-title {
  margin-top: 12px;
  color: #454545;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}
.faq .plus__block {
  transition: 0.3s;
  margin-left: 22px;
}
.faq__block.active .plus__block svg {
  transform: rotate(90deg);
}
.faq .plus__block svg {

}
