@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, blockquote {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

picture {
  display: inline-block;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
  cursor: pointer;
}

@media only screen and (max-width: 1378px) {
  html,
  body {
    font-size: 1.1611030479vw;
  }
}
@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 3.5555555556vw;
  }
}
html {
  scroll-behavior: smooth;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif;
  margin: 0;
  line-height: 1;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  min-width: 0;
  min-height: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
}
body {
  background: radial-gradient(93.12% 50% at 50% 50%, #2E0449 0%, #180123 100%);
}
body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.webp) repeat-y center/contain;
}

@media only screen and (max-width: 768px) {
  body::before {
    background: url(../images/bg-mb.webp) repeat-y center/cover;
  }
}
.container {
  width: 100%;
  max-width: 1378px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 1378px) {
  .container {
    max-width: 86.125rem;
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}
#wrapper header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#wrapper footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.text {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.17;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
  margin-bottom: 30px;
}
.text > ul,
.text > ol,
.text > img,
.text > iframe,
.text > table,
.text > blockquote {
  margin-bottom: 30px;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
.text h1 {
  font-size: 50px;
}
.text h2 {
  font-size: 40px;
}
.text h3,
.text h4,
.text h5,
.text h6 {
  font-size: 35px;
}
.text a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text blockquote {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 74px 116px;
  background: #590781;
  -webkit-box-shadow: inset 0px 4px 8px #5D1282;
          box-shadow: inset 0px 4px 8px #5D1282;
}
.text blockquote::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 37px;
  width: 60px;
  height: 47px;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.text img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text .alignleft {
  float: left;
}
.text .alignright {
  float: right;
}
.text .aligncenter {
  margin: 0 auto;
}
.text strong {
  font-weight: 700;
}
.text iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.text ul li {
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.text ul li img {
  float: left;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-left: 0;
}
.text ul li ol li::after {
  display: none;
}
.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol {
  counter-reset: numOl;
}
.text ol li:has(> strong:first-child)::before {
  font-weight: 700;
}
.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol li ol {
  padding-left: 20px;
}
.text ol li ul {
  padding-left: 20px;
}
.text ol li ul li {
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.text ol li ul li::before {
  display: none;
}
.text .table-block {
  overflow: auto;
}
.text table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
}
.text table tr,
.text table td,
.text table th {
  border: 1px solid #fff;
}
.text table td,
.text table th {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  padding: 15px;
}

@media only screen and (max-width: 1378px) {
  .text {
    font-size: 1.875rem;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 1.875rem;
  }
  .text > ul,
  .text > ol,
  .text > img,
  .text > iframe,
  .text > table,
  .text > blockquote {
    margin-bottom: 1.875rem;
  }
  .text h1 {
    font-size: 3.125rem;
  }
  .text h2 {
    font-size: 2.5rem;
  }
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 2.1875rem;
  }
  .text blockquote {
    border-radius: 0.9375rem;
    font-size: 1.5rem;
    padding: 4.625rem 7.25rem;
    -webkit-box-shadow: inset 0rem 0.25rem 0.5rem #5D1282;
            box-shadow: inset 0rem 0.25rem 0.5rem #5D1282;
  }
  .text blockquote::before {
    top: 2.1875rem;
    left: 2.3125rem;
    width: 3.75rem;
    height: 2.9375rem;
  }
  .text ul li {
    padding-left: 1.25rem;
  }
  .text ul li::after {
    top: 0.875rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .text ol li ol {
    padding-left: 1.25rem;
  }
  .text ol li ul {
    padding-left: 1.25rem;
  }
  .text ol li ul li {
    padding-left: 1.25rem;
  }
  .text ol li ul li::after {
    top: 0.875rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .text table td,
  .text table th {
    padding: 0.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .text {
    line-height: 1.5;
    font-size: 1rem;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 1.25rem;
  }
  .text > ul,
  .text > ol,
  .text > img,
  .text > iframe,
  .text > table,
  .text > blockquote {
    margin-bottom: 1.25rem;
  }
  .text h1 {
    font-size: 1.875rem;
  }
  .text h2 {
    font-size: 1.5625rem;
  }
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 1.25rem;
  }
  .text blockquote {
    border-radius: 0.625rem;
    font-size: 1.125rem;
    padding: 3.125rem 1.25rem 1.875rem;
    -webkit-box-shadow: inset 0rem 0.25rem 0.5rem #5D1282;
            box-shadow: inset 0rem 0.25rem 0.5rem #5D1282;
  }
  .text blockquote::before {
    top: 0.625rem;
    left: 0.625rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .text .alignleft,
  .text .alignright,
  .text .aligncenter {
    float: none;
    margin: 0 auto;
  }
  .text ul li {
    padding-left: 0.625rem;
  }
  .text ul li::after {
    top: 0.625rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
  .text ol li ol {
    padding-left: 0.625rem;
  }
  .text ol li ul {
    padding-left: 0.625rem;
  }
  .text ol li ul li {
    padding-left: 0.625rem;
  }
  .text ol li ul li::after {
    top: 0.625rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
  .text table td,
  .text table th {
    padding: 0.625rem;
  }
}
.default-button {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.1818;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 158px;
  min-height: 41px;
  background: -webkit-gradient(linear, left top, left bottom, from(#01DB80), to(#029E5D));
  background: linear-gradient(180deg, #01DB80 0%, #029E5D 100%);
  -webkit-box-shadow: 0px 4px 0px #006C3F, inset 0px 7px 7px rgba(0, 198, 115, 0.5);
          box-shadow: 0px 4px 0px #006C3F, inset 0px 7px 7px rgba(0, 198, 115, 0.5);
  border-radius: 95px;
  padding: 5px 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.default-button.is-purple {
  background: -webkit-gradient(linear, left bottom, left top, from(#590781), to(#711F91));
  background: linear-gradient(0deg, #590781 0%, #711F91 100%);
  -webkit-box-shadow: 0px 4px 0px #4A0967, inset 0px 2px 4px #5D1282;
          box-shadow: 0px 4px 0px #4A0967, inset 0px 2px 4px #5D1282;
}
@media only screen and (min-width: 768px) {
  .default-button:hover {
    -webkit-box-shadow: 0px 0px 0px #006C3F, inset 0px 7px 7px rgba(0, 198, 115, 0.5);
            box-shadow: 0px 0px 0px #006C3F, inset 0px 7px 7px rgba(0, 198, 115, 0.5);
  }
  .default-button:hover.is-purple {
    -webkit-box-shadow: 0px 0px 0px #4A0967, inset 0px 2px 4px #5D1282;
            box-shadow: 0px 0px 0px #4A0967, inset 0px 2px 4px #5D1282;
  }
}

@media only screen and (max-width: 1378px) {
  .default-button {
    font-size: 1.375rem;
    min-width: 9.875rem;
    min-height: 2.5625rem;
    -webkit-box-shadow: 0rem 0.25rem 0rem #006C3F, inset 0rem 0.4375rem 0.4375rem rgba(0, 198, 115, 0.5);
            box-shadow: 0rem 0.25rem 0rem #006C3F, inset 0rem 0.4375rem 0.4375rem rgba(0, 198, 115, 0.5);
    border-radius: 5.9375rem;
    padding: 0.3125rem 1.5625rem;
  }
  .default-button.is-purple {
    -webkit-box-shadow: 0rem 0.25rem 0rem #4A0967, inset 0rem 0.125rem 0.25rem #5D1282;
            box-shadow: 0rem 0.25rem 0rem #4A0967, inset 0rem 0.125rem 0.25rem #5D1282;
  }
}
@media only screen and (max-width: 1378px) and (min-width: 768px) {
  .default-button:hover {
    -webkit-box-shadow: 0rem 0rem 0rem #006C3F, inset 0rem 0.4375rem 0.4375rem rgba(0, 198, 115, 0.5);
            box-shadow: 0rem 0rem 0rem #006C3F, inset 0rem 0.4375rem 0.4375rem rgba(0, 198, 115, 0.5);
  }
  .default-button:hover.is-purple {
    -webkit-box-shadow: 0rem 0rem 0rem #4A0967, inset 0rem 0.125rem 0.25rem #5D1282;
            box-shadow: 0rem 0rem 0rem #4A0967, inset 0rem 0.125rem 0.25rem #5D1282;
  }
}
@media only screen and (max-width: 768px) {
  .default-button {
    font-size: 0.9375rem;
    min-width: 6.875rem;
    min-height: 1.75rem;
    -webkit-box-shadow: 0rem 0.1875rem 0rem #006C3F, inset 0rem 0.25rem 0.25rem rgba(0, 198, 115, 0.5);
            box-shadow: 0rem 0.1875rem 0rem #006C3F, inset 0rem 0.25rem 0.25rem rgba(0, 198, 115, 0.5);
    border-radius: 4.0625rem;
    padding: 0.25rem 1.25rem;
  }
  .default-button.is-purple {
    -webkit-box-shadow: 0rem 0.1875rem 0rem #4A0967, inset 0rem 0.25rem 0.25rem #5D1282;
            box-shadow: 0rem 0.1875rem 0rem #4A0967, inset 0rem 0.25rem 0.25rem #5D1282;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(38, 42, 43, 0.8);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal.visible {
  opacity: 1;
  pointer-events: all;
}
.modal.visible .modal-dialog .modal-content {
  opacity: 1;
}
.modal.video-modal .modal-dialog .modal-content {
  background-color: #000;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-dialog.content {
  display: block;
}
.modal .modal-dialog.content .modal-content {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 1204px;
  min-height: 676px;
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
}
.modal .modal-dialog .modal-content .modal-close {
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 3;
  left: calc(100% + 12px);
  bottom: calc(100% - 5px);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-dialog .modal-content .modal-close::before, .modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-dialog .modal-video {
  width: 100%;
  height: 676px;
  border-radius: 12px;
  overflow: hidden;
}
.modal .modal-dialog .modal-video #modal-video-iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal-dialog .modal-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .modal .modal-dialog .modal-content .modal-close {
    left: auto;
    right: 0;
    bottom: calc(100% + 5px);
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    min-height: 250px;
  }
  .modal .modal-dialog .modal-video {
    height: 50.4541vw;
    min-height: 250px;
  }
}
.notification {
  position: fixed;
  z-index: 8;
  right: 30px;
  bottom: 30px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFE4C7;
  width: 100%;
  max-width: 450px;
  padding: 20px 20px 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #F7A41D;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.notification.show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.notification .notification-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.notification .notification-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.notification .notification-text {
  margin: 0 15px;
  font-weight: 700;
  color: #2C3E31;
  font-size: 14px;
  text-align: center;
}
.notification .notification-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.notification .notification-button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .notification {
    right: 50%;
    bottom: 10px;
    max-width: 280px;
    padding: 10px 15px 8px;
    border-bottom: 2px solid #F7A41D;
    -webkit-transform: translateX(50%) translateY(100%);
            transform: translateX(50%) translateY(100%);
  }
  .notification.show {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
  .notification .notification-icon {
    width: 15px;
    height: 15px;
  }
  .notification .notification-icon svg {
    width: 15px;
    height: 15px;
  }
  .notification .notification-text {
    width: 100%;
    max-width: 200px;
    margin: 0 5px;
    font-size: 12px;
  }
  .notification .notification-button {
    width: 15px;
    height: 15px;
  }
  .notification .notification-button svg {
    width: 15px;
    height: 15px;
  }
}
form[data-status=submitting] {
  position: relative;
  z-index: 4;
}
form[data-status=submitting]::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(50% - 3.125rem);
  left: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M20 0H0v20h20z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cmask id='c' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill='%232a3f58' d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16'/%3E%3Cpath fill='%23fff' d='M18 10h2A10 10 0 0 0 10 0v2a8 8 0 0 1 8 8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  will-change: transform;
}
form[data-status=submitting] .form-fields {
  opacity: 0.5;
  pointer-events: none;
}
form .hide-field {
  display: none !important;
}
form .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  direction: rtl;
}
form .input-field {
  width: 100%;
}
form .input-field input.wpcf7-form-control {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #001C30;
  outline: none;
  border-radius: 1.625rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: #001C30;
  text-align: center;
}
form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: #001C30;
}
form .input-field input.wpcf7-form-control::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: #001C30;
}
form .input-field input.wpcf7-form-control:-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: #001C30;
}
form .input-field input.wpcf7-form-control::-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: #001C30;
}
form .input-field input.wpcf7-form-control::placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: #001C30;
}
form .input-field input.wpcf7-form-control:-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: #001C30;
}
form .input-field input.wpcf7-form-control::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: #001C30;
}
form .input-field .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
form .checkbox-field {
  position: relative;
  z-index: 2;
  margin-top: 0.5rem;
}
form .checkbox-field .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
form .checkbox-field input[type=checkbox] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
form .checkbox-field input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' data-name='Компонент 5 – 1' viewBox='0 0 21 21'%3E%3Cg fill='none' stroke='%23001c30' data-name='Эллипс 1'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10'/%3E%3C/g%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23fff' data-name='Эллипс 2' transform='translate(2 2)'/%3E%3Cpath fill='none' stroke='%23001c30' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6.8 12.2 9 15.4l5.6-8.2' data-name='Контур 19'/%3E%3C/svg%3E");
}
form .checkbox-field .wpcf7-not-valid {
  border: none !important;
}
form .checkbox-field .wpcf7-not-valid .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' data-name='Компонент 5 – 1' viewBox='0 0 21 21'%3E%3Cg fill='none' stroke='red' data-name='Эллипс 1'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10'/%3E%3C/g%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23fff' data-name='Эллипс 2' transform='translate(2 2)'/%3E%3C/svg%3E");
}
form .checkbox-field .wpcf7-list-item-label {
  display: block;
  padding-right: 1.75rem;
  position: relative;
  font-weight: 400;
  line-height: 1.14;
  font-size: 0.875rem;
  color: #fff;
  text-align: right;
}
form .checkbox-field .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  right: 0px;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' data-name='Компонент 5 – 1' viewBox='0 0 21 21'%3E%3Cg fill='none' stroke='%23001c30' data-name='Эллипс 1'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10'/%3E%3C/g%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23fff' data-name='Эллипс 2' transform='translate(2 2)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
form .checkbox-field .wpcf7-list-item-label a {
  position: relative;
  z-index: 3;
  color: inherit;
  text-decoration: underline;
}
form .button-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.6875rem;
}
form .button-field button {
  width: 100%;
  height: 2.5rem;
  border-radius: 1.625rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 0.3125rem 3.125rem 0.3125rem 5.125rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #2A3F58;
  position: relative;
  z-index: 2;
}
form .button-field button span:not(.is-shape) {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form .button-field button span:not(.is-shape)::before, form .button-field button span:not(.is-shape)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0%;
  height: 0.0625rem;
  background-color: #2A3F58;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form .button-field button span:not(.is-shape)::before {
  top: 0.0625rem;
}
form .button-field button span:not(.is-shape)::after {
  bottom: 0.0625rem;
}
form .button-field button:hover span:not(.is-shape) {
  text-shadow: -0.08125rem 0 0 #2a3f58;
}
form .button-field button:hover span:not(.is-shape)::before, form .button-field button:hover span:not(.is-shape)::after {
  width: 100%;
}
form .button-field button:hover .is-shape::after {
  left: 0.625rem;
}
form .button-field button:hover .is-shape::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
form .button-field button .is-shape {
  width: 3.25rem;
  height: 1.6875rem;
  position: absolute;
  z-index: -1;
  top: 0.25rem;
  left: 0.25rem;
  overflow: hidden;
}
form .button-field button .is-shape::after {
  content: "";
  position: absolute;
  left: 0.8125rem;
  bottom: -0.0625rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(-136deg);
          transform: rotate(-136deg);
  background-color: #2A3F58;
  border-radius: 80% 0 55% 50%/55% 0 80% 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form .button-field button .is-shape::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.625rem;
  right: 0.5625rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #2A3F58;
  outline: 0.75rem solid #fff;
  -webkit-transform: translateX(calc(100% + 0.625rem));
          transform: translateX(calc(100% + 0.625rem));
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 768px) {
  form[data-status=submitting]::before {
    top: calc(50% - 3.125rem);
    width: 2.8125rem;
    height: 2.8125rem;
  }
  form .form-fields {
    grid-gap: 0.5rem;
  }
  form .input-field input.wpcf7-form-control {
    height: 2.5rem;
    border-radius: 1.625rem;
    font-size: 1.25rem;
  }
  form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 1.25rem;
  }
  form .input-field input.wpcf7-form-control:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  form .input-field input.wpcf7-form-control::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  form .input-field input.wpcf7-form-control::placeholder {
    font-size: 1.25rem;
  }
  form .input-field input.wpcf7-form-control:-moz-placeholder {
    font-size: 1.25rem;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 1.25rem;
  }
  form .checkbox-field {
    margin-top: 0.5rem;
  }
  form .checkbox-field .wpcf7-list-item-label {
    padding-right: 1.75rem;
    font-size: 0.875rem;
  }
  form .checkbox-field .wpcf7-list-item-label::before {
    top: 0.3125rem;
    width: 1.3125rem;
    height: 1.3125rem;
  }
  form .button-field {
    margin-top: 0.6875rem;
  }
  form .button-field button {
    height: 2.5rem;
    border-radius: 1.625rem;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    padding: 0.3125rem 3.125rem 0.3125rem 5.125rem;
    font-size: 1.25rem;
  }
  form .button-field button .is-shape {
    width: 3.25rem;
    height: 1.6875rem;
    top: 0.25rem;
    left: 0.25rem;
  }
  form .button-field button .is-shape::after {
    left: 0.8125rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  form .button-field button .is-shape::before {
    top: 0.625rem;
    right: 0.5625rem;
    width: 0.75rem;
    height: 0.75rem;
    outline: 0.75rem solid #fff;
    -webkit-transform: translateX(calc(100% + 0.625rem));
            transform: translateX(calc(100% + 0.625rem));
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
html:has(#wpadminbar) {
  margin-top: var(--wp-admin--admin-bar--height) !important;
}
html:has(#wpadminbar) .header__inner {
  top: var(--wp-admin--admin-bar--height);
}

html {
  scroll-padding-top: calc(4.5rem + 50px);
}

.page-template-home .header__back {
  display: none;
}

.header {
  position: relative;
  z-index: 10;
}
.header .header__inner {
  padding: 24px 0 32px;
}
.header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.header .header__logo {
  width: 87px;
  height: 62px;
}
.header .header__logo a,
.header .header__logo img {
  width: 100%;
  height: 100%;
}
.header .header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__back {
  margin-top: auto;
  margin-right: auto;
}
.header .header__back a {
  font-weight: 300;
  line-height: 1.25;
  font-size: 20px;
  text-decoration-line: underline;
  color: #F2D7FF;
}
.header .header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .header__lang {
  background: #222222;
  border: 2px solid #4E4E4E;
  border-radius: 30px;
  padding: 5px 6px;
  position: relative;
  z-index: 2;
  min-width: 68px;
  cursor: pointer;
}
.header .header__lang.is-open .header__lang-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.header .header__lang-placeholder {
  font-weight: 300;
  line-height: 1.25;
  font-size: 16px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.header .header__lang-placeholder::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none' viewBox='0 0 23 23'%3E%3Cpath fill='%23fff' d='M20.46 16.806a11 11 0 0 0 1.623-5.764 11 11 0 0 0-1.624-5.765l-.006-.01a11.04 11.04 0 0 0-18.823 0l-.006.01a11.05 11.05 0 0 0 0 11.529l.006.01a11.042 11.042 0 0 0 18.823 0zm-8.007 3.384c-.21.203-.453.37-.717.496a1.62 1.62 0 0 1-1.389 0 3.4 3.4 0 0 1-1.253-1.103 9.9 9.9 0 0 1-1.426-3.094 53.94 53.94 0 0 1 6.746 0 12.5 12.5 0 0 1-.604 1.666 6.4 6.4 0 0 1-1.357 2.035m-11.19-8.528h4.453c.029 1.242.163 2.48.402 3.7a56 56 0 0 0-3.643.442 9.7 9.7 0 0 1-1.213-4.142m1.212-5.383a55 55 0 0 0 3.645.442 22 22 0 0 0-.404 3.7H1.262A9.7 9.7 0 0 1 2.475 6.28M9.63 1.892c.21-.203.453-.37.717-.495a1.62 1.62 0 0 1 1.389 0A3.4 3.4 0 0 1 12.988 2.5a9.9 9.9 0 0 1 1.427 3.095q-1.686.104-3.374.105-1.687 0-3.373-.105.243-.855.605-1.666c.317-.76.778-1.45 1.357-2.036m11.19 8.53h-4.453a22 22 0 0 0-.403-3.701 56 56 0 0 0 3.643-.442 9.7 9.7 0 0 1 1.214 4.142M7.367 15.265a20.5 20.5 0 0 1-.41-3.604h8.17a20.5 20.5 0 0 1-.408 3.604 54.984 54.984 0 0 0-7.351 0m7.35-8.449c.243 1.187.38 2.393.41 3.604h-8.17c.03-1.211.167-2.417.41-3.604q1.835.12 3.675.123 1.839 0 3.676-.123m1.65 4.845h4.455a9.7 9.7 0 0 1-1.214 4.142 55 55 0 0 0-3.644-.442c.24-1.22.375-2.458.404-3.7m2.498-6.525q-1.588.23-3.186.363a14 14 0 0 0-.738-2.083 8.8 8.8 0 0 0-1.027-1.748 9.8 9.8 0 0 1 4.95 3.468M4.11 4.111A9.8 9.8 0 0 1 8.17 1.67l-.07.09A11.3 11.3 0 0 0 6.407 5.5a56 56 0 0 1-3.188-.363q.411-.544.892-1.026M3.22 16.945a54 54 0 0 1 3.185-.362q.289 1.07.739 2.083c.274.62.618 1.207 1.027 1.748a9.8 9.8 0 0 1-4.95-3.469m14.753 1.027a9.8 9.8 0 0 1-4.059 2.442q.037-.044.07-.09a11.3 11.3 0 0 0 1.693-3.741 56 56 0 0 1 3.188.363 10 10 0 0 1-.892 1.026'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .header__lang-wrapper {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #222222;
  border: 2px solid #4E4E4E;
  border-radius: 10px;
  overflow: hidden;
  max-height: 110px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .header__lang-list {
  max-height: 110px;
  overflow: auto;
}
.header .header__lang-list .header__lang-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__lang-list .header__lang-item a {
  width: 100%;
  font-weight: 300;
  line-height: 1.25;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) {
  .header .header__lang-list .header__lang-item:hover a {
    background-color: #4E4E4E;
  }
}
.header .header__lang-list .simplebar-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  right: 2px;
  height: calc(100% - 15px);
  overflow: visible;
}
.header .header__lang-list .simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 2px;
  opacity: 1;
}

@media only screen and (max-width: 1378px) {
  .header .header__inner {
    padding: 1.5rem 0 2rem;
  }
  .header .header__wrapper {
    gap: 1.25rem;
  }
  .header .header__logo {
    width: 5.4375rem;
    height: 3.875rem;
  }
  .header .header__back a {
    font-size: 1.25rem;
  }
  .header .header__action {
    gap: 1.25rem;
  }
  .header .header__lang {
    border: 0.125rem solid #4E4E4E;
    border-radius: 1.875rem;
    padding: 0.3125rem 0.375rem;
    min-width: 4.25rem;
  }
  .header .header__lang-placeholder {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .header .header__lang-placeholder::before {
    width: 1.4375rem;
    height: 1.4375rem;
  }
  .header .header__lang-wrapper {
    top: calc(100% + 0.3125rem);
    border: 0.125rem solid #4E4E4E;
    border-radius: 0.625rem;
    max-height: 6.875rem;
  }
  .header .header__lang-list {
    max-height: 6.875rem;
  }
  .header .header__lang-list .header__lang-item a {
    font-size: 1rem;
    padding: 0.3125rem 0.375rem;
  }
  .header .header__lang-list .simplebar-vertical {
    width: 0.125rem;
    right: 0.125rem;
    height: calc(100% - 0.9375rem);
  }
}
@media only screen and (max-width: 768px) {
  .header .header__inner {
    padding: 1.125rem 0;
  }
  .header .header__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.625rem;
  }
  .header .header__logo {
    width: 3.8125rem;
    height: 2.6875rem;
  }
  .header .header__back {
    display: none;
  }
  .header .header__action {
    gap: 0.625rem;
  }
  .header .header__lang {
    border: 0.0625rem solid #4E4E4E;
    border-radius: 1.5625rem;
    padding: 0.25rem 0.3125rem;
    min-width: 3.3125rem;
  }
  .header .header__lang-placeholder {
    font-size: 0.875rem;
    gap: 0.375rem;
  }
  .header .header__lang-placeholder::before {
    width: 1.125rem;
    height: 1.125rem;
  }
  .header .header__lang-wrapper {
    top: calc(100% + 0.3125rem);
    border: 0.0625rem solid #4E4E4E;
    border-radius: 0.5rem;
    max-height: 6.875rem;
  }
  .header .header__lang-list {
    max-height: 6.875rem;
  }
  .header .header__lang-list .header__lang-item a {
    font-size: 0.875rem;
    padding: 0.25rem 0.3125rem;
  }
  .header .header__lang-list .simplebar-vertical {
    width: 0.0625rem;
    right: 0.0625rem;
    height: calc(100% - 0.9375rem);
  }
  .header .header__lang-list .simplebar-vertical .simplebar-scrollbar:before {
    border-radius: 0.125rem;
  }
}
.footer {
  margin-top: 65px;
}
.footer .footer__inner {
  padding-bottom: 90px;
}
.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  margin-bottom: 70px;
}
.footer .footer__social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__social li a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #590781;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  will-change: transform;
}
.footer .footer__social li img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .footer .footer__social li:hover a {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer .footer__logo {
  width: 166px;
  height: 138px;
  margin: 0 auto 75px;
}
.footer .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.footer .footer__warning .footer__warning-content {
  width: 100%;
  max-width: 680px;
}
.footer .footer__warning .footer__warning-wrapper {
  width: 100%;
  max-width: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer .footer__warning .footer__warning-subtitle {
  font-weight: 400;
  line-height: 1.28;
  font-size: 25px;
  color: #01DB80;
}
.footer .footer__warning .footer__warning-text {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.27;
  font-size: 22px;
  color: #FFFFFF;
}
.footer .footer__warning .footer__warning-button {
  width: 100%;
}
.footer .footer__warning .footer__warning-button .default-button {
  width: 100%;
  min-width: 100%;
  min-height: 64px;
  font-weight: 600;
  font-size: 32px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.footer .footer__warning .footer__warning-icon {
  width: 78px;
  height: 78px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer .footer__warning .footer__warning-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.footer .footer__navigation .footer__navigation-text {
  width: 635px;
  font-weight: 200;
  line-height: 1.33;
  font-size: 18px;
  color: #B0B0B0;
}
.footer .footer__navigation .footer__navigation-text p {
  margin-bottom: 25px;
}
.footer .footer__navigation .footer__navigation-text p:last-child {
  margin-bottom: 0;
}
.footer .footer__navigation .footer__navigation-list {
  width: 527px;
}
.footer .footer__navigation .footer__navigation-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.footer .footer__navigation .footer__navigation-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__navigation .footer__navigation-list ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  text-decoration-line: underline;
  color: #B0B0B0;
}
.footer .footer__info .footer__info-text {
  font-weight: 200;
  line-height: 1.27;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #B0B0B0;
  margin-bottom: 30px;
}
.footer .footer__info .footer__info-rights {
  font-weight: 200;
  line-height: 1.27;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #B0B0B0;
}

@media only screen and (max-width: 1378px) {
  .footer {
    margin-top: 4.0625rem;
  }
  .footer .footer__inner {
    padding-bottom: 5.625rem;
  }
  .footer .footer__social {
    gap: 1.75rem;
    margin-bottom: 4.375rem;
  }
  .footer .footer__social li a {
    width: 3.75rem;
    height: 3.75rem;
  }
  .footer .footer__social li img {
    width: 2.375rem;
    height: 2.375rem;
  }
  .footer .footer__logo {
    width: 10.375rem;
    height: 8.625rem;
    margin: 0 auto 4.6875rem;
  }
  .footer .footer__warning {
    gap: 0.625rem;
    margin-bottom: 5rem;
  }
  .footer .footer__warning .footer__warning-content {
    max-width: 42.5rem;
  }
  .footer .footer__warning .footer__warning-wrapper {
    max-width: 38.4375rem;
    gap: 1.875rem;
  }
  .footer .footer__warning .footer__warning-subtitle {
    font-size: 1.5625rem;
  }
  .footer .footer__warning .footer__warning-text {
    margin-top: 0.625rem;
    font-size: 1.375rem;
  }
  .footer .footer__warning .footer__warning-button .default-button {
    min-height: 4rem;
    font-size: 2rem;
    text-shadow: 0.125rem 0.125rem 0rem rgba(0, 0, 0, 0.25);
  }
  .footer .footer__warning .footer__warning-icon {
    width: 4.875rem;
    height: 4.875rem;
  }
  .footer .footer__navigation {
    gap: 1.875rem;
    margin-bottom: 2.5rem;
  }
  .footer .footer__navigation .footer__navigation-text {
    width: 39.6875rem;
    font-size: 1.125rem;
  }
  .footer .footer__navigation .footer__navigation-text p {
    margin-bottom: 1.5625rem;
  }
  .footer .footer__navigation .footer__navigation-list {
    width: 32.9375rem;
  }
  .footer .footer__navigation .footer__navigation-list ul {
    grid-gap: 0.9375rem;
  }
  .footer .footer__navigation .footer__navigation-list ul li a {
    font-size: 1.25rem;
  }
  .footer .footer__info .footer__info-text {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .footer .footer__info .footer__info-rights {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 1.5625rem;
  }
  .footer .footer__inner {
    padding-bottom: 1.5625rem;
  }
  .footer .footer__social {
    gap: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .footer .footer__social li a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .footer .footer__social li img {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .footer .footer__logo {
    width: 5.3125rem;
    height: 4.375rem;
    margin: 0 auto 1.25rem;
  }
  .footer .footer__warning {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.25rem;
    margin-bottom: 1.5625rem;
  }
  .footer .footer__warning .footer__warning-content {
    max-width: 100%;
    text-align: center;
  }
  .footer .footer__warning .footer__warning-content br {
    display: none;
  }
  .footer .footer__warning .footer__warning-wrapper {
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .footer .footer__warning .footer__warning-subtitle {
    font-size: 1rem;
  }
  .footer .footer__warning .footer__warning-text {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
  }
  .footer .footer__warning .footer__warning-button .default-button {
    min-height: 3.4375rem;
    font-size: 1.6875rem;
    text-shadow: 0.125rem 0.125rem 0px rgba(0, 0, 0, 0.25);
  }
  .footer .footer__warning .footer__warning-icon {
    width: 4.1875rem;
    height: 4.1875rem;
    margin: 0 auto;
  }
  .footer .footer__navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .footer .footer__navigation .footer__navigation-text {
    width: 100%;
    font-size: 0.875rem;
    text-align: center;
  }
  .footer .footer__navigation .footer__navigation-text br {
    display: none;
  }
  .footer .footer__navigation .footer__navigation-text p {
    margin-bottom: 1.25rem;
  }
  .footer .footer__navigation .footer__navigation-list {
    width: 100%;
  }
  .footer .footer__navigation .footer__navigation-list ul {
    grid-gap: 0.9375rem;
  }
  .footer .footer__navigation .footer__navigation-list ul li a {
    font-size: 0.9375rem;
  }
  .footer .footer__info .footer__info-text {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .footer .footer__info .footer__info-rights {
    font-size: 0.875rem;
  }
}
.banner {
  margin-bottom: 30px;
}
.banner .banner__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#480753), to(#8E1195));
  background: linear-gradient(360deg, #480753 0%, #8E1195 100%);
  border-radius: 24px;
  position: relative;
  z-index: 2;
  padding: 50px;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.banner .banner__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner__title {
  width: 580px;
  font-weight: 600;
  line-height: 1.37;
  font-size: 47px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 3px 0px rgba(42, 0, 75, 0.7), 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.banner .banner__title strong {
  line-height: 0.94;
  font-size: 99px;
}
.banner .banner__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 703px;
  height: 330px;
}
.banner .banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1378px) {
  .banner {
    margin-bottom: 1.875rem;
  }
  .banner .banner__wrapper {
    border-radius: 1.5rem;
    padding: 3.125rem;
    min-height: 20.625rem;
  }
  .banner .banner__title {
    width: 36.25rem;
    font-size: 2.9375rem;
    text-shadow: 0rem 0.1875rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  }
  .banner .banner__title strong {
    font-size: 6.1875rem;
  }
  .banner .banner__image {
    width: 43.9375rem;
    height: 20.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    margin-bottom: 1.5625rem;
  }
  .banner .banner__wrapper {
    border-radius: 1rem;
    padding: 0.9375rem;
    min-height: 8.125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner .banner__title {
    width: 12.1875rem;
    font-size: 1.0625rem;
    text-shadow: 0rem 0.09375rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.09375rem 0.1875rem rgba(0, 0, 0, 0.3);
  }
  .banner .banner__title strong {
    font-size: 2.375rem;
  }
  .banner .banner__image {
    width: 15.5rem;
    height: 8.0625rem;
  }
}
.section-posts .section-posts__title {
  font-weight: 900;
  line-height: 1.96;
  font-size: 40px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 3.6px 0px rgba(42, 0, 75, 0.7), 0px 2.4px 4.8px rgba(0, 0, 0, 0.3);
  margin-bottom: 32px;
}
.section-posts .section-posts__navigation {
  margin: 0 auto 40px;
  padding-right: 45px;
  padding-left: 45px;
  position: relative;
  z-index: 2;
}
.section-posts .section-posts__navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-posts .section-posts__navigation .swiper {
  position: static;
}
.section-posts .section-posts__navigation .swiper-slide {
  width: auto;
}
.section-posts .section-posts__navigation .swiper-button-next,
.section-posts .section-posts__navigation .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  opacity: 1;
  width: 14px;
  height: 25px;
}
.section-posts .section-posts__navigation .swiper-button-next svg,
.section-posts .section-posts__navigation .swiper-button-prev svg {
  display: none;
}
.section-posts .section-posts__navigation .swiper-button-next::before,
.section-posts .section-posts__navigation .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-posts .section-posts__navigation .swiper-button-next {
  right: 0;
  left: auto;
}
.section-posts .section-posts__navigation .swiper-button-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='25' fill='none' viewBox='0 0 14 25'%3E%3Cpath fill='%23fff' d='M1.754 25a1.6 1.6 0 0 1-1.145-.482 1.66 1.66 0 0 1 0-2.325l9.48-9.625-9.615-9.76A1.66 1.66 0 0 1 1 .124a1.6 1.6 0 0 1 1.765.357l10.76 10.924a1.66 1.66 0 0 1 0 2.325L2.9 24.519A1.6 1.6 0 0 1 1.754 25'/%3E%3C/svg%3E");
}
.section-posts .section-posts__navigation .swiper-button-prev {
  left: 0;
  right: auto;
}
.section-posts .section-posts__navigation .swiper-button-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='25' fill='none' viewBox='0 0 14 25'%3E%3Cpath fill='%23fff' d='M1.754 25a1.6 1.6 0 0 1-1.145-.482 1.66 1.66 0 0 1 0-2.325l9.48-9.625-9.615-9.76A1.66 1.66 0 0 1 1 .124a1.6 1.6 0 0 1 1.765.357l10.76 10.924a1.66 1.66 0 0 1 0 2.325L2.9 24.519A1.6 1.6 0 0 1 1.754 25'/%3E%3C/svg%3E");
}
.section-posts .section-posts__navigation button {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.14;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 108px;
  min-height: 46px;
  padding: 5px 15px;
  border-radius: 37px;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-posts .section-posts__navigation button.is-current {
  text-shadow: 0.8px 0px 0 rgb(255, 255, 255);
  background: #130318;
  border-color: #F1D5FF;
  -webkit-box-shadow: inset 0px 3px 6px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px 3px 6px rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 768px) {
  .section-posts .section-posts__navigation button:hover {
    text-shadow: 0.8px 0px 0 rgb(255, 255, 255);
    background: #130318;
    border-color: #F1D5FF;
    -webkit-box-shadow: inset 0px 3px 6px rgba(255, 255, 255, 0.25);
            box-shadow: inset 0px 3px 6px rgba(255, 255, 255, 0.25);
  }
}
.section-posts .section-posts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section-posts .section-posts__list.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.section-posts .section-posts__list .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  will-change: transform;
}
.section-posts .section-posts__list .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 30px);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .section-posts .section-posts__list .item:hover {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
.section-posts .section-posts__list .item-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-posts .section-posts__list .item-image {
  padding: 0 55px;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-posts .section-posts__list .item-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 30px);
  -webkit-box-shadow: inset 0px 4px 8px #5D1282;
          box-shadow: inset 0px 4px 8px #5D1282;
  background-color: #590781;
  border-radius: 24px 24px 0px 0px;
}
.section-posts .section-posts__list .item-image img {
  width: 100%;
  height: 240px;
  border-radius: 30px 30px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-posts .section-posts__list .item-content {
  background: rgba(71, 3, 105, 0.5);
  border-radius: 0px 0px 20px 20px;
  padding: 18px 55px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-posts .section-posts__list .item-title {
  font-weight: 600;
  line-height: 1.14;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.section-posts .section-posts__list .item-text {
  font-weight: 300;
  line-height: 1.14;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.section-posts .section-posts__list .item-date {
  margin-top: auto;
  font-weight: 600;
  line-height: 1.14;
  font-size: 28px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1378px) {
  .section-posts .section-posts__title {
    font-size: 2.5rem;
    text-shadow: 0rem 0.225rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.15rem 0.3rem rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
  }
  .section-posts .section-posts__navigation {
    margin: 0 auto 2.5rem;
    padding-right: 2.8125rem;
    padding-left: 2.8125rem;
  }
  .section-posts .section-posts__navigation .swiper-button-next,
  .section-posts .section-posts__navigation .swiper-button-prev {
    width: 0.875rem;
    height: 1.5625rem;
  }
  .section-posts .section-posts__navigation button {
    font-size: 1.3125rem;
    min-width: 6.75rem;
    min-height: 2.875rem;
    padding: 0.3125rem 0.9375rem;
    border-radius: 2.3125rem;
    border: 0.1875rem solid transparent;
  }
  .section-posts .section-posts__navigation button.is-current {
    text-shadow: 0.05rem 0rem 0 rgb(255, 255, 255);
    -webkit-box-shadow: inset 0rem 0.1875rem 0.375rem rgba(255, 255, 255, 0.25);
            box-shadow: inset 0rem 0.1875rem 0.375rem rgba(255, 255, 255, 0.25);
  }
}
@media only screen and (max-width: 1378px) and (min-width: 768px) {
  .section-posts .section-posts__navigation button:hover {
    text-shadow: 0.05rem 0rem 0 rgb(255, 255, 255);
    -webkit-box-shadow: inset 0rem 0.1875rem 0.375rem rgba(255, 255, 255, 0.25);
            box-shadow: inset 0rem 0.1875rem 0.375rem rgba(255, 255, 255, 0.25);
  }
}
@media only screen and (max-width: 1378px) {
  .section-posts .section-posts__list {
    grid-gap: 1.5625rem;
  }
  .section-posts .section-posts__list .item::before {
    height: calc(100% - 1.875rem);
    -webkit-box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
            box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
    border-radius: 1.25rem;
  }
  .section-posts .section-posts__list .item-image {
    padding: 0 3.4375rem;
  }
  .section-posts .section-posts__list .item-image::before {
    height: calc(100% - 1.875rem);
    -webkit-box-shadow: inset 0rem 0.25rem 0.5rem #5D1282;
            box-shadow: inset 0rem 0.25rem 0.5rem #5D1282;
    border-radius: 1.5rem 1.5rem 0rem 0rem;
  }
  .section-posts .section-posts__list .item-image img {
    height: 15rem;
    border-radius: 1.875rem 1.875rem 0 0;
  }
  .section-posts .section-posts__list .item-content {
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    padding: 1.125rem 3.4375rem;
  }
  .section-posts .section-posts__list .item-title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .section-posts .section-posts__list .item-text {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .section-posts .section-posts__list .item-date {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-posts .section-posts__title {
    font-size: 1.875rem;
    text-shadow: 0rem 0.1875rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
    margin-bottom: 0.9375rem;
  }
  .section-posts .section-posts__navigation {
    margin: 0 auto 1.5625rem;
    padding-right: 0;
    padding-left: 0;
  }
  .section-posts .section-posts__navigation .swiper-button-next,
  .section-posts .section-posts__navigation .swiper-button-prev {
    display: none;
  }
  .section-posts .section-posts__navigation button {
    font-size: 1rem;
    min-width: 6.25rem;
    min-height: 2.3125rem;
    padding: 0.3125rem 0.625rem;
    border-radius: 2.1875rem;
    border: 0.125rem solid transparent;
  }
  .section-posts .section-posts__navigation button.is-current {
    text-shadow: 0.05rem 0rem 0 rgb(255, 255, 255);
    -webkit-box-shadow: inset 0rem 0.1875rem 0.375rem rgba(255, 255, 255, 0.25);
            box-shadow: inset 0rem 0.1875rem 0.375rem rgba(255, 255, 255, 0.25);
  }
  .section-posts .section-posts__list {
    -ms-grid-columns: 1fr 0.625rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.625rem;
  }
  .section-posts .section-posts__list .item::before {
    height: calc(100% - 0.9375rem);
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.25);
            box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.25);
    border-radius: 0.625rem;
  }
  .section-posts .section-posts__list .item-image {
    padding: 0 1.5625rem;
  }
  .section-posts .section-posts__list .item-image::before {
    height: calc(100% - 0.9375rem);
    -webkit-box-shadow: inset 0rem 0.125rem 0.25rem #5D1282;
            box-shadow: inset 0rem 0.125rem 0.25rem #5D1282;
    border-radius: 0.625rem 0.625rem 0rem 0rem;
  }
  .section-posts .section-posts__list .item-image img {
    height: 6.875rem;
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
  .section-posts .section-posts__list .item-content {
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 0.625rem 1.25rem;
  }
  .section-posts .section-posts__list .item-title {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
  .section-posts .section-posts__list .item-text {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
  .section-posts .section-posts__list .item-date {
    font-size: 0.875rem;
  }
}
.section-content.section-content--author {
  margin-bottom: 80px;
}
.section-content.section-content--author .section-content__autor-name a {
  pointer-events: none;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.56;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0px 3.6px 0px rgba(42, 0, 75, 0.7), 0px 2.4px 4.8px rgba(0, 0, 0, 0.3);
}
.section-content .section-content__inner {
  padding-top: 60px;
}
.section-content .section-content__back {
  display: none;
}
.section-content .section-content__top {
  margin-bottom: 60px;
}
.section-content .section-content__title {
  font-weight: 900;
  line-height: 1.88;
  font-size: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4.32px 0px rgba(42, 0, 75, 0.7), 0px 2.88px 5.76px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.section-content .section-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section-content .section-content__autor-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.section-content .section-content__autor-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-content .section-content__autor-name {
  margin-bottom: 10px;
}
.section-content .section-content__autor-name a {
  font-weight: 500;
  line-height: 1.14;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #FFFFFF;
  text-shadow: 0px 4.32px 0px rgba(42, 0, 75, 0.7), 0px 2.88px 5.76px rgba(0, 0, 0, 0.3);
}
.section-content .section-content__date {
  font-weight: 300;
  line-height: 1.23;
  font-size: 20px;
  color: #F2D7FF;
}
@media only screen and (max-width: 1378px) {
  .section-content.section-content--author {
    margin-bottom: 5rem;
  }
  .section-content.section-content--author .section-content__autor-name a {
    font-size: 3.125rem;
    text-shadow: 0rem 0.225rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.15rem 0.3rem rgba(0, 0, 0, 0.3);
  }
  .section-content .section-content__inner {
    padding-top: 3.75rem;
  }
  .section-content .section-content__top {
    margin-bottom: 3.75rem;
  }
  .section-content .section-content__title {
    font-size: 3.125rem;
    text-shadow: 0rem 0.27rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.18rem 0.36rem rgba(0, 0, 0, 0.3);
    margin-bottom: 2.5rem;
  }
  .section-content .section-content__info {
    gap: 0.625rem;
  }
  .section-content .section-content__autor-image {
    width: 4.375rem;
    height: 4.375rem;
  }
  .section-content .section-content__autor-name {
    margin-bottom: 0.625rem;
  }
  .section-content .section-content__autor-name a {
    font-size: 1.875rem;
    text-shadow: 0rem 0.27rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.18rem 0.36rem rgba(0, 0, 0, 0.3);
  }
  .section-content .section-content__date {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-content.section-content--author {
    margin-bottom: 1.875rem;
  }
  .section-content.section-content--author .section-content__autor-name a {
    font-size: 1.875rem;
    text-shadow: 0rem 0.1875rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  }
  .section-content .section-content__inner {
    padding-top: 1.875rem;
  }
  .section-content .section-content__back {
    display: block;
    margin-bottom: 1.25rem;
  }
  .section-content .section-content__back a {
    font-weight: 300;
    line-height: 1.25;
    font-size: 0.875rem;
    text-decoration-line: underline;
    color: #F2D7FF;
  }
  .section-content .section-content__top {
    margin-bottom: 1.875rem;
  }
  .section-content .section-content__title {
    line-height: 1.3;
    font-size: 1.875rem;
    text-shadow: 0rem 0.1875rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
    margin-bottom: 1.25rem;
  }
  .section-content .section-content__info {
    gap: 0.625rem;
  }
  .section-content .section-content__autor-image {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .section-content .section-content__autor-name {
    margin-bottom: 0.3125rem;
  }
  .section-content .section-content__autor-name a {
    font-size: 1rem;
    text-shadow: 0rem 0.1875rem 0rem rgba(42, 0, 75, 0.7), 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  }
  .section-content .section-content__date {
    font-size: 0.875rem;
  }
}