@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,regular,500,600,700,800,900);
* {
  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;
}
.faq {
  background-color: #785AFF0D;
}

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: Alligator Man;
  src: url("./Alligator Man.otf") format("opentype");
}
body {
  font-family: "Nunito";
}

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

.br {
  display: none;
  height: 1px;
}
@media (max-width: 590px) {
  .br {
    display: flex;
  }
}

.header {
  position: relative;
  min-height: 360px;
  max-height: 360px;
}
.header__background {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  min-height: 360px;
  max-height: 360px;
}
.header__background img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 360px;
  max-height: 360px;
}
@media (max-width: 590px) {
  .header__background {
    min-height: 400px;
    max-height: 400px;
  }
  .header__background img {
    min-height: 400px;
    max-height: 400px;
  }
}
@media (max-width: 425px) {
  .header__background {
    min-height: 480px;
    max-height: 480px;
  }
  .header__background img {
    min-height: 480px;
    max-height: 480px;
  }
}
.header__black {
  width: 75%;
  height: 80px;
  position: absolute;
  z-index: 0;
  background: #2A0E28;
  box-shadow: 10px 6px 0px rgba(0, 0, 0, 0.6);
  bottom: 9%;
}
@media (max-width: 860px) {
  .header__black {
    height: 120px;
  }
}
@media (max-width: 675px) {
  .header__black {
    width: 100%;
  }
}
@media (max-width: 590px) {
  .header__black {
    height: 160px;
    bottom: -6%;
  }
}
@media (max-width: 425px) {
  .header__black {
    height: 185px;
    bottom: -20%;
  }
}
.header__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 84px;
  padding-bottom: 40px;
}
@media (max-width: 860px) {
  .header__container {
    padding-top: 40px;
  }
}
@media (max-width: 425px) {
  .header__container {
    gap: 15px;
  }
}
.header__title {
  font-family: "Alligator Man";
  font-size: 45px;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-shadow: 6px 0px 2px rgba(0, 0, 0, 0.25);
  max-width: 570px;
}
@media (max-width: 675px) {
  .header__title {
    font-size: 32px;
    line-height: 28px;
  }
}
.header__subtitle {
  font-family: "Alligator Man";
  font-size: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-shadow: 6px 0px 2px rgba(0, 0, 0, 0.25);
}
.header__subtitle span {
  font-size: 45px;
  line-height: 55px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #FFFFFF;
  text-shadow: 6px 0px 2px rgba(0, 0, 0, 0.25);
  transform: rotate(6.6deg);
}
@media (max-width: 675px) {
  .header__subtitle {
    font-size: 22px;
    line-height: 22px;
  }
  .header__subtitle span {
    font-size: 35px;
  }
}
.header__content {
  display: flex;
}
.header__info {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  max-width: 570px;
}
@media (max-width: 860px) {
  .header__info {
    max-width: 391px;
  }
}
@media (max-width: 675px) {
  .header__info {
    margin-top: 40px;
  }
}
@media (max-width: 425px) {
  .header__info {
    font-size: 14px;
    line-height: 18px;
  }
}
.header__block {
  position: absolute;
  z-index: 1;
  bottom: 43%;
  left: 68%;
}
@media (max-width: 675px) {
  .header__block {
    bottom: 21%;
    left: auto;
    right: 80px;
  }
}
@media (max-width: 590px) {
  .header__block {
    bottom: 9%;
  }
}
@media (max-width: 425px) {
  .header__block {
    bottom: -6%;
  }
}
@media (max-width: 350px) {
  .header__block {
    bottom: -10%;
  }
}
.header__block-img {
  position: absolute;
}
@media (max-width: 675px) {
  .header__block-img img {
    width: 148px;
  }
}
.header__block-text {
  text-align: center;
  top: 99px;
  left: 34px;
  position: relative;
  font-family: "Alligator Man";
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-shadow: 0px -5px 6px rgba(0, 0, 0, 0.25);
  transform: rotate(25deg);
}
.header__block-text span {
  font-size: 26px;
}
@media (max-width: 675px) {
  .header__block-text {
    font-size: 12px;
    top: 66px;
    left: 20px;
  }
  .header__block-text span {
    font-size: 15px !important;
  }
}

