/* fonts */
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*

@media (max-width: 1549px) {
@media (max-width: 1280px) {
@media (max-width: 1024px) {
@media (max-width: 767px) {
@media (max-width: 576px) {

*/
.height-100vh {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
cite {
  display: block;
}
body {
  margin: 0;
  min-width: 360px;
  font-family: "Gilroy", Open Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #3b3d4b;
  text-align: left;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  word-break: inherit;
  white-space: inherit;
  text-overflow: inherit;
  overflow: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:empty {
  margin-bottom: 0;
  display: none;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
cite {
  font-style: normal;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 20px;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover,
a:not([class]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  padding: 0;
  border: none;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
button:focus {
  outline: none;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
* {
  outline: none !important;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
svg {
  pointer-events: none;
}
.text-center {
  text-align: center;
}
.list_unstyled {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.reset-position {
  position: initial !important;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.svg-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.svg-icon svg {
  width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.main-content {
  overflow: hidden;
}
.section {
  position: relative;
}
.section__bg {
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 1024px) {
  .section__bg {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}
.section__content {
  position: relative;
  z-index: 2;
}
.headline {
  font-weight: bold;
}
.headline_style1 {
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: -0.05em;
}
.headline_style2 {
  font-size: 50px;
  line-height: 1;
}
.headline_style3 {
  font-size: 40px;
  line-height: 1;
}
.headline_style4 {
  font-size: 24px;
  line-height: 1;
}
.description > :last-child {
  margin-bottom: 0;
}
.socials-list {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.socials-list .list-item {
  margin-bottom: 5px;
  padding: 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 56px;
}
.socials-link {
  width: 40px;
}
.socials-link:hover,
.socials-link:focus {
  color: #ba3c76;
}
.glossary-link {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.glossary-link:hover,
.glossary-link:focus {
  color: #793dc6;
  text-decoration: none;
}
@media (max-width: 1549px) {
  .headline_style1 {
    font-size: 80px;
  }
  .headline_style2 {
    font-size: 40px;
  }
  .headline_style3 {
    font-size: 30px;
  }
  .headline_style4 {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .headline_style1 {
    font-size: 64px;
  }
  .headline_style2 {
    font-size: 30px;
  }
  .headline_style3 {
    font-size: 24px;
  }
  .headline_style4 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .headline_style1 {
    font-size: 50px;
  }
  .headline_style2 {
    font-size: 24px;
  }
  .headline_style4 {
    font-size: 18px;
  }
}
@-webkit-keyframes bubble-move {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes bubble-move {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show,
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.background-video,
.background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.background-video img,
.background-img img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  color: transparent;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) or (-o-object-fit: cover) {
  .background-video img,
  .background-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (transform: translate(0, 0)) or
			(-webkit-transform: translate(0, 0)) {
  .background-video img,
  .background-img img {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.background-video video,
.background-img video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (transform: translate(0, 0)) or
			(-webkit-transform: translate(0, 0)) {
  .background-video video,
  .background-img video {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (transform: translate(0, 0)) or
		(-webkit-transform: translate(0, 0)) {
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed,
  .video-responsive video {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.fade-enter,
.fade-leave-to {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fade-enter-active {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.fade-leave-active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1750px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.4);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.4);
  border-radius: 35px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  padding: 5px;
  width: 34px;
  height: 34px;
  opacity: 0.4;
}
.modal-close:hover,
.modal-close:focus {
  opacity: 1;
}
.modal-title {
  margin-bottom: 0;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  text-align: center;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  text-align: left;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-nav {
  position: relative;
  margin-top: 30px;
  padding: 0 55px;
  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;
  min-height: 30px;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
@media (max-width: 1024px) {
  .swiper-nav {
    margin-top: 20px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  padding: 8px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-prev .svg,
.swiper-container-rtl .swiper-button-next .svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  line-height: 0;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  margin: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
  border-color: rgba(0, 0, 0, 0.4);
}
button.swiper-pagination-bullet {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #e962a0;
  border-color: #e962a0;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-family: Gilroy;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn_default {
  padding: 20px 30px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.btn_default.btn_wi {
  padding-right: 75px;
}
.btn_default.btn_wi .btn__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  padding: 15px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
@media (max-width: 1549px) {
  .btn_default {
    padding: 17px 20px;
    font-size: 16px;
  }
  .btn_default.btn_wi {
    padding-right: 55px;
  }
  .btn_default.btn_wi .btn__icon {
    padding: 11px;
    width: 40px;
  }
}
.btn_back {
  padding: 11px 30px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.btn_back.btn_wi {
  padding-left: 55px;
}
.btn_back.btn_wi .btn__icon {
  position: absolute;
  top: 4px;
  left: 5px;
  padding: 8px;
  width: 30px;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s;
}
.btn_back_gray {
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn_back_gray .btn__icon {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn_back_gray:hover,
.btn_back_gray:focus {
  color: #7e4fba;
  border-color: #7e4fba;
}
.btn_back_gray:hover .btn__icon,
.btn_back_gray:focus .btn__icon {
  color: #7e4fba;
  background-color: #d7bff4;
}
.btn_back_white {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn_back_white .btn__icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn_back_white:hover,
.btn_back_white:focus {
  border-color: #ffffff;
}
.btn_back_white:hover .btn__icon,
.btn_back_white:focus .btn__icon {
  color: #e962a0;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  .btn_back {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn_back.btn_wi {
    padding-left: 40px;
  }
  .btn_back.btn_wi .btn__icon {
    padding: 5px;
    width: 24px;
  }
}
.btn_small {
  padding: 11px 30px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1279px) {
  .btn_small {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn_small.btn_wi {
    padding-right: 40px;
  }
  .btn_small.btn_wi .btn__icon {
    padding: 5px;
    width: 24px;
  }
}
.btn_small.btn_wi {
  padding-right: 55px;
}
.btn_small.btn_wi .btn__icon {
  padding: 8px;
  width: 30px;
  border-radius: 50%;
}
.btn_small_white {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn_small_white .btn__icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn_small_white:hover,
.btn_small_white:focus {
  border-color: #ffffff;
}
.btn_small_white:hover .btn__icon,
.btn_small_white:focus .btn__icon {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn_card {
  padding: 11px 30px 13px;
  width: 100%;
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.btn_card.btn_wi {
  padding-right: 55px;
}
.btn_card.btn_wi .btn__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 5px;
  padding: 8px;
  width: 30px;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  .btn_card {
    padding: 9px 20px 10px;
    font-size: 14px;
    -webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15), inset -5px 5px 10px rgba(255, 255, 255, 0.1), inset 5px -5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15), inset -5px 5px 10px rgba(255, 255, 255, 0.1), inset 5px -5px 15px rgba(0, 0, 0, 0.1);
  }
  .btn_card.btn_wi {
    padding-right: 40px;
  }
  .btn_card.btn_wi .btn__icon {
    padding: 5px;
    width: 24px;
  }
}
.btn_white {
  color: #e962a0;
  background-color: #ffffff;
  -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15), inset -5px 5px 10px rgba(255, 255, 255, 0.07), inset 5px -5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15), inset -5px 5px 10px rgba(255, 255, 255, 0.07), inset 5px -5px 15px rgba(0, 0, 0, 0.2);
}
.btn_white.btn_wi .btn__icon {
  color: #e962a0;
  background-color: #ffc8ea;
  -webkit-box-shadow: inset -5px 0px 5px rgba(255, 255, 255, 0.25), inset 5px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: inset -5px 0px 5px rgba(255, 255, 255, 0.25), inset 5px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.btn_white:hover,
.btn_white:focus {
  color: #ffffff;
  background-color: #ba3c76;
}
.btn_white:hover.btn_wi .btn__icon,
.btn_white:focus.btn_wi .btn__icon {
  background-color: #e7a5ce;
}
.btn_white_violet {
  color: #7e4fba;
  background-color: #ffffff;
  -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15), inset -5px 5px 10px rgba(255, 255, 255, 0.07), inset 5px -5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15), inset -5px 5px 10px rgba(255, 255, 255, 0.07), inset 5px -5px 15px rgba(0, 0, 0, 0.2);
}
.btn_white_violet.btn_wi .btn__icon {
  color: #7e4fba;
  background-color: #d7bff4;
  -webkit-box-shadow: inset -5px 0px 5px rgba(255, 255, 255, 0.25), inset 5px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: inset -5px 0px 5px rgba(255, 255, 255, 0.25), inset 5px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.btn_white_violet:hover,
.btn_white_violet:focus {
  color: #ffffff;
  background-color: #7e4fba;
}
.btn_white_violet:hover.btn_wi .btn__icon,
.btn_white_violet:focus.btn_wi .btn__icon {
  background-color: #d7bff4;
}
.btn_pink {
  color: #ffffff;
  background-color: #e962a0;
  -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15), inset -5px 5px 10px rgba(255, 255, 255, 0.07), inset 5px -5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15), inset -5px 5px 10px rgba(255, 255, 255, 0.07), inset 5px -5px 15px rgba(0, 0, 0, 0.2);
}
.btn_pink.btn_wi .btn__icon {
  color: #ffffff;
  background-color: #ffc8ea;
  -webkit-box-shadow: inset -5px 0px 5px rgba(255, 255, 255, 0.25), inset 5px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: inset -5px 0px 5px rgba(255, 255, 255, 0.25), inset 5px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.btn_pink:hover,
.btn_pink:focus {
  color: #ffffff;
  background-color: #ba3c76;
}
.btn_pink:hover.btn_wi .btn__icon,
.btn_pink:focus.btn_wi .btn__icon {
  background-color: #e7a5ce;
}
.btn_transparent {
  color: #e962a0;
  background-color: transparent;
  overflow: visible;
}
.btn_transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid currentColor;
  border-radius: 60px;
}
.btn_transparent.btn_wi .btn__icon {
  color: #e962a0;
  background-color: #ffc8ea;
  -webkit-box-shadow: inset -5px 0px 5px rgba(255, 255, 255, 0.25), inset 5px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: inset -5px 0px 5px rgba(255, 255, 255, 0.25), inset 5px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.btn_transparent:hover,
.btn_transparent:focus {
  color: #ba3c76;
  background-color: rgba(186, 60, 118, 0.1);
}
.btn_transparent:hover.btn_wi .btn__icon,
.btn_transparent:focus.btn_wi .btn__icon {
  background-color: #e7a5ce;
}
.btn_to-top {
  padding: 28px 5px;
  width: 110px;
  height: 110px;
  color: rgba(59, 61, 75, 0.4);
  border-radius: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.btn_to-top .btn__text {
  margin-top: 5px;
  display: block;
}
.btn_to-top .btn__icon {
  padding: 8px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.btn_to-top:hover,
.btn_to-top:focus {
  color: #7e4fba;
  border-color: #7e4fba;
}
.btn_to-top:hover .btn__icon,
.btn_to-top:focus .btn__icon {
  background-color: #d7bff4;
}
@media (max-width: 1279px) {
  .btn_to-top {
    padding: 18px 15px;
    width: 90px;
    height: 90px;
  }
}
.btn_test {
  margin-right: 15px;
  margin-bottom: 15px;
}
.btn_test:last-child {
  margin-right: 0;
}
.btn_block {
  width: 100%;
  display: block;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .form-group {
    margin-bottom: 10px;
  }
}
.form-label {
  margin-bottom: 6px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.form-label_hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.search-input {
  position: relative;
  z-index: 2;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.search-input .form-group {
  margin-bottom: 0;
}
.search-input .form-control {
  z-index: 2;
  padding-left: 54px;
  padding-right: 54px;
  height: 50px;
  background-color: #ffffff;
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../images/svg/search-black.svg");
}
.search-input .form-control:hover,
.search-input .form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.search-input .form-control:focus ~ .btn_close,
.search-input .form-control.is-not-empty ~ .btn_close {
  z-index: 2;
  opacity: 1;
}
@media (min-width: 1549px) {
  .search-input .form-control {
    height: 60px;
  }
}
.search-input .btn_close {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 16px;
  width: 24px;
  height: 24px;
  color: rgba(59, 61, 75, 0.4);
  opacity: 0;
}
.search-input .btn_close:hover,
.search-input .btn_close:focus {
  color: #3b3d4b;
}
.textarea-input {
  position: relative;
  z-index: 2;
}
.textarea-input .form-group {
  margin-bottom: 0;
}
.textarea-input .form-group__label {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.textarea-input .form-group__label .input-text {
  display: none;
}
.textarea-input .form-group__label .eye {
  display: none;
}
.textarea-input .form-group__label.show-pass .input-password {
  /*display: none;*/
}
.textarea-input .form-group__label.show-pass .input-text {
  display: block;
}
.textarea-input .form-group__label.show-pass .eye {
  display: block;
}
.textarea-input .form-group__label.show-pass .eye-close {
  display: none;
}
.textarea-input .form-group__label.mb-0 {
  margin-bottom: 0;
}
.textarea-input .form-group__label-text {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 0px;
}
.textarea-input .form-group__label-text ~ .form-control {
  margin-top: 22px;
}
.textarea-input .form-group__label-icon-right {
  position: absolute;
  bottom: 17px;
  right: 13px;
}
@media (max-width: 1549px) {
  .textarea-input .form-group__label-icon-right {
    width: 20px;
    height: 20px;
    bottom: 15px;
  }
}
.textarea-input .form-group.row .form-group__label-icon-right {
  right: 30px;
}
.textarea-input .form-group .form-control {
  padding: 17px 30px;
}
.textarea-input .form-group .form-control.padding-left-icon {
  padding-left: 50px;
}
.textarea-input .form-group .form-control.padding-right-icon {
  padding-right: 50px;
}
@media (max-width: 1549px) {
  .textarea-input .form-group .form-control {
    padding: 14px 30px;
  }
}
@media (max-width: 767px) {
  .textarea-input .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .textarea-input .form-group .btn {
    width: 100%;
    display: block;
  }
}
.form-control {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  width: 100%;
  height: 60px;
  color: #3b3d4b;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  font-family: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-clip: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.form-control:hover,
.form-control:focus {
  border-color: #3b3d4b;
}
.form-control:disabled,
.form-control_disabled {
  background-color: #efefef;
  pointer-events: none;
}
@media (max-width: 1549px) {
  .form-control {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    font-size: 16px;
  }
}
.form-control.form-select {
  padding-right: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../images/svg/select-arrow.svg");
  cursor: pointer;
}
@media (max-width: 1549px) {
  .form-control.form-select {
    padding-right: 45px;
    background-size: 20px 20px;
    background-position: center right 15px;
  }
}
.form-control.form-select_sort {
  padding-left: 64px;
  background-image: url("../images/svg/select-arrow.svg"), url("../images/svg/icon-filter.svg");
  background-position: center right 20px, center left 30px;
}
@media (max-width: 1549px) {
  .form-control.form-select_sort {
    padding-left: 50px;
    background-image: url("../images/svg/select-arrow.svg"), url("../images/svg/icon-filter.svg");
    background-position: center right 15px, center left 20px;
  }
}
.form-control.form-control_textarea {
  padding-top: 16px;
  min-height: 108px;
  resize: none;
}
.form-validator {
  margin-top: 5px;
}
.checkbox {
  line-height: 0;
}
.checkbox-label {
  position: relative;
  margin: 0;
  padding-left: 36px;
  display: inline-block;
  min-height: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  vertical-align: baseline;
}
.checkbox-text {
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
}
.checkbox-hidden {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  line-height: 0;
}
.checkbox-custom {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  color: inherit;
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 8px;
  opacity: 0.5;
  line-height: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #e962a0;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.checkbox-color {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 0;
  vertical-align: middle;
}
.checkbox-hidden:checked + .checkbox-custom {
  border-color: #e962a0;
  opacity: 1;
}
.checkbox-hidden:checked + .checkbox-custom::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}
.checkbox-hidden:checked ~ .checkbox-text {
  opacity: 1;
}
.checkbox-hidden:hover + .checkbox-custom,
.checkbox-hidden:focus + .checkbox-custom {
  opacity: 1;
}
.checkbox-hidden:hover ~ .checkbox-text,
.checkbox-hidden:focus ~ .checkbox-text {
  opacity: 1;
}
.checkbox-hidden:disabled {
  pointer-events: none;
}
.radio {
  line-height: 0;
}
.radio-label {
  position: relative;
  margin: 0;
  padding-left: 36px;
  display: inline-block;
  min-height: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  vertical-align: baseline;
}
.radio-text {
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
}
.radio-hidden {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  line-height: 0;
}
.radio-custom {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  color: inherit;
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0.5;
  line-height: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #e962a0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.radio-hidden:checked + .radio-custom {
  border-color: #e962a0;
  opacity: 1;
}
.radio-hidden:checked + .radio-custom::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}
.radio-hidden:checked ~ .radio-text {
  opacity: 1;
}
.radio-hidden:hover + .radio-custom,
.radio-hidden:focus + .radio-custom {
  opacity: 1;
}
.radio-hidden:hover ~ .radio-text,
.radio-hidden:focus ~ .radio-text {
  opacity: 1;
}
.radio-hidden:disabled {
  pointer-events: none;
}
.radio.test .radio-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #3b3d4b;
}
.radio-list .list-item,
.checkbox-list .list-item {
  margin-bottom: 12px;
}
.radio-list .list-item:last-child,
.checkbox-list .list-item:last-child {
  margin-bottom: 0 !important;
}
::-webkit-input-placeholder {
  color: rgba(59, 61, 75, 0.5);
}
::-moz-placeholder {
  color: rgba(59, 61, 75, 0.5);
}
/* Firefox 19+ */
:-moz-placeholder {
  color: rgba(59, 61, 75, 0.5);
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: rgba(59, 61, 75, 0.5);
}
.interactive-block {
  position: relative;
}
.interactive-block__model {
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0;
  /*height: 770px;

		@media (max-width: 1279px) {
			height: 700px;
		}
		@media (max-width: 767px) {
			height: 352px;
		}*/
}
.interactive-block__model model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  --progress-bar-color: rgba(233, 98, 160, 0.2);
  --poster-color: transparent;
  height: 100%;
  width: 100%;
}
.interactive-block__model model-viewer .userInput {
  outline: none !important;
}
.interactive-block__model img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.interactive-block__info {
  position: relative;
  z-index: 2;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  color: #3b3d4b;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 15px 60px 60px 15px;
}
.interactive-block__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  background-color: #e962a0;
}
.interactive-block__content,
.interactive-block__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.interactive-block__btn {
  max-width: 258px;
}
.interactive-block__content {
  padding: 0 30px;
  max-width: calc(100% - 258px);
}
.interactive-block__title {
  margin-bottom: 8px;
}
.interactive-block__category {
  color: rgba(59, 61, 75, 0.5);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1549px) {
  .interactive-block__content {
    padding: 0 20px;
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 1279px) {
  .interactive-block__info {
    padding-right: 10px;
    min-height: 70px;
  }
  .interactive-block__content {
    max-width: calc(100% - 50px);
  }
  .interactive-block__title {
    margin-bottom: 5px;
  }
  .interactive-block__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px;
  }
  .interactive-block__btn .btn {
    padding: 5px;
    width: 50px;
    height: 50px;
  }
  .interactive-block__btn .btn__text {
    display: none;
  }
}
@media (max-width: 767px) {
  .interactive-block {
    margin: 0 auto;
    max-width: 320px;
  }
}
.main-scrolled-nav {
  margin-bottom: 30px;
  max-width: 100%;
  height: 26px;
  overflow: hidden;
  line-height: 0;
  white-space: nowrap;
  text-align: right;
}
.main-scrolled-nav .nav-list {
  margin-bottom: -20px;
  padding-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  overflow-x: auto;
  text-align: left;
}
.main-scrolled-nav .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  vertical-align: baseline;
  line-height: 0;
}
.main-scrolled-nav .list-item.active .link {
  color: #e962a0;
  border-color: currentColor;
}
.main-scrolled-nav .link {
  position: relative;
  padding: 0 20px 7px;
  display: inline-block;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  vertical-align: baseline;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
.main-scrolled-nav .link.active {
  color: #e962a0;
  border-color: currentColor;
}
.main-scrolled-nav .link:hover,
.main-scrolled-nav .link:focus {
  color: #ba3c76;
}
@media (max-width: 1279px) {
  .main-scrolled-nav {
    margin-bottom: 10px;
    text-align: left;
  }
}
.inner-scrolled-nav {
  margin-bottom: 50px;
  max-width: 100%;
  height: 18px;
  overflow: hidden;
  line-height: 0;
  white-space: nowrap;
}
.inner-scrolled-nav .nav-list {
  margin-bottom: -20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}
.inner-scrolled-nav .list-item {
  padding-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  vertical-align: baseline;
  line-height: 0;
}
.inner-scrolled-nav .link {
  padding-bottom: 1px;
  display: inline-block;
  color: rgba(59, 61, 75, 0.8);
  border-bottom: 1px solid currentColor;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  vertical-align: baseline;
  cursor: pointer;
}
.inner-scrolled-nav .link:hover,
.inner-scrolled-nav .link:focus,
.inner-scrolled-nav .link.active {
  color: #ba3c76;
}
.inner-scrolled-nav.white .link {
  color: rgba(255, 255, 255, 0.7);
}
.inner-scrolled-nav.white .link:hover,
.inner-scrolled-nav.white .link:focus,
.inner-scrolled-nav.white .link.active {
  color: #ffffff;
}
@media (max-width: 1549px) {
  .inner-scrolled-nav {
    margin-bottom: 40px;
  }
  .inner-scrolled-nav .list-item {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .inner-scrolled-nav {
    height: 16px;
  }
  .inner-scrolled-nav .link {
    font-size: 14px;
  }
}
.inner-scrolled-nav.vertical {
  overflow: initial;
  height: initial;
  margin-bottom: 0px;
}
.inner-scrolled-nav.vertical .nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.inner-scrolled-nav.vertical .list-item {
  padding: 0px 10px;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .inner-scrolled-nav.vertical .link {
    font-size: 14px;
  }
}
.card {
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #3b3d4b;
  background-color: #ffffff;
  border-radius: 35px;
  overflow: hidden;
}
.card > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
}
.card__header {
  position: relative;
  min-height: 35px;
  line-height: 0;
}
.card__img {
  position: relative;
  padding-top: 73%;
  height: 0;
  border-radius: 25px;
}
a.card__img {
  display: block;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
a.card__img:hover,
a.card__img:focus {
  opacity: 0.9;
}
.card__category {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 6px 10px 5px;
  display: inline-block;
  color: #ffffff;
  background-color: #9e63e9;
  border-radius: 35px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  vertical-align: baseline;
}
.card__body {
  padding: 30px 20px 25px;
}
.card__title {
  margin-bottom: 15px;
}
a.card__title {
  display: block;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
a.card__title:hover,
a.card__title:focus {
  color: #ba3c76;
}
.card__subtitle {
  margin-bottom: 45px;
  font-size: 20px;
}
a.card__subtitle {
  display: block;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
a.card__subtitle:hover,
a.card__subtitle:focus {
  color: #ba3c76;
}
.card__descr {
  font-weight: 500;
  opacity: 0.8;
}
.card__footer {
  position: relative;
  margin-top: auto;
  padding: 20px;
}
.card__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1549px) {
  .card__body {
    padding: 20px 10px 25px;
  }
  .card__title {
    margin-bottom: 10px;
  }
  .card__subtitle {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .card__descr {
    font-size: 16px;
  }
  .card__footer {
    padding: 20px 10px 15px;
  }
  .card__footer::before {
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 1279px) {
  .card__descr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  .card__subtitle {
    margin-bottom: 30px;
  }
  .card__footer {
    padding: 20px 10px 10px;
  }
}
@media (max-width: 1024px) {
  .card {
    border-radius: 20px;
  }
  .card__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .card__img {
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .card__subtitle {
    margin-bottom: 0;
  }
  .card__img {
    padding-top: 0;
    height: 220px;
  }
}
.card.card_full {
  color: #ffffff;
  min-height: 400px;
}
.card.card_full .card__header {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: auto;
}
.card.card_full .card__img {
  padding-top: 0;
  height: 100%;
}
.card.card_full .card__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 350px;
  background: rgba(59, 61, 75, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 61, 75, 0)), to(#3b3d4b));
  background: linear-gradient(180deg, rgba(59, 61, 75, 0) 0%, #3b3d4b 100%);
  border-radius: 0px 0px 25px 25px;
}
@media (max-width: 1024px) {
  .card.card_full .card__img::before {
    border-radius: 0px 0px 15px 15px;
  }
}
.card.card_full .card__descr {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 1549px) {
  .card.card_full .card__descr {
    height: 38px;
  }
}
@media (max-width: 1279px) {
  .card.card_full .card__descr {
    height: 57px;
    -webkit-line-clamp: 3;
  }
}
.card.card_full .card__body {
  position: absolute;
  bottom: 72px;
  left: 10px;
  right: 10px;
  padding: 20px 30px 20px;
  max-width: calc(100% - 20px);
}
@media (max-width: 1549px) {
  .card.card_full .card__body {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .card.card_full .card__body {
    bottom: 108px;
  }
}
.card.card_full .card__footer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 12px 30px 20px;
  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;
  max-width: calc(100% - 20px);
}
.card.card_full .card__footer::before {
  left: 30px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1549px) {
  .card.card_full .card__footer {
    padding: 12px 20px 20px;
  }
  .card.card_full .card__footer::before {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .card.card_full .card__footer {
    padding-top: 10px;
  }
}
.card.card_full .card__statistics,
.card.card_full .card__control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 575px) {
  .card.card_full .card__statistics,
  .card.card_full .card__control {
    max-width: 100%;
  }
}
.card.card_full .card__date {
  margin-left: auto;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 90px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.card.card_full .card__date ~ .card__statistics {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 90px);
}
.card.card_full .card__statistics {
  padding-right: 20px;
}
@media (max-width: 575px) {
  .card.card_full .card__statistics {
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
.card.card_short .card__control {
  display: none !important;
}
.card.card_short .statistics-list {
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .card.card_short {
    padding-right: 225px;
    min-height: 138px;
  }
  .card.card_short .card__footer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: 225px;
  }
  .card.card_short .card__footer::before {
    top: 20px;
    right: auto;
    left: 0;
    bottom: 20px;
    height: auto;
    width: 1px;
  }
  .card.card_short .card__statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card.card_guide .card__title {
  margin-bottom: 0;
}
@supports (display: grid) {
  @media (min-width: 1025px) {
    .card.card_guide {
      padding-left: 210px;
    }
    .card.card_guide .card__header {
      position: absolute;
      top: 10px;
      left: 10px;
      bottom: 10px;
      padding-top: 0;
      width: 200px;
    }
    .card.card_guide .card__img {
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 0;
      width: 100%;
      height: 100%;
    }
  }
  @media (min-width: 1025px) and (max-width: 1549px) {
    .card.card_guide {
      padding-left: 220px;
    }
  }
}
.card.card_test-drive::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  background-position: left 20px top -20px;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/backgrounds/test-drives-card-bg.svg");
}
@media (max-width: 1799px) {
  .card.card_test-drive::before {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .card.card_test-drive::before {
    top: auto;
    bottom: -10px;
    right: -20px;
    width: 210px;
    height: 194px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.card.card_test-drive .card__header {
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 180px;
  height: 100%;
  text-align: right;
  overflow: visible;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
@media (max-width: 1024px) {
  .card.card_test-drive .card__header {
    width: 155px;
  }
}
.card.card_test-drive .card__category {
  top: 20px;
  left: auto;
  right: 20px;
}
@media (max-width: 1024px) {
  .card.card_test-drive .card__category {
    position: relative;
    top: 0;
    right: 0;
  }
}
.card.card_test-drive .card__img {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.card.card_test-drive .card__img picture,
.card.card_test-drive .card__img img {
  margin-top: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.card.card_test-drive .card__body,
.card.card_test-drive .card__footer {
  max-width: 345px;
}
@media (max-width: 1799px) {
  .card.card_test-drive .card__body,
  .card.card_test-drive .card__footer {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .card.card_test-drive .card__body,
  .card.card_test-drive .card__footer {
    position: relative;
    z-index: 2;
    max-width: 100%;
  }
}
.card.card_question .card__header {
  margin-bottom: -5px;
}
.card.card_question .card__title {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .card.card_question {
    padding-right: 225px;
  }
  .card.card_question .card__body {
    padding-right: 20px;
  }
  .card.card_question .card__footer {
    position: absolute;
    right: 0;
    width: 225px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
  .card.card_question .card__footer::before {
    display: none;
  }
  .card.card_question .card__footer .card__statistics {
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .card.card_question .card__footer .card__statistics .list {
    padding: 0;
  }
  .card.card_question .card__footer .card__statistics .list-item {
    margin: 0;
  }
}
.card.card_aside .card__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 350px;
  background: rgba(59, 61, 75, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 61, 75, 0)), to(#3b3d4b));
  background: linear-gradient(180deg, rgba(59, 61, 75, 0) 0%, #3b3d4b 100%);
  border-radius: 0px 0px 25px 25px;
}
@media (max-width: 1024px) {
  .card.card_aside .card__img::before {
    border-radius: 0px 0px 15px 15px;
  }
}
.card.card_aside .card__body {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 10px;
  right: 10px;
  padding: 20px 30px 20px;
  max-width: calc(100% - 20px);
  color: #ffffff;
}
@media (max-width: 1549px) {
  .card.card_aside .card__body {
    bottom: 10px;
    padding: 20px;
  }
}
.card.card_aside .card__title {
  margin-bottom: 0;
}
.card .card__create-comment .textarea-input .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card .card__create-comment .textarea-input .form-group .form-control {
  margin-right: 30px;
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("../images/svg/icon-comment.svg");
}
@media (max-width: 767px) {
  .card .card__create-comment .textarea-input .form-group .form-control {
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.card .card__authorization-title {
  margin-bottom: 10px;
  color: #000000;
}
.card .card__authorization-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 30px;
  color: rgba(59, 61, 75, 0.5);
  max-width: 80%;
}
@media (max-width: 1549px) {
  .card .card__authorization-text {
    font-size: 16px;
  }
}
.card .card__info-img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.card .card__info-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .card .card__info-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}
.card .card__info-subtitle {
  font-weight: 500;
  font-size: 14px;
  color: rgba(59, 61, 75, 0.3);
  margin-bottom: 10px;
}
@media (max-width: 1549px) {
  .card .card__info-subtitle {
    margin-bottom: 8px;
  }
}
.card .card__info-time {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 14px;
  color: rgba(59, 61, 75, 0.3);
}
.card .card__answer {
  border-radius: 25px;
  padding: 30px;
  color: rgba(59, 61, 75, 0.8);
  background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 1024px) {
  .card .card__answer {
    padding: 20px;
  }
}
.card .card__answer + .card__answer {
  margin-top: 30px;
}
@media (max-width: 1549px) {
  .card .card__answer + .card__answer {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .card .card__answer + .card__answer {
    margin-top: 10px;
  }
}
.card .card__answer-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card .card__answer-header-title {
  margin-left: 15px;
  padding-right: 40px;
  max-width: calc(100% - 15px - 50px);
}
.card .card__answer-body {
  margin-top: 20px;
}
.card .card__answer-body-text {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  max-width: 80%;
  color: rgba(59, 61, 75, 0.8);
}
@media (max-width: 1279px) {
  .card .card__answer-body-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .card .card__answer-body-text {
    max-width: 100%;
  }
}
.card .card__answer-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .card .card__answer-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card .card__answer-footer .card__statistics .statistics-list {
  padding-bottom: 0;
}
.card .card__answer-footer .card__statistics .statistics-list .list-item {
  margin-bottom: 0;
}
.card .card__comment {
  padding: 30px 20px 25px;
}
@media (max-width: 1549px) {
  .card .card__comment {
    padding: 20px 10px 25px;
  }
}
.card .card__comment-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 50px;
}
.card .card__comment-header-title {
  margin-left: 15px;
  padding-right: 40px;
  max-width: calc(100% - 15px - 50px);
}
.card .card__comment-body {
  margin-top: 20px;
}
.card .card__comment-body-text {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  max-width: 80%;
  color: rgba(59, 61, 75, 0.8);
}
@media (max-width: 1279px) {
  .card .card__comment-body-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .card .card__comment-body-text {
    max-width: 100%;
  }
}
.card .card__comment-body-answers {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .card .card__comment-body-answers {
    padding-left: 10px;
  }
}
.card .card__comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .card .card__comment-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card .card__comment-footer .card__statistics .statistics-list {
  padding-bottom: 0;
}
.card .card__comment-footer .card__statistics .statistics-list .list-item {
  margin-bottom: 0;
}
.statistics-list {
  margin: 0 -15px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card_full .statistics-list {
  padding-bottom: 0;
}
.statistics-list .list-item {
  margin-bottom: 10px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.card_full .statistics-list .list-item {
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .statistics-list {
    margin: 0 -10px;
  }
  .statistics-list .list-item {
    margin-bottom: 5px;
    padding: 0 10px;
  }
}
.statistics-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.4);
  overflow: visible;
}
.statistics-icon .svg-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  fill: transparent;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.card_full .statistics-icon {
  color: rgba(255, 255, 255, 0.5);
}
button.statistics-icon,
a.statistics-icon {
  text-decoration: none;
}
button.statistics-icon:hover,
a.statistics-icon:hover,
button.statistics-icon:focus,
a.statistics-icon:focus,
button.statistics-icon.liked,
a.statistics-icon.liked {
  color: #e962a0 !important;
}
button.statistics-icon.liked .svg-fill,
a.statistics-icon.liked .svg-fill {
  fill: #e962a0;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
button.statistics-icon.liked:hover,
a.statistics-icon.liked:hover,
button.statistics-icon.liked:focus,
a.statistics-icon.liked:focus {
  opacity: 0.7;
}
.statistics-text {
  padding-left: 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1549px) {
  .statistics-text {
    padding-left: 5px;
    font-size: 14px;
  }
}
.product-card {
  position: relative;
  margin-bottom: 50px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  text-align: center;
}
.product-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #f2f2f2;
}
.product-card__content {
  margin: 0 auto;
  max-width: 410px;
}
@media (max-width: 575px) {
  .product-card__content {
    max-width: 320px;
  }
}
.product-card__img {
  position: relative;
  margin: 0 auto 20px;
  padding-top: 98%;
  display: block;
  height: 0;
}
.product-card__img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.product-card__img:hover,
.product-card__img:focus {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.product-card__title {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-card__title:hover,
.product-card__title:focus {
  color: #e962a0;
}
.product-card__descr {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 54px;
  color: rgba(59, 61, 75, 0.5);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .product-card {
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .product-card__title {
    padding: 0 5px;
    font-size: 20px;
  }
  .product-card__descr {
    margin-bottom: 0;
    padding: 0 5px;
    font-size: 14px;
    height: 48px;
  }
}
.glossary-card {
  position: relative;
  padding-left: 170px;
  display: block;
  min-height: 200px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 35px;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  overflow: hidden;
}
.glossary-card__letter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 60px 40px 60px 10px;
  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;
  width: 170px;
  color: #ffffff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/backgrounds/glossary-card-bg.svg");
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  text-align: center;
}
.glossary-card__content {
  padding: 30px;
}
.glossary-card__title {
  margin-bottom: 5px;
  word-break: break-word;
}
@media (min-width: 1550px) {
  .glossary-card__title {
    font-size: 36px;
  }
}
.glossary-card__note {
  color: rgba(59, 61, 75, 0.4);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.glossary-card__descr {
  margin-top: 20px;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  overflow: hidden;
}
.glossary-card__link {
  margin-top: 100px;
}
@media (max-width: 1799px) {
  .glossary-card__content {
    padding: 25px 20px;
  }
  .glossary-card__descr {
    margin-top: 15px;
    font-size: 16px;
  }
  .glossary-card__link {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .glossary-card__link {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .glossary-card {
    padding-left: 0;
    padding-top: 80px;
  }
  .glossary-card__letter {
    bottom: auto;
    right: 0;
    padding: 20px 20px 10px;
    height: 60px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-position: left -50px bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url("../images/backgrounds/glossary-card-bg-mobile.svg");
    font-size: 30px;
    text-align: left;
  }
  .glossary-card__content {
    padding: 0 20px 25px;
  }
  .glossary-card__title {
    font-size: 20px;
  }
  .glossary-card__descr {
    margin-top: 10px;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  left: -510px;
  z-index: 110;
  padding-top: 130px;
  padding-bottom: 80px;
  width: 510px;
  min-width: 360px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  color: #3b3d4b;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  pointer-events: auto;
}
.sidebar__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 50px 25px;
  height: 130px;
  background-color: #ffffff;
}
.sidebar__header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
.sidebar__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px;
  width: 34px;
  height: 34px;
  color: rgba(59, 61, 75, 0.4);
}
.sidebar__close:hover,
.sidebar__close:focus {
  color: #7e4fba;
}
.sidebar__body {
  padding: 0 50px;
  max-height: 100%;
  overflow-y: auto;
}
.sidebar__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.05);
}
.sidebar__info {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: calc(100% - 60px);
  color: rgba(59, 61, 75, 0.4);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.sidebar__cleaner {
  padding: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  color: rgba(59, 61, 75, 0.4);
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 4px #ffffff;
          box-shadow: inset 0px 0px 0px 4px #ffffff;
  background-clip: padding-box;
}
.sidebar__cleaner:hover,
.sidebar__cleaner:focus {
  color: #7e4fba;
  border-color: #d7bff4;
  -webkit-box-shadow: inset 0px 0px 0px 40px #ffffff;
          box-shadow: inset 0px 0px 0px 40px #ffffff;
}
.filters-opened .sidebar_filters {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 1549px) {
  .sidebar .sidebar__title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    width: 360px;
    left: -360px;
  }
  .sidebar__header {
    padding: 50px 20px 25px;
  }
  .sidebar__header::after {
    left: 20px;
    right: 20px;
  }
  .sidebar__close {
    top: 15px;
    right: 15px;
  }
  .sidebar__body {
    padding: 0 20px;
  }
}
.filters-block {
  padding: 26px 0 30px;
}
.filters-block__title {
  margin-bottom: 20px;
}
.filters-block__list {
  color: rgba(59, 61, 75, 0.8);
}
.filters-block + .filters-block {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.modal-dialog {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  color: rgba(0, 0, 0, 0.4);
}
.modal-close:hover {
  color: #3b3d4b;
}
.modal-content {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.4);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.4);
  min-width: 320px;
  max-width: 100%;
}
.modal-body {
  background-color: #ffffff;
}
.modal-body.default-padding {
  padding: 80px 50px;
}
@media (max-width: 1549px) {
  .modal-body.default-padding {
    padding: 70px 50px;
  }
}
@media (max-width: 575px) {
  .modal-body.default-padding {
    padding: 70px 20px;
  }
}
.modal-body__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .modal-body__btn .btn {
    width: 100%;
  }
}
.modal-body__img {
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal-body__img .svg {
  width: 100%;
  height: 100%;
}
.modal-body__title {
  margin-bottom: 30px;
  color: #000000;
}
.modal-body__subtitle {
  width: 75%;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: rgba(59, 61, 75, 0.8);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal-body__subtitle .gray-mode {
  color: rgba(59, 61, 75, 0.4);
}
.modal-body__subtitle .gray-mode .link {
  color: rgba(59, 61, 75, 0.8);
}
@media (max-width: 1549px) {
  .modal-body__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .modal-body__subtitle {
    width: 100%;
  }
}
.modal-body__title ~ .modal-body__subtitle {
  margin-top: -15px;
}
.modal-body__info {
  margin-top: 15px;
}
.modal-body__info-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: rgba(59, 61, 75, 0.5);
}
.modal-body__info-link {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  color: rgba(59, 61, 75);
  opacity: 0.5;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.modal-body__info-link:hover {
  opacity: 1;
}
.modal-body__login-also {
  margin-top: 50px;
}
.modal-body__login-border {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}
@media (max-width: 1549px) {
  .modal-body__login-border {
    font-size: 18px;
  }
}
.modal-body__login-border::after,
.modal-body__login-border::before {
  content: "";
  position: absolute;
  top: 50%;
  width: calc((100% - 80px) / 2);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-bottom: 1px solid #c4c4c4;
}
.modal-body__login-border::after {
  left: 0;
}
.modal-body__login-border::before {
  right: 0;
}
.modal-body__login-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-body__login-list .link {
  margin-right: 15px;
  cursor: pointer;
}
.modal-body__login-list .link:last-child {
  margin-right: 0;
}
.modal-body__login-list .link .svg {
  color: #c4c4c4;
  -webkit-transition: 0.5s color linear;
  transition: 0.5s color linear;
}
@media (max-width: 1549px) {
  .modal-body__login-list .link .svg {
    width: 50px;
    height: 50px;
  }
}
.modal-body__login-list .link:hover .svg {
  color: #3b3d4b;
}
.modal_glossary .modal-content {
  width: 320px;
}
@media (min-width: 576px) {
  .modal_glossary .modal-content {
    width: 560px;
  }
  .modal_glossary .glossary-card__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
  }
  .modal_glossary .glossary-card__letter {
    background-size: 500px 600px;
  }
}
@media (min-width: 768px) {
  .modal_glossary .modal-content {
    width: 736px;
  }
  .modal_glossary .glossary-card {
    padding-left: 260px;
  }
  .modal_glossary .glossary-card__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modal_glossary .glossary-card__letter {
    width: 260px;
    font-size: 150px;
    background-size: 548px 666px;
  }
}
@media (max-width: 575px) {
  .modal_glossary .glossary-card {
    padding-top: 130px;
  }
  .modal_glossary .glossary-card__letter {
    padding: 25px 20px 10px;
    height: 100px;
    font-size: 60px;
  }
}
.modal_authorization .modal-dialog .modal-content {
  width: 520px;
}
.modal_authorization .modal-dialog .modal-content .modal-body .form-group__forgot-pass {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: rgba(59, 61, 75, 0.5);
  cursor: pointer;
  margin-top: 10px;
  color: rgba(59, 61, 75);
  opacity: 0.5;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.modal_authorization .modal-dialog .modal-content .modal-body .form-group__forgot-pass:hover {
  opacity: 1;
}
@media (max-width: 1549px) {
  .modal_authorization .modal-dialog .modal-content .modal-body .form-group__forgot-pass {
    font-size: 14px;
  }
}
.modal_registration .modal-dialog .modal-content {
  width: 760px;
}
.modal_registration .modal-dialog .modal-content .modal-body .form-group__agreement {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .modal_registration .modal-dialog .modal-content .modal-body .form-group__agreement {
    width: 100%;
  }
}
.modal_registration .modal-dialog .modal-content .modal-body .form-group__agreement .checkbox-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: rgba(59, 61, 75, 0.4);
}
@media (max-width: 575px) {
  .modal_registration .modal-dialog .modal-content .modal-body .form-group__agreement .checkbox-text {
    font-size: 16px;
  }
}
.modal_ask-question .modal-dialog .modal-content {
  width: 600px;
}
.modal_ask-question .modal-dialog .modal-content .modal-body .form-control {
  height: 160px;
  border-radius: 30px;
  padding: 18px 30px;
}
.modal_password-reset .modal-dialog .modal-content {
  width: 510px;
}
.modal_forgot-password .modal-dialog .modal-content {
  width: 500px;
}
.modal_check-email .modal-dialog .modal-content {
  width: 500px;
}
.modal_editing-profile .modal-dialog .modal-content,
.modal_change-password .modal-dialog .modal-content {
  width: 500px;
}
.modal_editing-profile .modal-dialog .modal-content .modal-body__btn,
.modal_change-password .modal-dialog .modal-content .modal-body__btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal_confirm-email .modal-dialog .modal-content {
  width: 550px;
}
.modal_confirm-email .modal-dialog .modal-content .modal-body__subtitle {
  width: 100%;
}
.modal_success .modal-dialog .modal-content {
  width: 520px;
}
.modal_success .modal-dialog .modal-content .modal-body__img {
  width: 140px;
  height: 140px;
}
@media (max-width: 1024px) {
  .modal_success .modal-dialog .modal-content .modal-body__img {
    width: 80px;
    height: 80px;
  }
}
.share-block {
  position: relative;
  z-index: 5;
  padding: 4px;
  width: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  background-color: #f6f6fe;
  -webkit-transition: border-color ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s;
}
.share-block__btn {
  position: relative;
  padding: 14px;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  background-color: #eaeaf1;
  border-radius: 30px;
}
.share-block__btn:hover,
.share-block__btn:focus {
  color: #7e4fba;
  background-color: #d7bff4;
}
.share-block__btn .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.share-block__btn .svg_close {
  opacity: 0;
}
.share-block__btn .svg_share {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.share-block__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}
.share-block__list {
  margin-top: 5px;
  padding: 14px 10px;
  background: #eaeaf1;
  border-radius: 30px;
  text-align: center;
}
.share-block__list .list-item + .list-item {
  margin-top: 20px;
}
.share-block__link {
  display: inline-block;
  width: 100%;
  line-height: 0;
  vertical-align: middle;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.share-block__link_copy {
  color: rgba(0, 0, 0, 0.4);
}
.share-block__link_copy:hover,
.share-block__link_copy:focus {
  color: #7e4fba;
}
.share-block__link:hover,
.share-block__link:focus {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.share-block:hover {
  border-color: #7e4fba;
}
.share-block.no-border {
  border-color: transparent;
}
.share-block.opened .share-block__btn .svg_close {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.share-block.opened .share-block__btn .svg_share {
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.share-block.opened .share-block__content {
  max-height: 165px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1279px) {
  .share-block {
    width: 50px;
    border-radius: 50px;
  }
  .share-block__btn {
    padding: 10px;
  }
  .share-block__btn .svg {
    width: 20px;
  }
  .share-block__list {
    padding: 10px 8px;
  }
  .share-block__list .list-titem + .list-item {
    margin-top: 10px;
  }
}
.share-link {
  color: rgba(59, 61, 75, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  height: 60px;
}
.share-link_icon {
  width: 60px;
}
.share-link .btn__icon {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 13px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.share-link:hover,
.share-link:focus {
  color: #7e4fba;
  border-color: #7e4fba;
}
.share-link:hover .btn__icon,
.share-link:focus .btn__icon {
  background-color: #d7bff4;
}
.share-link-text {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1549px) {
  .share-link {
    height: 50px;
  }
  .share-link_icon {
    width: 50px;
  }
  .share-link .btn__icon {
    padding: 10px;
    width: 40px;
    height: 40px;
  }
}
.rabbit {
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 999;
}
@media (max-width: 1024px) {
  .rabbit {
    display: none;
  }
}
.rabbit.active .rabbit__img {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
.rabbit__img {
  width: 10vw;
  -webkit-transform: translateY(53%);
          transform: translateY(53%);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  cursor: pointer;
}
.rabbit__list {
  position: absolute;
  top: 80px;
  left: -220px;
  width: 220px;
  height: 160px;
  display: none;
}
.rabbit__list-bg {
  width: 100%;
  height: 100%;
}
.rabbit__list-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.rabbit__list-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.rabbit__list-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.rabbit__list-link {
  font-weight: 600;
  font-size: 16px;
}
.rabbit__list-link span {
  margin-left: 10px;
}
.header {
  position: relative;
  z-index: 100;
  pointer-events: auto;
}
.header__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: auto;
}
.filters-opened .header__backdrop {
  z-index: 109;
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu-opened .header__backdrop {
  z-index: -10;
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__search {
  position: relative;
  z-index: 2;
  padding: 5px 10px;
  max-width: 395px;
}
.header__search .form-group {
  margin-bottom: 0;
}
.header__search .form-control {
  z-index: 2;
  padding-left: 54px;
  padding-right: 54px;
  height: 40px;
  background-color: #ffffff;
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../images/svg/search-pink.svg");
}
.header__search .form-control:hover,
.header__search .form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.header__search .form-control:focus ~ .btn_close {
  z-index: 2;
  opacity: 1;
}
.header__search .btn_close {
  position: absolute;
  z-index: -1;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
  color: rgba(59, 61, 75, 0.4);
  opacity: 0;
}
.header__search .btn_close:hover,
.header__search .btn_close:focus {
  color: #3b3d4b;
}
.search-opened .header__search .btn_close {
  z-index: 2;
  opacity: 1;
}
.header__search-results {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  z-index: -1;
  max-height: 0;
  color: #3b3d4b;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}
.search-opened .header__search-results {
  opacity: 1;
  visibility: visible;
  max-height: calc((var(--vh, 1vh) * 100) - 120px);
}
.header__search-results .scrollbar-inner {
  overflow-y: auto;
  max-height: calc((var(--vh, 1vh) * 100) - 120px) !important;
}
@media (max-width: 1549px) {
  .header__search {
    max-width: 340px;
  }
}
@media (max-width: 1279px) {
  .header__search {
    padding: 0;
    max-width: 100%;
  }
}
.search-result {
  padding: 10px 0 0;
}
.search-result + .search-result {
  padding-top: 5px;
}
.search-result:last-child {
  padding-bottom: 10px;
}
.search-result__title {
  padding: 10px 20px 5px;
  color: #e962a0;
}
.search-result__link {
  position: relative;
  padding-left: 25px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.search-result__link .link__icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.search-result__link:hover,
.search-result__link:focus {
  color: #e962a0;
}
.search-result__link:hover .link__icon,
.search-result__link:focus .link__icon {
  color: #e962a0;
}
.search-result .list-item {
  padding: 15px 17px;
}
.search-result .list-item + .list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.header-main {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  min-width: 360px;
}
.header-main__bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  color: #ffffff;
  background-color: #e962a0;
  -webkit-box-shadow: 0px -10px 50px rgba(59, 61, 75, 0.5);
          box-shadow: 0px -10px 50px rgba(59, 61, 75, 0.5);
  border-radius: 0px 0px 35px 35px;
}
.header-main__logo {
  padding: 8px 4px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  max-width: 64px;
}
.header-main .logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  -webkit-filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.2));
}
.header-main .logo:hover,
.header-main .logo:focus {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.header-main__nav {
  padding: 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: calc(100% - 64px - 495px);
}
.header-main__controls {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 495px;
}
.header-main .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 0;
}
.header-main .nav-list > .list-item {
  padding: 0 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header-main .nav-link {
  position: relative;
  padding-top: 26px;
  padding-bottom: 26px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.header-main .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.header-main .nav-link:hover::after,
.header-main .nav-link:focus::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header-main .active .nav-link::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header-main .has-child .nav-link {
  padding-right: 18px;
}
.header-main .has-child .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/svg/icon-nav.svg");
  opacity: 0.5;
}
.header-main .controls-list {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-main .controls-list > .list-item {
  position: relative;
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header-main .controls-list > .list-item + .list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.header-main .controls-list .btn_icon {
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}
.header-main .controls-list .btn_icon:hover,
.header-main .controls-list .btn_icon:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1280px) {
  .header-main .controls-list .btn_search {
    display: none;
  }
}
.header-main .subnav-list {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-main .subnav-list_partnership .list-item {
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}
.header-main .subnav-list_universarium .list-item {
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
  max-width: 16.666%;
}
.header-main .subnav-list_catalog-links {
  padding: 1px 0 0 1px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-main .subnav-list_catalog-links .list-item {
  margin-top: -1px;
  margin-left: -1px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border: 1px solid #f2f2f2;
}
@media (max-width: 1549px) {
  .header-main .subnav-list_catalog-links .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.header-main .subnav-list_catalog-buttons {
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-main .subnav-list_catalog-buttons .list-item {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.header-main .subnav-list_catalog-buttons .list-item + .list-item {
  margin-top: 10px;
}
@media (max-width: 1279px) {
  .header-main {
    background-color: #e962a0;
    -webkit-box-shadow: 0px -5px 30px rgba(59, 61, 75, 0.5);
            box-shadow: 0px -5px 30px rgba(59, 61, 75, 0.5);
  }
  .header-main .container {
    max-width: 100%;
  }
  .header-main .header__search {
    display: none;
  }
  .header-main__bar {
    height: 60px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-main__menu-toggler {
    margin-right: auto;
    padding-top: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116px;
            flex: 0 0 116px;
    max-width: 116px;
  }
  .header-main .menu-toggler {
    width: 24px;
    height: 24px;
    overflow: visible;
  }
  .header-main .menu-toggler .btn__icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .header-main .menu-toggler .btn__icon_bar {
    -webkit-transition: opacity ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, transform ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
  }
  .menu-opened .header-main .menu-toggler .btn__icon_bar {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  }
  .header-main .menu-toggler .btn__icon_close {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  }
  .menu-opened .header-main .menu-toggler .btn__icon_close {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: opacity ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, transform ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
  }
  .header-main .menu-toggler .btn__text {
    position: absolute;
    top: 4px;
    left: 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
  }
  .menu-opened .header-main .menu-toggler .btn__text {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: opacity ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, transform ease-in-out 0.3s 0.3s;
    transition: opacity ease-in-out 0.3s 0.3s, transform ease-in-out 0.3s 0.3s, -webkit-transform ease-in-out 0.3s 0.3s;
  }
  .header-main__logo {
    padding: 8px 10px 0;
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67px;
            flex: 0 0 67px;
    max-width: 67px;
  }
  .header-main__controls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116px;
            flex: 0 0 116px;
    max-width: 116px;
  }
  .header-main .controls-list {
    padding: 0 2px;
  }
  .header-main .controls-list .list-item {
    padding: 0 8px;
  }
}
.dropdown-nav {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  min-width: 360px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height linear 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: max-height linear 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}
.dropdown-nav::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.has-child:hover .dropdown-nav,
.has-child .nav-link:focus + .dropdown-nav {
  opacity: 1;
  visibility: visible;
  max-height: calc(var(--vh, 1vh) * 100);
}
.has-child:hover .dropdown-nav::before,
.has-child .nav-link:focus + .dropdown-nav::before {
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.dropdown-nav__content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1640px;
  max-height: calc((var(--vh, 1vh) * 100) - 80px);
  color: #3b3d4b;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 35px 35px;
  overflow: hidden;
  pointer-events: auto;
}
.dropdown-nav__content .scrollbar-inner {
  overflow-y: auto;
  max-height: calc((var(--vh, 1vh) * 100) - 80px) !important;
}
.dropdown-nav .container {
  padding: 70px 55px 0;
}
.catalog-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-dropdown__cell_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: calc(100% - 320px);
}
.catalog-dropdown__cell_right {
  padding: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 320px;
}
.catalog-dropdown .category-link {
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog-dropdown .category-link__img {
  top: 50%;
  left: 10px;
  right: auto;
  bottom: auto;
  margin-top: -40px;
  width: 70px;
  height: 80px;
  text-align: center;
  -webkit-transform: none;
          transform: none;
}
.catalog-dropdown .category-link__content {
  padding: 20px 20px 20px 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.catalog-dropdown .category-link:hover,
.catalog-dropdown .category-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog-dropdown .category-link:hover .category-link__img,
.catalog-dropdown .category-link:focus .category-link__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1549px) {
  .catalog-dropdown .category-link {
    height: 135px;
  }
}
@media (max-width: 1279px) {
  .catalog-dropdown .category-link {
    height: 80px;
  }
  .catalog-dropdown .category-link__img {
    left: 20px;
    margin-top: -30px;
    width: 53px;
    height: 60px;
  }
  .catalog-dropdown .category-link__content {
    padding-left: 85px;
  }
}
.catalog-dropdown .category-btn {
  margin-bottom: 0;
  height: 112px;
}
.catalog-dropdown .category-btn__content {
  padding-left: 15px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  .catalog-dropdown .category-btn {
    padding-left: 10px;
    padding-right: 5px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .catalog-dropdown .category-btn__content {
    padding-right: 0;
  }
}
@media (max-width: 1279px) {
  .catalog-dropdown {
    display: block;
  }
}
.universarium-link {
  position: relative;
  display: block;
  height: 100%;
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  overflow: hidden;
  line-height: 0;
}
.subnav-list .list-item:first-child .universarium-link {
  border-radius: 15px 15px 15px 35px;
}
.subnav-list .list-item:last-child .universarium-link {
  border-radius: 15px 15px 35px 15px;
}
.universarium-link__content {
  position: relative;
  z-index: 2;
  padding: 40px 20px 205px;
}
.universarium-link__title {
  position: relative;
  margin-bottom: 20px;
  padding-right: 21px;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  vertical-align: baseline;
}
.universarium-link__icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.universarium-link__descr {
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.universarium-link__img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.universarium-link__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 235px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 66px, rgba(255, 255, 255, 0) 100%);
}
.universarium-link:hover,
.universarium-link:focus {
  color: #e962a0;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.2);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.2);
  z-index: 2;
}
.universarium-link:hover .universarium-link__icon,
.universarium-link:focus .universarium-link__icon {
  color: #e962a0;
}
@media (max-width: 1899px) {
  .universarium-link__title {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .universarium-link {
    padding-right: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
  }
  .subnav-list .list-item:first-child .universarium-link {
    border-radius: 28px 28px 8px 8px;
  }
  .subnav-list .list-item:last-child .universarium-link {
    border-radius: 8px 8px 28px 28px;
  }
  .universarium-link__content {
    padding: 20px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background-color: #ffffff;
  }
  .universarium-link__title {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 24px;
  }
  .universarium-link__descr {
    display: none;
  }
  .universarium-link__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 170px;
  }
  .universarium-link__img::after {
    right: auto;
    z-index: 2;
    height: 100%;
    width: 85px;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .universarium-link img {
    z-index: 1;
  }
}
.partnership-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  overflow: hidden;
}
.subnav-list .list-item:first-child .partnership-link {
  border-radius: 15px 15px 15px 35px;
}
.subnav-list .list-item:last-child .partnership-link {
  border-radius: 15px 15px 35px 15px;
}
.partnership-link__content {
  padding: 50px 50px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
}
.partnership-link__title {
  position: relative;
  margin-bottom: 20px;
  padding-right: 21px;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  vertical-align: baseline;
}
.partnership-link__icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.partnership-link__descr {
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.partnership-link__img {
  margin-top: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.partnership-link:hover,
.partnership-link:focus {
  color: #e962a0;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.2);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.2);
  z-index: 2;
}
.partnership-link:hover .partnership-link__icon,
.partnership-link:focus .partnership-link__icon {
  color: #e962a0;
}
.partnership-link:hover .partnership-link__img,
.partnership-link:focus .partnership-link__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1899px) {
  .partnership-link__title {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .partnership-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
  }
  .subnav-list .list-item:first-child .partnership-link {
    border-radius: 28px 28px 8px 8px;
  }
  .subnav-list .list-item:last-child .partnership-link {
    border-radius: 8px 8px 28px 28px;
  }
  .partnership-link__content {
    padding: 20px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .partnership-link__title {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 24px;
  }
  .partnership-link__descr {
    display: none;
  }
  .partnership-link__img {
    margin-top: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    text-align: right;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/*.menu-opened,*/
.filters-opened,
.search-opened {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .menu-opened {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .panel {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .panel {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 360px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  }
  .panel__content {
    position: relative;
    z-index: 1;
    margin: auto 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    height: 100%;
  }
  .panel__body {
    margin: 0 auto;
    padding: 70px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .panel__header {
    padding: 10px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    background-color: #e962a0;
    -webkit-box-shadow: 0px -5px 30px rgba(59, 61, 75, 0.5);
            box-shadow: 0px -5px 30px rgba(59, 61, 75, 0.5);
  }
  .panel__footer {
    position: relative;
    margin: auto auto 0;
    padding: 20px 20px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .panel__footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .panel .socials-list {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel .socials-list .list-item {
    margin-bottom: 5px;
    padding: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 50px;
  }
  .panel .socials-link {
    width: 30px;
  }
  .panel .socials-link:hover,
  .panel .socials-link:focus {
    color: #ffc8ea;
  }
  .panel_menu {
    left: -100%;
    z-index: 5;
    padding-top: 60px;
    padding-bottom: 0;
    color: #ffffff;
    background-color: #e962a0;
    background-position: bottom 7px right;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url("../images/backgrounds/mobile-menu-bg.svg");
    overflow-y: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .panel_menu .panel__body {
    padding: 70px 20px 50px;
  }
  .panel_menu .nav-list .list-item {
    padding: 5px 0;
  }
  .panel_menu .nav-link {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
  }
  .panel_menu .nav-link__text {
    position: relative;
    padding: 6px 0;
    display: inline-block;
  }
  .panel_menu .nav-link__text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: currentColor;
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  }
  .panel_menu .nav-link:hover,
  .panel_menu .nav-link:focus {
    color: #ffffff;
  }
  .panel_menu .nav-link:hover .panel_menu .nav-link__text::after,
  .panel_menu .nav-link:focus .panel_menu .nav-link__text::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .panel_menu .active .nav-link__text::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .panel_menu .active .nav-link {
    color: #ffffff;
  }
  .panel_menu .has-child .nav-link {
    padding-right: 21px;
  }
  .panel_menu .has-child .nav-link__icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
  }
  .panel_menu .has-child .nav-link:hover .nav-link__icon,
  .panel_menu .has-child .nav-link:focus .nav-link__icon {
    opacity: 1;
  }
  .panel_submenu {
    right: -100%;
    z-index: 6;
    padding-top: 60px;
    padding-bottom: 0;
    color: #3b3d4b;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .panel_submenu .panel__body {
    padding: 0;
    max-height: 100%;
    overflow-y: auto;
  }
  .panel_submenu .btn_back {
    margin: 20px;
  }
  .panel_submenu .subnav-list {
    padding: 0 10px 20px;
  }
  .panel_submenu .subnav-list .list-item + .list-item {
    margin-top: 4px;
  }
  .panel_submenu .subnav-list_catalog-buttons {
    padding: 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel_submenu .subnav-list_catalog-buttons .list-item {
    padding: 0 5px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .panel_submenu .subnav-list_catalog-buttons .list-item + .list-item {
    margin-top: 0;
  }
  .panel_submenu .subnav-list_catalog-links {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel_submenu .subnav-list_catalog-links .list-item {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-top: 1px solid #f2f2f2;
  }
  .panel_submenu .subnav-list_catalog-links .list-item:nth-child(odd) {
    border-right: 1px solid #f2f2f2;
  }
  .panel_submenu .subnav-list_catalog-links .list-item + .list-item {
    margin-top: 0;
  }
  .panel_search {
    right: -100%;
    z-index: 120;
    padding-top: 0;
    padding-bottom: 0;
    color: #3b3d4b;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .panel_search .panel__body {
    padding: 0;
    max-height: calc(100% - 60px);
    overflow-y: auto;
  }
  .menu-opened .panel_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .search-opened .panel_search,
  .catalog-opened .panel_catalog,
  .universarium-opened .panel_universarium,
  .partnership-opened .panel_partnership {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .catalog-opened .panel_catalog-buttons .subnav-list,
  .universarium-opened .panel_universarium .subnav-list,
  .partnership-opened .panel_partnership .subnav-list {
    -webkit-filter: drop-shadow(0px 10px 40px rgba(59, 61, 75, 0.07));
            filter: drop-shadow(0px 10px 40px rgba(59, 61, 75, 0.07));
  }
}
@media (max-width: 1279px) and (max-width: 1024px) {
  .panel_submenu .subnav-list_catalog-buttons .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .panel_submenu .subnav-list_catalog-links .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .panel_submenu .subnav-list_catalog-links .list-item:nth-child(odd) {
    border-right: none;
  }
}
.section_subscribe {
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 100px;
  color: #ffffff;
}
.section_subscribe::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  height: 1244px;
}
.section_subscribe .section__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 4033px;
  height: 1244px;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/backgrounds/subscribe-bg.svg");
}
.section_subscribe .subscribe-info {
  position: relative;
  padding: 75px 50px 65px;
  width: 650px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}
.section_subscribe .headline {
  margin-bottom: 30px;
}
.section_subscribe .description {
  color: rgba(255, 255, 255, 0.8);
}
.section_subscribe .subscribe-form {
  padding: 0 50px;
  width: 540px;
}
@media (max-width: 1279px) {
  .section_subscribe {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .section_subscribe .subscribe-info {
    padding: 55px 30px 45px;
    width: 550px;
  }
  .section_subscribe .subscribe-form {
    padding: 0 30px;
    width: 400px;
  }
  .section_subscribe .headline {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .section_subscribe {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section_subscribe::before {
    height: 100%;
  }
  .section_subscribe .section__bg {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    background-image: url("../images/backgrounds/subscribe-bg-mobile.svg");
    background-size: cover;
  }
  .section_subscribe .subscribe-info {
    padding: 35px 30px 25px;
  }
  .section_subscribe .subscribe-info,
  .section_subscribe .subscribe-form {
    width: 100%;
  }
  .section_subscribe .headline {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section_subscribe .subscribe-info {
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  .section_subscribe .subscribe-form {
    padding: 0;
  }
}
.footer {
  position: relative;
  z-index: 3;
  color: #ffffff;
  overflow: hidden;
}
.footer__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  min-width: 2840px;
  min-height: 644px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/footer-bg.svg");
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer__top {
  padding-top: 100px;
  padding-bottom: 50px;
}
.footer__title {
  margin-bottom: 40px;
}
.footer__nav {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.footer__nav .list-item {
  margin-bottom: 12px;
}
.footer__nav .list-item:last-child {
  margin-bottom: 0;
}
.footer .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.footer .nav-link:hover,
.footer .nav-link:focus {
  color: #ffffff;
}
.footer .row {
  height: 100%;
}
.footer .socials-list {
  margin-top: -20px;
  margin-bottom: 45px;
}
.footer__bottom {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.footer__dev {
  text-align: right;
}
.footer__copy {
  text-align: center;
}
.footer .dev-text,
.footer .dev-link,
.footer .dev-link__text,
.footer .dev-link__icon {
  display: inline-block;
  vertical-align: middle;
}
.footer .dev-link__icon {
  width: 30px;
}
.footer .dev-text,
.footer .dev-link__text {
  margin-right: 8px;
}
.footer .dev-link__text {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
}
.footer .dev-link:hover,
.footer .dev-link:focus {
  color: #ffffff;
}
.footer__docs .link {
  padding-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid currentColor;
}
.footer__docs .link:hover,
.footer__docs .link:focus {
  color: #ffffff;
}
.footer .docs-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .docs-list .list-item {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.footer .expert-block {
  position: relative;
  margin-top: -50px;
  padding: 50px;
  min-height: 100%;
  color: #ffffff;
  background-color: #e962a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#7e4fba), to(#582b92));
  background: linear-gradient(180deg, #7e4fba 0%, #582b92 100%);
  border-radius: 35px;
  overflow: hidden;
}
.footer .expert-block__content {
  position: relative;
  max-width: 60%;
  z-index: 1;
}
.footer .expert-block__title {
  margin-bottom: 20px;
}
.footer .expert-block__descr {
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .expert-block__img {
  position: absolute;
  left: 55%;
  bottom: 0;
  width: 500px;
  text-align: center;
  line-height: 0;
}
.footer .expert-block__img img {
  max-height: 100%;
}
@media (max-width: 1549px) {
  .footer__bottom {
    padding: 10px 0;
  }
  .footer__bottom .row {
    margin: 0 -5px;
  }
  .footer__bottom .row .col-12 {
    padding: 0 5px;
  }
  .footer .docs-list .list-item {
    padding: 5px 10px;
  }
  .footer .expert-block {
    padding: 40px;
  }
  .footer .expert-block__descr {
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  .footer {
    background-color: #3b3d4b;
    overflow: visible;
  }
  .footer__bg {
    top: -19px;
    left: 0;
    right: 0;
    margin-left: 0;
    height: 20px;
    width: 100%;
    min-width: 100%;
    min-height: 20px;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/footer-bg-tablet.svg");
    background-size: auto;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .footer__top {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .footer__title {
    margin-bottom: 30px;
  }
  .footer .socials-list {
    margin-top: -10px;
  }
  .footer .expert-block {
    margin-top: 0;
    margin-bottom: 45px;
    height: auto;
    min-height: 0;
  }
  .footer .expert-block__img {
    left: auto;
    right: 0;
    width: auto;
    max-width: 40%;
    max-height: 100%;
  }
}
@media (max-width: 1024px) {
  .footer__nav_catalog {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .footer .expert-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer__bg {
    background-image: url("../images/backgrounds/footer-bg-mobile.svg");
  }
  .footer__bottom {
    padding-bottom: 16px;
  }
  .footer__dev,
  .footer__copy {
    margin-top: 24px;
    text-align: left;
  }
  .footer .expert-block {
    padding: 20px 20px 0;
  }
  .footer .expert-block__content {
    max-width: 100%;
  }
  .footer .expert-block__title {
    margin-bottom: 15px;
    max-width: 270px;
  }
  .footer .expert-block__descr {
    margin-bottom: 25px;
  }
  .footer .expert-block__img {
    position: relative;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2px;
    max-width: 320px;
  }
}
.section_main-start {
  position: relative;
}
.section_main-start .section__bg {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section_main-start .section__bg_1 {
  right: 33.333%;
  bottom: 5px;
  z-index: -1;
  width: 1534px;
  height: 1418px;
  background-image: url("../images/backgrounds/main-start-bg1.svg");
}
.section_main-start .section__bg_2 {
  left: 250px;
  bottom: 30px;
  z-index: -3;
  width: 2208px;
  height: 2212px;
  background-image: url("../images/backgrounds/main-start-bg2.svg");
}
.section_main-start .section__bg_3 {
  left: 50%;
  bottom: 100%;
  z-index: -2;
  margin-bottom: -250px;
  width: 1486px;
  height: 1407px;
  background-image: url("../images/backgrounds/main-start-bg3.svg");
}
.section_main-start .container {
  position: relative;
}
.section_main-start .section__content {
  padding-top: 120px;
  padding-bottom: 210px;
  color: #ffffff;
}
.section_main-start .section__content .row {
  height: 100%;
}
.section_main-start .headline_main {
  margin-bottom: 15px;
  -webkit-filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.15));
          filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.15));
}
.section_main-start .description {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
.section_main-start .section__btn {
  padding: 30px 110px 30px 40px;
  height: 80px;
  color: #ffffff;
  background-color: #e962a0;
  -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.07), inset -5px 5px 10px rgba(255, 255, 255, 0.07), inset 5px -5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.07), inset -5px 5px 10px rgba(255, 255, 255, 0.07), inset 5px -5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 60px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.section_main-start .section__btn .btn__canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 80px;
}
.section_main-start .section__btn .btn__canvas canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.section_main-start .section__btn:hover,
.section_main-start .section__btn:focus {
  background-color: #ba3c76;
}
@media (max-width: 1549px) {
  .section_main-start .section__content {
    padding-top: 80px;
    padding-bottom: 250px;
  }
  .section_main-start .description {
    font-size: 22px;
  }
  .section_main-start .section__btn {
    padding: 20px 75px 20px 30px;
    height: 60px;
    font-size: 18px;
  }
  .section_main-start .section__btn .btn__canvas {
    width: 60px;
  }
}
@media (max-width: 1279px) {
  .section_main-start .section__content {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .section_main-start .section__bg_1 {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .section_main-start .headline_main {
    margin-bottom: 15px;
  }
  .section_main-start .description {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .section_main-start .section__bg_1 {
    right: 40%;
    width: 722px;
    height: 684px;
    -webkit-transform: rotate(60deg) !important;
            transform: rotate(60deg) !important;
  }
  .section_main-start .section__bg_3 {
    display: none;
    background-image: none;
  }
  .section_main-start .section__content {
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .section_main-start .description {
    font-size: 18px;
  }
  .section_main-start .section__info {
    margin: 0 auto 30px;
    max-width: 228px;
  }
  .section_main-start .section__btn {
    padding: 17px 65px 17px 20px;
    height: 50px;
    font-size: 16px;
  }
  .section_main-start .section__btn .btn__canvas {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .section_main-start .section__bg_1 {
    top: -100px;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-40%) rotate(60deg) !important;
            transform: translateX(-40%) rotate(60deg) !important;
  }
  .section_main-start .section__bg_2 {
    left: 50%;
    bottom: 0;
    width: 785px;
    height: 787px;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .section_main-start .section__info {
    text-align: center;
  }
}
.section_main-catalog {
  position: relative;
  padding: 40px 0;
}
.section_main-catalog .headline {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .section_main-catalog .headline {
    margin-bottom: 40px;
  }
}
.section_main-catalog .section__content {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "grid-card-1 grid-card-1" "grid-card-2 grid-card-2" "grid-card-3 grid-card-3" "grid-card-4 grid-card-4" "grid-card-5 grid-card-5" "grid-button-1 grid-button-2" "grid-button-3 grid-button-4";
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 630px;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content {
        grid-template-areas: "grid-card-1 grid-card-2 grid-card-4 grid-button-1" "grid-card-1 grid-card-2 grid-card-4 grid-button-2" "grid-card-1 grid-card-3 grid-card-5 grid-button-3" "grid-card-1 grid-card-3 grid-card-5 grid-button-4";
    -ms-grid-rows: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
.section_main-catalog .section__content .grid-card,
.section_main-catalog .section__content .grid-button {
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 25px rgba(59, 61, 75, 0.07);
          box-shadow: 0 5px 25px rgba(59, 61, 75, 0.07);
  background-color: #ffffff;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-card,
  .section_main-catalog .section__content .grid-button {
    border-radius: 35px;
    -webkit-box-shadow: 0 10px 50px rgba(59, 61, 75, 0.07);
            box-shadow: 0 10px 50px rgba(59, 61, 75, 0.07);
  }
}
.section_main-catalog .section__content .grid-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3b3d4b;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-card {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.section_main-catalog .section__content .grid-card__image {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  text-align: right;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-card__image {
    right: -20px;
    bottom: -20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.section_main-catalog .section__content .grid-card__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  width: 100%;
  height: 100%;
}
.section_main-catalog .section__content .grid-card__desc {
  position: relative;
  padding: 20px 25px;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-card__desc {
    padding: 30px;
  }
}
.section_main-catalog .section__content .grid-card__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .section_main-catalog .section__content .grid-card__title {
    font-size: 24px;
  }
}
.section_main-catalog .section__content .grid-card__counter {
  color: rgba(59, 61, 75, 0.4);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.section_main-catalog .section__content .grid-card:hover,
.section_main-catalog .section__content .grid-card:focus {
  color: #e962a0;
  -webkit-box-shadow: 0 3px 10px rgba(59, 61, 75, 0.2);
          box-shadow: 0 3px 10px rgba(59, 61, 75, 0.2);
}
.section_main-catalog .section__content .grid-card:hover .grid-card__image,
.section_main-catalog .section__content .grid-card:focus .grid-card__image {
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-card:hover .grid-card__image,
  .section_main-catalog .section__content .grid-card:focus .grid-card__image {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}
.section_main-catalog .section__content .grid-card-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: grid-card-1;
}
.section_main-catalog .section__content .grid-card-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: grid-card-2;
}
.section_main-catalog .section__content .grid-card-3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: grid-card-3;
}
.section_main-catalog .section__content .grid-card-4 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: grid-card-4;
}
.section_main-catalog .section__content .grid-card-5 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: grid-card-5;
}
.section_main-catalog .section__content .grid-button {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  -webkit-box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.4), inset 0 -10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.4), inset 0 -10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-button {
    padding: 20px;
  }
}
.section_main-catalog .section__content .grid-button__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-button__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}
.section_main-catalog .section__content .grid-button__desc {
  padding-left: 10px;
  max-width: calc(100% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-button__desc {
    padding-left: 15px;
    max-width: calc(100% - 50px - 24px);
  }
}
.section_main-catalog .section__content .grid-button__title {
  margin-bottom: 6px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-button__title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.section_main-catalog .section__content .grid-button__counter {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-button__counter {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.section_main-catalog .section__content .grid-button__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  color: #ffffff;
  display: none;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-button__arrow {
    display: block;
  }
}
.section_main-catalog .section__content .grid-button_blue {
  background-color: #959af1;
}
.section_main-catalog .section__content .grid-button_blue:hover,
.section_main-catalog .section__content .grid-button_blue:focus {
  background-color: #6d72d6;
}
.section_main-catalog .section__content .grid-button_red {
  background-color: #e962a0;
}
.section_main-catalog .section__content .grid-button_red:hover,
.section_main-catalog .section__content .grid-button_red:focus {
  background-color: #ba3c76;
}
.section_main-catalog .section__content .grid-button_purple {
  background-color: #d663e9;
}
.section_main-catalog .section__content .grid-button_purple:hover,
.section_main-catalog .section__content .grid-button_purple:focus {
  background-color: #ac39be;
}
.section_main-catalog .section__content .grid-button_violet {
  background-color: #9e63e9;
}
.section_main-catalog .section__content .grid-button_violet:hover,
.section_main-catalog .section__content .grid-button_violet:focus {
  background-color: #793dc6;
}
.section_main-catalog .section__content .grid-button-1 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: grid-button-1;
}
.section_main-catalog .section__content .grid-button-2 {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: grid-button-2;
}
.section_main-catalog .section__content .grid-button-3 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: grid-button-3;
}
.section_main-catalog .section__content .grid-button-4 {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
  grid-area: grid-button-4;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__content .grid-card-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .section_main-catalog .section__content .grid-card-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .section_main-catalog .section__content .grid-card-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .section_main-catalog .section__content .grid-card-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .section_main-catalog .section__content .grid-card-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .section_main-catalog .section__content .grid-button-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .section_main-catalog .section__content .grid-button-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .section_main-catalog .section__content .grid-button-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .section_main-catalog .section__content .grid-button-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
}
.section_main-catalog .section__footer {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1280px) {
  .section_main-catalog .section__footer {
    text-align: start;
  }
}
.section_main-voting {
  position: relative;
}
.section_main-voting .section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/backgrounds/main-voting-bg-mobile.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  .section_main-voting .section__bg {
    background-image: url("../images/backgrounds/main-voting-bg.svg");
    background-position: center;
    background-size: auto 100%;
  }
}
.section_main-voting .section__form {
  padding: 50px 0 70px;
}
@media (min-width: 768px) {
  .section_main-voting .section__form {
    padding: 120px 0 100px;
  }
}
@media (min-width: 1280px) {
  .section_main-voting .section__form {
    padding: 200px 0 200px;
  }
}
.section_main-voting .headline {
  color: #ffffff;
  text-align: left;
}
.section_main-voting .headline {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section_main-voting .headline {
    margin-bottom: 20px;
  }
}
.section_main-voting .description {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}
@media (min-width: 1024px) {
  .section_main-voting .description {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .section_main-voting .description {
    margin-bottom: 50px;
  }
}
.section_main-voting .voting-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .section_main-voting .voting-cards {
    margin-right: 15px;
  }
}
@media (min-width: 1280px) {
  .section_main-voting .voting-cards {
    margin-right: 42px;
  }
}
.section_main-voting .voting-cards .voting-card {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.section_main-voting .voting-cards .voting-card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 155px;
  height: 100%;
  max-height: 190px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(59, 61, 75, 0.07);
          box-shadow: 0 5px 15px rgba(59, 61, 75, 0.07);
  background-color: #ffffff;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_main-voting .voting-cards .voting-card__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 155px;
  height: 100%;
  max-height: 190px;
}
@media (min-width: 768px) {
  .section_main-voting .voting-cards .voting-card__img {
    height: 100%;
    width: 100%;
    max-width: 250px;
    max-height: 350px;
  }
  .section_main-voting .voting-cards .voting-card__img img {
    width: 408px;
    height: 100%;
    max-height: 350px;
  }
}
@media (min-width: 1280px) {
  .section_main-voting .voting-cards .voting-card__img {
    max-height: 500px;
    max-width: 400px;
  }
  .section_main-voting .voting-cards .voting-card__img img {
    max-height: 500px;
  }
}
.section_main-voting .voting-cards .voting-card__title {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.section_main-voting .voting-cards .voting-card:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .section_main-voting .voting-cards .voting-card:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .section_main-voting .voting-cards .voting-card:not(:last-child) {
    margin-right: 30px;
  }
}
.section_main-voting .voting-inputs {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .section_main-voting .voting-inputs {
    margin-bottom: 30px;
    margin-left: 15px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .section_main-voting .voting-inputs {
    margin-bottom: 40px;
    margin-left: 42px;
  }
}
.section_main-voting .voting-inputs .voting-input {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .section_main-voting .voting-inputs .voting-input {
    margin-bottom: 15px;
  }
}
.section_main-voting .voting-inputs .voting-input__radio {
  margin-right: 15px;
  color: #ffffff;
}
.section_main-voting .voting-inputs .btn {
  margin-top: 10px;
  width: auto;
  padding: 12px 45px 12px 20px;
}
@media (min-width: 1280px) {
  .section_main-voting .voting-inputs .btn {
    margin-top: 20px;
    height: 60px;
    padding: 20px 75px 20px 30px;
    font-size: 20px;
  }
  .section_main-voting .voting-inputs .btn .btn__icon {
    top: 50%;
    right: 5px;
    width: 50px;
    height: 50px;
  }
}
.progressbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 1280px) {
  .progressbar {
    height: 50px;
  }
}
.progressbar-label {
  color: rgba(59, 61, 75, 0.4);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.progressbar__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.progressbar__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  z-index: 1;
}
.progressbar__percent {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.progressbar.purpure {
  overflow: hidden;
  background-color: #e5d7f4;
  width: 70%;
  height: 40px;
}
.progressbar.purpure .progressbar__line {
  background: -webkit-gradient(linear, left top, right top, from(#959af1), to(#fd93c4));
  background: linear-gradient(90deg, #959af1 0%, #fd93c4 100%);
  border-radius: 0;
}
.progressbar.purpure .progressbar__line::after,
.progressbar.purpure .progressbar__line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/images/svg/icon-progressbar-line.svg");
  background-size: 20px 40px;
  background-repeat: repeat-x;
}
.progressbar.purpure .progressbar__line::after {
  left: -5px;
}
.progressbar.purpure .progressbar__line::before {
  left: 5px;
}
.section_main-questions {
  padding-top: 30px;
  padding-bottom: 210px;
}
.section_main-questions .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 20px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section_main-questions .section__main {
  position: relative;
}
.section_main-questions .section__img {
  position: absolute;
  z-index: -1;
  left: 52%;
  top: 50%;
  width: 82%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.section_main-questions .section__img img {
  max-height: 100%;
}
.section_main-questions .headline_main {
  margin-bottom: 40px;
}
.section_main-questions .description_main {
  margin-bottom: 30px;
  max-width: 450px;
  color: rgba(59, 61, 75, 0.8);
}
.section_main-questions .section__control {
  max-width: 300px;
}
.section_main-questions .section__control .btn + .btn {
  margin-top: 10px;
}
.section_main-questions .section__slider {
  -webkit-filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
          filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
}
@media (max-width: 1549px) {
  .section_main-questions .headline_main {
    margin-bottom: 30px;
  }
  .section_main-questions .section__img {
    left: 55%;
  }
}
@media (max-width: 1279px) {
  .section_main-questions {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .section_main-questions .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-questions-bg-tablet.svg");
    background-size: auto;
  }
  .section_main-questions .section__main {
    margin-bottom: 40px;
  }
  .section_main-questions .section__img {
    left: 65%;
    width: 65%;
  }
  .section_main-questions .section__control {
    max-width: 100%;
    line-height: 0;
    font-size: 0;
  }
  .section_main-questions .section__control .btn + .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .section_main-questions {
    padding-bottom: 70px;
  }
  .section_main-questions .headline_main,
  .section_main-questions .description_main {
    margin-bottom: 20px;
  }
  .section_main-questions .section__img {
    left: 70%;
    width: 60%;
  }
  .section_main-questions .section__slider {
    -webkit-filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
            filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
  }
}
@media (max-width: 767px) {
  .section_main-questions .section__bg {
    background-image: url("../images/backgrounds/main-questions-bg-mobile.svg");
  }
}
@media (max-width: 575px) {
  .section_main-questions .section__img {
    display: none;
  }
  .section_main-questions .description_main {
    max-width: 100%;
  }
  .section_main-questions .section__control .btn:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
    max-width: 132px;
    white-space: initial;
  }
}
.section_main-useful {
  padding-top: 45px;
  padding-bottom: 175px;
}
.section_main-useful::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #f6f6fe;
}
.section_main-useful .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/main-useful-bg.svg");
}
.section_main-useful .section__main {
  position: relative;
  padding-left: 70px;
  padding-right: 220px;
}
.section_main-useful .section__img {
  position: absolute;
  z-index: -1;
  right: -155px;
  bottom: 0;
  max-width: 66.5%;
  pointer-events: none;
  line-height: 0;
}
.section_main-useful .section__img img {
  max-height: 100%;
}
.section_main-useful .headline_main {
  margin-bottom: 40px;
}
.section_main-useful .description_main {
  margin-bottom: 30px;
  max-width: 450px;
  color: rgba(59, 61, 75, 0.8);
}
.section_main-useful .section__slider {
  -webkit-filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
          filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
}
@media (max-width: 1799px) {
  .section_main-useful .section__main {
    padding-left: 20px;
    padding-right: 150px;
  }
  .section_main-useful .section__img {
    right: -180px;
  }
}
@media (max-width: 1549px) {
  .section_main-useful .section__main {
    padding-left: 0;
    padding-right: 100px;
  }
  .section_main-useful .section__img {
    right: -200px;
  }
  .section_main-useful .headline_main {
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .section_main-useful {
    padding-bottom: 90px;
  }
  .section_main-useful .section__main {
    margin-bottom: 40px;
  }
  .section_main-useful .section__img {
    top: -60px;
    bottom: -100px;
    right: -180px;
    max-width: 60%;
  }
  .section_main-useful .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-popular-bg-tablet.svg");
    background-size: auto;
  }
}
@media (max-width: 1024px) {
  .section_main-useful {
    padding-bottom: 70px;
  }
  .section_main-useful .headline_main,
  .section_main-useful .description_main {
    margin-bottom: 20px;
  }
  .section_main-useful .section__img {
    right: -150px;
  }
  .section_main-useful .section__slider {
    -webkit-filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
            filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
  }
}
@media (max-width: 767px) {
  .section_main-useful .section__bg {
    background-image: url("../images/backgrounds/main-popular-bg-mobile.svg");
  }
}
@media (max-width: 575px) {
  .section_main-useful .section__img {
    display: none;
  }
  .section_main-useful .description_main {
    max-width: 100%;
  }
  .section_main-useful .section__main {
    padding-right: 0;
  }
}
.section_main-popular {
  z-index: 1;
  padding: 35px 0 2px;
  background-color: #f6f6fe;
}
@media (max-width: 1279px) {
  .section_main-popular {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section_main-popular .section__bg {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 133px;
  margin-bottom: -1px;
  background-image: url("../images/backgrounds/main-popular-bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1279px) {
  .section_main-popular .section__bg {
    top: -19px;
    right: 0;
    left: 0;
    width: 100%;
    height: 20px;
    min-height: 20px;
    margin-left: 0;
    background-image: url("../images/backgrounds/main-popular-bg-tablet.svg");
    background-size: auto;
    background-repeat: repeat-x;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .section_main-popular .section__bg {
    background-image: url("../images/backgrounds/main-popular-bg-mobile.svg");
  }
}
.section_main-popular + .section_subscribe::before {
  background-color: #f6f6fe;
}
.section_main-popular .section__content > .headline {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1280px) {
  .section_main-popular .section__content > .headline {
    margin-bottom: 40px;
  }
}
.section_main-popular .swiper-container {
  width: 100%;
  max-width: 1920px;
  overflow: visible;
}
.section_main-popular .popular-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 415px;
}
@media (min-width: 1280px) {
  .section_main-popular .popular-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 550px;
  }
}
.section_main-popular .popular-card__img {
  position: relative;
  width: 100%;
  height: 256px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.section_main-popular .popular-card__img > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(15px 10px 7px rgba(59, 61, 75, 0.2));
          filter: drop-shadow(15px 10px 7px rgba(59, 61, 75, 0.2));
}
@media (min-width: 1280px) {
  .section_main-popular .popular-card__img {
    position: absolute;
    top: 0;
    left: -10%;
    width: 60%;
    height: 100%;
  }
}
.section_main-popular .popular-card__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 300px;
  height: 256px;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
@media (min-width: 1280px) {
  .section_main-popular .popular-card__bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(2.3);
            transform: translate(-50%, -50%) scale(2.3);
  }
}
.section_main-popular .popular-card__bg-blot {
  position: relative;
  width: inherit;
  height: inherit;
}
.section_main-popular .popular-card__bg-blot img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section_main-popular .popular-card__bg-elipse {
  position: absolute;
  border-radius: 50%;
  background-color: #f5ecff;
  -webkit-transition: all 0.8s cubic-bezier(0.45, 0.57, 0, 0.9);
  transition: all 0.8s cubic-bezier(0.45, 0.57, 0, 0.9);
}
.section_main-popular .popular-card__bg-elipse-1 {
  top: 16%;
  left: 25%;
  width: 35px;
  height: 35px;
}
.section_main-popular .popular-card__bg-elipse-2 {
  top: 18%;
  left: 82%;
  width: 14px;
  height: 14px;
}
.section_main-popular .popular-card__bg-elipse-3 {
  top: 50%;
  left: 80%;
  width: 65px;
  height: 65px;
}
.section_main-popular .popular-card__desc {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (min-width: 1280px) {
  .section_main-popular .popular-card__desc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.section_main-popular .popular-card__title {
  margin-bottom: 6px;
}
@media (min-width: 1280px) {
  .section_main-popular .popular-card__title {
    margin-bottom: 10px;
  }
}
.section_main-popular .popular-card__category {
  margin-bottom: 20px;
  color: rgba(59, 61, 75, 0.3);
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .section_main-popular .popular-card__category {
    margin-bottom: 30px;
  }
}
.section_main-popular .popular-card__article {
  display: -webkit-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  max-height: 130px;
  overflow: hidden;
  margin: 0;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (min-width: 1280px) {
  .section_main-popular .popular-card__article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 0 30px;
  }
}
.section_main-popular .popular-card__link {
  max-width: 257px;
  margin-bottom: 30px;
}
.section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__img,
.section_main-popular .section__slider .swiper-slide-prev .popular-card__img,
.section_main-popular .section__slider .swiper-slide-next .popular-card__img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media (min-width: 1280px) {
  .section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__img,
  .section_main-popular .section__slider .swiper-slide-prev .popular-card__img,
  .section_main-popular .section__slider .swiper-slide-next .popular-card__img {
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
}
.section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__img > img,
.section_main-popular .section__slider .swiper-slide-prev .popular-card__img > img,
.section_main-popular .section__slider .swiper-slide-next .popular-card__img > img {
  -webkit-filter: drop-shadow(15px 10px 7px rgba(59, 61, 75, 0));
          filter: drop-shadow(15px 10px 7px rgba(59, 61, 75, 0));
}
@media (min-width: 1280px) {
  .section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__img > img,
  .section_main-popular .section__slider .swiper-slide-prev .popular-card__img > img,
  .section_main-popular .section__slider .swiper-slide-next .popular-card__img > img {
    -webkit-filter: drop-shadow(15px 10px 7px rgba(59, 61, 75, 0.1));
            filter: drop-shadow(15px 10px 7px rgba(59, 61, 75, 0.1));
  }
}
.section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__desc,
.section_main-popular .section__slider .swiper-slide-prev .popular-card__desc,
.section_main-popular .section__slider .swiper-slide-next .popular-card__desc {
  opacity: 0;
  -webkit-transform: translate(10%, -50%) scale(0.6);
          transform: translate(10%, -50%) scale(0.6);
}
.section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__bg,
.section_main-popular .section__slider .swiper-slide-prev .popular-card__bg,
.section_main-popular .section__slider .swiper-slide-next .popular-card__bg {
  opacity: 0;
}
.section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__bg-blot,
.section_main-popular .section__slider .swiper-slide-prev .popular-card__bg-blot,
.section_main-popular .section__slider .swiper-slide-next .popular-card__bg-blot {
  -webkit-transform: scale(0.7) rotate(45deg);
          transform: scale(0.7) rotate(45deg);
}
.section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__bg-elipse,
.section_main-popular .section__slider .swiper-slide-prev .popular-card__bg-elipse,
.section_main-popular .section__slider .swiper-slide-next .popular-card__bg-elipse {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1280px) {
  .section_main-popular .section__slider .swiper-slide:not(.swiper-slide-active) .popular-card__bg,
  .section_main-popular .section__slider .swiper-slide-prev .popular-card__bg,
  .section_main-popular .section__slider .swiper-slide-next .popular-card__bg {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .section_main-popular .section__slider .swiper-slide-prev .popular-card__img {
    left: 40% !important;
  }
}
@media (min-width: 1280px) {
  .section_main-popular .section__slider .swiper-slide-next .popular-card__img {
    left: 60% !important;
  }
}
.section_main-blog {
  padding-top: 35px;
  padding-bottom: 140px;
}
.section_main-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #f5ecff;
}
.section_main-blog .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 125px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/main-blog-bg.svg");
}
.section_main-blog .swiper-slide-active {
  z-index: 200;
}
.section_main-blog .section__main {
  position: relative;
}
.section_main-blog .section__img {
  position: absolute;
  z-index: -1;
  right: -15%;
  top: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.section_main-blog .section__img img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_main-blog .headline_main {
  margin-bottom: 40px;
}
.section_main-blog .description_main {
  margin-bottom: 30px;
  max-width: 450px;
  color: rgba(59, 61, 75, 0.8);
}
.section_main-blog .section__slider {
  -webkit-filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
          filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
}
.section_main-blog .card.card_full {
  padding-top: 75%;
}
@media (max-width: 1279px) {
  .section_main-blog .card.card_full {
    padding-top: 120%;
  }
}
@media (max-width: 1025px) {
  .section_main-blog .card.card_full {
    padding-top: 75%;
  }
}
@media (max-width: 575px) {
  .section_main-blog .card.card_full {
    padding-top: 0;
    height: 400px;
  }
}
@media (max-width: 1549px) {
  .section_main-blog .headline_main {
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .section_main-blog {
    padding-bottom: 90px;
  }
  .section_main-blog .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-blog-bg-tablet.svg");
    background-size: auto;
  }
  .section_main-blog .section__main {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section_main-blog {
    padding-bottom: 70px;
  }
  .section_main-blog .headline_main,
  .section_main-blog .description_main {
    margin-bottom: 20px;
  }
  .section_main-blog .section__img {
    right: 0;
  }
  .section_main-blog .section__slider {
    -webkit-filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
            filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
  }
}
@media (max-width: 767px) {
  .section_main-blog .section__bg {
    background-image: url("../images/backgrounds/main-blog-bg-mobile.svg");
  }
}
@media (max-width: 575px) {
  .section_main-blog .section__img {
    display: none;
  }
  .section_main-blog .description_main {
    max-width: 100%;
  }
}
.section_inner-page > .container {
  position: relative;
}
.section_inner-page .section__bg {
  position: absolute;
}
.section_inner-page .section__bg_1 {
  top: -1115px;
  left: 430px;
  width: 2335px;
  height: 2007px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/catalog-products-bg1.svg");
}
.section_inner-page .section__bg_2 {
  top: 1030px;
  left: -720px;
  width: 1416px;
  height: 1400px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/catalog-products-bg2.svg");
}
.section_inner-page .section__bg_3 {
  top: 3330px;
  right: -720px;
  width: 1416px;
  height: 1400px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/catalog-products-bg2.svg");
}
.section_inner-page .section__header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
  z-index: 0;
}
.section_inner-page .section__header_without-breadcrumbs {
  padding-top: 150px;
}
.section_inner-page .breadcrumbs {
  padding-bottom: 50px;
}
.section_inner-page .headline_main {
  margin-bottom: 30px;
}
.section_inner-page .section__body {
  padding-bottom: 70px;
}
.section_inner-page .section__body .col-12 {
  margin-bottom: 30px;
}
.section_inner-page .inner-page-control .col-12 {
  margin-bottom: 0;
}
.section_inner-page .section__footer {
  text-align: center;
}
.section_inner-page .btn_show-more {
  width: 100%;
  background-color: #ffffff;
}
.section_inner-page .btn_show-more:hover,
.section_inner-page .btn_show-more:focus {
  background-color: rgba(186, 60, 118, 0.1);
}
.section_inner-page .card {
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
}
.section_inner-page .inner-page-filters {
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section_inner-page .inner-page-filters .col-auto {
  padding: 5px;
}
.section_inner-page .inner-page-filters .form-select {
  width: 300px;
}
.section_inner-page .inner-page-filters .form-group {
  margin-bottom: 0;
}
@media (min-width: 1550px) {
  .section_inner-page .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1549px) {
  .section_inner-page .inner-page-filters .form-select {
    width: 280px;
  }
}
@media (max-width: 1279px) {
  .section_inner-page .breadcrumbs {
    padding-bottom: 35px;
  }
  .section_inner-page .section__bg_1 {
    top: -160px;
    left: auto;
    right: -420px;
    width: 750px;
    height: 640px;
  }
  .section_inner-page .section__bg_2 {
    top: auto;
    bottom: 60px;
    left: -160px;
    width: 390px;
    height: 450px;
  }
  .section_inner-page .section__bg_3 {
    top: auto;
    bottom: 660px;
    right: -160px;
    width: 390px;
    height: 450px;
  }
  .section_inner-page .section__body {
    padding-bottom: 50px;
  }
  .section_inner-page .section__footer {
    padding-bottom: 40px;
  }
  .section_inner-page .card {
    -webkit-box-shadow: 0px 10px 30px rgba(59, 61, 75, 0.1);
            box-shadow: 0px 10px 30px rgba(59, 61, 75, 0.1);
  }
  .section_inner-page .inner-page-filters {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section_inner-page .inner-page-filters .col-auto {
    padding: 0 10px 20px;
  }
  .section_inner-page .inner-page-filters .form-select {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .section_inner-page .section__header {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .section_inner-page .section__header_without-breadcrumbs {
    padding-top: 110px;
  }
  .section_inner-page .breadcrumbs {
    padding-bottom: 20px;
  }
  .section_inner-page .section__body .col-12 {
    margin-bottom: 15px;
  }
  .section_inner-page .inner-page-control {
    padding-top: 10px;
  }
  .section_inner-page .inner-page-control .col-12 {
    margin-bottom: 0;
  }
}
.inner-grid-layout {
  margin: 0 -15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-grid-layout__cell {
  margin-bottom: 30px;
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}
@media (max-width: 1799px) {
  .inner-grid-layout__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1279px) {
  .inner-grid-layout__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .inner-grid-layout__cell:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .inner-grid-layout__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .inner-grid-layout__cell {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@supports (display: grid) {
  @media (min-width: 1025px) {
    .inner-grid-layout {
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(auto-fit, 33.333%);
    }
    .inner-grid-layout__cell {
      margin-bottom: 0;
      padding: 15px;
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important;
      max-width: 100% !important;
    }
    .inner-grid-layout__cell:first-child {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row-span: 2;
      grid-row: span 2;
    }
  }
  @media (min-width: 1025px) and (max-width: 1549px) {
    .inner-grid-layout {
      grid-template-columns: repeat(auto-fit, 50%);
    }
  }
}
.section_catalog-categories {
  z-index: 0;
}
.section_catalog-categories .section__bg {
  position: absolute;
}
.section_catalog-categories .section__bg_1 {
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/backgrounds/catalog-categories-bg1.svg");
}
.section_catalog-categories .section__bg_2 {
  top: -310px;
  left: -200px;
  width: 1104px;
  height: 1081px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/catalog-categories-bg2.svg");
}
.section_catalog-categories .section__bg_3 {
  bottom: -375px;
  left: 50%;
  width: 1062px;
  height: 823px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/catalog-categories-bg3.svg");
}
.section_catalog-categories .section__header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  color: #ffffff;
  z-index: 0;
}
.section_catalog-categories .section__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: -100;
  background: linear-gradient(99.97deg, #959af1 18.54%, #fd93c4 89.73%);
}
.section_catalog-categories .section__header_without-breadcrumbs {
  padding-top: 150px;
}
.section_catalog-categories .breadcrumbs {
  padding-bottom: 50px;
}
.section_catalog-categories .headline_main {
  text-align: center;
}
.section_catalog-categories .section__body {
  position: relative;
  padding-bottom: 60px;
}
.section_catalog-categories .section__footer {
  text-align: center;
}
@media (max-width: 1279px) {
  .section_catalog-categories .row {
    margin: 0 -5px;
  }
  .section_catalog-categories .row [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section_catalog-categories .breadcrumbs {
    padding-bottom: 35px;
  }
  .section_catalog-categories .section__body {
    padding-bottom: 50px;
  }
  .section_catalog-categories .section__footer {
    padding-bottom: 40px;
  }
  .section_catalog-categories .section__bg_2 {
    top: -110px;
    left: -60px;
    width: 380px;
    height: 370px;
  }
  .section_catalog-categories .section__bg_3 {
    bottom: -340px;
    left: auto;
    right: -440px;
    width: 800px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .section_catalog-categories .section__header {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .section_catalog-categories .section__header::before {
    bottom: -20px;
    right: 100px;
  }
  .section_catalog-categories .section__header_without-breadcrumbs {
    padding-top: 110px;
  }
  .section_catalog-categories .section__bg_1 {
    height: 270px;
    background-image: url("../images/backgrounds/catalog-categories-bg1-mobile.svg");
  }
  .section_catalog-categories .breadcrumbs {
    padding-bottom: 20px;
  }
  .section_catalog-categories .headline_main {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .section_catalog-categories .section__header::before {
    right: 0;
  }
}
.category-btn {
  margin-bottom: 10px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  color: #ffffff;
  -webkit-box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.4), inset 0 -10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.4), inset 0 -10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
@media (min-width: 1280px) {
  .category-btn {
    margin-bottom: 50px;
    padding: 30px;
    height: 130px;
    border-radius: 35px;
  }
}
.category-btn__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .category-btn__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}
.category-btn__content {
  padding-left: 10px;
  padding-right: 0;
  max-width: calc(100% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 576px) {
  .category-btn__content {
    padding-left: 15px;
    padding-right: 10px;
    max-width: calc(100% - 30px - 24px);
  }
}
@media (min-width: 1280px) {
  .category-btn__content {
    max-width: calc(100% - 50px - 24px);
  }
}
.category-btn__title {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 1280px) {
  .category-btn__title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.category-btn__counter {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
@media (min-width: 1280px) {
  .category-btn__counter {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.category-btn__arrow {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
}
@media (min-width: 576px) {
  .category-btn__arrow {
    display: inline-block;
  }
}
.category-btn_blue {
  background-color: #959af1;
}
.category-btn_blue:hover,
.category-btn_blue:focus {
  background-color: #6d72d6;
}
.category-btn_pink {
  background-color: #e962a0;
}
.category-btn_pink:hover,
.category-btn_pink:focus {
  background-color: #ba3c76;
}
.category-btn_purple {
  background-color: #d663e9;
}
.category-btn_purple:hover,
.category-btn_purple:focus {
  background-color: #ac39be;
}
.category-btn_violet {
  background-color: #9e63e9;
}
.category-btn_violet:hover,
.category-btn_violet:focus {
  background-color: #793dc6;
}
.category-link {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  color: #3b3d4b;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 25px rgba(59, 61, 75, 0.07);
          box-shadow: 0 5px 25px rgba(59, 61, 75, 0.07);
  -webkit-transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .category-link {
    margin-bottom: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 300px;
    border-radius: 35px;
  }
}
.category-link__img {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  text-align: right;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1280px) {
  .category-link__img {
    right: -20px;
    bottom: -20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.category-link__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  width: 100%;
  height: 100%;
}
.category-link__content {
  position: relative;
  padding: 20px 25px;
}
@media (min-width: 1280px) {
  .category-link__content {
    padding: 30px;
  }
}
.category-link__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .category-link__title {
    font-size: 24px;
  }
}
.category-link__counter {
  color: rgba(59, 61, 75, 0.4);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.category-link:hover,
.category-link:focus {
  color: #e962a0;
  -webkit-box-shadow: 0 3px 10px rgba(59, 61, 75, 0.2);
          box-shadow: 0 3px 10px rgba(59, 61, 75, 0.2);
}
.category-link:hover .category-link__img,
.category-link:focus .category-link__img {
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
@media (min-width: 1280px) {
  .category-link:hover .category-link__img,
  .category-link:focus .category-link__img {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}
@media (min-width: 1280px) {
  .category-link:hover,
  .category-link:focus {
    -webkit-box-shadow: 0 10px 50px rgba(59, 61, 75, 0.07);
            box-shadow: 0 10px 50px rgba(59, 61, 75, 0.07);
  }
}
.section_catalog-products .section__bg_3 {
  bottom: -185px;
  right: -230px;
  width: 779px;
  height: 822px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/catalog-products-bg3.svg");
}
.section_catalog-products .section__header {
  padding-bottom: 20px;
}
.section_catalog-products .catalog-controls {
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section_catalog-products .catalog-controls .col-auto {
  padding: 5px;
}
.section_catalog-products .catalog-controls .form-select {
  width: 300px;
}
.section_catalog-products .catalog-controls .btn_filters {
  width: 190px;
}
.section_catalog-products .catalog-controls .form-group {
  margin-bottom: 0;
}
.section_catalog-products .section__body .col-12 {
  margin-bottom: 0 !important;
}
.section_catalog-products .inner-page-control {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.section_catalog-products .inner-page-control::before,
.section_catalog-products .inner-page-control::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
}
.section_catalog-products .inner-page-control::after {
  height: 1px;
  background-color: #f2f2f2;
}
@media (max-width: 1799px) {
  .section_catalog-products .catalog-controls .form-select {
    width: 250px;
  }
}
@media (max-width: 1549px) {
  .section_catalog-products .catalog-controls .form-select {
    width: 215px;
  }
  .section_catalog-products .catalog-controls .btn_filters {
    width: 142px;
  }
}
@media (max-width: 1279px) {
  .section_catalog-products .section__header {
    padding-bottom: 10px;
  }
  .section_catalog-products .section__bg_3 {
    bottom: -130px;
    right: -150px;
    width: 430px;
    height: 450px;
  }
  .section_catalog-products .section__bg_2 {
    top: 1085px;
    bottom: auto;
    left: -160px;
    width: 390px;
    height: 450px;
  }
  .section_catalog-products .catalog-controls {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section_catalog-products .catalog-controls .col-auto {
    padding: 0 10px 20px;
  }
  .section_catalog-products .catalog-controls .form-select_sort {
    width: 320px;
  }
  .section_catalog-products .catalog-controls .form-select_categories {
    width: 158px;
  }
  .section_catalog-products .inner-page-control::after,
  .section_catalog-products .inner-page-control::before {
    top: -6px;
  }
}
.section_universarium-start .inner-scrolled-nav {
  margin-bottom: 0;
}
.section_universarium-start .section__header {
  padding-bottom: 50px;
}
.section_universarium-test-drives {
  padding-top: 0;
  padding-bottom: 220px;
}
.section_universarium-test-drives .swiper-slide-active {
  z-index: 200;
}
.section_universarium-test-drives .section__main {
  position: relative;
  padding-left: 465px;
}
.section_universarium-test-drives .section__img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -315px;
  width: 610px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.section_universarium-test-drives .section__img img {
  max-height: 100%;
}
.section_universarium-test-drives .headline_main {
  margin-bottom: 40px;
}
.section_universarium-test-drives .description_main {
  margin-bottom: 30px;
  max-width: 450px;
  color: rgba(59, 61, 75, 0.8);
}
.section_universarium-test-drives .section__slider {
  -webkit-filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
          filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
}
.section_universarium-test-drives .card.card_full {
  padding-top: 101.6%;
}
.section_universarium-test-drives .card.card_full .card__statistics,
.section_universarium-test-drives .card.card_full .card__control {
  max-width: 100%;
}
.section_universarium-test-drives .card.card_full .card__statistics {
  padding-bottom: 10px;
}
.section_universarium-test-drives .card.card_full .card__body {
  bottom: 106px;
}
@media (max-width: 1549px) {
  .section_universarium-test-drives .card.card_full {
    padding-top: 120%;
  }
}
@media (max-width: 1279px) {
  .section_universarium-test-drives .card.card_full {
    padding-top: 101.6%;
  }
}
@media (max-width: 1024px) {
  .section_universarium-test-drives .card.card_full {
    padding-top: 75%;
  }
}
@media (max-width: 575px) {
  .section_universarium-test-drives .card.card_full {
    padding-top: 0;
    height: 400px;
  }
}
@media (max-width: 1799px) {
  .section_universarium-test-drives .section__img {
    max-width: 560px;
  }
  .section_universarium-test-drives .section__main {
    padding-left: 350px;
  }
}
@media (max-width: 1549px) {
  .section_universarium-test-drives .headline_main {
    margin-bottom: 30px;
  }
  .section_universarium-test-drives .section__img {
    left: -280px;
    max-width: 500px;
  }
  .section_universarium-test-drives .section__main {
    padding-left: 250px;
  }
}
@media (max-width: 1279px) {
  .section_universarium-test-drives {
    padding-bottom: 90px;
  }
  .section_universarium-test-drives .section__main {
    margin-bottom: 40px;
  }
  .section_universarium-test-drives .section__img {
    display: none;
  }
  .section_universarium-test-drives .section__main {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .section_universarium-test-drives {
    padding-bottom: 70px;
  }
  .section_universarium-test-drives .headline_main,
  .section_universarium-test-drives .description_main {
    margin-bottom: 20px;
  }
  .section_universarium-test-drives .section__img {
    left: 80%;
    width: 50%;
  }
  .section_universarium-test-drives .section__slider {
    -webkit-filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
            filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
  }
  .section_universarium-test-drives .section__main {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .section_universarium-test-drives .description_main {
    max-width: 100%;
  }
}
.section_universarium-guides {
  padding-top: 50px;
  padding-bottom: 140px;
}
.section_universarium-guides::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #f6f6fe;
}
.section_universarium-guides .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 140px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/unversarium-guides-bg.svg");
}
.section_universarium-guides .swiper-slide-active {
  z-index: 200;
}
.section_universarium-guides .section__main {
  position: relative;
}
.section_universarium-guides .section__img {
  position: absolute;
  z-index: -1;
  margin-top: -60px;
  top: 50%;
  right: -10px;
  width: 562px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.section_universarium-guides .section__img img {
  max-height: 100%;
}
.section_universarium-guides .headline_main {
  margin-bottom: 40px;
}
.section_universarium-guides .description_main {
  margin-bottom: 30px;
  max-width: 450px;
  color: rgba(59, 61, 75, 0.8);
}
.section_universarium-guides .section__slider {
  -webkit-filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
          filter: drop-shadow(0px 10px 50px rgba(59, 61, 75, 0.07));
}
.section_universarium-guides .card.card_full {
  padding-top: 101.6%;
}
@media (max-width: 1549px) {
  .section_universarium-guides .card.card_full {
    padding-top: 120%;
  }
  .section_universarium-guides .card.card_full .card__statistics,
  .section_universarium-guides .card.card_full .card__control {
    max-width: 100%;
  }
  .section_universarium-guides .card.card_full .card__statistics {
    padding-bottom: 10px;
  }
  .section_universarium-guides .card.card_full .card__body {
    bottom: 106px;
  }
}
@media (max-width: 1279px) {
  .section_universarium-guides .card.card_full {
    padding-top: 101.6%;
  }
}
@media (max-width: 1024px) {
  .section_universarium-guides .card.card_full {
    padding-top: 75%;
  }
}
@media (max-width: 575px) {
  .section_universarium-guides .card.card_full {
    padding-top: 0;
    height: 400px;
  }
}
@media (max-width: 1799px) {
  .section_universarium-guides .section__img {
    margin-top: 0;
    max-width: 500px;
  }
}
@media (max-width: 1549px) {
  .section_universarium-guides .headline_main {
    margin-bottom: 30px;
  }
  .section_universarium-guides .section__img {
    right: -100px;
    max-width: 450px;
  }
}
@media (max-width: 1279px) {
  .section_universarium-guides {
    padding-bottom: 90px;
  }
  .section_universarium-guides .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/universarium-glossary-bg-tablet.svg");
    background-size: auto;
  }
  .section_universarium-guides .section__main {
    margin-bottom: 40px;
  }
  .section_universarium-guides .section__img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section_universarium-guides {
    padding-bottom: 70px;
  }
  .section_universarium-guides .headline_main,
  .section_universarium-guides .description_main {
    margin-bottom: 20px;
  }
  .section_universarium-guides .section__img {
    left: 80%;
    width: 50%;
  }
  .section_universarium-guides .section__slider {
    -webkit-filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
            filter: drop-shadow(0px 10px 30px rgba(59, 61, 75, 0.1));
  }
}
@media (max-width: 767px) {
  .section_universarium-guides .section__bg {
    background-image: url("../images/backgrounds/universarium-glossary-bg-mobile.svg");
  }
}
@media (max-width: 575px) {
  .section_universarium-guides .description_main {
    max-width: 100%;
  }
}
.section_universarium-useful::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #ffffff;
}
.section_universarium-useful .section__bg {
  height: 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/universarium-useful-bg.svg");
}
@media (max-width: 1279px) {
  .section_universarium-useful .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-questions-bg-tablet.svg");
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .section_universarium-useful .section__bg {
    background-image: url("../images/backgrounds/main-questions-bg-mobile.svg");
  }
}
.section_universarium-questions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #f5ecff;
}
.section_universarium-questions .section__bg {
  height: 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/universarium-blog-bg.svg");
}
@media (max-width: 1279px) {
  .section_universarium-questions .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-blog-bg-tablet.svg");
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .section_universarium-questions .section__bg {
    background-image: url("../images/backgrounds/main-blog-bg-mobile.svg");
  }
}
.section_universarium-glossary {
  padding-top: 90px;
  padding-bottom: 240px;
}
.section_universarium-glossary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #f6f6fe;
}
.section_universarium-glossary .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 125px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/universarium-glossary-bg.svg");
}
.section_universarium-glossary .section__main {
  position: relative;
  margin-bottom: 30px;
  padding-right: 485px;
}
.section_universarium-glossary .section__img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -10px;
  max-width: 495px;
  pointer-events: none;
  line-height: 0;
}
.section_universarium-glossary .section__img img {
  max-height: 100%;
}
.section_universarium-glossary .headline_main {
  margin-bottom: 40px;
}
.section_universarium-glossary .description_main {
  margin-bottom: 30px;
  max-width: 450px;
  color: rgba(59, 61, 75, 0.8);
}
.section_universarium-glossary .glossary-card {
  max-width: 555px;
}
.section_universarium-glossary .glossary-card-wrapper .col-12 + .col-12 {
  margin-top: 30px;
}
@media (max-width: 1799px) {
  .section_universarium-glossary .section__main {
    padding-left: 20px;
    padding-right: 150px;
  }
  .section_universarium-glossary .section__img {
    right: -180px;
  }
}
@media (max-width: 1549px) {
  .section_universarium-glossary .section__main {
    padding-left: 0;
    padding-right: 100px;
  }
  .section_universarium-glossary .section__img {
    right: -200px;
  }
  .section_universarium-glossary .headline_main {
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .section_universarium-glossary {
    padding-bottom: 90px;
  }
  .section_universarium-glossary .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/universarium-glossary-bg-tablet.svg");
    background-size: auto;
  }
  .section_universarium-glossary .section__main {
    margin-bottom: 40px;
  }
  .section_universarium-glossary .section__img {
    top: -60px;
    bottom: -100px;
    right: -180px;
    max-width: 60%;
  }
  .section_universarium-glossary .glossary-card-wrapper .col-12 + .col-12 {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .section_universarium-glossary {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section_universarium-glossary .headline_main,
  .section_universarium-glossary .description_main {
    margin-bottom: 20px;
  }
  .section_universarium-glossary .section__img {
    right: -150px;
  }
  .section_universarium-glossary .glossary-card-wrapper .col-12 + .col-12 {
    margin-top: 15px;
  }
  .section_universarium-glossary .glossary-card {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section_universarium-glossary .section__bg {
    background-image: url("../images/backgrounds/universarium-glossary-bg-mobile.svg");
  }
}
@media (max-width: 575px) {
  .section_universarium-glossary .section__img {
    display: none;
  }
  .section_universarium-glossary .description_main {
    max-width: 100%;
  }
  .section_universarium-glossary .section__main {
    padding-right: 0;
  }
}
.section_universarium-blog {
  padding-top: 45px;
  padding-bottom: 80px;
}
.section_universarium-blog .section__bg {
  height: 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/universarium-blog-bg.svg");
}
@media (max-width: 1279px) {
  .section_universarium-blog {
    padding-bottom: 50px;
  }
  .section_universarium-blog .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-blog-bg-tablet.svg");
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .section_universarium-blog .section__bg {
    background-image: url("../images/backgrounds/main-blog-bg-mobile.svg");
  }
}
.section_universarium-end {
  background-color: #f5ecff;
}
.section_universarium-end + .section_subscribe,
.section_universarium-end + .section_subscribe::before {
  background-color: #f5ecff;
}
.questions-sidebar {
  position: relative;
  width: 100%;
  min-height: 500px;
  margin-top: 20px;
}
.questions-sidebar__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  background: linear-gradient(161.36deg, #959af1 0%, #fd93c4 100%), #ffffff;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  border-radius: 35px;
}
.questions-sidebar__input {
  padding: 0;
}
@media (max-width: 1024px) {
  .questions-sidebar__input {
    margin-bottom: 25px;
  }
}
.questions-sidebar .categories-block {
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.questions-sidebar .categories-block .list-item + .list-item {
  margin-top: 13px;
}
@media (max-width: 1024px) {
  .questions-sidebar .categories-block {
    margin-bottom: 25px;
  }
}
.questions-sidebar .categories-link {
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
.questions-sidebar .categories-link .count {
  margin-left: 5px;
  float: right;
}
.questions-sidebar .categories-link .count::after {
  content: '';
  clear: both;
}
.questions-sidebar .categories-link:hover,
.questions-sidebar .categories-link:focus {
  color: #ffffff;
}
.questions-sidebar .list-item.active .categories-link,
.questions-sidebar .categories-link.active {
  color: #ffffff;
  border-color: transparent;
}
.questions-sidebar .expert-block {
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  color: #ffffff;
  background-color: #e962a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#7e4fba), to(#582b92));
  background: linear-gradient(180deg, #7e4fba 0%, #582b92 100%);
  border-radius: 35px;
  padding: 20px;
  padding-top: 30px;
}
.questions-sidebar .expert-block-content {
  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;
}
.questions-sidebar .expert-block-descr {
  margin: 20px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1549px) {
  .questions-sidebar .expert-block-descr {
    font-size: 14px;
    margin: 16px 0px;
  }
}
.answer-question .section__content .section__body {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1549px) {
  .answer-question .section__content .section__body {
    padding-bottom: 75px;
  }
}
@media (max-width: 1024px) {
  .answer-question .section__content .section__body {
    padding-bottom: 45px;
  }
}
.answer-question .section__content .section__body .card__title {
  margin-bottom: 30px;
  max-width: 80%;
}
@media (max-width: 1024px) {
  .answer-question__content {
    margin-bottom: 40px;
  }
}
.answer-question__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 9px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1024px) {
  .answer-question__share {
    position: absolute;
    top: 20px;
    right: 40px;
    padding: 0;
  }
}
.section_glossary .inner-page-control {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .section_glossary .inner-page-control {
    padding-top: 15px;
  }
}
.section_test .section__header {
  padding-bottom: 0;
}
.section_test .section__body {
  padding-bottom: 86px;
}
.section_test .section__body .col-12 {
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .section_test .section__body {
    padding-bottom: 65px;
  }
  .section_test_start .test .test__title {
    padding-right: 70px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_test_start .test .test__footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .section_test_start .test__header.absolute {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .section_test .section__body {
    padding-bottom: 50px;
  }
  .section_test_start .test__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_test_start .test__footer {
    margin-bottom: 0;
  }
}
.test {
  position: relative;
}
.test__img {
  margin-bottom: 30px;
  margin-right: 35px;
}
.test__img img {
  width: 100%;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  border: 10px solid #ffffff;
  border-radius: 35px;
}
.test__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.test__progressbar {
  width: 100%;
}
.test__sub-title {
  color: rgba(59, 61, 75, 0.4);
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
.test__share {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.test__subtitle {
  margin-top: 10px;
  color: rgba(59, 61, 75, 0.4);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.test__content {
  margin-top: 30px;
}
.test__body,
.test__footer {
  padding-left: 30px;
  padding-right: 116px;
}
.test__statistics {
  margin-top: 20px;
  margin-bottom: -5px;
}
.test__statistics .statistics-list {
  padding-bottom: 0;
}
.test__footer {
  margin-top: 50px;
}
@media (max-width: 1549px) {
  .test__header {
    margin-bottom: 40px;
  }
  .test__img {
    margin-right: 0;
  }
  .test__img img {
    border-radius: 30px;
  }
  .test__body,
  .test__footer {
    padding-left: 0;
    padding-right: 0;
  }
  .test__content {
    margin-top: 20px;
  }
  .test__footer {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .test__header {
    margin-bottom: 30px;
  }
  .test__img img {
    border-radius: 20px;
  }
  .test__footer {
    margin-top: 30px;
  }
}
#test-preview {
  display: block;
}
#test-steps {
  display: none;
}
#test-steps .test {
  display: none;
}
#test-finish {
  display: none;
}
#test-finish .test__share {
  position: relative;
}
.share-link {
  color: rgba(59, 61, 75, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  height: 60px;
}
.share-link_icon {
  width: 60px;
}
.share-link .btn__icon {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 13px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.share-link:hover,
.share-link:focus {
  color: #7e4fba;
  border-color: #7e4fba;
}
.share-link:hover .btn__icon,
.share-link:focus .btn__icon {
  background-color: #d7bff4;
}
.share-link-text {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1549px) {
  .share-link {
    height: 50px;
  }
  .share-link_icon {
    width: 50px;
  }
  .share-link .btn__icon {
    padding: 10px;
    width: 40px;
    height: 40px;
  }
}
.test__header.full-mode .share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.error .section__bg {
  position: absolute;
}
.error .section__bg_1 {
  top: -75px;
  left: 15px;
  right: 0;
  width: 285px;
  height: 70px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/backgrounds/error-page-404-bg1.svg");
}
.error .section__bg_2 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 115%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/error-page-404-bg2.svg");
  z-index: 1;
}
.error .section__bg_3 {
  top: 40%;
  left: 84%;
  width: 86px;
  height: 86px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/error-page-404-bg3.svg");
}
.error .section__bg_4 {
  bottom: 0;
  right: 0;
  width: 310px;
  height: 310px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/error-page-404-bg4.svg");
}
.error .section__content {
  position: relative;
  margin-top: 70px;
  height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.error .section__body {
  margin: 0 auto;
  padding: 70px;
  padding-bottom: 40px;
  max-height: 85%;
}
.error .section__body-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.error .section__body-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 1000px;
}
.error .section__footer {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1520px) {
  .error .section__bg_3 {
    width: 106px;
    height: 106px;
  }
}
@media (max-width: 1280px) {
  .error .section__bg_2 {
    width: 2000px;
    height: 1000px;
    background-image: url("../images/backgrounds/error-page-404-bg2-mobile.svg");
  }
  .error .section__bg_3 {
    top: 65px;
    left: -43px;
  }
  .error .section__bg_4 {
    width: 210px;
    height: 210px;
  }
  .error .section__content {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
}
@media (max-width: 767px) {
  .error .section__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .error .section__bg_2 {
    width: 100%;
    height: 100%;
  }
  .error .section__bg_3 {
    top: 80px;
  }
  .error .section__bg_4 {
    right: -130px;
  }
  .error .section__body {
    padding: 0;
    padding-bottom: 40px;
  }
  .error .section__body-img img {
    max-width: 390px;
  }
}
@media (max-width: 575px) {
  .error .section__body-img img {
    max-width: 320px;
  }
}
.section_guides .section__header {
  padding-bottom: 15px;
}
@media (max-width: 1279px) {
  .section_guides .card.card_full {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .section_guides .section__header {
    padding-bottom: 5px;
  }
}
.section_guide {
  position: relative;
}
.section_guide .section__header,
.section_guide .breadcrumbs {
  padding-bottom: 0;
}
.section_guide .section__share {
  position: absolute;
  left: 180px;
  top: -70px;
  z-index: 5;
}
@media (max-width: 1279px) {
  .section_guide .section__share {
    top: -60px;
    left: auto;
    right: 15px;
  }
}
.section_guide .section__content {
  position: relative;
  z-index: 2;
}
.section_guide .headline_style2 {
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .section_guide .headline_style2 {
    margin-bottom: 20px;
  }
}
.section_guide .description {
  opacity: 0.8;
}
.section_guide .section__list {
  position: relative;
  counter-reset: myCounter;
}
.section_guide .section__list::before {
  content: '';
  position: absolute;
  left: 74px;
  top: -15px;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.section_guide .section__list .list-item {
  position: relative;
  padding-left: 105px;
  max-width: 510px;
  min-height: 180px;
}
.section_guide .section__list .list-item::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 0;
  top: -15px;
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
}
.section_guide .section__list .list-item__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
}
.section_guide .section__list .list-item__descr {
  opacity: 0.8;
}
.section_guide .section__list .list-item + .list-item {
  margin-top: 75px;
}
@media (max-width: 1549px) {
  .section_guide .section__list .list-item {
    min-height: 100px;
  }
  .section_guide .section__list .list-item + .list-item {
    margin-top: 50px;
  }
}
@media (max-width: 1279px) {
  .section_guide .section__list::before {
    top: 0;
    bottom: 0;
    left: 46px;
  }
  .section_guide .section__list .list-item {
    padding-left: 67px;
    min-height: 60px;
  }
  .section_guide .section__list .list-item::before {
    top: 0;
    font-size: 60px;
  }
  .section_guide .section__list .list-item__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .section_guide .section__list .list-item + .list-item {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .section_guide .section__list .list-item__title {
    font-size: 20px;
  }
}
.section_guide_start {
  padding-top: 25px;
  padding-bottom: 240px;
}
@media (max-width: 1279px) {
  .section_guide_start {
    padding-bottom: 50px;
  }
}
.section_guide_start .headline_style1 {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .section_guide_start .headline_style1 {
    margin-bottom: 20px;
  }
  .section_guide_start .headline_style1 br {
    display: none;
  }
}
.section_guide_start .description {
  max-width: 550px;
}
.section_guide_start .statistics-list {
  margin-top: 20px;
}
.section_guide_start .section__img {
  position: relative;
  z-index: -2;
  margin-top: -270px;
  margin-left: 70px;
  width: 1210px;
  height: 1160px;
  -webkit-mask: url('../images/masks/guide-mask-1.svg') left bottom 50px / contain;
          mask: url('../images/masks/guide-mask-1.svg') left bottom 50px / contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.section_guide_start .section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1799px) {
  .section_guide_start .section__img {
    margin-left: 30px;
  }
}
@media (max-width: 1279px) {
  .section_guide_start .section__img {
    margin: 0 auto;
    width: auto;
    max-width: 500px;
    height: 450px;
    -webkit-mask: url('../images/masks/guide-mask-1.svg') center center / contain;
            mask: url('../images/masks/guide-mask-1.svg') center center / contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
@media (max-width: 575px) {
  .section_guide_start .section__img {
    margin: 0 -60px 0;
    max-width: none;
    -webkit-mask: url('../images/masks/guide-mask-1.svg') center center / contain;
            mask: url('../images/masks/guide-mask-1.svg') center center / contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.section_guide_type1 {
  padding-bottom: 40px;
}
.section_guide_type1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: -2;
  background-color: #f6f6fe;
}
.section_guide_type1 .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: -2;
  margin-bottom: -1px;
  height: 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/main-useful-bg.svg");
}
.section_guide_type1 .section__content {
  padding-top: 95px;
  padding-bottom: 95px;
  padding-left: 115px;
}
.section_guide_type1 .description {
  max-width: 450px;
}
.section_guide_type1 .section__img-wrapper {
  position: relative;
  z-index: -2;
  margin-bottom: -100px;
  max-width: 878px;
}
.section_guide_type1 .section__img {
  position: relative;
  padding-top: 100.5%;
  height: 0;
}
.section_guide_type1 .section__img::before,
.section_guide_type1 .section__img::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section_guide_type1 .section__img::before {
  top: -145px;
  right: -120px;
  width: 433px;
  height: 580px;
  background-image: url('../images/backgrounds/guide-image-bg-1.svg');
  animation: bubble-move 5s infinite linear alternate-reverse;
}
.section_guide_type1 .section__img::after {
  left: -90px;
  bottom: -285px;
  width: 900px;
  height: 986px;
  background-image: url('../images/backgrounds/guide-image-bg-2.svg');
  animation: bubble-move 4s infinite linear alternate-reverse;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.section_guide_type1 .section__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url('../images/masks/guide-mask-2.svg') center center / contain;
          mask: url('../images/masks/guide-mask-2.svg') center center / contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1549px) {
  .section_guide_type1 .section__content {
    padding-left: 50px;
  }
  .section_guide_type1 .section__img::before {
    top: -90px;
    right: -90px;
    width: 300px;
    height: 420px;
  }
  .section_guide_type1 .section__img::after {
    left: -50px;
    bottom: -175px;
    width: 650px;
    height: 736px;
  }
}
@media (max-width: 1279px) {
  .section_guide_type1 {
    padding-bottom: 0;
  }
  .section_guide_type1 .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-popular-bg-tablet.svg");
    background-size: auto;
  }
  .section_guide_type1 .section__content {
    padding-left: 0;
  }
  .section_guide_type1 .section__img-wrapper {
    margin-bottom: -120px;
  }
  .section_guide_type1 .section__img::before {
    top: -60px;
    right: -50px;
    width: 185px;
    height: 245px;
  }
  .section_guide_type1 .section__img::after {
    bottom: -190px;
    width: 500px;
    height: 606px;
  }
}
@media (max-width: 1024px) {
  .section_guide_type1 .section__img::after {
    left: -30px;
    bottom: -120px;
    width: 350px;
    height: 436px;
  }
}
@media (max-width: 767px) {
  .section_guide_type1 .section__bg {
    background-image: url("../images/backgrounds/main-popular-bg-mobile.svg");
  }
  .section_guide_type1 .description {
    max-width: 100%;
  }
  .section_guide_type1 .section__img::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .section_guide_type1 .section__img-wrapper {
    margin-left: -50px;
    padding-top: 0;
    width: 370px;
  }
}
.section_guide_type2 {
  padding-top: 160px;
  padding-bottom: 220px;
  color: #ffffff;
}
.section_guide_type2 .section__bg {
  z-index: -2;
  top: 0;
  left: -2094px;
  width: 5934px;
  height: 2955px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/backgrounds/guide-type2-bg.svg');
}
.section_guide_type2 .section__content {
  margin-left: -15px;
}
.section_guide_type2 .section__img {
  position: relative;
  padding-top: 100.5%;
  height: 0;
}
.section_guide_type2 .section__img-wrapper {
  position: relative;
  z-index: -2;
  margin-top: -30px;
  margin-left: -250px;
  max-width: 878px;
}
.section_guide_type2 .section__img::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -130px;
  top: -85px;
  width: 900px;
  height: 986px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/backgrounds/guide-image-bg-2.svg');
  animation: bubble-move 5s infinite linear alternate-reverse;
}
.section_guide_type2 .section__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url('../images/masks/guide-mask-3.svg') center center / contain;
          mask: url('../images/masks/guide-mask-3.svg') center center / contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1549px) {
  .section_guide_type2 .section__img-wrapper {
    margin-top: -50px;
    margin-left: -200px;
  }
  .section_guide_type2 .section__img::before {
    left: 0;
    width: 520px;
    height: 606px;
  }
}
@media (max-width: 1279px) {
  .section_guide_type2 {
    padding-bottom: 100px;
  }
  .section_guide_type2 .section__img-wrapper {
    margin-left: -150px;
  }
  .section_guide_type2 .section__img::before {
    top: -50px;
    left: -30px;
    width: 450px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .section_guide_type2 {
    padding-bottom: 70px;
  }
  .section_guide_type2 .section__img-wrapper {
    margin-left: -100px;
  }
  .section_guide_type2 .section__img::before {
    top: -50px;
    width: 370px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .section_guide_type2 .section__img-wrapper {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 482px;
  }
  .section_guide_type2 .section__img::before {
    display: none;
  }
  .section_guide_type2 .section__content {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .section_guide_type2 .section__img-wrapper {
    margin-left: -70px;
    margin-right: -110px;
  }
}
.section_guide_type3::after {
  content: '';
  position: absolute;
  top: calc(100% - 180px);
  left: -80px;
  z-index: -2;
  pointer-events: none;
  width: 433px;
  height: 580px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/backgrounds/guide-image-bg-1.svg');
  animation: bubble-move 4.5s 1s infinite linear alternate-reverse;
}
.section_guide_type3 .section__bg {
  z-index: -2;
  top: 0;
  left: -1150px;
  bottom: -100%;
  width: 4033px;
  background: url('../images/backgrounds/guide-type3-bg.svg') top center no-repeat, linear-gradient(to bottom, transparent 0, transparent 860px, #f5ecff 861px, #f5ecff 100%);
}
.section_guide_type3 .section__content {
  padding-top: 140px;
  padding-bottom: 180px;
  padding-left: 145px;
}
.section_guide_type3 .section__img {
  position: relative;
  padding-top: 96%;
  height: 0;
}
.section_guide_type3 .section__img-wrapper {
  position: relative;
  z-index: -1;
  margin-top: -230px;
  margin-bottom: -200px;
  margin-left: 15px;
  margin-right: -380px;
  max-width: 1210px;
}
.section_guide_type3 .section__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url('../images/masks/guide-mask-1.svg') center center / contain;
          mask: url('../images/masks/guide-mask-1.svg') center center / contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1549px) {
  .section_guide_type3 .section__content {
    padding-left: 50px;
  }
  .section_guide_type3 .section__img-wrapper {
    margin-top: -180px;
    margin-right: -350px;
  }
}
@media (max-width: 1279px) {
  .section_guide_type3::after {
    top: calc(100% - 120px);
    left: -50px;
    width: 253px;
    height: 340px;
  }
  .section_guide_type3 .section__content {
    padding-left: 0;
  }
  .section_guide_type3 .section__img-wrapper {
    margin-top: -70px;
    margin-bottom: -280px;
    margin-right: -360px;
  }
}
@media (max-width: 1024px) {
  .section_guide_type3 .section__content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section_guide_type3 .section__img-wrapper {
    margin-top: -30px;
    margin-bottom: -280px;
    margin-right: -200px;
    margin-left: 0;
  }
  .section_guide_type3::after {
    top: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .section_guide_type3 .section__bg {
    top: -90px;
    left: -1850px;
  }
  .section_guide_type3 .section__content {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .section_guide_type3 .section__img-wrapper {
    margin-top: 0;
    margin-bottom: -120px;
    margin-left: -10px;
    max-width: 490px;
  }
  .section_guide_type3::after {
    top: calc(100% - 340px);
    left: -30px;
  }
}
.section_guide_type4 {
  padding-top: 50px;
}
.section_guide_type4 .section__bg {
  z-index: -1;
  top: 0;
  left: -620px;
  bottom: -100%;
  width: 2800px;
  background: url('../images/backgrounds/guide-type4-bg.svg') top center no-repeat, linear-gradient(to bottom, transparent 0, transparent 458px, #f6f6fe 459px, #f6f6fe 100%);
}
.section_guide_type4 .section__content {
  position: relative;
  z-index: 2;
  padding-left: 145px;
  padding-top: 150px;
  padding-bottom: 200px;
}
.section_guide_type4 .section__content::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -150px;
  top: -20px;
  width: 593px;
  height: 763px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/backgrounds/guide-image-bg-3.svg');
  animation: bubble-move 5s infinite linear alternate-reverse;
}
.section_guide_type4 .section__img {
  position: relative;
  padding-top: 100.5%;
  height: 0;
}
.section_guide_type4 .section__img-wrapper {
  position: relative;
  z-index: -1;
  margin-right: -145px;
  margin-bottom: -100px;
  max-width: 945px;
}
.section_guide_type4 .section__img::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -70px;
  top: 0;
  width: 900px;
  height: 986px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/backgrounds/guide-image-bg-2.svg');
  animation: bubble-move 5s 2s infinite linear alternate-reverse;
}
.section_guide_type4 .section__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url('../images/masks/guide-mask-4.svg') center center / contain;
          mask: url('../images/masks/guide-mask-4.svg') center center / contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1549px) {
  .section_guide_type4 .section__content {
    padding-left: 50px;
  }
  .section_guide_type4 .section__content::before {
    top: -50px;
    left: -200px;
    width: 500px;
    height: 700px;
  }
  .section_guide_type4 .section__img-wrapper {
    margin-left: -70px;
    margin-right: -70px;
  }
  .section_guide_type4 .section__img::before {
    top: -20px;
    left: -10px;
    width: 520px;
    height: 606px;
  }
}
@media (max-width: 1279px) {
  .section_guide_type4 {
    padding-top: 30px;
  }
  .section_guide_type4 .section__content {
    padding-left: 0;
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .section_guide_type4 .section__content::before {
    width: 450px;
    height: 650px;
  }
  .section_guide_type4 .section__img-wrapper {
    margin-left: -70px;
    margin-right: -20px;
  }
  .section_guide_type4 .section__img::before {
    top: -10px;
    left: 0;
    width: 450px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .section_guide_type4 .section__content {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .section_guide_type4 .section__content::before {
    top: -80px;
    left: -150px;
    width: 400px;
    height: 600px;
  }
  .section_guide_type4 .section__img-wrapper {
    margin-right: -5px;
  }
  .section_guide_type4 .section__img::before {
    top: -10px;
    left: 0;
    width: 370px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .section_guide_type4 .section__bg {
    left: -1214px;
  }
  .section_guide_type4 .section__content {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .section_guide_type4 .section__content::before {
    top: calc(100% - 40px);
    left: auto;
    right: -180px;
    width: 330px;
    height: 420px;
  }
  .section_guide_type4 .section__img-wrapper {
    margin-left: -150px;
    margin-right: 0;
    margin-bottom: -200px;
    max-width: 630px;
  }
  .section_guide_type4 .section__img::before {
    top: 60px;
    left: 55%;
    width: 500px;
    height: 580px;
  }
}
@media (max-width: 575px) {
  .section_guide_type4 .section__img-wrapper {
    margin-left: -120px;
    margin-bottom: -100px;
  }
  .section_guide_type4 .section__img::before {
    top: 70px;
    left: 30%;
    width: 500px;
    height: 580px;
  }
}
.section_guide_comments {
  z-index: 0;
}
.section_guide_comments.section_test-drive-comments {
  padding-top: 50px;
}
.section_guide_comments::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: -1;
  background-color: #ffffff;
}
.section_guide_comments .section__bg {
  position: absolute;
  z-index: -1;
  top: -120px;
  left: 0;
  right: 0;
  height: 120px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/universarium-useful-bg.svg");
}
@media (max-width: 1279px) {
  .section_guide_comments .section__bg {
    top: -20px;
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-questions-bg-tablet.svg");
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .section_guide_comments .section__bg {
    background-image: url("../images/backgrounds/main-questions-bg-mobile.svg");
  }
}
.search .section__body {
  position: relative;
  z-index: 2;
}
.search.section_inner-page .section__bg_2 {
  width: 1285.16px;
  height: 1376.64px;
  left: -553.87px;
  top: 200px;
}
.search__input {
  position: relative;
  z-index: 2;
  padding: 5px 18px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.search__input .form-group {
  margin-bottom: 0;
}
.search__input .form-control {
  z-index: 2;
  padding-left: 64px;
  padding-right: 64px;
  height: 60px;
  background-color: #ffffff;
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../images/svg/search-black.svg");
}
.search__input .form-control:hover,
.search__input .form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.search__input .form-control:focus ~ .btn_close {
  z-index: 2;
  opacity: 1;
}
.search__input .btn_close {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 16px;
  width: 24px;
  height: 24px;
  color: rgba(59, 61, 75, 0.4);
  opacity: 0;
}
.search__input .btn_close:hover,
.search__input .btn_close:focus {
  color: #3b3d4b;
}
.search-opened .search__input .btn_close {
  z-index: 2;
  opacity: 1;
}
.search__tabs {
  margin: 0 auto;
}
.search__tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 200vw;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}
.search__tabs .main-scrolled-nav {
  text-align: center;
}
.search__tabs .main-scrolled-nav .list-item .link {
  border-color: transparent;
}
.search__tabs .main-scrolled-nav .list-item.active .link {
  color: #e962a0;
  border-color: currentColor;
}
.search__results {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  z-index: -1;
  max-height: 0;
  color: #3b3d4b;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}
.search-opened .search__results {
  opacity: 1;
  visibility: visible;
  max-height: calc((var(--vh, 1vh) * 100) - 120px);
}
.search__results .scrollbar-inner {
  overflow-y: auto;
  max-height: calc((var(--vh, 1vh) * 100) - 120px) !important;
}
.search__list {
  display: none;
}
.search__list.active {
  display: block;
}
.search__btn-up {
  margin: 0 auto;
}
.search__interested {
  position: relative;
  padding-top: 250px;
  z-index: 2;
}
.search__interested::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  height: 1244px;
}
.search__interested .section__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 4033px;
  height: 1244px;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/backgrounds/search-bg.svg");
}
.search__interested .headline_main {
  margin-bottom: 70px;
}
.section_test-drives .section__header {
  padding-bottom: 15px;
}
.section_test-drives .card.card_full {
  min-height: 562px;
}
.section_test-drives .card.card_full .card__statistics,
.section_test-drives .card.card_full .card__control {
  max-width: 100%;
}
.section_test-drives .card.card_full .card__statistics {
  padding-bottom: 10px;
}
.section_test-drives .card.card_full .card__body {
  bottom: 106px;
}
@media (max-width: 1279px) {
  .section_test-drives .card.card_full {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .section_test-drives .section__header {
    padding-bottom: 5px;
  }
}
.section_test-drive .section__header {
  padding-bottom: 0;
}
.section_test-drive .article {
  padding-left: 90px;
}
.section_test-drive .article__content {
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .section_test-drive .article {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_test-drive-product {
  padding-top: 145px;
  padding-bottom: 165px;
}
@media (max-width: 1549px) {
  .section_test-drive-product {
    padding-top: 120px;
    padding-bottom: 145px;
  }
}
@media (max-width: 767px) {
  .section_test-drive-product {
    padding-top: 60px;
    padding-bottom: 145px;
  }
}
.section_test-drive-product .section__bg {
  position: absolute;
  top: 50%;
  right: -245px;
  margin-top: -460px;
  width: 2800px;
  height: 918px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/backgrounds/test-drive-section-product-bg.svg');
}
@media (max-width: 767px) {
  .section_test-drive-product .section__bg {
    top: -160px;
    right: -1000px;
    margin-top: 0;
    width: 3652px;
    height: 1157px;
  }
}
.section_test-drive-product .section__main {
  padding-left: 70px;
}
.section_test-drive-product .headline_main {
  margin-bottom: 30px;
}
@media (max-width: 1549px) {
  .section_test-drive-product .headline_main {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .section_test-drive-product .headline_main {
    margin-bottom: 15px;
  }
}
.section_test-drive-product .description {
  margin-bottom: 50px;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1549px) {
  .section_test-drive-product .description {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section_test-drive-product .description {
    margin-bottom: 25px;
  }
}
.section_test-drive-product .section__img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  max-width: 555px;
  text-align: center;
}
.section_test-drive-product .section__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/backgrounds/test-drive-product-bg.svg');
}
@media (max-width: 767px) {
  .section_test-drive-product .section__img {
    max-width: 320px;
  }
}
@media (max-width: 1799px) {
  .section_test-drive-product .section__main {
    padding-left: 20px;
  }
}
@media (max-width: 1549px) {
  .section_test-drive-product .section__main {
    padding-left: 0;
  }
}
.section_test-drive-comments {
  padding-top: 50px;
}
.section_test-drive-comments .answer-question__content {
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 1279px) {
  .section_test-drive-comments {
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .section_test-drive-comments {
    padding-top: 15px;
  }
}
.section_article .section__header {
  padding-bottom: 0;
}
.article {
  position: relative;
  padding-right: 90px;
}
@media (max-width: 1549px) {
  .article {
    padding-bottom: 90px;
  }
}
@media (max-width: 1279px) {
  .article {
    padding-bottom: 70px;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .article {
    padding-bottom: 30px;
  }
}
.article__content {
  max-width: 1137px;
}
.article__header {
  padding-bottom: 50px;
}
.article__header .card {
  min-height: 634px;
}
@media (max-width: 1549px) {
  .article__header .card {
    min-height: 520px;
  }
}
@media (max-width: 1279px) {
  .article__header {
    padding-bottom: 30px;
  }
  .article__header .card {
    min-height: 470px;
  }
}
@media (max-width: 1024px) {
  .article__header {
    padding-bottom: 20px;
  }
}
.article__title {
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .article__title {
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .article__title {
    margin-bottom: 20px;
  }
}
.article__share {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 1279px) {
  .article__share {
    top: auto;
    bottom: 100%;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .article__share {
    margin-bottom: 10px;
  }
}
.article__body {
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  line-height: 1.4;
}
.article__body p {
  margin-bottom: 30px;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1549px) {
  .article__body p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .article__body p {
    margin-bottom: 15px;
  }
}
.article__body img {
  margin-bottom: 50px;
  border-radius: 25px;
}
@media (max-width: 1549px) {
  .article__body img {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .article__body img {
    margin-bottom: 20px;
  }
}
.article__body cite {
  margin: 20px auto 50px;
  max-width: 734px;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 1549px) {
  .article__body cite {
    margin: 0 auto 30px;
  }
}
@media (max-width: 1024px) {
  .article__body cite {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.article__body p + img,
.article__body ul + img,
.article__body ol + img {
  margin-top: 20px;
}
@media (max-width: 1549px) {
  .article__body p + img,
  .article__body ul + img,
  .article__body ol + img {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .article__body p + img,
  .article__body ul + img,
  .article__body ol + img {
    margin-top: 5px;
  }
}
.article__body > :last-child {
  margin-bottom: 0;
}
.article__body a {
  color: #e962a0;
}
.article__body a:hover,
.article__body a:focus {
  color: #ba3c76;
  text-decoration: underline;
}
.article__body .glossary-link {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.article__body .glossary-link:hover,
.article__body .glossary-link:focus {
  color: #793dc6;
  text-decoration: none;
}
.article__body ul {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 40px;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  line-height: 1.4;
}
.article__body ul li {
  position: relative;
  padding-left: 16px;
}
.article__body ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e962a0;
}
@media (max-width: 1024px) {
  .article__body ul li::before {
    top: 8px;
  }
}
.article__body ul li + li {
  margin-top: 15px;
}
@media (max-width: 1549px) {
  .article__body ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .article__body ul {
    margin-bottom: 15px;
    padding-left: 0;
  }
}
.article__body ol {
  counter-reset: myCounter;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 40px;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 500;
  line-height: 1.4;
}
.article__body ol li {
  position: relative;
}
.article__body ol li + li {
  margin-top: 15px;
}
.article__body ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter) '.';
  margin-right: 10px;
  color: #e962a0;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 1549px) {
  .article__body ol {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .article__body ol {
    margin-bottom: 15px;
    padding-left: 0;
  }
}
.article__body h1,
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.article__footer {
  padding-top: 50px;
}
@media (max-width: 1279px) {
  .article__footer {
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .article__footer {
    padding-top: 20px;
  }
}
.article__slider {
  padding: 20px 0 50px;
  text-align: center;
}
.article__slider img {
  margin: 0;
}
@media (max-width: 1549px) {
  .article__slider {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
.article .products-block {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #f2f2f2;
}
.article .products-block .col-12 {
  margin-bottom: 0;
}
.article .products-block::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f2f2f2;
}
@media (max-width: 1279px) {
  .article .products-block {
    margin-top: 30px;
    padding-top: 20px;
  }
  .article .products-block::after {
    bottom: 25px;
  }
}
.recommendation {
  padding-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.recommendation__title {
  margin-bottom: 70px;
}
@media (max-width: 1549px) {
  .recommendation__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .recommendation__title {
    margin-bottom: 37px;
  }
}
.recommendation__list {
  margin-bottom: 70px;
}
@media (max-width: 1279px) {
  .recommendation__list {
    margin-bottom: 20px;
  }
}
.recommendation__list .product-card {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.recommendation__list .product-card::after {
  display: none;
}
@media (max-width: 1024px) {
  .recommendation__list .product-card {
    padding-bottom: 0;
  }
}
@media (max-width: 1549px) {
  .recommendation {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  .recommendation {
    padding-top: 35px;
  }
}
.section_partnership .section__tabnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .section_partnership .section__tabnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section_partnership .section__tabnav .nav-link {
  position: relative;
  margin-bottom: -3px;
  padding: 0 20px 10px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  color: rgba(59, 61, 75, 0.8);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  vertical-align: baseline;
}
.section_partnership .section__tabnav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.section_partnership .section__tabnav .nav-link:hover,
.section_partnership .section__tabnav .nav-link:focus,
.section_partnership .section__tabnav .nav-link.active {
  color: #e962a0;
}
.section_partnership .section__tabnav .nav-link.active::after {
  background-color: #e962a0;
}
@media (max-width: 767px) {
  .section_partnership .section__tabnav .nav-link {
    padding: 0 10px 10px;
    font-size: 14px;
  }
}
.section_partnership .headline_style1 {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .section_partnership .headline_style1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .section_partnership .headline_style1 {
    margin-bottom: 20px;
  }
  .section_partnership .headline_style1 br {
    display: none;
  }
}
.section_partnership .headline_style4 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .section_partnership .headline_style4 {
    padding-top: 5px;
    margin-bottom: 10px;
  }
}
.section_partnership .description {
  margin-bottom: 30px;
  color: rgba(59, 61, 75, 0.8);
}
.section_partnership .description .list {
  padding-left: 0;
}
.section_partnership .description .list-item {
  position: relative;
  padding-left: 16px;
}
.section_partnership .description .list-item::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e962a0;
}
@media (max-width: 1024px) {
  .section_partnership .description .list-item::before {
    top: 7px;
  }
}
.section_partnership .description .list-item + .list-item {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .section_partnership .description .list-item + .list-item {
    margin-top: 5px;
  }
}
.section_partnership_start {
  padding-bottom: 220px;
}
@media (max-width: 1549px) {
  .section_partnership_start {
    padding-bottom: 200px;
  }
}
@media (max-width: 1024px) {
  .section_partnership_start {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .section_partnership_start .form-group {
    margin-bottom: 15px;
  }
}
.section_partnership_start .checkbox-list {
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1024px) {
  .section_partnership_start .checkbox-list {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section_partnership_start .checkbox-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.section_partnership_start .description {
  max-width: 700px;
}
.section_partnership_info {
  padding-top: 30px;
  padding-bottom: 50px;
}
.section_partnership_info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #f6f6fe;
}
.section_partnership_info::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -2;
  background-color: #f6f6fe;
}
.section_partnership_info .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 125px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/universarium-glossary-bg.svg");
}
.section_partnership_info .description {
  max-width: 555px;
}
.section_partnership_info .section__slider {
  position: relative;
  padding-left: 100px;
  padding-right: 40px;
}
.section_partnership_info .section__slider::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: -100px;
  left: -60px;
  right: -60px;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/partnership-slider-bg.svg");
}
.section_partnership_info .section__img {
  text-align: center;
}
.section_partnership_info .section__img img {
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  border: 10px solid #ffffff;
  border-radius: 35px;
}
@media (max-width: 1279px) {
  .section_partnership_info .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/universarium-glossary-bg-tablet.svg");
    background-size: auto;
  }
  .section_partnership_info .section__slider {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_partnership_info .section__slider::before {
    top: -60px;
    left: -30px;
    right: -30px;
    bottom: -30px;
  }
  .section_partnership_info .section__img img {
    border: 5px solid #ffffff;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .section_partnership_info .section__bg {
    background-image: url("../images/backgrounds/universarium-glossary-bg-mobile.svg");
  }
  .section_partnership_info .section__slider::before {
    background-image: url("../images/backgrounds/partnership-slider-bg-mobile.svg");
  }
}
.section_partnership_waiting {
  margin-bottom: -180px;
  padding-top: 120px;
}
.section_partnership_waiting::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #f5ecff;
}
.section_partnership_waiting::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -2;
  background-color: #f5ecff;
}
.section_partnership_waiting .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/universarium-blog-bg.svg");
}
.section_partnership_waiting .section__img img {
  width: 100%;
}
.section_partnership_waiting .section__content {
  padding-bottom: 140px;
}
@media (max-width: 1549px) {
  .section_partnership_waiting {
    padding-top: 80px;
  }
}
@media (max-width: 1279px) {
  .section_partnership_waiting .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/main-blog-bg-tablet.svg");
    background-size: auto;
  }
  .section_partnership_waiting .section__content {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .section_partnership_waiting {
    margin-bottom: -50px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section_partnership_waiting {
    margin-bottom: -40px;
  }
  .section_partnership_waiting .section__bg {
    background-image: url("../images/backgrounds/main-blog-bg-mobile.svg");
  }
}
@media (max-width: 575px) {
  .section_partnership_waiting {
    margin-bottom: -25px;
  }
}
.section_partnership_algorithm {
  padding-top: 30px;
  padding-bottom: 170px;
}
.section_partnership_algorithm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #f6f6fe;
}
.section_partnership_algorithm::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -2;
  background-color: #f6f6fe;
}
.section_partnership_algorithm .section__bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 125px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/backgrounds/universarium-glossary-bg.svg");
}
.section_partnership_algorithm .description {
  max-width: 555px;
}
.section_partnership_algorithm .algorithm-list {
  position: relative;
  counter-reset: myCounter;
  color: rgba(59, 61, 75, 0.8);
}
.section_partnership_algorithm .algorithm-list .list-item {
  position: relative;
  padding-left: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  max-width: 556px;
}
.section_partnership_algorithm .algorithm-list .list-item:nth-child(even) {
  margin-left: auto;
}
.section_partnership_algorithm .algorithm-list .list-item + .list-item {
  margin-top: 10px;
}
.section_partnership_algorithm .algorithm-list .list-item::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  color: #e962a0;
  font-weight: bold;
  font-size: 100px;
  line-height: 200px;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/partners-algorithm-list-bg-1.svg");
  animation: bubble-move 3s infinite linear alternate-reverse;
}
.section_partnership_algorithm .algorithm-list .list-item:nth-child(3n + 2)::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.section_partnership_algorithm .algorithm-list .list-item:nth-child(3n + 3)::before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (max-width: 1549px) {
  .section_partnership_algorithm .algorithm-list .list-item {
    padding-left: 180px;
    min-height: 150px;
  }
  .section_partnership_algorithm .algorithm-list .list-item::before {
    margin-top: -75px;
    width: 150px;
    height: 150px;
    font-size: 75px;
    line-height: 150px;
  }
}
@media (max-width: 1279px) {
  .section_partnership_algorithm .algorithm-list .list-item {
    padding-left: 120px;
    min-height: 100px;
  }
  .section_partnership_algorithm .algorithm-list .list-item::before {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
  }
  .section_partnership_algorithm .algorithm-list .list-item + .list-item {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section_partnership_algorithm .algorithm-list .list-item {
    padding-left: 70px;
  }
  .section_partnership_algorithm .algorithm-list .list-item::before {
    left: -40px;
  }
  .section_partnership_algorithm .algorithm-list .list-item:nth-child(even) {
    margin-left: 50px;
  }
}
.section_partnership_algorithm .algorithm-list_violet .list-item::before {
  color: #ffffff;
}
.section_partnership_algorithm .algorithm-list_violet .list-item:nth-child(3n + 1)::before {
  background-image: url("../images/backgrounds/partners-algorithm-list-bg-2.svg");
}
.section_partnership_algorithm .algorithm-list_violet .list-item:nth-child(3n + 2)::before {
  background-image: url("../images/backgrounds/partners-algorithm-list-bg-3.svg");
}
.section_partnership_algorithm .algorithm-list_violet .list-item:nth-child(3n + 3)::before {
  background-image: url("../images/backgrounds/partners-algorithm-list-bg-4.svg");
}
@media (max-width: 1279px) {
  .section_partnership_algorithm {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .section_partnership_algorithm .section__bg {
    height: 20px;
    background-repeat: repeat-x;
    background-image: url("../images/backgrounds/universarium-glossary-bg-tablet.svg");
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .section_partnership_algorithm .section__bg {
    background-image: url("../images/backgrounds/universarium-glossary-bg-mobile.svg");
  }
}
.active#nav-wholesalers ~ .section_partnership_waiting {
  display: none;
}
.account-content {
  max-width: 750px;
}
@media (max-width: 1024px) {
  .account-content {
    margin-bottom: 40px;
  }
}
.account-content__header .btn_default.btn_wi .btn__icon {
  padding: 15px;
}
@media (max-width: 1549px) {
  .account-content__header .btn_default.btn_wi .btn__icon {
    padding: 11px;
  }
}
.account-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .account-content__list {
    -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;
  }
}
.account-content__item {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .account-content__item {
    padding: 0;
    margin-bottom: 25px;
    padding-bottom: 6px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .account-content__item:last-child {
    margin-bottom: 0;
  }
}
.account-content__item:first-child {
  padding-left: 0;
}
.account-content__item:last-child {
  border-right: none;
  padding-right: 0;
}
.account-content__item-head {
  font-weight: bold;
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px;
}
.account-content__item-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 0;
}
.account-content__buttons {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .account-content__buttons {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .account-content__buttons .btn {
    margin-right: 0;
  }
  .account-content__buttons .btn:last-child {
    margin-bottom: 0;
  }
}
.account-content__buttons .btn {
  margin-right: 12px;
  margin-bottom: 15px;
  text-align: left;
  white-space: normal;
}
.account-content__buttons .btn:last-child {
  margin-right: 0;
}
.account-content__body {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .account-content__body {
    margin-top: 35px;
  }
}
.account-content__newsletter {
  background: #f5ecff;
  border-radius: 35px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .account-content__newsletter {
    padding: 20px;
  }
}
.account-content__newsletter-head {
  margin-bottom: 15px;
}
.account-content__newsletter-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #767676;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .account-content__newsletter-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.account-content__checkbox-head {
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #3b3d4b;
}
@media (max-width: 1024px) {
  .account-content__checkbox-head {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.account-notification {
  max-width: 700px;
  margin-left: auto;
}
.account-notification__header {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .account-notification__header {
    margin-bottom: 30px;
  }
}
.account-notification__wrap {
  position: relative;
  background: #f6f6fe;
  border: 1px solid rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  padding: 15px 8px;
  border-radius: 35px;
  overflow: hidden;
}
.account-notification__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 100%;
  height: 90px;
  background: #f6f6fe;
  opacity: 0.4;
}
.account-notification__body {
  padding: 0px 24px;
  padding-bottom: 70px;
  max-height: 600px;
  overflow: auto;
}
@media (max-width: 1024px) {
  .account-notification__body {
    padding: 0px 7px;
    padding-bottom: 70px;
  }
}
.account-notification__body::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.account-notification__body::-webkit-scrollbar-thumb {
  background: rgba(59, 61, 75, 0.5);
  border-radius: 4px;
}
.account-notification__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 35px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .account-notification__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    border-radius: 15px;
  }
}
.account-notification__close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .account-notification__close {
    top: 20px;
    right: 20px;
  }
}
.account-notification__close:hover {
  opacity: 1;
}
.account-notification__avatar {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.account-notification__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .account-notification__avatar {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.account-notification__content-head {
  max-width: calc(100% - 40px);
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 4px;
}
@media (max-width: 1549px) {
  .account-notification__content-head {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .account-notification__content-head {
    max-width: 100%;
  }
}
.account-notification__content-subhead {
  max-width: calc(100% - 40px);
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .account-notification__content-subhead {
    max-width: 100%;
  }
}
.account-notification__content-subhead::before {
  content: "(";
}
.account-notification__content-subhead::after {
  content: ")";
}
.account-notification__content-desc {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  opacity: 0.8;
}
@media (max-width: 1549px) {
  .account-notification__content-desc {
    font-size: 16px;
  }
}
.account-notification__content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-top: 15px;
  opacity: 0.8;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
@media (max-width: 1024px) {
  .account-notification__content-link {
    margin-top: 10px;
  }
}
.account-notification__content-link:hover {
  opacity: 1;
}
.account-notification__content-link .link__text {
  position: relative;
}
.account-notification__content-link .link__text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}
.product .section__bg {
  position: absolute;
}
.product .section__bg_1 {
  height: 1000px;
  width: 2000px;
  left: 30px;
  top: -50px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/svg/illustrations/product-img.svg");
}
@media (max-width: 1549px) {
  .product .section__bg_1 {
    top: -220px;
    left: -100px;
  }
}
@media (max-width: 1024px) {
  .product .section__bg_1 {
    top: -260px;
    left: -1000px;
    height: 1800px;
    width: 2030px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .product .breadcrumbs .btn {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .product .breadcrumbs .btn .btn__icon {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .product .breadcrumbs .btn:hover,
  .product .breadcrumbs .btn:focus {
    border-color: #ffffff;
  }
  .product .breadcrumbs .btn:hover .btn__icon,
  .product .breadcrumbs .btn:focus .btn__icon {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .product-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-main__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .product-main__slider {
    -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;
  }
}
.product-main__slider-img {
  max-width: 100%;
  max-height: 100%;
}
.product-main__slider-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main__slider .swiper-thumbs {
  width: 100px;
  min-height: 100%;
  max-height: 680px;
  margin: 0;
  margin-right: 30px;
}
@media (max-width: 1549px) {
  .product-main__slider .swiper-thumbs {
    max-height: 500px;
  }
}
@media (max-width: 1280px) {
  .product-main__slider .swiper-thumbs {
    max-height: 600px;
  }
}
@media (max-width: 1024px) {
  .product-main__slider .swiper-thumbs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 320px;
    max-height: 80px;
    margin-right: 0;
  }
}
.product-main__slider .swiper-thumbs .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  max-height: 144px;
  border-radius: 35px;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .product-main__slider .swiper-thumbs .swiper-slide {
    max-width: 70px;
    max-height: 80px;
    border-radius: 15px;
  }
}
.product-main__slider .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #e962a0;
}
.product-main__slider .swiper-thumbs .swiper-slide .product-main__slider-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 140px;
}
@media (max-width: 1024px) {
  .product-main__slider .swiper-thumbs .swiper-slide .product-main__slider-img {
    width: 70px;
    height: 70px;
  }
}
.product-main__slider .swiper {
  width: 600px;
  min-height: 100%;
  margin: 0;
  border-radius: 35px;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  overflow: hidden;
}
@media (max-width: 1549px) {
  .product-main__slider .swiper {
    width: 460px;
  }
}
@media (max-width: 1024px) {
  .product-main__slider .swiper {
    width: 320px;
    margin-bottom: 20px;
  }
}
.product-main__slider .swiper .swiper-slide .product-main__slider-img {
  width: 100%;
  height: 680px;
  background: #ffffff;
}
@media (max-width: 1549px) {
  .product-main__slider .swiper .swiper-slide .product-main__slider-img {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .product-main__slider .swiper .swiper-slide .product-main__slider-img {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .product-main__slider .swiper .swiper-slide .product-main__slider-img {
    height: 400px;
  }
}
.product-main__slider .swiper .swiper-slide .product-main__slider-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main__header {
  font-weight: bold;
  font-size: 70px;
  line-height: 80%;
  color: #ffffff;
}
@media (max-width: 1549px) {
  .product-main__header {
    font-size: 50px;
  }
}
.product-main__subheader {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  opacity: 0.5;
  color: #ffffff;
}
@media (max-width: 1549px) {
  .product-main__subheader {
    font-size: 18px;
  }
}
.product-main__content {
  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;
  height: 100%;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 1549px) {
  .product-main__content {
    max-width: 95%;
  }
}
@media (max-width: 1024px) {
  .product-main__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 320px;
  }
}
.product-main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .product-main__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-main__body-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  opacity: 0.8;
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .product-main__body-desc {
    font-size: 16px;
  }
}
.product-main__body-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1549px) {
  .product-main__body-colors {
    margin: 30px 0px;
  }
}
.product-main__body-colors-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: 0.3s border linear;
  transition: 0.3s border linear;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 1549px) {
  .product-main__body-colors-item {
    width: 45px;
    height: 45px;
  }
}
.product-main__body-colors-item:last-child {
  margin-right: 0;
}
.product-main__body-colors-item:hover {
  border-color: #ffffff;
}
.product-main__body-colors-item .svg {
  opacity: 0;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.product-main__body-colors-item.active {
  border-color: #ffffff;
}
.product-main__body-colors-item.active .svg {
  opacity: 1;
}
.product-main__body-info_btns .btn:first-child {
  margin-right: 10px;
}
.product-main__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .product-main__footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
}
.product-main__footer-stores {
  background: #e962a0;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.3);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.3);
  border-radius: 93px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media (max-width: 1549px) {
  .product-main__footer-stores {
    padding: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1280px) {
  .product-main__footer-stores {
    -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;
    border-radius: 40px;
  }
}
.product-main__footer-stores-head {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .product-main__footer-stores-head {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .product-main__footer-stores-head {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .product-main__footer-stores .btn {
    margin-bottom: 15px;
  }
}
.product-main__footer-stores .btn:last-child {
  margin-left: 8px;
}
@media (max-width: 1280px) {
  .product-main__footer-stores .btn:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.product-main__footer-share {
  position: relative;
  width: 60px;
  height: 60px;
}
.product-main__footer-share .share-block {
  position: absolute;
}
.product-specifications {
  padding: 100px 0px;
  margin: 100px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .product-specifications {
    margin: 50px auto;
    padding: 35px 0px;
  }
}
@media (max-width: 576px) {
  .product-specifications {
    max-width: 360px;
  }
}
.product-specifications__list {
  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;
  height: 100%;
  padding-right: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1549px) {
  .product-specifications__list {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .product-specifications__list {
    border-right: none;
    padding-right: 0;
  }
}
.product-specifications__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .product-specifications__item {
    -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;
  }
}
.product-specifications__item:last-child {
  margin-bottom: 0;
}
.product-specifications__item-head {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media (max-width: 1549px) {
  .product-specifications__item-head {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .product-specifications__item-head {
    margin-bottom: 5px;
  }
}
.product-specifications__item-dots {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0px 20px;
}
@media (max-width: 1549px) {
  .product-specifications__item-dots {
    margin: 0px 16px;
  }
}
@media (max-width: 1024px) {
  .product-specifications__item-dots {
    border: none;
    margin: 0;
  }
}
.product-specifications__item-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media (max-width: 1549px) {
  .product-specifications__item-desc {
    font-size: 16px;
  }
}
.product-specifications__media {
  width: 100%;
  height: 100%;
  max-width: 730px;
  max-height: 420px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  border-radius: 35px;
  padding: 10px;
}
.product-specifications__media img,
.product-specifications__media video {
  border-radius: 25px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.product-info {
  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;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .product-info {
    margin-bottom: 100px;
  }
}
.product-info__bg {
  position: absolute;
  top: 0px;
  left: -100px;
  width: 1920px;
  height: 1670px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/product-bg.svg");
  z-index: -1;
}
@media (max-width: 1549px) {
  .product-info__bg {
    left: -200px;
  }
}
.product-info__img {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/product-info-bubble-bg.svg");
  z-index: -1;
}
@media (max-width: 1549px) {
  .product-info__img {
    max-height: 540px;
  }
}
.product-info__img picture {
  max-width: inherit;
  max-height: inherit;
}
.product-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-width: inherit;
  max-height: inherit;
}
.product-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin: 100px;
}
@media (max-width: 1549px) {
  .product-info__list {
    margin: 100px 0px;
  }
}
@media (max-width: 1280px) {
  .product-info__list {
    margin-top: 36px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .product-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 100px;
}
@media (max-width: 1549px) {
  .product-info__item {
    margin-right: 50px;
  }
}
@media (max-width: 1280px) {
  .product-info__item {
    margin-right: 16px;
  }
}
@media (max-width: 1024px) {
  .product-info__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.product-info__item-header {
  margin-right: 30px;
  margin-bottom: 0;
  padding-right: 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
  font-size: 100px;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .product-info__item-header {
    font-size: 50px;
    margin-right: 15px;
    padding-right: 15px;
  }
}
.product-info__item-body-head {
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .product-info__item-body-head {
    font-size: 20px;
  }
}
.product-info__item-body-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .product-info__item-body-text {
    font-size: 16px;
  }
}
.product-info__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
}
@media (max-width: 1549px) {
  .product-info__cards {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .product-info__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.product-info__cards .card {
  width: 100%;
}
.product-info__cards .card:first-child {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .product-info__cards .card:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.product-info__cards .card.fix_card .card__body {
  bottom: 110px;
}
.product-info__cards .card.fix_card .card__footer {
  -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;
}
.product-info__cards .card.fix_card .statistics-list {
  margin-bottom: 16px;
}
.flagship__bg {
  position: absolute;
  width: 1920px;
  height: 3126px;
  background-image: url("../images/backgrounds/flagship-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
}
.flagship__bg_2 {
  top: 700px;
}
@media (max-width: 1549px) {
  .flagship__bg_2 {
    top: 350px;
  }
}
@media (max-width: 1280px) {
  .flagship__bg_2 {
    height: 2700px;
  }
}
@media (max-width: 1024px) {
  .flagship__bg_2 {
    background-position: bottom;
    background-size: cover;
  }
}
.flagship__stores {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #e962a0;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.3);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.3);
  border-radius: 93px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media (max-width: 1549px) {
  .flagship__stores {
    padding: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .flagship__stores {
    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;
    border-radius: 40px;
  }
}
.flagship__stores-head {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .flagship__stores-head {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .flagship__stores-head {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .flagship__stores .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.flagship__stores .btn:last-child {
  margin-left: 8px;
}
@media (max-width: 1024px) {
  .flagship__stores .btn:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .flagship-preview {
    padding-top: 100px;
  }
}
.flagship-preview__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("../images/backgrounds/flagship-preview-top-bg.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1024px) {
  .flagship-preview__bg-top {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.flagship-preview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 100%;
  background-image: url("../images/backgrounds/flagship-preview-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1024px) {
  .flagship-preview__content {
    padding-bottom: 100px;
  }
}
.flagship-preview__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 900px;
  padding: 0px 150px;
  z-index: 1;
}
@media (max-width: 1549px) {
  .flagship-preview__body {
    padding: 0px 50px;
  }
}
@media (max-width: 1280px) {
  .flagship-preview__body {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .flagship-preview__body {
    height: auto;
  }
}
.flagship-preview__text {
  color: #ffffff;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 1549px) {
  .flagship-preview__text {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 1280px) {
  .flagship-preview__text {
    min-width: auto;
    margin-right: 60px;
  }
}
@media (max-width: 1024px) {
  .flagship-preview__text {
    min-width: 100%;
    margin-right: 0;
  }
}
.flagship-preview__text-header {
  margin-bottom: 24px;
}
.flagship-preview__text-subheader {
  font-family: "Gilroy";
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .flagship-preview__text-subheader {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .flagship-preview__text-subheader {
    font-size: 16px;
  }
}
.flagship-preview__img {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/flagship-preview-bubble-bg.svg");
  z-index: -1;
}
@media (max-width: 1549px) {
  .flagship-preview__img {
    max-height: 500px;
  }
}
@media (max-width: 1024px) {
  .flagship-preview__img {
    max-height: 350px;
  }
}
@media (max-width: 576px) {
  .flagship-preview__img {
    max-height: 265px;
  }
}
.flagship-preview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 660px;
}
@media (max-width: 1549px) {
  .flagship-preview__img img {
    max-height: 100%;
  }
}
@media (max-width: 1024px) {
  .flagship-preview__img img {
    max-height: 390px;
  }
}
@media (max-width: 576px) {
  .flagship-preview__img img {
    max-height: 290px;
  }
}
@media (max-width: 1024px) {
  .flagship-info {
    margin: 40px 0px;
  }
}
.flagship-info__bg-top {
  position: absolute;
  top: -150px;
  left: 0;
  width: 1920px;
  height: calc(100% + 80px);
  background-image: url(../images/backgrounds/flagship-info-top-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
@media (max-width: 1024px) {
  .flagship-info__bg-top {
    top: -140px;
  }
}
@media (max-width: 576px) {
  .flagship-info__bg-top {
    height: 500px;
  }
}
.flagship-info__bg-middle {
  position: absolute;
  top: -200px;
  width: 1920px;
  height: 3126px;
  background-image: url("../images/backgrounds/flagship-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
}
@media (max-width: 1280px) {
  .flagship-info__bg-middle {
    height: 2700px;
  }
}
@media (max-width: 1024px) {
  .flagship-info__bg-middle {
    height: 2250px;
    background-position: bottom;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .flagship-info__bg-middle {
    height: 1200px;
  }
}
.flagship-info__bg-bottom {
  position: absolute;
  top: 0px;
  left: 0;
  width: 1920px;
  height: 100vh;
  min-height: 600px;
  background-image: url(../images/backgrounds/flagship-info-middle-text-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
}
@media (max-width: 1024px) {
  .flagship-info__bg-bottom {
    top: 0px;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .flagship-info__bg-bottom {
    top: 120px;
    height: 100%;
  }
}
.flagship-info__content {
  position: relative;
  height: calc(100vh);
}
@media (max-width: 1024px) {
  .flagship-info__content {
    height: auto;
  }
}
.flagship-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: #3b3d4b;
}
@media (max-width: 1024px) {
  .flagship-info-top {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.flagship-info-top__text {
  max-width: 45%;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .flagship-info-top__text {
    max-width: 100%;
    margin-right: 0;
  }
}
.flagship-info-top__text-header {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .flagship-info-top__text-header {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.flagship-info-top__text-header .headline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.flagship-info-top__text-subheader {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .flagship-info-top__text-subheader {
    font-size: 16px;
    opacity: 0.8;
  }
}
.flagship-info-top__media {
  position: absolute;
  top: 50%;
  max-height: 800px;
  padding: 10px;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  background-color: #ffffff;
  border-radius: 35px;
  overflow: hidden;
  z-index: 6;
}
@media (max-width: 1024px) {
  .flagship-info-top__media {
    position: static;
    top: 0;
    margin: 0 auto;
    margin-top: 40px;
    min-width: 100%;
  }
}
@media (max-width: 576px) {
  .flagship-info-top__media {
    width: 100%;
    height: 250px;
    min-width: auto;
  }
}
.flagship-info-top__media video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
}
.flagship-info-middle {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .flagship-info-middle {
    position: static;
    top: 0;
    margin-top: 80px;
  }
}
.flagship-info-middle__text {
  max-width: 45%;
  margin-left: 50%;
  padding-left: 60px;
}
@media (max-width: 1549px) {
  .flagship-info-middle__text {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .flagship-info-middle__text {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.flagship-info-middle__text-header {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .flagship-info-middle__text-header {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.flagship-info-middle__text-header .headline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.flagship-info-middle__text-subheader {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .flagship-info-middle__text-subheader {
    font-size: 16px;
    opacity: 0.8;
  }
}
.flagship-info-bottom {
  position: absolute;
  top: 50%;
}
@media (max-width: 1024px) {
  .flagship-info-bottom {
    position: static;
    top: 0;
  }
}
.flagship-info-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
}
@media (max-width: 1024px) {
  .flagship-info-bottom__content {
    height: auto;
    padding: 100px 0px;
  }
}
@media (max-width: 576px) {
  .flagship-info-bottom__content {
    padding: 80px 0px;
  }
}
.flagship-info-bottom__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 150px;
  width: 100%;
}
@media (max-width: 1549px) {
  .flagship-info-bottom__body {
    padding: 0px 60px;
  }
}
@media (max-width: 1024px) {
  .flagship-info-bottom__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.flagship-info-bottom .headline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.flagship-info-bottom__subheader {
  max-width: 40%;
  margin-left: 60px;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
  max-width: 550px;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .flagship-info-bottom__subheader {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .flagship-info-bottom__subheader {
    font-size: 16px;
    opacity: 0.8;
    margin-left: 0;
    max-width: 100%;
  }
}
.flagship-specifications {
  padding: 100px 0px;
  margin: 100px 0px;
}
@media (max-width: 1024px) {
  .flagship-specifications {
    margin: 50px auto;
    padding: 35px 0px;
  }
}
@media (max-width: 576px) {
  .flagship-specifications {
    max-width: 100%;
  }
}
.flagship-specifications__list {
  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;
  height: 100%;
  padding-right: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1549px) {
  .flagship-specifications__list {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .flagship-specifications__list {
    border-right: none;
    padding-right: 0;
  }
}
.flagship-specifications__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .flagship-specifications__item {
    -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;
  }
}
.flagship-specifications__item:last-child {
  margin-bottom: 0;
}
.flagship-specifications__item-head {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media (max-width: 1549px) {
  .flagship-specifications__item-head {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .flagship-specifications__item-head {
    margin-bottom: 5px;
  }
}
.flagship-specifications__item-dots {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0px 20px;
}
@media (max-width: 1549px) {
  .flagship-specifications__item-dots {
    margin: 0px 16px;
  }
}
@media (max-width: 1024px) {
  .flagship-specifications__item-dots {
    border: none;
    margin: 0;
  }
}
.flagship-specifications__item-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media (max-width: 1549px) {
  .flagship-specifications__item-desc {
    font-size: 16px;
  }
}
.flagship-specifications__media {
  width: 100%;
  height: 100%;
  max-width: 730px;
  max-height: 420px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  border-radius: 35px;
  padding: 10px;
}
.flagship-specifications__media img,
.flagship-specifications__media video {
  border-radius: 25px;
  overflow: hidden;
}
.flagship-collage__bg {
  position: absolute;
  width: 700px;
  height: 530px;
  z-index: -1;
  background-image: url("../images/backgrounds/flagship-collage-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.flagship-collage__bg-1 {
  top: 100px;
  left: -30px;
}
@media (max-width: 1024px) {
  .flagship-collage__bg-1 {
    left: -200px;
  }
}
.flagship-collage__bg-2 {
  bottom: 0;
  right: -30px;
}
@media (max-width: 1024px) {
  .flagship-collage__bg-2 {
    bottom: 200px;
    right: -100px;
  }
}
.flagship-collage__content {
  position: relative;
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .flagship-collage__content {
    margin-bottom: 80px;
  }
}
.flagship-collage__body {
  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;
  padding: 0px 40px;
}
@media (max-width: 1549px) {
  .flagship-collage__body {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .flagship-collage__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flagship-collage__body-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.flagship-collage__body-item-top {
  max-width: 380px;
  max-height: 500px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .flagship-collage__body-item-top {
    max-width: 320px;
    max-height: 360px;
    margin-bottom: 50px;
  }
}
.flagship-collage__body-item-center {
  max-width: 470px;
  max-height: 860px;
}
@media (max-width: 1024px) {
  .flagship-collage__body-item-center {
    max-width: 320px;
    max-height: 540px;
    margin-bottom: 50px;
  }
}
.flagship-collage__body-item-bottom {
  margin-bottom: 60px;
  max-width: 430px;
  max-height: 400px;
}
@media (max-width: 1024px) {
  .flagship-collage__body-item-bottom {
    max-width: 320px;
    max-height: 360px;
    margin-bottom: 50px;
  }
}
.flagship-collage__body-item-media {
  height: 100vh;
  background: #ffffff;
  padding: 10px;
  border-radius: 35px;
  max-width: inherit;
  max-height: inherit;
}
.flagship-collage__body-item-media picture {
  max-width: inherit;
  max-height: inherit;
}
.flagship-collage__body-item-media img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
}
.flagship-collage__body-item-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .flagship-collage__body-item-desc {
    opacity: 1;
  }
}
.flagship-collage__body-item-desc-text {
  max-width: inherit;
  padding: 24px;
  background: #e962a0;
  -webkit-box-shadow: 0px 4px 14px rgba(216, 197, 195, 0.4);
          box-shadow: 0px 4px 14px rgba(216, 197, 195, 0.4);
  border-radius: 25px;
  margin-bottom: -2px;
  font-size: 16px;
  line-height: 100%;
}
.flagship-collage__body-item:hover .flagship-collage__body-item-desc {
  opacity: 1;
}
.flagship-collage__body-center {
  padding: 0px 30px;
}
@media (max-width: 1024px) {
  .flagship-collage__body-center {
    padding: 0;
  }
}
.flagship-benefits {
  margin-bottom: 200px;
}
@media (max-width: 1549px) {
  .flagship-benefits {
    margin-bottom: 100px;
  }
}
.flagship-benefits__content {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1549px) {
  .flagship-benefits__content {
    padding-bottom: 50px;
  }
}
.flagship-benefits__body {
  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;
}
.flagship-benefits__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 1320px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/flagship-benefits-bg.svg");
  z-index: -1;
}
@media (max-width: 1549px) {
  .flagship-benefits__bg {
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .flagship-benefits__bg {
    left: auto;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.flagship-benefits__img {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/backgrounds/product-info-bubble-bg.svg");
  z-index: -1;
}
@media (max-width: 1549px) {
  .flagship-benefits__img {
    max-height: 540px;
  }
}
.flagship-benefits__img picture {
  max-width: inherit;
  max-height: inherit;
}
.flagship-benefits__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-width: inherit;
  max-height: inherit;
}
.flagship-benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin: 100px;
}
@media (max-width: 1549px) {
  .flagship-benefits__list {
    margin: 100px 0px;
  }
}
@media (max-width: 1280px) {
  .flagship-benefits__list {
    margin-top: 36px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .flagship-benefits__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flagship-benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 100px;
}
@media (max-width: 1549px) {
  .flagship-benefits__item {
    margin-right: 50px;
  }
}
@media (max-width: 1280px) {
  .flagship-benefits__item {
    margin-right: 16px;
  }
}
@media (max-width: 1024px) {
  .flagship-benefits__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.flagship-benefits__item-header {
  margin-right: 30px;
  margin-bottom: 0;
  padding-right: 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
  font-size: 100px;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .flagship-benefits__item-header {
    font-size: 50px;
    margin-right: 15px;
    padding-right: 15px;
  }
}
.flagship-benefits__item-body-head {
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .flagship-benefits__item-body-head {
    font-size: 20px;
  }
}
.flagship-benefits__item-body-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .flagship-benefits__item-body-text {
    font-size: 16px;
  }
}
.flagship-3D__content {
  padding: 160px 0px;
}
@media (max-width: 1549px) {
  .flagship-3D__content {
    padding-top: 60px;
  }
}
.flagship-3D__header {
  margin-bottom: 180px;
  text-align: center;
}
@media (max-width: 1549px) {
  .flagship-3D__header {
    margin-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .flagship-3D__header {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .flagship-3D__header {
    margin-bottom: 30px;
  }
}
.flagship-3D__body {
  position: relative;
  padding: 0px 80px;
}
@media (max-width: 1280px) {
  .flagship-3D__body {
    padding: 0;
  }
}
.flagship-3D__buttons {
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1549px) {
  .flagship-3D__buttons {
    top: calc(50% - 30px);
  }
}
.flagship-3D__buttons-left,
.flagship-3D__buttons-right {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media (max-width: 1549px) {
  .flagship-3D__buttons-left,
  .flagship-3D__buttons-right {
    width: 60px;
    height: 60px;
    padding: 16px;
  }
}
@media (max-width: 1280px) {
  .flagship-3D__buttons-left,
  .flagship-3D__buttons-right {
    display: none;
  }
}
.flagship-3D__buttons-left:hover,
.flagship-3D__buttons-right:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.6);
}
.flagship-3D__buttons-left {
  left: 0px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.flagship-3D__buttons-right {
  right: 0px;
}
.flagship-3D__container-model {
  height: 440px;
  background-image: url("../images/backgrounds/flagship-3D-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .flagship-3D__container-model {
    height: 300px;
  }
}
.flagship-3D__model {
  width: 100%;
  height: 100%;
  padding-bottom: 10%;
}
@media (max-width: 1024px) {
  .flagship-3D__model {
    padding-bottom: 20%;
  }
}
.flagship-3D__panel_control {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1549px) {
  .flagship-3D__panel_control {
    bottom: -50px;
  }
}
@media (max-width: 1024px) {
  .flagship-3D__panel_control {
    width: 100%;
  }
}
.flagship-3D__panel_control-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(233, 98, 160, 0.8);
  border-radius: 60px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 10px;
  margin-bottom: 12px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .flagship-3D__panel_control-colors {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flagship-3D__panel_control-colors-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: 0.3s border linear;
  transition: 0.3s border linear;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 1549px) {
  .flagship-3D__panel_control-colors-item {
    width: 45px;
    height: 45px;
  }
}
.flagship-3D__panel_control-colors-item:last-child {
  margin-right: 0;
}
.flagship-3D__panel_control-colors-item:hover {
  border-color: #ffffff;
}
.flagship-3D__panel_control-colors-item .svg {
  opacity: 0;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.flagship-3D__panel_control-colors-item.active {
  border-color: #ffffff;
}
.flagship-3D__panel_control-colors-item.active .svg {
  opacity: 1;
}
@media (max-width: 1024px) {
  .flagship-3D__panel_control-ar {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .flagship-3D__panel_control-ar .btn {
    width: 100%;
  }
}
.flagship-video-review__content {
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .flagship-video-review__content {
    margin-bottom: 80px;
  }
}
.flagship-video-review__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #3b3d4b;
}
@media (max-width: 1024px) {
  .flagship-video-review__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.flagship-video-review__media {
  border-radius: 35px;
  padding: 10px;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .flagship-video-review__media {
    margin-bottom: 20px;
  }
}
.flagship-video-review__media picture {
  max-width: inherit;
  max-height: inherit;
}
.flagship-video-review__media img {
  max-width: 700px;
  max-height: 800px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .flagship-video-review__media img {
    max-width: 100%;
    max-height: 600px;
  }
}
@media (max-width: 1024px) {
  .flagship-video-review__media img {
    height: 400px;
  }
}
.flagship-video-review__text {
  max-width: 40%;
  margin-left: 160px;
}
@media (max-width: 1549px) {
  .flagship-video-review__text {
    max-width: 50%;
    margin-left: 100px;
  }
}
@media (max-width: 1024px) {
  .flagship-video-review__text {
    max-width: 100%;
    margin-left: 0;
  }
}
.flagship-video-review__text-header {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .flagship-video-review__text-header {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.flagship-video-review__text-header .headline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.flagship-video-review__text-subheader {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .flagship-video-review__text-subheader {
    font-size: 16px;
    opacity: 0.8;
  }
}
.flagship-video-guide__content {
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .flagship-video-guide__content {
    margin-bottom: 80px;
  }
}
.flagship-video-guide__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .flagship-video-guide__body {
    -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;
  }
}
.flagship-video-guide__media {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 35px;
  padding: 10px;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.07);
  background-color: #ffffff;
}
.flagship-video-guide__media img {
  max-width: 1200px;
  max-height: 800px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .flagship-video-guide__media img {
    max-width: 100%;
    max-height: 600px;
  }
}
@media (max-width: 1024px) {
  .flagship-video-guide__media img {
    height: 200px;
  }
}
.flagship-video-guide__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  right: 200px;
  width: 540px;
  height: 620px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 50px;
  color: #ffffff;
  background-image: url("../images/backgrounds/flagship-video-guide-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1549px) {
  .flagship-video-guide__text {
    right: 0;
    width: 440px;
    height: 350px;
  }
}
@media (max-width: 1280px) {
  .flagship-video-guide__text {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    margin-bottom: -40px;
  }
}
@media (max-width: 1024px) {
  .flagship-video-guide__text {
    width: 280px;
    height: 320px;
    margin-top: -70px;
  }
}
.flagship-video-guide__text-header .headline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .flagship-video-guide__text-header .headline {
    margin-bottom: 12px;
  }
}
.flagship-video-guide__text-desc {
  opacity: 0.8;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .flagship-video-guide__text-desc {
    font-size: 16px;
  }
}
.flagship-links {
  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;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .flagship-links {
    margin-bottom: 100px;
  }
}
.flagship-links__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
}
@media (max-width: 1549px) {
  .flagship-links__cards {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .flagship-links__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.flagship-links__cards .card {
  width: 100%;
}
.flagship-links__cards .card:first-child {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .flagship-links__cards .card:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.flagship-links__cards .card.fix_card .card__body {
  bottom: 110px;
}
.flagship-links__cards .card.fix_card .card__footer {
  -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;
}
.flagship-links__cards .card.fix_card .statistics-list {
  margin-bottom: 16px;
}
