@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.theme-violet {
  --color-primary: #050507;
  --color-primary-dark: #38384f;
  --color-primary-shadow: #41415e;
  --color-primary-midnight: #2f2f46;
  --color-primary-smocky: #1a1a27;
  --color-primary-volcano: #151520;
  --color-secondary: #8267da;
  --color-secondary-jusy: #7e41ff;
  --color-secondary-jusy-2: #7f60e4;
  --color-secondary-dark: #ad95fb;
  --color-secondary-dark-2: #b592ff;
  --color-accent: #ffc107;
  --color-light: #e7e7f6;
  --color-light-bold: #c5b8ef;
  --color-light-medium: #f7f8f8;
  --color-light-secondary: #f7f5ff;
  --color-light-slim: #e2dcf7;
  --color-light-bride: #eeeafa;
}
@font-face {
  src: url(../fonts/Neue-montreal/NeueMontreal-Light.html) format("opentype");
  font-family: "Neue Montreal", sans-serif;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Neue-montreal/NeueMontreal-Regular.html) format("opentype");
  font-family: "Neue Montreal", sans-serif;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Neue-montreal/NeueMontreal-Medium.html) format("opentype");
  font-family: "Neue Montreal", sans-serif;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Neue-montreal/NeueMontreal-Bold.html) format("opentype");
  font-family: "Neue Montreal", sans-serif;
  font-weight: 700;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  overflow-x: hidden;
  font-family: "Neue Montreal", sans-serif;
}
section {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  section {
    padding-left: 13px;
    padding-right: 13px;
  }
}
a {
  color: var(--color-secondary);
}
a:hover {
  color: var(--color-secondary-jusy);
}
.colored-text {
  color: var(--color-accent);
}
.colored-text--secondary {
  color: var(--color-secondary);
}
.colored-text--grey-gradient {
  background: -o-linear-gradient(
    347deg,
    rgba(255, 255, 255, 0.6) 0,
    #fff 50%,
    rgba(255, 255, 255, 0.6) 100%
  );
  background: linear-gradient(
    103deg,
    rgba(255, 255, 255, 0.6) 0,
    #fff 50%,
    rgba(255, 255, 255, 0.6) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-bright {
  background-color: var(--color-light-slim);
}
.bg-bright-bold {
  background-color: var(--color-light-bold);
}
.bg-bright-medium {
  background-color: var(--color-light-medium);
}
.bg-dark-primary {
  background-color: var(--color-primary-dark);
}
.bg-dark-secondary {
  background-color: var(--color-secondary);
}
.bg-accent {
  background-color: var(--color-accent);
}
.bg-linear-gradient {
  background: var(--color-primary-midnight);
}
.radius--40 {
  border-radius: 40px;
}
.radius--32 {
  border-radius: 32px;
}
.radius--16 {
  border-radius: 16px;
}
.subtitle {
  font-size: 18px;
  line-height: 140%;
  color: #adb0c8;
}
.mb-136 {
  margin-bottom: 136px;
}
@media (max-width: 991px) {
  .mb-136 {
    margin-bottom: 96px;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .mb-64 {
    margin-bottom: 56px;
  }
}
.p-8 {
  padding: 6px;
}
@media (min-width: 768px) {
  .p-8 {
    padding: 8px;
  }
}
.p-32-24 {
  padding: 32px 24px;
}
.list-circle {
  margin: 0;
  padding: 0;
}
.list-circle li {
  list-style: none;
  padding: 0 0 0 14px;
  margin: 0 0 4px 0;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b32;
}
.list-circle li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary-dark);
}
.ol-numbered-list {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}
.ol-numbered-list li {
  padding-top: 16px;
  font-size: 16px;
  color: rgba(26, 26, 51, 0.4);
}
.ol-numbered-list li:not(:last-of-type) {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ol-numbered-list li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  color: var(--color-secondary);
  font-size: 12px;
  line-height: 110%;
  border: 1px solid rgba(26, 27, 50, 0.4);
  border-radius: 50%;
  height: 18px;
  width: 18px;
  margin-right: 8px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pages__caption h2 {
  font-size: 72px;
  line-height: 110%;
}
@media (max-width: 767px) {
  .pages__caption h2 {
    font-size: 40px;
  }
}
.load-more-hidden > .writer-item:nth-of-type(n + 6) {
  display: none;
}
@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.pseudo-section {
  background: url(../../img/default/why-us/pseudo.png) top center no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 98px 0 0;
  margin-top: 96px;
}
@media (min-width: 992px) {
  .pseudo-section {
    margin-top: 158px;
  }
}
@media (max-width: 767px) {
  .pseudo-section {
    padding: 56px 0 0;
    background-size: 100% 400px;
  }
}
.pseudo-section:before {
  content: "";
  height: 400px;
  width: 400px;
  position: absolute;
  top: -130px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  left: calc(50% - 400px);
  opacity: 0.4;
  background: -o-radial-gradient(
    50% 50%,
    70.71% 70.71%,
    #7877c6 0,
    rgba(0, 0, 0, 0) 70%
  );
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #7877c6 0,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: -1;
}
.pseudo-section:after {
  content: "";
  height: 730px;
  width: 870px;
  position: absolute;
  top: -294px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  left: calc(50% - 870px);
  background: url(../../img/default/why-us/pseudo-before.svg) top center
    no-repeat;
  z-index: -1;
}
.pseudo-section .badge-item {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .home .pseudo-section {
    margin-top: 256px;
  }
}
@media (min-width: 768px) {
  .topic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 18px;
  }
}
@media (min-width: 768px) {
  .topic-list li {
    width: 48%;
  }
}
.show_all-links {
  border-radius: 16px;
  font-size: 18px;
  color: #e7e7f6;
  border: 1px solid rgba(231, 231, 246, 0.4);
  background: 0 0;
  padding: 5px 15px;
  margin: 0 auto;
  display: block;
}
.link-hidden {
  display: none;
}
.btn {
  border-radius: 16px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  -webkit-box-shadow: 0 8px 20px 0 rgba(8, 5, 14, 0.08);
  box-shadow: 0 8px 20px 0 rgba(8, 5, 14, 0.08);
}
.btn:hover {
  opacity: 0.9;
}
.btn--secondary {
  min-height: 60px;
  min-width: 200px;
  color: var(--color-light);
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(0, 0, 0, 0))
    ),
    var(--color-secondary-jusy-2);
  background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0.2),
      rgba(0, 0, 0, 0)
    ),
    var(--color-secondary-jusy-2);
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2),
      rgba(0, 0, 0, 0)
    ),
    var(--color-secondary-jusy-2);
  border-color: var(--color-secondary);
}
.btn--secondary:hover {
  background-color: var(--color-light);
  color: var(--color-secondary);
  border-color: var(--color-light);
}
.btn--accent {
  color: #fff;
  background-color: var(--color-primary-volcano);
  border: 1px solid var(--color-primary-volcano);
  border-radius: 16px;
}
.btn--accent:hover {
  color: var(--color-primary-volcano);
  background-color: #fff;
}
.btn-border {
  color: #fff;
  border: 1px solid #fff;
}
.btn-border:hover {
  background-color: #fff;
  color: #101010;
}
.btn--light {
  border: 1px solid var(--color-light);
  background-color: var(--color-light);
  color: var(--color-secondary);
}
.btn--light:hover {
  color: var(--color-light);
  background-color: var(--color-secondary);
}
.back-arrow--left {
  padding-left: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-secondary);
  background: url(../../img/default/icons/arrow-long-left.svg) left center
    no-repeat;
}
.back-arrow--left:hover {
  text-decoration: underline;
}
.back-arrow--right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 24px;
}
.back-arrow--right:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../img/default/icons/arrow-long-right.svg);
  mask-image: url(../../img/default/icons/arrow-long-right.svg);
  background-color: #fff;
}
.back-arrow--right:hover:after {
  background-color: var(--color-primary-volcano);
}
.scrolltop {
  width: 64px;
  height: 64px;
  padding: 0;
  position: absolute;
  right: calc(5% - 5px);
  top: 18%;
  color: #fff;
}
@media (max-width: 1299px) {
  .scrolltop {
    display: none;
  }
}
@media (min-width: 1660px) {
  .scrolltop {
    top: 21%;
  }
}
.scrolltop:hover {
  color: #fff;
}
.scrolltop:before {
  content: "";
  height: 32px;
  width: 32px;
  display: block;
  margin: 0 auto 6px;
  background: url(../../img/default/icons/mouse.png) center no-repeat;
  background-size: contain;
  -webkit-animation: floating 2s ease-in-out infinite;
  animation: floating 2s ease-in-out infinite;
}
.dropdown-toggle:after {
  /* background: url(../../img/default/icons/chevron-down.svg) center no-repeat; */
  border: none;
  width: 8px;
  height: 4px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown.show .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
h1 {
  font-size: 56px;
  line-height: 100%;
}
@media (min-width: 992px) {
  h1 {
    font-size: 84px;
  }
}
h2,
h3 {
  font-size: 51px;
  line-height: 110%;
  letter-spacing: -1.02px;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  h2,
  h3 {
    font-size: 40px;
    margin-bottom: 40px;
    letter-spacing: -0.8px;
  }
}
.marquee {
  padding: 11px 0 19px;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
  border: 1px solid rgba(26, 27, 50, 0.2);
  border-radius: 24px;
  overflow: hidden;
  margin-left: 24px;
  margin-right: 24px;
  --tw: 430px;
  --ad: 4.5s;
}
@media (min-width: 1920px) {
  .marquee {
    --tw: 450px;
  }
}
@media (max-width: 991px) {
  .marquee {
    margin-left: 13px;
    margin-right: 13px;
  }
}
.marquee span {
  display: inline-block;
  white-space: nowrap;
  color: #1a1b32;
  width: var(--tw);
  text-shadow: var(--tw) 0 currentColor, calc(var(--tw) * 2) 0 currentColor,
    calc(var(--tw) * 3) 0 currentColor, calc(var(--tw) * 4) 0 currentColor;
  will-change: transform;
  -webkit-animation: marquee var(--ad) linear infinite;
  animation: marquee var(--ad) linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.marquee-promo {
  color: var(--color-secondary);
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee span {
    -webkit-animation: none;
    animation: none;
    text-shadow: none;
    width: auto;
    display: block;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
  }
}
.slick-centered .slick-list {
  overflow: unset !important;
}
.slick-centered .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px;
}
@media (min-width: 992px) {
  .slick-centered .slick-slide {
    padding: 0 12px;
  }
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 42px);
  z-index: 1;
  background-color: transparent;
  border: 1px solid rgba(244, 245, 255, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  width: 64px;
  height: 64px;
}
@media (max-width: 991px) {
  .slick-arrow {
    position: absolute;
    bottom: -88px;
    top: auto;
  }
}
.slick-arrow:hover {
  background-color: var(--color-secondary);
}
.slick-arrow:hover:before {
  background-color: #fff;
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right;
  mask-position: right;
  -webkit-mask-image: url(../../img/default/icons/arrow-left-slider.svg);
  mask-image: url(../../img/default/icons/arrow-left-slider.svg);
  background-color: #fff;
}
.slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 991px) {
  .slick-dots {
    bottom: -68px;
    max-width: calc(100% - 80px);
    left: 40px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 56px;
  opacity: 0.25;
  color: #fff;
  font-family: "Neue Montreal", sans-serif;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--color-secondary);
}
.gallery-slide-img {
  max-width: 48px;
}
.gallery-slide-img img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .slick-track .slick-slide .cascade-slider_item {
    height: 100%;
  }
}
.subjects__slider {
  max-height: 105px;
  overflow: hidden;
}
.why-us-slider {
  max-height: 378px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cascade-slider_slides {
    max-height: 371px;
    overflow: hidden;
  }
}
.subjects__slider,
.why-us-slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.subjects__slider.slick-initialized,
.why-us-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.subjects__slider.slick-initialized .slick-slide,
.why-us-slider.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}
.subjects__slider .slick-slide,
.why-us-slider .slick-slide {
  display: none;
}
.subjects__slider .slick-slide:first-child,
.why-us-slider .slick-slide:first-child {
  display: block;
  visibility: hidden;
}
.cascade-slider_inner {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.cascade-slider_inner.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.cascade-slider_inner.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible !important;
}
.cascade-slider_inner .slick-slide {
  display: none;
}
.cascade-slider_inner .slick-slide:first-child {
  display: block;
  visibility: hidden;
}
.information-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.information-container h1 span,
.information-container h2 span {
  color: #9598b0;
}
.information-container .jspPane {
  padding-top: 32px !important;
}
.information-container .card-body-scroll {
  max-height: 175px;
  overflow-y: auto;
  padding-right: 23px;
}
@media (min-width: 992px) {
  .information-container .card-body-scroll {
    max-height: 170px;
  }
}
.information-container .card-body-scroll::-webkit-scrollbar {
  width: 1px;
}
.information-container .card-body-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.information-container .card-body-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
  border: 3px solid #fff;
}
.information-accordion {
  margin-top: 40px;
  margin-bottom: 56px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 790px;
}
@media (min-width: 992px) {
  .information-accordion {
    margin-bottom: 96px;
  }
}
.information-accordion dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.information-accordion.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .information-accordion.mb-24 {
    margin-bottom: -12px;
  }
}
.information-accordion .card-header {
  padding: 0;
  background: 0 0;
  border: none;
}
.information-accordion .card-header .btn {
  border-radius: 0;
  padding: 0;
  border: none;
  position: relative;
}
@media (min-width: 768px) {
  .information-accordion .card-header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .information-accordion .card-header .btn {
    padding-right: 30px;
  }
}
.information-accordion .card-header .btn:before {
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right;
  mask-position: right;
  -webkit-mask-image: url(../../img/default/chevron-down.svg);
  mask-image: url(../../img/default/chevron-down.svg);
  background-color: rgba(231, 231, 246, 0.8);
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .information-accordion .card-header .btn:before {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
  }
}
.information-accordion .card-header .btn:not(.collapsed):before {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.information-accordion h1,
.information-accordion h2 {
  margin: 0;
}
.information-accordion .card-header,
.information-accordion h1,
.information-accordion h2 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: unset;
}
@media (max-width: 767px) {
  .information-accordion .card-header,
  .information-accordion h1,
  .information-accordion h2 {
    text-align: left;
  }
}
.information-accordion .card {
  background: 0 0;
  border: none;
}
.information-accordion .card-body {
  padding: 32px 0 0;
}
.information-accordion .card-body h2 {
  margin: 0 0 10px;
  line-height: normal;
  font-size: 16px;
  color: rgba(231, 231, 246, 0.8);
}
.information-accordion .card-body b {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.information-accordion .card-body p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(231, 231, 246, 0.8);
}
.information-accordion.information-container-open .card-header .btn:before {
  display: none !important;
}
.information-accordion.information-container-open .card-header .btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jspDrag {
  background: rgba(231, 231, 246, 0.8);
}
.jspTrack {
  background: rgba(26, 27, 50, 0.2);
}
.jspVerticalBar {
  width: 2px;
  background: rgba(26, 27, 50, 0.2);
}
.information-container .accordionItem.animateOut .scroll-pane {
  height: 0 !important;
}
.information-container .scroll-pane {
  width: 100% !important;
  height: 170px !important;
  overflow: auto;
}
.information-container .jspContainer {
  width: 100% !important;
}
.information-container .horizontal-only {
  height: auto;
  max-height: 202px;
}
.accordion dd,
.accordion__panel {
  direction: rtl;
  margin: 0;
  padding: 0;
}
.accordion .accordion-content p {
  padding: 0;
  margin: 0 0 24px 0;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.accordion .accordion-content h2 {
  margin: 0 0 10px 0;
  line-height: normal;
  font-size: 14px;
  color: #333;
}
.information-container .accordion {
  position: relative;
}
.information-container .accordion-content {
  direction: ltr;
  width: 100%;
  height: 100%;
  color: rgba(26, 27, 50, 0.7);
  font-size: 16px;
  line-height: 140%;
}
.information-container .accordion-content b {
  font-weight: 600;
  color: rgba(231, 231, 246, 0.8);
}
.information-container .accordionTitle,
.information-container .accordion__Heading {
  cursor: pointer;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 140%;
  color: rgba(231, 231, 246, 0.8);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.information-container .accordionTitle h1,
.information-container .accordion__Heading h1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.information-container .accordionTitle h1 {
  margin: 0;
}
@media (max-width: 991px) {
  .information-container .accordionTitle h1 br {
    display: none;
    font-size: 16px;
    line-height: 140%;
  }
}
.information-container .accordionTitle:after,
.information-container .accordion__Heading:after {
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right;
  mask-position: right;
  -webkit-mask-image: url(../../img/default/chevron-down.svg);
  mask-image: url(../../img/default/chevron-down.svg);
  background-color: rgba(231, 231, 246, 0.8);
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
  margin-left: 16px;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}
.information-container .accordionItem {
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
@media screen and (min-width: 48em) {
  .information-container .accordionItem {
    height: 0;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
}
.information-container .accordionItem.is-collapsed {
  height: 0;
  overflow: hidden;
}
.information-container .accordionItem.is-expanded {
  height: 148px;
}
.information-container .no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.information-container .animateIn {
  -webkit-animation: accordionIn 0.3s normal ease-in-out both 1;
  animation: accordionIn 0.3s normal ease-in-out both 1;
}
.information-container .animateOut {
  -webkit-animation: accordionOut 0.3s alternate ease-in-out both 1;
  animation: accordionOut 0.3s alternate ease-in-out both 1;
}
.information-container .accordionTitle.is-expanded:after,
.information-container .accordionTitleActive:after {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.collapse__pages__img {
  max-width: 220px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .collapse__pages__img {
    margin-right: 24px;
  }
}
.collapse__pages__body {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 433px;
}
@media (min-width: 992px) {
  .collapse__pages__body {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .collapse__pages__body {
    min-height: 354px;
    padding: 16px 16px 24px;
  }
}
.collapse__pages__body p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: rgba(231, 231, 246, 0.6);
  max-width: 203px;
}
.collapse__pages__body p:last-child {
  margin-bottom: 0;
}
.collapse__pages__body--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .collapse__pages__body--bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.collapse__pages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
@media (max-width: 991px) {
  .collapse__pages__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.collapse__pages h3 {
  font-size: 40px;
  line-height: 110%;
  text-align: left;
  color: #e7e7f6;
  max-width: 100%;
}
@media (min-width: 992px) {
  .collapse__pages h3 {
    font-size: 48px;
    max-width: 85%;
  }
}
.accordion__pages .card {
  background: #eeeafa;
  border-radius: 32px;
}
.offer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  color: #1a1b32;
}
.offer-area__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .offer-area__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .offer-area__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 758px;
    flex: 0 0 758px;
    max-width: 758px;
  }
}
.offer-tab-link {
  text-align: center;
}
.offer-tab-link ul li {
  display: inline-block;
  padding: 10px 0;
  margin: 0 -3px;
}
.offer-tab-link ul li a {
  display: block;
  color: #000;
  font-size: 20px;
  padding: 10px 60px;
  border-bottom: 4px solid #000;
  font-weight: 500;
}
.offer-tab-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.offer-tab-link ul li a.active {
  color: #008b8b;
  border-color: #008b8b;
}
.offer-content h2 {
  text-align: left;
}
.offerItem {
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  .offerItem {
    float: left;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .offerItem {
    height: 65px;
  }
}
@media (max-width: 768px) {
  .offerItem.active {
    height: 100%;
  }
}
.offerItem:nth-child(1n) {
  background: #eeeafa;
}
.offerItem:nth-child(2n) {
  background: #e2dcf7;
}
.offerItem:nth-child(3n) {
  background: #d6cdf4;
}
.offer-img {
  margin: 0 -15px;
}
.offer-detail {
  width: 559px;
}
.offerItemTitle {
  z-index: 1;
  width: 100%;
  padding: 24px 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .offerItemTitle {
    position: absolute;
    top: -38px;
    left: 40px;
    width: 433px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}
@media (max-width: 991px) {
  .offerItemTitle {
    padding: 20px 0;
    font-size: 22px;
    margin: 0;
  }
}
.offerItem {
  position: relative;
}
.offerItem.active {
  width: 100%;
}
@media (min-width: 992px) {
  .offerItem.active {
    width: calc(100% - 162px);
  }
}
.offerItem.active .offer-detail {
  width: 100%;
}
@media (min-width: 992px) {
  .offerItem.active .offer-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 559px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .offerItem.active .offer-detail {
    margin-left: 65px;
  }
}
.offerItem.active .offer-img {
  max-width: 415px;
}
.offer-content {
  max-width: 460px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(26, 27, 50, 0.7);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 24px 0;
  height: 100%;
}
@media (min-width: 992px) {
  .offer-content {
    border-left: 1px solid rgba(26, 27, 50, 0.1);
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .offer-content {
    border-top: 1px solid rgba(26, 27, 50, 0.1);
  }
}
.offerslide {
  background: #eeeafa;
  border-radius: 32px;
}
.offerslide:after {
  content: "";
  clear: both;
  display: block;
}
.offer-content h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
.offerItemTitle.hide {
  display: none;
}
.offerItem.active .offer-content {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
@media (min-width: 992px) {
  .offer-area,
  .offer-tabs,
  .offerItem,
  .offerslide {
    height: 100%;
  }
}
@media (max-width: 1450px) {
  .offer-content {
    margin: 0;
    max-width: 360px;
  }
}
@media (max-width: 1280px) {
  .offerItem.active .offer-detail {
    max-width: 90%;
  }
  .offer-detail {
    width: 595px;
  }
}
@media (max-width: 991px) {
  .offerItem.active .offer-detail {
    max-width: 100%;
  }
  .offerItem.active .offer-content {
    margin-left: 0;
  }
  .offer-content {
    width: 100%;
    max-width: 100%;
  }
  .offer-content h2 {
    font-size: 18px;
    margin: 0;
  }
  .offer-content a {
    padding: 7px 13px;
    font-size: 16px;
    margin-top: 10px;
  }
  .offer-detail {
    width: 395px;
    max-height: 279px;
  }
}
@media (max-width: 767px) {
  .offerItem {
    width: 100%;
  }
  .offer-detail {
    width: 100%;
    max-height: unset;
    display: none;
  }
  .offer-img {
    margin: 0;
  }
  .offer-content {
    margin: 0;
    max-width: 100%;
  }
  .offerItemTitle.hide {
    background: #de9400;
    display: block;
  }
  .offerItem.active .offer-detail {
    width: 100%;
    display: block;
  }
  .offerItem.active .offer-detail .row .col:first-child {
    max-width: 50% !important;
  }
  .offerItem.active {
    width: 100%;
    min-height: 421px;
  }
}
@media (max-width: 574px) {
  .offerItem.active .offer-detail .row {
    display: block;
  }
  .offerItem.active .offer-detail .row .col {
    max-width: 100% !important;
  }
  .offer-content {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: 0;
  }
  .offer-img,
  .offerItem.active .offer-img {
    width: 100%;
    max-width: unset;
  }
  .offer-img img {
    width: 100%;
  }
  .offerItem.active .offer-detail .row .col:first-child {
    max-width: 100% !important;
  }
}
.manage-order {
  font-weight: 500;
  color: var(--color-secondary);
  padding: 0;
  margin: 0 16px;
}
@media (max-width: 1110px) {
  .manage-order {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .manage-order {
    margin: 0 0 16px;
  }
}
@media (min-width: 992px) {
  .navbar-top .dropdown-menu {
    padding: 24px;
    position: absolute;
    width: 672px;
    background: var(--color-primary-midnight);
    border-radius: 24px;
  }
}
@media (max-width: 991px) {
  .navbar-top .dropdown-menu {
    background: 0 0;
    border: none;
  }
}
@media (max-width: 991px) {
  .navbar-top .dropdown-col {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .navbar-top .dropdown-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar-top .nav-item {
  padding: 0 8px;
}
@media (max-width: 1066px) and (min-width: 992px) {
  .navbar-top .nav-item {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navbar-top .nav-item {
    padding: 0;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
  }
}
.navbar-top .navbar-toggler {
  background: url(../../img/default/icons/menu-toggler.svg) center no-repeat
    transparent;
  height: 32px;
  width: 32px;
}
@media (min-width: 992px) {
  .navbar-top .diw {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 991px) {
  .navbar-top .diw {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar-top .btn-border {
  padding: 10px 24px;
  min-height: auto;
  min-width: unset;
  font-size: 14px;
}
@media (min-width: 992px) {
  .navbar-top .btn-border {
    margin-left: 16px;
  }
}
@media (max-width: 1066px) and (min-width: 992px) {
  .navbar-top .btn-border {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .navbar-top .btn-border {
    padding: 3px 12px;
    margin-right: 24px;
    border-radius: 10px;
  }
}
.nav-link {
  color: #fff;
}
.nav-link:not(.dropdown-toggle) {
  border-bottom: 1px solid transparent;
}
.nav-link:not(.dropdown-toggle):hover {
  color: var(--color-secondary);
}
@media (min-width: 992px) {
  .nav-link:not(.dropdown-toggle):hover {
    border-color: var(--color-primary-dark);
  }
}
@media (min-width: 992px) {
  .navbar-top {
    margin: 0 auto;
  }
}
.navbar-top .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  padding: 0;
}
.dropdown-menu-services {
  font-size: 14px;
  color: var(--color-light);
}
@media (min-width: 992px) {
  .dropdown-menu-services {
    top: 52px;
  }
}
@media (max-width: 991px) {
  .dropdown-menu-services {
    margin: 0;
    padding: 32px 0 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-services.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.dropdown-menu-services .dropdown-title {
  font-weight: 500;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .dropdown-menu-services .dropdown-title {
    margin-bottom: 40px;
  }
}
.dropdown-menu-services .dropdown-item {
  padding: 0;
  margin: 0 0 8px;
  border-bottom: 1px solid transparent;
  color: var(--color-light);
  font-weight: 400;
}
@media (min-width: 992px) {
  .dropdown-menu-services .dropdown-item {
    width: auto;
  }
}
.dropdown-menu-services .dropdown-item:hover {
  background-color: unset;
}
@media (min-width: 992px) {
  .dropdown-menu-services .dropdown-item:hover {
    border-color: var(--color-light);
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    font-size: 24px;
    line-height: 110%;
  }
}
.alert-gmail {
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(26, 27, 50, 0.2);
  width: 100%;
  margin-bottom: 16px;
  color: var(--color-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.alert-gmail img {
  margin-right: 10px;
}
.phone-title {
  border-top: 1px solid #ced4da;
  padding-left: 0 !important;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#callback-float-btn .float-btn {
  position: fixed;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  bottom: 24px;
  right: 24px;
  background: var(--color-secondary-jusy);
  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;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}
#callback-float-btn .float-btn:hover {
  background: var(--color-secondary);
}
#callback-float-btn .float-btn:active {
  background: var(--color-secondary);
}
#callback-float-btn .float-btn--inner {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: floatbtnanim 5s infinite;
  animation: floatbtnanim 5s infinite;
}
#callback-float-btn .float-btn--inner-dropdown {
  padding: 15px 0;
  position: fixed;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 11px 0 rgba(214, 214, 214, 0.82);
  box-shadow: 0 0 11px 0 rgba(214, 214, 214, 0.82);
  right: 24px;
  bottom: 50px;
  width: 190px;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
#callback-float-btn .float-btn--inner-dropdown li {
  list-style-type: none;
  margin: 5px 0;
  display: block;
  padding: 0 20px;
}
#callback-float-btn .float-btn--inner-dropdown li a {
  vertical-align: middle;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#callback-float-btn .float-btn--inner-dropdown li a i {
  margin-right: 10px;
}
#callback-float-btn .float-btn--inner-dropdown:after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
#callback-float-btn .float-btn--inner-dropdown:before {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -24px;
  border: 12px solid transparent;
  border-top: 12px solid #f1f1f1;
  z-index: 1;
}
#callback-float-btn .float-btn--inner-dropdown .title {
  color: #454545;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 10px;
}
#callback-float-btn .float-btn--inner-dropdown .subtitle {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #b9b9b9;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  border-top: 1px solid #ecf8fa;
}
#callback-float-btn .float-btn--inner-dropdown .fb--contact-link {
  color: #454545;
  font-size: 10px;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 12px 15px 13px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#callback-float-btn .messager-icon {
  background: url(../../img/default/float-btn/messenger_2.svg) no-repeat 0 50%;
}
#callback-float-btn .chat-icon {
  background: url(../../img/default/float-btn/chat-speech-bubbles.svg) no-repeat
    0 50%;
}
#callback-float-btn .email-icon {
  background: url(../../img/default/float-btn/email.svg) no-repeat 0 50%;
}
#callback-float-btn .float-btn--inner-dropdown div {
  padding-left: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #333;
}
#callback-float-btn .float-btn--inner-dropdown div a,
#callback-float-btn .float-btn--inner-dropdown div a:focus,
#callback-float-btn .float-btn--inner-dropdown div a:hover {
  color: #333;
}
#callback-float-btn.opened .float-btn--inner {
  -webkit-animation: none;
  animation: none;
  background-image: url(../../img/default/float-btn/close.svg);
}
#callback-float-btn.opened .float-btn--inner-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 120px;
  padding: 20px;
}
@-webkit-keyframes floatbtnanim {
  0% {
    background-image: url(../../img/default/float-btn/speech-bubbles-2.svg);
  }
  20% {
    background-image: url(../../img/default/float-btn/close-envelope-2.svg);
  }
  40% {
    background-image: url(../../img/default/float-btn/close-envelope-2.svg);
  }
  60% {
    background-image: url(../../img/default/float-btn/messenger-2.svg);
  }
  80% {
    background-image: url(../../img/default/float-btn/messenger-2.svg);
  }
  100% {
    background-image: url(../../img/default/float-btn/speech-bubbles-2.svg);
  }
}
@keyframes floatbtnanim {
  0% {
    background-image: url(../../img/default/float-btn/speech-bubbles-2.svg);
  }
  20% {
    background-image: url(../../img/default/float-btn/close-envelope-2.svg);
  }
  40% {
    background-image: url(../../img/default/float-btn/close-envelope-2.svg);
  }
  60% {
    background-image: url(../../img/default/float-btn/messenger-2.svg);
  }
  80% {
    background-image: url(../../img/default/float-btn/messenger-2.svg);
  }
  100% {
    background-image: url(../../img/default/float-btn/speech-bubbles-2.svg);
  }
}
@media (max-width: 576px) {
  #callback-float-btn .float-btn {
    bottom: 15px;
  }
  #callback-float-btn .float-btn--inner-dropdown {
    right: 15px;
    bottom: 15px;
  }
  #callback-float-btn.opened .float-btn--inner-dropdown {
    bottom: 100px;
  }
  .cost-per-page--wrap {
    padding: 0;
  }
  .cost-per-page--wrap a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .phone-title {
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    width: 100% !important;
  }
}
.copy_text {
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  color: #009184;
  font-size: 12px;
  font-weight: 400;
}
.copy_text svg {
  width: 12px;
  height: 12px;
}
.copy-block.copy-btn {
  position: unset;
  vertical-align: middle;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  width: 100%;
  display: block;
  text-align: start;
}
.copy-block.copy-btn:hover {
  text-decoration: underline;
}
.email-icon {
  position: relative;
}
.copy-block.copy-btn i {
  margin-right: 10px;
}
.container-to-copy {
  display: none;
}
.copy-btn {
  border: none;
  background: 0 0;
  color: #666;
  cursor: pointer;
  position: relative;
}
.status {
  position: absolute;
  background: url(../../../img/copy_mail.svg) no-repeat;
  background-size: 69px;
  color: #000;
  font-size: 14px;
  bottom: -30px;
  right: -27px;
  background-position: center;
  padding: 15px 0 0;
  width: 70px;
  height: 44px;
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-align: center;
}
.status.active {
  display: block;
  opacity: 1;
}
.go-back-modal.modal .modal-dialog {
  width: 100%;
  height: auto;
  margin: 1.75rem auto;
  max-width: 544px;
  min-height: calc(100% - 3.5rem);
}
.go-back-modal.modal .pop-up-container-body {
  outline: 0;
  pointer-events: auto;
  position: relative;
  padding: 40px 216px 24px 32px;
  border-radius: 24px;
  border: 1px solid var(--color-secondary-dark-2);
  background: var(--color-primary);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2),
    0 0 32px -8px rgba(0, 0, 0, 0.12), 0 32px 32px -8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 32px -8px rgba(0, 0, 0, 0.12),
    0 32px 32px -8px rgba(0, 0, 0, 0.08);
}
.go-back-modal .btn-close-pop-up {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.6;
  background: url(../../img/default/icons/close.svg) center no-repeat;
}
.go-back-modal .pop-up-container-body {
  min-height: 355px;
}
.go-back-modal .pop-up-container-body:after {
  content: "";
  background: url(../../img/default/go-back-modal-img.png) center no-repeat;
  background-size: contain;
  width: 345px;
  height: 345px;
  position: absolute;
  right: -130px;
  top: 0;
}
.go-back-modal .code-help-text {
  color: #9093aa;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
}
.go-back-modal__title {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
.go-back-modal__btn {
  min-height: 52px;
  min-width: 185px;
  max-width: 185px;
  width: auto;
  padding: 14px 20px;
  font-size: 16px;
  margin-top: 32px;
}
.go-back-modal p {
  color: #d7d7dc;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
body {
  background: var(--color-primary);
}
body.internal_page_gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(36%, #1a1a27),
    to(#050507)
  );
  background: -o-linear-gradient(top, #1a1a27 36%, #050507 100%);
  background: linear-gradient(180deg, #1a1a27 36%, #050507 100%);
}
.hero-wrapper {
  padding-top: 24px;
  background: url(../../img/theme-violet/hero/hero-new-bg.png) center no-repeat;
  background-size: cover;
  background-color: var(--color-secondary);
  margin: 0 4px 24px;
  border-radius: 32px;
  -webkit-box-shadow: 0 28px 72px 0 rgba(19, 19, 41, 0.04);
  box-shadow: 0 28px 72px 0 rgba(19, 19, 41, 0.04);
}
@media (max-width: 991px) {
  .hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 120px auto;
    background-position: top 70% right -20px;
    padding: 32px 0 0;
  }
}
@media (min-width: 992px) {
  .hero-wrapper {
    padding: 24px;
    min-height: 718px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 24px 24px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper {
    position: relative;
    background-position: top 87% right -34px;
  }
}
.hero-title {
  font-size: 84px;
  font-weight: 400;
  letter-spacing: -1.68px;
  line-height: 100%;
  color: #fff;
}
.hero-title-h1 {
  font-size: 72px;
}
@media (min-width: 1200px) {
  .hero-title {
    display: inline;
  }
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 56px;
    line-height: 100%;
    max-width: 500px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .hero-title {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .hero-title .colored-text:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: url(../../img/default/image185.svg) no-repeat center;
    background-size: contain;
    position: relative;
    top: 2px;
  }
}
.hero-subtitle {
  font-size: 18px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .hero-subtitle {
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .hero-subtitle {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 70%;
    margin: 0 auto;
  }
}
.hero-left {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .hero-left {
    padding: 0 8px;
  }
}
.hero__pages {
  padding-top: 120px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .hero__pages {
    min-height: 505px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hero__pages h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -1.44px;
  color: #fff;
  max-width: 720px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .hero__pages h1 {
    font-size: 40px;
    margin: 0 auto 24px;
  }
}
.hero__pages p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 140%;
  color: #adb0c8;
}
.hero__pages-inner {
  text-align: center;
}
.hero__pages--faq {
  position: relative;
  padding-top: 120px;
  padding-bottom: 96px;
}
.hero__pages--faq:before {
  content: "";
  background: url(../../img/theme-violet/hero/hero__pages--faq_l.svg) no-repeat
    center bottom -242px;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -109px;
  width: 235px;
  height: 531px;
  display: block;
  z-index: -1;
}
@media (max-width: 992px) {
  .hero__pages--faq:before {
    background: url(../../img/theme-violet/hero/hero__pages--faq_l.svg)
      no-repeat center bottom -305px;
    background-size: 100% auto;
    position: absolute;
    left: -145px;
    bottom: 172px;
    width: 199px;
    height: 195px;
    display: block;
    z-index: -1;
  }
}
.hero__pages--faq:after {
  content: "";
  background: url(../../img/theme-violet/hero/hero__pages--faq_r.svg) no-repeat
    center bottom -276px;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: -108px;
  width: 294px;
  height: 362px;
  display: block;
  z-index: -1;
}
@media (max-width: 1300px) {
  .hero__pages--faq:after {
    background: url(../../img/theme-violet/hero/hero__pages--faq_r.svg)
      no-repeat center bottom -234px;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    bottom: -113px;
    width: 251px;
    height: 319px;
  }
}
@media (max-width: 992px) {
  .hero__pages--faq:after {
    background: url(../../img/theme-violet/hero/hero__pages--faq_r.svg)
      no-repeat center bottom -63px;
    background-size: 100% auto;
    position: absolute;
    right: -143px;
    bottom: -183px;
    width: 215px;
    height: 335px;
    display: block;
    z-index: -1;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@media (min-width: 992px) {
  .hero__pages--faq {
    min-height: auto;
    padding-top: 152px;
  }
}
@media (min-width: 768px) {
  .hero__pages--faq {
    padding-bottom: 64px;
  }
}
.hero__pages--faq p {
  max-width: 467px;
}
.hero__pages--hiw-bg {
  background: url(../../img/theme-violet/hiw/hero__pages--hiw-bg-mob.svg)
    no-repeat top center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .hero__pages--hiw-bg {
    background: url(../../img/theme-violet/hiw/hero__pages--hiw-bg.png)
      no-repeat center bottom -100px;
    background-size: 100% auto;
  }
}
.hero__pages--writers {
  background: url(../../img/theme-violet/our_writers/hero__pages--writers-n.svg)
    no-repeat left center;
  position: relative;
}
@media (min-width: 992px) {
  .hero__pages--writers {
    min-height: 530px;
  }
}
@media (max-width: 1199px) {
  .hero__pages--writers {
    background-size: 20%;
    background-position: top -20px left -80px;
  }
}
@media (max-width: 767px) {
  .hero__pages--writers {
    padding-bottom: 130px;
    background-position: left -55px top;
    background-size: 100px auto;
  }
}
.hero__pages--writers:after {
  content: "";
  background: url(../../img/theme-violet/our_writers/writers-cosmo-%c3%91%c2%81.html)
    no-repeat right center;
  background-size: contain;
  width: 460px;
  height: 460px;
  position: absolute;
  right: 0;
  bottom: -70px;
  z-index: 0;
}
@media (max-width: 1240px) {
  .hero__pages--writers:after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .hero__pages--writers:after {
    max-width: 50%;
    bottom: -72px;
  }
}
.hero__pages--writers h1 {
  max-width: 684px;
}
@media (max-width: 991px) {
  .hero__pages--writers h1 {
    max-width: 364px;
  }
}
.hero__pages--contact-us {
  position: relative;
}
.hero__pages--contact-us:before {
  content: "";
  position: absolute;
  left: 0;
  top: -45px;
  width: 202px;
  height: 311px;
  background: url(../../img/theme-violet/contact-us/contacts-pic-mob.png)
    no-repeat center;
  background-size: cover;
}
@media (min-width: 992px) {
  .hero__pages--contact-us:before {
    left: -69px;
    top: 84px;
    width: 431px;
    height: 499px;
    background: url(../../img/theme-violet/contact-us/contacts-pic.png)
      no-repeat center;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .hero__pages--contact-us {
    padding-top: 200px;
  }
  .hero__pages--contact-us h1 {
    font-size: 56px;
  }
  .hero__pages--contact-us h1 + p {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .hero__pages--contact-us {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-top: 152px;
    padding-bottom: 152px;
    min-height: unset;
  }
}
.hero__pages--samples {
  background: url(../../img/theme-violet/samples/hero-samples-mob.svg) top right
    no-repeat;
}
@media (min-width: 992px) {
  .hero__pages--samples {
    background: url(../../img/theme-violet/samples/hero-samples3860.svg?v=1)
      no-repeat center;
    background-position: top 48px center;
    background-size: 100% auto;
    padding-top: 56px;
    min-height: 470px;
  }
}
.hero__pages--samples h1 {
  max-width: 1020px;
  margin-bottom: 0;
}
@media (max-width: 435px) {
  .hero__pages--testimonials h1 {
    position: relative;
  }
}
.hero__pages--testimonials h1:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../../img/theme-violet/hero/hero-testimonials-icon.svg)
    no-repeat center;
  background-size: contain;
  position: absolute;
}
@media (min-width: 992px) {
  .hero__pages--testimonials h1:after {
    margin-top: 6px;
    margin-left: 5px;
  }
}
@media (max-width: 435px) {
  .hero__pages--testimonials h1:after {
    top: 0;
    right: -8px;
  }
}
@media (min-width: 992px) {
  .hero__pages--terms-of-use {
    min-height: 433px;
  }
}
.hero__rate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .hero__rate-list {
    margin-top: 0;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.hero__rate-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--color-light-medium);
  font-size: 13px;
  font-weight: 500;
  padding: 3px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(220, 216, 255, 0.1)),
      to(rgba(220, 216, 255, 0.03))
    ),
    var(--color-primary-smocky);
  background: -o-linear-gradient(
      top,
      rgba(220, 216, 255, 0.1) 0,
      rgba(220, 216, 255, 0.03) 100%
    ),
    var(--color-primary-smocky);
  background: linear-gradient(
      180deg,
      rgba(220, 216, 255, 0.1) 0,
      rgba(220, 216, 255, 0.03) 100%
    ),
    var(--color-primary-smocky);
}
.hero__rate-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.hero__rate-icon img {
  max-width: 16px;
  max-height: 16px;
}
.hero__rate-name {
  padding-right: 6px;
}
.hero__rate-number {
  padding-left: 28px;
  border-left: 1px solid rgba(217, 217, 217, 0.32);
  background: url(../../img/default/icons/star-rate-light.svg) left 6px center
    no-repeat;
}
.hero-wrapper--changed:before {
  display: none;
}
.hero-form {
  padding-top: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .hero-form {
    padding-top: 56px;
    max-width: 500px;
  }
}
.hero-form:after {
  content: "";
  position: absolute;
  left: calc(100% + 35px);
  bottom: -30px;
  width: 630px;
  height: 290px;
  background: url(../../img/theme-violet/hero/arrow-bottom.png) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .hero-form:after {
    background-position: left center;
    background-size: auto 100%;
    left: calc(100% - 100px);
    bottom: -95px;
    width: 320px;
    height: 124px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
.calc-form-preview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calc-form-preview__row .filter-single-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .calc-form-preview__row .filter-single-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 310px;
    margin-right: 8px;
  }
}
.calc-form-preview__row .filter-single-wrap .select2-dropdown {
  max-width: 100% !important;
}
.calc-form-preview__row
  .filter-single-wrap
  .select2-dropdown.select2-dropdown--above {
  margin-top: -8px;
}
.calc-form-preview__submit {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  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;
  text-align: center;
}
@media (max-width: 991px) {
  .calc-form-preview__submit {
    width: 100%;
    margin-top: 16px;
    height: 50px;
  }
}
.select2-container--default
  .select2-selection--single.nosearch-select2__wrapper {
  border-radius: 400px !important;
  background-color: var(--color-light-medium);
  border-color: var(--color-light-medium);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select2-container--default
  .nosearch-select2__dropdown
  .select2-results__option--highlighted[aria-selected] {
  color: var(--color-secondary);
}
.select2-container--default .nosearch-select2__dropdown .select2-results {
  padding: 10px 0;
}
.nosearch-select2__wrapper .select2-selection__rendered {
  padding-right: 34px;
}
.nosearch-select2__wrapper .select2-selection__rendered:before {
  content: "";
  background: url(../../img/default/icon-collapse.svg) center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 6px;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
}
.header-container--changed .navbar-top .navbar-collapse-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#calc-form-preview .hero-select {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 310px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  #calc-form-preview .hero-select {
    max-width: 100%;
  }
}
#calc-form-preview .hero-select select {
  display: none;
}
#calc-form-preview .select-selected {
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 400px !important;
  background-color: var(--color-light-medium);
  border-color: var(--color-light-medium);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#calc-form-preview .select-selected:after {
  content: "";
  background: url(../../img/default/select-hero-arrow.svg) center center
    no-repeat;
  background-size: contain;
  width: 12px;
  height: 6px;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#calc-form-preview .select-selected.select-arrow-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#calc-form-preview .select-items div,
#calc-form-preview .select-selected {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  cursor: pointer;
  color: #1a1b32;
}
#calc-form-preview .select-items {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--color-light-medium);
  border-radius: 16px;
  margin: 2px 0;
}
#calc-form-preview .select-hide {
  display: none;
}
#calc-form-preview .same-as-selected,
#calc-form-preview .select-items div:hover {
  color: var(--color-secondary);
}
@media (min-width: 992px) {
  .hero-row {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero-calc {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  border-radius: 20px;
  border: 10px solid var(--color-secondary-dark);
  background-color: var(--color-secondary-dark);
}
@media (min-width: 992px) {
  .hero-calc {
    width: 100%;
    max-width: 435px;
  }
}
@media (min-width: 992px) {
  .hero-calc:before {
    content: "";
    width: 400px;
    height: 400px;
    background: url(../../img/theme-violet/hero/hero-new-calc-image.png) center
      left no-repeat;
    background-size: contain;
    position: absolute;
    left: 100%;
    margin-left: 10px;
  }
}
.hero-calc__title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.48px;
  padding: 6px 0 14px;
  text-align: center;
}
.hero-calc__title .badge-item {
  vertical-align: middle;
  color: var(--color-light);
  border-color: var(--color-light);
  text-transform: uppercase;
  padding: 2px 8px;
  font-weight: 400;
  font-size: 12px;
}
body:not(.home) .header-container {
  background: #1a1926;
}
body:not(.home) .main-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(75.87%, var(--color-primary-smocky)),
    to(var(--color-primary))
  );
  background: -o-linear-gradient(
    top,
    var(--color-primary-smocky) 75.87%,
    var(--color-primary) 100%
  );
  background: linear-gradient(
    180deg,
    var(--color-primary-smocky) 75.87%,
    var(--color-primary) 100%
  );
}
.navbar-scrolling {
  position: fixed !important;
  z-index: 1020;
}
.header-container {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: var(--color-primary);
}
.internal_page_gradient .header-container {
  background: #1a1a27;
}
.main-wrapper {
  padding-top: 74px;
}
.navbar-top {
  padding: 16px 0;
}
@media (min-width: 992px) {
  .navbar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .navbar-top {
    padding: 13px 0;
  }
}
@media (max-width: 991px) {
  .navbar-top .navbar-collapse {
    height: calc(100vh - 80px);
    overflow-y: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.navbar-top .navbar-collapse-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .navbar-top .navbar-collapse-inner {
    border-top: 1px solid rgba(26, 27, 50, 0.2);
    padding: 24px 0;
    margin-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .navbar-top .navbar-collapse-inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .navbar-top .logo {
    max-width: 145px;
  }
}
@media (max-width: 340px) {
  .navbar-top .navbar-brand {
    max-width: 130px;
  }
}
.sign-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .sign-right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 104px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .head-active-menu {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: url(../../img/default/nav-bg.svg) no-repeat right top 175px
      var(--color-primary-smocky);
  }
  .head-active-menu .navbar-top {
    border-bottom: transparent;
  }
  .head-active-menu .navbar-top .btn-border {
    padding: 3px 12px;
    margin-right: 32px;
    background: var(--color-secondary-jusy);
    border-color: var(--color-secondary-jusy);
    color: #fff;
  }
}
.head-active-menu .navbar-toggler {
  border-radius: 50%;
  border-color: rgba(26, 27, 50, 0.2);
  background: url(../../img/default/icons/close.svg) center no-repeat
    transparent;
  background-size: 18px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.subjects__wrap {
  margin: 24px 0;
}
.subjects__card:hover {
  text-decoration: none;
}
.subjects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  color: var(--color-light);
  width: 330px;
}
.subjects__item:hover {
  background: var(--color-primary-shadow);
}
.subjects__icon {
  width: 48px;
  height: 48px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  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;
  margin-right: 22px;
}
.subjects__item-caption {
  font-size: 24px;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
  line-height: 110%;
}
.subjects__item-text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(231, 231, 246, 0.6);
}
.subjects__item-text span {
  color: var(--color-light);
}
.hiw {
  position: relative;
}
@media (max-width: 991px) {
  .hiw .slick-list {
    margin-bottom: 60px;
  }
}
.hiw:before {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
  height: 140%;
  width: 100%;
  background: url(../../img/default/how-it-works/hiw-bg3860.png?v=1);
  background-size: cover;
  mix-blend-mode: lighten;
}
.hiw h2,
.hiw h3 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hiw h2,
  .hiw h3 {
    font-size: 72px;
    line-height: 110%;
    letter-spacing: -1.44px;
  }
}
@media (max-width: 991px) {
  .hiw h2,
  .hiw h3 {
    margin-bottom: 24px;
  }
}
.hiw-reasons {
  margin-top: 40px;
  margin-bottom: 88px;
}
@media (min-width: 992px) {
  .hiw-reasons {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1324px;
    margin: 48px auto 58px;
  }
}
.hiw-reasons__writer-cat {
  background-image: url(../../img/theme-violet/prices/writer-cat-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .hiw-reasons__writer-cat {
    margin-top: 40px;
  }
}
.hiw .subtitle {
  max-width: 310px;
}
.hiw-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.76px;
  margin-bottom: 32px;
  position: relative;
  max-width: 300px;
}
@media (max-width: 991px) {
  .hiw-title {
    margin-bottom: 24px;
    font-size: 32px;
    max-width: 80%;
  }
}
.hiw-text {
  font-size: 16px;
  line-height: 140%;
  color: #9093aa;
}
@media (min-width: 992px) {
  .hiw-text {
    max-width: 239px;
  }
}
.hiw-text,
.hiw-title {
  position: relative;
  z-index: 1;
}
.hiw__item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 320px;
  max-width: 320px;
}
@media (max-width: 991px) {
  .hiw__item-img {
    max-height: 350px;
    max-width: calc(100% - 30px);
  }
}
.hiw-item {
  position: relative;
  overflow: hidden;
  padding: 32px 24px 377px;
  background: url(../../img/default/how-it-works/hiw-item-bg.png) bottom right
      no-repeat,
    -webkit-gradient(linear, left top, left bottom, from(rgba(220, 216, 255, 0.1)), to(rgba(220, 216, 255, 0.03))),
    #05050e;
  background: url(../../img/default/how-it-works/hiw-item-bg.png) bottom right
      no-repeat,
    -o-linear-gradient(top, rgba(220, 216, 255, 0.1) 0, rgba(
            220,
            216,
            255,
            0.03
          )
          100%),
    #05050e;
  background: url(../../img/default/how-it-works/hiw-item-bg.png) bottom right
      no-repeat,
    linear-gradient(
      180deg,
      rgba(220, 216, 255, 0.1) 0,
      rgba(220, 216, 255, 0.03) 100%
    ),
    #05050e;
  background-size: auto 100%;
}
@media (min-width: 992px) {
  .hiw-item {
    padding: 56px 40px;
    min-height: 379px;
  }
}
.hiw-item:first-child,
.hiw-item:nth-child(2) {
  background: url(../../img/default/how-it-works/hiw-item-bg-first.png) bottom
      right no-repeat,
    -webkit-gradient(linear, left top, left bottom, from(rgba(220, 216, 255, 0.1)), to(rgba(220, 216, 255, 0.03))),
    #05050e;
  background: url(../../img/default/how-it-works/hiw-item-bg-first.png) bottom
      right no-repeat,
    -o-linear-gradient(top, rgba(220, 216, 255, 0.1) 0, rgba(
            220,
            216,
            255,
            0.03
          )
          100%),
    #05050e;
  background: url(../../img/default/how-it-works/hiw-item-bg-first.png) bottom
      right no-repeat,
    linear-gradient(
      180deg,
      rgba(220, 216, 255, 0.1) 0,
      rgba(220, 216, 255, 0.03) 100%
    ),
    #05050e;
  background-size: auto 100%;
}
@media (min-width: 992px) {
  .hiw-item:last-child .hiw-title {
    max-width: 370px;
  }
}
@media (max-width: 991px) {
  .hiw-item:last-child .hiw-text br {
    display: none;
  }
}
@media (min-width: 992px) {
  .hiw-item:last-child .hiw__item-img {
    max-height: 418px;
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  #hiw-btn {
    margin-top: 48px;
  }
}
.why-us-item {
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 30px 40px;
  color: var(--color-light);
  height: 378px;
  width: 330px;
}
.why-us-item p {
  color: #9093aa;
  font-size: 18px;
  line-height: 140%;
  margin: 0;
}
.why-us-item:hover {
  border-color: var(--color-secondary-dark-2);
  background: var(--color-primary);
}
@media (max-width: 991px) {
  .why-us-slider .slick-slide > div {
    width: 100%;
  }
}
.badge-item {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-light);
  border-radius: 24px;
  padding: 2px 8px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.badge-item--light {
  color: #fff;
  border: 1px solid rgba(231, 231, 246, 0.4);
}
.whyus-slide-text {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .whyus-slide-text {
    max-width: 90%;
  }
}
.price-quote {
  position: relative;
  margin-top: 40px;
  margin-bottom: 96px;
}
@media (min-width: 992px) {
  .price-quote {
    margin-bottom: 84px;
  }
}
.price-quote-inner {
  padding: 112px 24px;
  text-align: center;
  color: var(--color-light-medium);
  position: relative;
  overflow: hidden;
  background: url(../../img/default/price-quote-bg.png) bottom right no-repeat
    var(--color-secondary-jusy-2);
  background-size: cover;
}
@media (max-width: 991px) {
  .price-quote-inner {
    padding: 48px 40px 240px;
  }
}
.price-quote-inner:before {
  content: "";
  background: url(../../img/default/price-quote-pic.png) bottom center no-repeat;
  background-size: contain;
  height: 100%;
  min-width: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .price-quote-inner:before {
    background-size: auto 290px;
    background-position: center bottom -30px;
  }
}
.price-quote .inquiry-title {
  font-size: 51px;
  line-height: 56px;
  letter-spacing: -1.02px;
  padding-bottom: 40px;
  max-width: 824px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .price-quote .inquiry-title {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.price-quote .inquiry-wrap {
  color: #1a1b32;
  padding-top: 8px;
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 991px) {
  .price-quote .inquiry-wrap {
    padding-top: 16px;
    max-width: 250px;
    margin: 0 auto;
  }
}
.price-quote .inquiry-block {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .home .price-quote {
    margin-bottom: 204px;
  }
}
.home .price-quote:after {
  content: "";
  position: absolute;
  top: -70px;
  height: 700px;
  width: 690px;
  z-index: -1;
  background: url(../../img/default/circles.svg) bottom center no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 991px) {
  .home .price-quote:after {
    top: auto;
    bottom: -120px;
  }
}
.counter h3 {
  color: #eee;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.counter h3:before {
/*  content: "";
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 16px;
  background: url(../../img/logo-icon-secondary.svg) bottom center no-repeat;
  background-size: contain;*/
}
@media (max-width: 991px) {
  .counter h3:before {
    margin-bottom: 56px;
  }
}
.counter-block {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .counter-block {
    font-size: 40px;
  }
}
.counter-wrap {
  font-size: 18px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
}
.counter-wrap span {
  color: #fff;
}
.counter-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .counter-container {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1062px;
    margin: 0 auto;
  }
}
.counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--color-primary);
  border: 1px solid var(--color-primary-midnight);
  padding: 13px 24px 18px;
  min-height: 336px;
}
@media (max-width: 991px) {
  .counter-item {
    padding: 18px 24px;
    min-height: 226px;
  }
}
.counter-item.active {
  border-color: var(--color-secondary-dark-2);
}
#review.service_review {
  margin-top: 168px;
}
@media (max-width: 768px) {
  #review.service_review {
    margin-top: 96px;
  }
}
#review.no-calc {
  margin-top: 329px;
}
@media (max-width: 768px) {
  #review.no-calc {
    margin-top: 241px;
  }
}
#review.no-cards {
  margin-top: 329px;
}
@media (max-width: 768px) {
  #review.no-cards {
    margin-top: 241px;
  }
}
@media (min-width: 992px) {
  #review .slider-block h2 {
    max-width: 581px;
    margin-inline: auto;
  }
}
.cascade-slider_inner .slick-slide {
  padding: 0 8px;
}
@media (min-width: 992px) {
  .cascade-slider_inner .slick-slide {
    padding: 0 12px;
  }
}
.cascade-slider_inner .slick-slide .cascade-slider_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  color: #fff;
}
.cascade-slider_inner .slick-slide .cascade-slider_item .testimonials-item {
  height: 100%;
}
@media (min-width: 992px) {
  .cascade-slider_inner .slick-slide .cascade-slider_item {
    max-width: 684px;
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .cascade-slider_inner .slick-slide .cascade-slider_item {
    max-width: 100%;
  }
}
.cascade-slider_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 0 0 0;
}
@media (max-width: 991px) {
  .cascade-slider_btn {
    padding: 13px;
  }
}
.testimonials-top {
  position: relative;
}
.testimonials-bottom {
  padding-top: 10px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.testimonials-bottom .testimonials-date {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.32px;
  color: rgba(255, 255, 255, 0.3);
}
.testimonials-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px 0;
}
.testimonials-header .testimonials-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 10px 3px 10px;
  margin: 0 16px 0 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  background: #6d6d7d;
}
.testimonials-header .testimonials-verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #47db5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32px;
}
.testimonials-header .testimonials-verified svg {
  margin: 0 4px 0 0;
}
.testimonials-star {
  margin: 0 0 20px 0;
}
.testimonials-star .star {
  margin: 0 1.5px;
  background: url(../../img/default/review/testimonials-star.svg) no-repeat
    center;
  background-size: 19px auto;
  width: 19px;
  height: 19px;
}
.testimonials-author {
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #fff;
  margin: 0 0 15px 0;
}
.testimonials-text {
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 991px) {
  .cascade-slider_container .slick-list {
    padding: 0 24px !important;
  }
}
[data-path="faq"] {
  margin-bottom: 84px;
}
@media (max-width: 991px) {
  [data-path="faq"] {
    margin-bottom: 96px;
  }
}
@media (min-width: 768px) {
  .faq-wrap {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .faq-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 375px) {
  .faq-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq-wrap .tab-content {
  padding: 84px 56px;
  border-radius: 32px;
  background: #8267da;
}
@media (max-width: 767px) {
  .faq-wrap .tab-content {
    padding: 56px 13px;
  }
}
.faq-wrap .tab-content .faq-all,
.faq-wrap .tab-content .faq-tabs {
  display: none;
}
.faq-wrap .tab-content .faq-all.active,
.faq-wrap .tab-content .faq-tabs.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-wrap .tab-content .faq-all .faq-col,
.faq-wrap .tab-content .faq-tabs .faq-col {
  -ms-flex-preferred-size: calc(50% - 12px);
  flex-basis: calc(50% - 12px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .faq-wrap .tab-content .faq-all .faq-col,
  .faq-wrap .tab-content .faq-tabs .faq-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.faq-wrap .tab-content .faq-accordion .accordion {
  width: 100%;
  display: none;
}
.faq-wrap .tab-content .faq-accordion .accordion.active {
  display: block;
}
@media (max-width: 991px) {
  .faq-wrap .tab-content .faq-accordion .accordion {
    min-width: 100%;
    max-width: 100%;
  }
}
.faq-wrap__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 56px;
  border-bottom: none;
}
.faq-wrap__menu .nav-item {
  margin: 0 4px 8px;
}
.faq-wrap__menu .nav-link {
  border: 1px solid rgba(231, 231, 246, 0.4);
  border-radius: 24px;
  padding: 2px 8px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
}
.faq-wrap__menu .nav-link:hover {
  border: 1px solid rgba(231, 231, 246, 0.4) !important;
}
.faq-wrap__menu .nav-link.active {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-light);
}
.faq-title {
  color: rgba(247, 245, 255, 0.6);
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  /*max-width: 80%;*/
  margin: 0 auto;
}
.faq-caption {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .faq-caption {
    margin-bottom: 56px;
  }
}
.faq-caption h2 {
  line-height: 110%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .faq-caption h2 {
    font-size: 72px;
    letter-spacing: -1.44px;
  }
}
@media (max-width: 991px) {
  .faq-caption h2 {
    margin-bottom: 24px;
  }
}
.faq-caption h3 {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  padding-bottom: 0;
  max-width: 448px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .faq-container .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.faq-container {
  color: var(--color-light-medium);
}
@media (max-width: 991px) {
  .faq-container .flex-list {
    width: 100%;
  }
}
.faq-container .card-body-inner {
  border-top: 1px solid rgba(231, 231, 246, 0.2);
  padding-top: 24px;
}
.faq-container .card-header {
  position: relative;
  padding: 0;
  border: none;
  background-color: unset;
  color: var(--color-light);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: left;
}
.faq-container .card-header h3 {
  color: #fff;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: left;
  font-weight: 400;
  max-width: 567px;
}
.faq-container .card-header .btn {
  padding: 23px 72px 23px 24px;
  color: var(--color-light);
  font-weight: 400;
}
.faq-container .card-header .btn:focus,
.faq-container .card-header .btn:hover {
  text-decoration: none;
  opacity: 1;
}
.faq-container .card-header .btn:before {
  content: "+";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  left: auto;
  border: 1px solid rgba(231, 231, 246, 0.4);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.faq-container .card-header .btn:not(.collapsed):before {
  content: "-";
}
.faq-container .card,
.faq-container dl {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
  background: rgba(197, 184, 239, 0.4);
  border-radius: 24px !important;
  color: var(--color-light);
}
.faq-container .card-body {
  padding: 0 24px 24px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.faq-container .card-body a {
  color: var(--color-light);
  text-decoration: underline;
}
.faq-container .card-body a:hover {
  text-decoration: none;
}
.faq-container .accordion-content,
.faq-container .accordion-title-inner {
  font-weight: 400;
}
.faq-container .accordionItem {
  max-height: 100%;
}
.faq-container .accordionTitle,
.faq-container .accordion__Heading {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: left;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color-light);
  margin: 0;
  padding: 24px 48px 24px 24px;
}
@media (min-width: 992px) {
  .faq-container .accordionTitle,
  .faq-container .accordion__Heading {
    padding-right: 62px;
  }
}
.faq-container .accordionTitle:before,
.faq-container .accordion__Heading:before {
  content: "+";
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  left: auto;
  border: 1px solid rgba(231, 231, 246, 0.4);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .faq-container .accordionTitle {
    padding-right: 72px;
  }
}
.faq-container .accordion-content {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 16px;
  border-top: 1px solid rgba(231, 231, 246, 0.2);
  color: var(--color-light);
  line-height: 140%;
}
@media (max-width: 767px) {
  .faq-container .accordion-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.faq-container .accordion-content p {
  padding: 0;
  margin: 0 0 20px 0;
}
.faq-container .accordion-content h2 {
  margin: 0 0 10px 0;
}
.faq-container .accordion-content a {
  color: var(--color-light);
  text-decoration: underline;
}
.faq-container .accordion dt {
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-container .accordion dl {
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.faq-container__inner {
  padding: 56px 13px;
}
@media (min-width: 768px) {
  .faq-container__inner {
    padding: 84px 56px;
  }
}
@media (min-width: 992px) {
  .faq-accordion__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.accordion-content .jspPane {
  overflow-x: hidden !important;
}
.accordion-content__spoiler {
  max-width: 100%;
  padding-right: 23px;
  overflow-x: hidden;
}
.accordion-content__spoiler .jspHorizontalBar {
  display: none !important;
}
.flex-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.flex-list .flex-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .flex-list .flex-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.faq-container .accordion dd,
.faq-container .accordion__panel {
  direction: ltr;
  line-height: 21px;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .faq-container .accordionTitle:before,
  .faq-container .accordion__Heading:before {
    right: 24px;
    top: 24px;
  }
}
.faq-container .accordionTitle.is-expanded:before,
.faq-container .accordionTitleActive:before {
  content: "—";
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-container .accordion.answer-open {
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 45px rgba(47, 45, 133, 0.1);
  box-shadow: 0 10px 45px rgba(47, 45, 133, 0.1);
  margin-bottom: 20px;
}
.faq-container .accordion h3.accordion-title.is-collapsed {
  position: relative;
  border: none;
  overflow: hidden;
}
.faq-container .accordion h3.accordion-title.is-collapsed:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  background: #fff;
  display: block;
  height: 20px;
  width: 100%;
  z-index: 3;
}
.faq-container
  .accordion.accordion-first-child
  h3.accordion-title.is-collapsed {
  padding: 0 0 21px;
}
@media (max-width: 991px) {
  .faq-container
    .accordion.accordion-first-child
    h3.accordion-title.is-collapsed {
    padding: 30px 40px 30px 20px;
  }
}
.faq-container .accordionItem {
  height: auto;
  overflow-y: hidden;
}
.faq-container .accordionItem--active {
  opacity: 1;
}
.faq-container .accordionItem.is-collapsed {
  display: none;
}
.faq-container .animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}
.faq-container .animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  95% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  95% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}
.callback-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 194px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .callback-container {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
.callback-block {
  max-width: 850px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .callback-block:after {
    content: "";
    background: url(../../img/default/callback/other-04.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    bottom: -110px;
    left: 40px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .callback-block:after {
    width: 90px;
    height: 90px;
  }
}
.callback-title {
  font-weight: 400;
  font-size: 128px;
  line-height: 100%;
  color: var(--color-secondary);
  letter-spacing: -0.02em;
  padding-bottom: 48px;
  position: relative;
}
@media (max-width: 991px) {
  .callback-title {
    font-size: 56px;
    padding-bottom: 32px;
  }
}
.callback-title:after,
.callback-title:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
}
@media (min-width: 992px) {
  .callback-title:before {
    background: url(../../img/default/callback/other-04.png) no-repeat center;
    background-size: 100% auto;
    top: -80px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .callback-title:before {
    display: none;
  }
}
.callback-title:after {
  background: url(../../img/default/callback/other-02.png) no-repeat top center;
  background-size: 100% auto;
  bottom: -120px;
  left: 0;
}
@media (max-width: 991px) {
  .callback-title:after {
    background-size: contain;
    bottom: auto;
    left: auto;
    right: 80px;
    top: -100px;
    width: 90px;
    height: 90px;
  }
}
.callback-call {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color-secondary);
}
.callback-call:hover {
  color: var(--color-secondary);
}
.callback-call a {
  color: var(--color-secondary);
}
.callback-call a:hover {
  color: var(--color-secondary);
}
.callback-container:after,
.callback-container:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 700px;
}
@media (max-width: 991px) {
  .callback-container:after,
  .callback-container:before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .callback-container:after,
  .callback-container:before {
    width: 190px;
    height: 360px;
  }
}
.callback-container:before {
  background: url(../../img/default/callback/callback1.png) no-repeat left
    center;
  background-size: contain;
  left: 0;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .callback-container:before {
    left: 0;
    top: 70px;
    background-size: 200px auto;
  }
}
.callback-container:after {
  background: url(../../img/default/callback/callback2.png) no-repeat right
    center;
  background-size: contain;
  bottom: -40px;
  right: 0;
}
@media (max-width: 991px) {
  .callback-container:after {
    background-position: right center;
    top: auto;
    background-size: contain;
    right: -6px;
  }
}
@media (max-width: 767px) {
  .callback-container:after {
    bottom: -80px;
  }
}
.callback-container .link-chatnow {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .callback-container .link-chatnow {
    padding-top: 32px;
  }
}
.callback-container .contact-faq {
  font-size: 18px;
  line-height: 140%;
  color: rgba(26, 27, 50, 0.7);
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .callback-container .contact-faq {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.callback-container .contact-faq a {
  font-size: 18px;
  line-height: 140%;
  color: var(--color-accent);
  text-decoration: underline;
}
.footer {
  padding: 24px 24px 0;
  color: var(--color-light-medium);
  margin-top: 84px;
  position: relative;
}
@media (max-width: 991px) {
  .footer {
    padding: 0 13px;
    margin-top: 96px;
  }
}
.footer-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border: 1px solid rgba(231, 231, 246, 0.2);
  overflow: hidden;
  font-size: 20px;
}
.footer-list li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-list li:not(:last-child) {
  border-bottom: 1px solid rgba(231, 231, 246, 0.2);
}
.footer-list li a {
  height: 100%;
  padding: 14px 24px;
  background: url(../../img/default/icons/arrow-long-right.svg) center right
    32px no-repeat;
  background-size: 24px auto;
}
@media (min-width: 992px) {
  .footer-list li a {
    padding: 18px 56px 18px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .footer-dropdown .dropdown-menu {
    position: relative;
    display: block !important;
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none;
  }
  .footer-dropdown .dropdown-toggle {
    pointer-events: none;
  }
  .footer-dropdown .dropdown-toggle:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-dropdown.show .dropdown-menu {
    position: relative !important;
    float: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0;
    background: 0 0;
    border: none;
  }
}
.footer-row {
  padding-top: 22px;
  padding-bottom: 22px;
  display: grid;
  grid-gap: 24px;
}
@media (min-width: 992px) {
  .footer-row {
    grid-template-columns: 389px 1fr;
  }
}
@media (max-width: 991px) {
  .footer-row {
    grid-gap: 13px;
  }
}
.footer-link {
  color: #1a1b32;
}
.footer-link:hover {
  color: #1a1b32;
}
.footer-copyrights {
  border-top: 1px solid rgba(47, 47, 70, 0.1);
  border-bottom: 1px solid rgba(47, 47, 70, 0.1);
  padding: 22px 24px;
  margin: 24px -24px;
}
@media (max-width: 991px) {
  .footer-copyrights {
    margin: 49px -24px;
  }
}
@media (min-width: 992px) {
  .footer-copyrights {
    margin: 24px -32px;
    padding: 22px 32px;
  }
}
.footer__logo-text {
  max-width: 100%;
}
.footer-col--accent {
  padding: 35px 24px;
  color: var(--color-primary);
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer-col--accent {
    padding: 35px 32px 54px;
  }
}
@media (max-width: 991px) {
  .footer-col--accent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.footer-col--accent .footer__logo-icon {
  margin-bottom: 24px;
}
.footer-col--accent .footer-text {
  font-size: 24px;
  line-height: 140%;
  max-width: 298px;
}
.cookie-banner {
  position: fixed;
  bottom: 44px;
  left: 44px;
  padding: 20px 58px 20px 76px;
  max-width: 465px;
  border-radius: 16px;
  background: url(../../img/default/icons/cookie_new.svg) top 20px left 20px
    no-repeat #2f2f46;
  z-index: 9999;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .cookie-banner {
    bottom: 15px;
    left: 15px;
  }
}
.cookie-banner #hide-cookie-banner {
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../../img/default/icons/x-cookie.svg) center no-repeat;
  top: 12px;
  right: 12px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.cookie-banner a {
  font-weight: 600;
  color: #fff;
}
.coupon-bnr {
  color: #1a1b32;
}
.coupon-bnr__inner {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .coupon-bnr__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.coupon-bnr__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .coupon-bnr__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 8px);
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .coupon-bnr__img {
    margin-top: 8px;
  }
}
.coupon-bnr h3 {
  font-size: 40px;
  line-height: 110%;
  text-align: left;
  max-width: 100%;
}
@media (min-width: 992px) {
  .coupon-bnr h3 {
    font-size: 48px;
    max-width: 70%;
  }
}
.coupon-bnr__body {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .coupon-bnr__body {
    min-height: 440px;
  }
}
.coupon-bnr__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(26, 27, 50, 0.7);
  max-width: 600px;
}
.coupon-bnr__text a {
  color: #1a1b32;
  text-decoration: underline;
}
.coupon-bnr__text a:hover {
  text-decoration: unset;
}
@media (min-width: 992px) {
  .discount-code:before {
    content: "";
    background: url(../../img/theme-violet/hiw/discount-code_bg.png) no-repeat
      top center;
    background-size: 95% auto;
    position: absolute;
    top: 30px;
    height: 350px;
    width: 100%;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: auto;
    opacity: 1;
  }
}
.discount-code h2 {
  max-width: 536px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .discount-code h2 {
    font-size: 40px;
    line-height: 110%;
    max-width: 95%;
  }
}
.discount-code__flex {
  max-width: 920px;
  margin-top: -13px;
}
@media (min-width: 992px) {
  .discount-code__flex {
    margin: -24px auto 0;
  }
}
.discount-code__inner {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e7e7f6;
}
.discount-code__item {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .discount-code__item {
    margin-top: 13px;
  }
}
.discount-code__number {
  margin-right: 16px;
  letter-spacing: -0.02em;
  font-size: 40px;
  line-height: 110%;
  min-width: 76px;
}
@media (min-width: 992px) {
  .discount-code__number {
    font-size: 38px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    min-width: initial;
    text-align: center;
  }
}
.discount-code__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.discount-code__content span {
  color: rgba(231, 231, 246, 0.6);
}
.discount-code__title {
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.discount-code__border {
  text-align: center;
  padding: 32px;
  border: 1px solid rgba(231, 231, 246, 0.2);
}
@media (max-width: 991px) {
  .discount-code__border {
    padding: 56px 24px;
  }
}
.discount-code__border .discount-code__content {
  color: rgba(231, 231, 246, 0.6);
}
.discount-code__border .discount-code__content,
.discount-code__border .discount-code__title {
  max-width: 527px;
  margin-left: auto;
  margin-right: auto;
}
.discount-code__border .discount-code__title {
  max-width: 490px;
}
.discount-code .pic-arrows {
  margin: 0 auto 40px auto;
}
body.samples_example,
body.samples_example .main-wrapper:before {
  background: #1a1a27;
}
.back-to-samples {
  border: 1px solid rgba(26, 27, 50, 0.4);
  border-radius: 24px;
  padding: 2px 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  color: var(--color-light) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 0 auto 24px;
  display: block;
  max-width: 155px;
}
.back-to-samples:hover {
  color: var(--color-light);
  text-decoration: underline !important;
}
.back-to-samples-mob {
  display: none;
}
@media (max-width: 767px) {
  .back-to-samples-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #e7e7f6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-left: 40px;
    margin-left: 5px;
    background: url(../../img/theme-violet/arrow-w.svg) no-repeat;
    background-position: left center;
  }
}
.samples-item-inner-container {
  padding-top: 152px;
}
.samples-item-inner-container a {
  color: #ffc107;
  text-decoration: underline;
}
.samples-item-inner-container a.btn_samples {
  color: #fff;
  text-decoration: none;
}
.samples-item-inner-container a.btn_samples:hover {
  color: var(--color-secondary);
  text-decoration: none;
}
@media (max-width: 767px) {
  .samples-item-inner-container {
    padding-top: 121px;
  }
}
.samples-item-container {
  color: #e7e7f6;
  position: relative;
}
.samples-item-container .btn.back-arrow--left {
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  padding-top: 24px;
  padding-left: 16px;
  color: #e7e7f6;
}
.samples-item-container .btn.back-arrow--left:before {
  content: "";
  height: 12px;
  width: 16px;
  display: inline-block;
  background: url(../../img/theme-violet/samples/arrow-left-b.svg) no-repeat;
  margin-right: 16px;
}
.samples-item-container:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../../img/theme-violet/samples/semples-l.svg) no-repeat;
  width: 302px;
  height: 444px;
  background-position: bottom;
  top: 107px;
  z-index: -1;
}
@media (max-width: 1380px) {
  .samples-item-container:before {
    width: 122px;
    background-position: bottom right;
  }
}
@media (max-width: 767px) {
  .samples-item-container:before {
    width: 247px;
    background-position: bottom right;
    background-size: contain;
    left: -158px;
    height: 451px;
    top: -141px;
  }
}
.samples-item-container:after {
  content: "";
  position: absolute;
  right: 0;
  width: 225px;
  height: 632px;
  background: url(../../img/theme-violet/samples/semples-r.svg) no-repeat;
  top: -58px;
  z-index: -1;
}
@media (max-width: 1380px) {
  .samples-item-container:after {
    background-position: bottom left;
    width: 94px;
  }
}
@media (max-width: 767px) {
  .samples-item-container:after {
    background-position: bottom left;
    width: 159px;
    background-size: contain;
    top: 16px;
    height: 444px;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
    right: -159px;
  }
}
.samples-item-container h1 {
  font-size: 72px;
  text-align: center;
  margin-top: 24px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.samples-item-container h2,
.samples-item-container h3 {
  font-size: 48px;
  margin-top: 64px;
}
.samples-item-container h1,
.samples-item-container h2,
.samples-item-container h3 {
  font-weight: 400;
  line-height: 110%;
  color: var(--color-light);
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .samples-item-container h1,
  .samples-item-container h2,
  .samples-item-container h3 {
    font-size: 40px;
  }
}
.samples-item-container .work-cited-ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}
.samples-item-container .work-cited-ol li {
  padding-left: 26px;
  position: relative;
}
.samples-item-container .work-cited-ol li:not(:last-of-type) {
  padding-bottom: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(26, 27, 50, 0.2);
}
.samples-item-container .work-cited-ol li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  color: var(--color-light);
  font-size: 12px;
  line-height: 110%;
  border: 1px solid rgba(26, 27, 50, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  margin-right: 8px;
  padding: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.samples-item-container .work-cited .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--color-light);
  margin-bottom: 32px;
  margin-top: 104px;
}
.samples-item-container .pagination-item-wrap {
  margin-top: 88px;
  margin-bottom: 84px;
}
.samples-item-container .pagination-item-wrap .post-navigation-next,
.samples-item-container .pagination-item-wrap .post-navigation-prev {
  color: rgba(26, 27, 50, 0.7);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.button-cta-container {
  position: relative;
  padding: 151px 40px;
}
.button-cta-container * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .button-cta-container {
    padding: 70px 40px;
  }
}
.button-cta-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  width: calc(100vw - 48px);
  margin: 0 24px;
  z-index: 0;
  background: url(../../img/theme-violet/samples/button-cta-mob.svg) center
    no-repeat var(--color-secondary);
  background-size: cover;
  border-radius: 40px;
  color: #fff;
}
@media (min-width: 768px) {
  .button-cta-container:before {
    background: url(../../img/theme-violet/samples/button-cta.svg) center
      no-repeat var(--color-secondary);
    background-size: cover;
  }
}
.button-cta-container p {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #fff;
}
.button-cta-container p a {
  color: #fff;
  text-decoration: underline;
}
.button-cta-container p a:hover {
  color: #fff;
}
.button-cta-container .btn-primary,
.button-cta-container .button-order-page {
  border-radius: 16px;
  color: var(--color-light);
  background-color: var(--color-primary-volcano);
  border-color: var(--color-primary-volcano);
  margin-top: 48px;
  padding: 10px 24px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .button-cta-container .btn-primary,
  .button-cta-container .button-order-page {
    margin-top: 24px;
  }
}
.button-cta-container .btn-primary:hover,
.button-cta-container .button-order-page:hover {
  color: var(--color-primary-volcano);
  background-color: #fff;
}
.button-cta-container:nth-child(2n):before {
  background: url(../../img/theme-violet/samples/button-cta2.svg) center
    no-repeat var(--color-secondary);
  background-size: 100% 100%;
}
.faq-accordion-col {
  padding: 0;
  margin-bottom: 84px;
}
.faq-accordion-col .accordion-content {
  padding: 24px 0 !important;
}
.inner-page-main-wrapper .samples-item-inner-text ul {
  list-style-type: disc;
}
.inner-page-main-wrapper .samples-item-inner-text ul li:before {
  display: none;
}
.samples-item-inner-text {
  color: rgba(231, 231, 246, 0.8);
  font-size: 18px;
  line-height: 140%;
}
.samples-item-inner-text h2,
.samples-item-inner-text h3,
.samples-item-inner-text h4 {
  text-align: left !important;
}
.samples-item-inner-text a {
  color: #ffc107;
  text-decoration: underline;
}
.samples-item-inner-text a:hover {
  color: #ffc107;
  text-decoration: underline;
}
.samples-item-inner-info {
  font-size: 12px;
  opacity: 0.6;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.samples_example .faq-container .card,
.samples_example .faq-container dl {
  background: #8267da;
}
.faq-col {
  width: 100%;
}
.pagination-sample-wrap {
  margin-top: 110px;
  width: 100%;
}
.pagination-sample-wrap .sample_nav_text_mob {
  display: none;
}
@media (max-width: 1320px) {
  .pagination-sample-wrap .sample_nav_text_mob {
    display: block;
  }
}
@media (max-width: 1320px) {
  .pagination-sample-wrap .sample_nav_text {
    display: none;
  }
}
.pagination-sample-wrap .next_sample,
.pagination-sample-wrap .prev_sample {
  width: 50%;
}
@media (max-width: 1320px) {
  .pagination-sample-wrap .next_sample,
  .pagination-sample-wrap .prev_sample {
    width: 100%;
  }
}
.pagination-sample-wrap .next_sample {
  text-align: right;
}
@media (max-width: 1320px) {
  .pagination-sample-wrap .next_sample {
    text-align: left;
  }
}
.pagination-sample-wrap .back-all-samples {
  width: 155px;
}
@media (max-width: 1320px) {
  .pagination-sample-wrap .post-navigation-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px;
  }
}
.pagination-sample-wrap .back-all-samples {
  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;
}
@media (max-width: 1320px) {
  .pagination-sample-wrap .back-all-samples {
    display: none;
  }
}
.pagination-sample-wrap .back-all-samples a {
  color: #e7e7f6;
  font-size: 12px;
  text-transform: uppercase;
}
.pagination-sample-wrap .text-sample {
  position: relative;
}
.pagination-sample-wrap .text-sample .pagination-direction {
  position: absolute;
  top: -24px;
  color: rgba(231, 231, 246, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1320px) {
  .pagination-sample-wrap .text-sample .pagination-direction {
    position: relative;
    display: block;
    text-align: center !important;
    top: 0;
    margin-bottom: 6px;
  }
}
.pagination-sample-wrap .text-sample .pagination-direction.direction-left {
  left: 0;
}
.pagination-sample-wrap .text-sample .pagination-direction.direction-right {
  right: 0;
}
.pagination-sample-wrap .text-sample a {
  color: #e7e7f6;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.96px;
  max-width: 556px;
}
@media (max-width: 767px) {
  .pagination-sample-wrap .text-sample a {
    font-size: 40px;
  }
}
.hire-writer {
  margin: 64px 0 64px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .hire-writer {
    margin: 40px 0 40px;
  }
}
.hire-writer .banner-container {
  padding-right: 0;
  padding-left: 0;
}
.hire-writer .button-cta-container:before {
  background: url(../../img/theme-violet/samples/button-cta-l.svg) center
    no-repeat var(--color-secondary);
  background-position: left;
  background-size: contain;
}
@media (max-width: 1240px) {
  .hire-writer .button-cta-container:before {
    background: url(../../img/theme-violet/samples/button-cta-l-m.svg) center
      no-repeat var(--color-secondary);
    background-position: top left;
    background-size: auto;
  }
}
.hire-writer .button-cta-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  width: calc(100vw - 48px);
  margin: 0 24px;
  z-index: 0;
  background: url(../../img/theme-violet/samples/button-cta-r.svg) center
    no-repeat;
  background-position: right;
  background-size: contain;
  border-radius: 40px;
}
@media (max-width: 1400px) {
  .hire-writer .button-cta-container:after {
    background-position: bottom right;
    background-size: 224px;
  }
}
@media (max-width: 767px) {
  .hire-writer .button-cta-container:after {
    background: url(../../img/theme-violet/samples/button-cta-r-m.svg) center
      no-repeat;
    background-position: bottom right;
  }
}
.hire-writer .button-cta-container div {
  position: relative;
  z-index: 1;
}
.hire-writer .button-cta-container p {
  max-width: 906px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hire-writer .button-cta-container {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .hire-writer .button-cta-container {
    padding: 32px 40px;
  }
  .hire-writer .button-cta-container .button-order-page {
    margin-top: 32px;
  }
}
.hire-writer a {
  text-decoration: none;
}
.hire-writer a:hover {
  text-decoration: none;
}
.get-help {
  margin: 48px 0 64px;
}
.get-help .button-cta-container p {
  position: relative;
  z-index: 1;
}
.get-help .button-cta-container div {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .get-help .button-cta-container {
    padding: 46px 40px;
  }
  .get-help .button-cta-container .button-order-page {
    margin-top: 32px;
  }
}
.get-help a {
  text-decoration: none;
}
.get-help a:hover {
  text-decoration: none;
}
.samples-item-container--blog {
  position: relative;
}
.samples-item-container--blog .category-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.samples-item-container--blog .category-article span {
  text-transform: uppercase;
  background: #8267da;
  padding: 2px 8px;
  border-radius: 24px;
  font-size: 12px;
  color: #e7e7f6;
}
.samples-item-container--blog:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../../img/theme-violet/samples/blog-hero-l.svg) no-repeat
    right;
  width: 277px;
  height: 699px;
  top: 87px;
  z-index: -1;
}
@media (max-width: 1380px) {
  .samples-item-container--blog:before {
    width: 122px;
    background-position: bottom right;
  }
}
@media (max-width: 767px) {
  .samples-item-container--blog:before {
    width: 247px;
    background-position: bottom right;
    background-size: contain;
    left: -184px;
    height: 451px;
    top: 45px;
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }
}
.samples-item-container--blog:after {
  content: "";
  position: absolute;
  right: 0;
  width: 367px;
  height: 388px;
  background: url(../../img/theme-violet/samples/blog-hero-r.svg) no-repeat left;
  top: 194px;
  z-index: -1;
}
@media (max-width: 1380px) {
  .samples-item-container--blog:after {
    background-position: bottom left;
    width: 94px;
  }
}
@media (max-width: 767px) {
  .samples-item-container--blog:after {
    background-position: bottom left;
    width: 159px;
    background-size: contain;
    top: 91px;
    height: 444px;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(0);
    right: -22px;
  }
}
.samples-item-container--blog .samples-item-inner-info-bg {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .samples-item-container--blog .samples-item-inner-info-bg {
    margin-top: 38px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .samples-item-container--blog.samples-item-container
    .samples-item-inner-text {
    margin-top: 104px;
  }
}
@media (min-width: 992px) {
  .samples-item-container--blog.samples-item-container
    .samples-item-inner-text {
    margin-top: 104px;
  }
}
.samples-item-container--blog .elissa-smart {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .samples-item-container--blog .elissa-smart {
    margin-top: 104px;
  }
}
.samples-item-container--blog .elissa-smart .wrp {
  background: #2f2f46;
}
.samples-item-container--blog .elissa-smart .wrp .wrp__head {
  margin-top: 15px;
}
.samples-item-container--blog .elissa-smart p.desk {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(231, 231, 246, 0.6);
}
.samples-item-container--blog .elissa-smart .social_link {
  gap: 16px;
}
@media (min-width: 768px) {
  .samples-item-container--blog .samples-item-inner-container {
    padding-bottom: 64px;
  }
}
.samples-item-container--blog .back-arrow--left {
  margin-top: 24px;
  margin-left: 13px;
}
@media (min-width: 768px) {
  .samples-item-container--blog .back-arrow--left {
    margin-left: 24px;
  }
}
.inner-page-main-wrapper--blog .btn.back-arrow--left {
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  padding-top: 24px;
  padding-left: 16px;
  color: #e7e7f6;
}
.inner-page-main-wrapper--blog .btn.back-arrow--left:before {
  content: "";
  height: 12px;
  width: 16px;
  display: inline-block;
  background: url(../../img/theme-violet/samples/arrow-left-b.svg) no-repeat;
  margin-right: 16px;
}
.inner-page-main-wrapper--blog .samples-item-inner-text a {
  color: var(--color-accent);
}
.inner-page-main-wrapper--blog .samples-item-inner-text a:hover {
  color: var(--color-accent);
}
.inner-page-main-wrapper--blog .samples-item-inner-text a.btn--secondary {
  color: var(--color-light);
  text-decoration: none;
}
.inner-page-main-wrapper--blog .samples-item-inner-text a.btn--secondary:hover {
  color: var(--color-secondary);
}
.inner-page-main-wrapper--blog .samples-item-inner-text h2 {
  text-align: left;
}
.inner-page-main-wrapper--blog .back-bottom__btn-wrap,
.inner-page-main-wrapper--blog .related_posts:before {
  display: none !important;
}
.inner-page-main-wrapper--blog .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.inner-page-main-wrapper--blog #related_posts_block.related_posts h2 {
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #e7e7f6;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .inner-page-main-wrapper--blog #related_posts_block.related_posts h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    margin-top: 46px;
  }
}
.samples-item-inner-info-bg {
  border-radius: 32px;
  overflow: hidden;
  margin-left: 13px;
  margin-right: 13px;
}
.samples-item-inner-info-bg img {
  width: 100%;
}
@media (min-width: 768px) {
  .samples-item-inner-info-bg {
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 40px;
  }
}
.inner-page-main-wrapper--blog .samples-item-container li {
  margin-bottom: 1rem;
}
.inner-page-main-wrapper--blog .samples-item-container .list__upper-roman {
  list-style-type: upper-roman;
}
.inner-page-main-wrapper--blog .samples-item-container .list__circle {
  list-style-type: circle !important;
}
.inner-page-main-wrapper--blog .samples-item-container .list__upper-roman li {
  font-style: italic;
}
.inner-page-main-wrapper--blog .samples-item-container {
  background-color: #fff;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  #related_posts_block.related_posts
  h2,
.inner-page-main-wrapper--blog .samples-item-container h1,
.inner-page-main-wrapper--blog .samples-item-container h2,
.inner-page-main-wrapper--blog .samples-item-container h3,
.inner-page-main-wrapper--blog .samples-item-container h4,
.inner-page-main-wrapper--blog .samples-item-container h5 {
  color: #050507;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .samples-item-inner-text
  h2 {
  font-size: 48px;
  line-height: 130%;
  margin: 40px 0 20px;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .samples-item-inner-text
  h3 {
  font-size: 39px;
  line-height: 130%;
  margin: 40px 0 20px;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .samples-item-inner-text
  h4 {
  font-size: 30px;
  line-height: 130%;
  margin: 40px 0 20px;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .samples-item-inner-text
  h5 {
  font-size: 21px;
  line-height: 130%;
  margin: 40px 0 20px;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .samples-item-inner-text
  a {
  color: #000;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .samples-item-inner-text
  a:hover {
  color: #8267da;
}
@media (max-width: 991px) {
  .inner-page-main-wrapper--blog
    .samples-item-container
    .samples-item-inner-text
    h2 {
    font-size: 40px;
  }
  .inner-page-main-wrapper--blog
    .samples-item-container
    .samples-item-inner-text
    h3 {
    font-size: 32px;
  }
  .inner-page-main-wrapper--blog
    .samples-item-container
    .samples-item-inner-text
    h4 {
    font-size: 24px;
  }
  .inner-page-main-wrapper--blog
    .samples-item-container
    .samples-item-inner-text
    h5 {
    font-size: 18px;
  }
}
.inner-page-main-wrapper--blog .samples-item-container .btn.back-arrow--left {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #050507;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .btn.back-arrow--left::before {
  background: url(../../img/default/icons/arrow-long-left.svg) no-repeat;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .samples-item-inner-text {
  color: #050507;
  line-height: 160%;
}
.inner-page-main-wrapper--blog
  .samples-item-container
  .samples-item-inner-info-bg
  img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page-main-wrapper--blog
  .samples-item-container.samples-item-container--blog::after,
.inner-page-main-wrapper--blog
  .samples-item-container.samples-item-container--blog::before {
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-main-wrapper--blog
    .samples-item-container.samples-item-container--blog
    .samples-item-inner-info-bg {
    margin-bottom: 60px;
  }
}