.catalog {
  position: relative;
}
@media (max-width: 425px) {
  .catalog {
    margin-top: 80px;
  }
}
.catalog__container {
  position: relative;
  z-index: 1;
  padding: 45px 0px 38px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 680px) {

}
.catalog__card {
  max-width: 445px;
  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;
}
.catalog__card:hover {
  transform: translateY(-2px);
}
@media (max-width: 425px) {
  .catalog__card {
    padding: 15px;
  }
}
.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 {
  margin: 12px 20px 18px 20px;
  padding: 5px 8px;
  display: flex;
  flex-direction: column;
  background: #785AFF0D;
  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;
}
@media (max-width: 1100px) {
  .catalog__info__content {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 575px) {
  .catalog__card-info {
    gap: 19px;
  }
  .faq__content, .faq__container {
    width: 100% !important;
  }
  .faq__container {
    padding: 20px !important;
  }
}
.catalog__card-block {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 7px;
}
.catalog__card-text {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.catalog__card-text:nth-child(even) {
  font-weight: 700;
  color: #4F4F4F !important;
}
.catalog__card-description-bottom {
    font-size: 13px;
    font-weight: 300;
    color: #828282;
    padding: 10px 20px;
}
.catalog__card-button {
  background: #785AFF;
  font-size: 20px;
  color: #ffffff;
  max-height: 50px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  box-shadow: 0px 4px 11px 0px #FFF21833;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 13px;
  a {
    color: white !important;
    max-height: 16px;
  }
}
.center__center {
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
.catalog__card-links{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
  margin: 16px 20px;
}

.catalog__card-links a{
  color: #2C9AF4;
  text-align: center;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.catalog__card-star {
    display: flex;
    flex-direction: row;
    width: auto;
    justify-content: end;
    align-items: center;
    padding: 20px;
}
.catalog__info__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  row-gap: 15px;
  justify-items: center;
}
.catalog__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
  row-gap: 34px;
  justify-items: center;
}
@media (max-width: 991px) {
  .catalog__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .catalog__content {
    grid-template-columns: 1fr;
  }
  .faq__content {
    width: calc(100% - 14px) !important;
  }
  .catalog__info__content {
    grid-template-columns: 1fr 1fr !important;
  }
  .catalog__container {
    padding: 85px 15px 38px 15px !important;
  }
}
/*  */

.faq__container {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 30px 0px;
}
.faq__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
}
@media (max-width: 425px) {
  .faq__title {
    font-size: 14px;
    line-height: 19px;
  }
  .catalog__container {
    padding: 75px 15px 38px 15px !important;
  }
}
.faq__info {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #A0A0A0;
}
@media (max-width: 425px) {
  .faq__info {
    font-size: 14px;
    line-height: 19px;
  }
}

.footer {
  background-color: #FFF;
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer__content {
  position: relative;
  z-index: 1;
  padding: 30px 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  max-width: 1140px;
  border-radius: 10px;
  background: #785AFF0D;
}
@media (max-width: 700px) {
  .footer__content {
    align-items: center;
  }
}
.footer__content-block {
  max-width: 425px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.footer__text {
  color: #373737;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  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: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer__links a, .footer__links span {
  cursor: pointer;
  color: #373737;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: 400;
  /* text-underline-offset: 4px; */
}
.footer__container {
  padding: 0px !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.catalog__spoiler{
  display: flex;
  flex-direction: column;
  align-items: start;
}
.catalog-spoiler{
  color: #2C9AF4;
  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;
}
.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: 5px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 24.56px 32.74px -14.73px #95959540;
  transition: transform 0.3s;
  padding: 10px;
}
.info__card:hover {
  transform: translateY(-2px);
}
.info__card span {
  position: relative;
  color: #535353;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  padding: 8px 0px 4px 8px;;
  word-break: break-word;
  overflow-wrap: break-word;
}
.info__card span.title {
  color: #333333;
  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;
}
.faq {
  padding: 20px 0px 40px 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: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
}
.faq__title {
  min-width: 280px;
  width: auto;
  position: relative;
}
.faq__title p {
  color: #030303;
  text-align: start;
  font-size: 30px;
  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__block svg path {
  fill: #52BD95;
}
.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;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.faq__block-header svg {
  transition: 0.3s;
}
@media (max-width: 575px) {
  .faq__block-header {
    padding: 10px;
  }
  .catalog__info__content {
    grid-template-columns: 1fr !important;
  }
  .info__card {
    max-width: unset !important;
  }
}
.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;
}
@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;
}