*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  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 {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
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-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;
}
.container {
  max-width: 0;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.no-gutters,
.row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-4k,
.col-4k-1,
.col-4k-2,
.col-4k-3,
.col-4k-4,
.col-4k-5,
.col-4k-6,
.col-4k-7,
.col-4k-8,
.col-4k-9,
.col-4k-10,
.col-4k-11,
.col-4k-12,
.col-4k-13,
.col-4k-14,
.col-4k-15,
.col-4k-16,
.col-4k-17,
.col-4k-18,
.col-4k-19,
.col-4k-20,
.col-4k-21,
.col-4k-22,
.col-4k-23,
.col-4k-24,
.col-4k-auto,
.col-5,
.col-6,
.col-7,
.col-8,
.col-8k,
.col-8k-1,
.col-8k-2,
.col-8k-3,
.col-8k-4,
.col-8k-5,
.col-8k-6,
.col-8k-7,
.col-8k-8,
.col-8k-9,
.col-8k-10,
.col-8k-11,
.col-8k-12,
.col-8k-13,
.col-8k-14,
.col-8k-15,
.col-8k-16,
.col-8k-17,
.col-8k-18,
.col-8k-19,
.col-8k-20,
.col-8k-21,
.col-8k-22,
.col-8k-23,
.col-8k-24,
.col-8k-auto,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col-auto,
.col-fhd,
.col-fhd-1,
.col-fhd-2,
.col-fhd-3,
.col-fhd-4,
.col-fhd-5,
.col-fhd-6,
.col-fhd-7,
.col-fhd-8,
.col-fhd-9,
.col-fhd-10,
.col-fhd-11,
.col-fhd-12,
.col-fhd-13,
.col-fhd-14,
.col-fhd-15,
.col-fhd-16,
.col-fhd-17,
.col-fhd-18,
.col-fhd-19,
.col-fhd-20,
.col-fhd-21,
.col-fhd-22,
.col-fhd-23,
.col-fhd-24,
.col-fhd-auto,
.col-lg,
.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-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg-auto,
.col-md,
.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-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-auto,
.col-new,
.col-new-1,
.col-new-2,
.col-new-3,
.col-new-4,
.col-new-5,
.col-new-6,
.col-new-7,
.col-new-8,
.col-new-9,
.col-new-10,
.col-new-11,
.col-new-12,
.col-new-13,
.col-new-14,
.col-new-15,
.col-new-16,
.col-new-17,
.col-new-18,
.col-new-19,
.col-new-20,
.col-new-21,
.col-new-22,
.col-new-23,
.col-new-24,
.col-new-auto,
.col-rt,
.col-rt15,
.col-rt15-1,
.col-rt15-2,
.col-rt15-3,
.col-rt15-4,
.col-rt15-5,
.col-rt15-6,
.col-rt15-7,
.col-rt15-8,
.col-rt15-9,
.col-rt15-10,
.col-rt15-11,
.col-rt15-12,
.col-rt15-13,
.col-rt15-14,
.col-rt15-15,
.col-rt15-16,
.col-rt15-17,
.col-rt15-18,
.col-rt15-19,
.col-rt15-20,
.col-rt15-21,
.col-rt15-22,
.col-rt15-23,
.col-rt15-24,
.col-rt15-auto,
.col-rt-1,
.col-rt-2,
.col-rt-3,
.col-rt-4,
.col-rt-5,
.col-rt-6,
.col-rt-7,
.col-rt-8,
.col-rt-9,
.col-rt-10,
.col-rt-11,
.col-rt-12,
.col-rt-13,
.col-rt-14,
.col-rt-15,
.col-rt-16,
.col-rt-17,
.col-rt-18,
.col-rt-19,
.col-rt-20,
.col-rt-21,
.col-rt-22,
.col-rt-23,
.col-rt-24,
.col-rt-auto,
.col-sm,
.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-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm-auto,
.col-uhd,
.col-uhd-1,
.col-uhd-2,
.col-uhd-3,
.col-uhd-4,
.col-uhd-5,
.col-uhd-6,
.col-uhd-7,
.col-uhd-8,
.col-uhd-9,
.col-uhd-10,
.col-uhd-11,
.col-uhd-12,
.col-uhd-13,
.col-uhd-14,
.col-uhd-15,
.col-uhd-16,
.col-uhd-17,
.col-uhd-18,
.col-uhd-19,
.col-uhd-20,
.col-uhd-21,
.col-uhd-22,
.col-uhd-23,
.col-uhd-24,
.col-uhd-auto,
.col-xl,
.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-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-19,
.col-xxl-20,
.col-xxl-21,
.col-xxl-22,
.col-xxl-23,
.col-xxl-24,
.col-xxl-auto,
.col-xxs,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-13,
.col-xxs-14,
.col-xxs-15,
.col-xxs-16,
.col-xxs-17,
.col-xxs-18,
.col-xxs-19,
.col-xxs-20,
.col-xxs-21,
.col-xxs-22,
.col-xxs-23,
.col-xxs-24,
.col-xxs-auto,
.col-xxxl,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-13,
.col-xxxl-14,
.col-xxxl-15,
.col-xxxl-16,
.col-xxxl-17,
.col-xxxl-18,
.col-xxxl-19,
.col-xxxl-20,
.col-xxxl-21,
.col-xxxl-22,
.col-xxxl-23,
.col-xxxl-24,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}
.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}
.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}
.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}
.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}
.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}
.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}
.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 25;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-13 {
  order: 13;
}
.order-14 {
  order: 14;
}
.order-15 {
  order: 15;
}
.order-16 {
  order: 16;
}
.order-17 {
  order: 17;
}
.order-18 {
  order: 18;
}
.order-19 {
  order: 19;
}
.order-20 {
  order: 20;
}
.order-21 {
  order: 21;
}
.order-22 {
  order: 22;
}
.order-23 {
  order: 23;
}
.order-24 {
  order: 24;
}
.offset-1 {
  margin-left: 4.1666666667%;
}
.offset-2 {
  margin-left: 8.3333333333%;
}
.offset-3 {
  margin-left: 12.5%;
}
.offset-4 {
  margin-left: 16.6666666667%;
}
.offset-5 {
  margin-left: 20.8333333333%;
}
.offset-6 {
  margin-left: 25%;
}
.offset-7 {
  margin-left: 29.1666666667%;
}
.offset-8 {
  margin-left: 33.3333333333%;
}
.offset-9 {
  margin-left: 37.5%;
}
.offset-10 {
  margin-left: 41.6666666667%;
}
.offset-11 {
  margin-left: 45.8333333333%;
}
.offset-12 {
  margin-left: 50%;
}
.offset-13 {
  margin-left: 54.1666666667%;
}
.offset-14 {
  margin-left: 58.3333333333%;
}
.offset-15 {
  margin-left: 62.5%;
}
.offset-16 {
  margin-left: 66.6666666667%;
}
.offset-17 {
  margin-left: 70.8333333333%;
}
.offset-18 {
  margin-left: 75%;
}
.offset-19 {
  margin-left: 79.1666666667%;
}
.offset-20 {
  margin-left: 83.3333333333%;
}
.offset-21 {
  margin-left: 87.5%;
}
.offset-22 {
  margin-left: 91.6666666667%;
}
.offset-23 {
  margin-left: 95.8333333333%;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  transition: height 0.35s ease;
}
.collapsing,
.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: transform 0.3s ease-out;
  transform: translateY(-50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  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 {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.h-block-mobile {
  opacity: 0;
  max-height: 0;
  transition: 0.3s;
  overflow: hidden;
}
.h-block-mobile--big {
  transition: 0.7s;
}
.h-block-mobile.is-active {
  opacity: 1;
  max-height: 1000px;
}
.h-block-mobile.h-block-mobile--big.is-active {
  opacity: 1;
  max-height: 3600px;
}
.h-block-mobile-btn {
  display: none;
}
.reviews-slider__pagination {
  box-shadow: none !important;
  margin-bottom: 4rem !important;
}
.reviews-slider {
  overflow: hidden !important;
}
@font-face {
  font-family: Gilroy;
  src: url(/fonts/Gilroy-Bold.woff2) format("woff2"),
    url(/fonts/Gilroy-Bold.woff) format("woff"),
    url(/fonts/Gilroy-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/fonts/Gilroy-Extrabold.woff2) format("woff2"),
    url(/fonts/Gilroy-Extrabold.woff) format("woff"),
    url(/fonts/Gilroy-Extrabold.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/fonts/Gilroy-Medium.woff2) format("woff2"),
    url(/fonts/Gilroy-Medium.woff) format("woff"),
    url(/fonts/Gilroy-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/fonts/Gilroy-Regular.woff2) format("woff2"),
    url(/fonts/Gilroy-Regular.woff) format("woff"),
    url(/fonts/Gilroy-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/fonts/Gilroy-Light.woff2) format("woff2"),
    url(/fonts/Gilroy-Light.woff) format("woff"),
    url(/fonts/Gilroy-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: GothamPro;
  src: url(/fonts/GothamPro.woff2) format("woff2"),
    url(/fonts/GothamPro.woff) format("woff"),
    url(/fonts/GothamPro.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: GothamPro;
  src: url(/fonts/GothamPro-Black.woff2) format("woff2"),
    url(/fonts/GothamPro-Black.woff) format("woff"),
    url(/fonts/GothamPro-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
.smooth-hide {
  animation-name: smooth-hide-anim;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes smooth-hide-anim {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.smooth-show {
  animation: smooth-show-anim 0.5s linear forwards;
}
@keyframes smooth-show-anim {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.visible {
  opacity: 1;
  visibility: visible;
}
.invisible {
  opacity: 0;
  visibility: hidden;
}
.no-transition {
  transition: all 0s !important;
}
.overflow-hidden {
  overflow: hidden;
}
.no-offset {
  margin-top: 0;
}
.no-offset,
.no-padding-bottom {
  margin-bottom: 0;
}
.no-pointer-event {
  pointer-events: none;
}
.swiper-custom-scrollbar {
  position: relative;
  height: 10px;
  background-color: transparent;
  border-radius: 20px;
  cursor: grab;
}
.swiper-custom-scrollbar:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(36, 36, 36, 0.1);
}
.swiper-custom-scrollbar .swiper-custom-scrollbar-drag {
  height: 100%;
  width: 100%;
  background-color: #ff798a;
  border-radius: 20px;
}
.word {
  white-space: nowrap;
}
.letter,
.word {
  display: inline-block;
}
.letter {
  opacity: 0;
  will-change: transform, opacity;
}
.animate-wave {
  opacity: 1;
}
.animate-wave .letter {
  opacity: 1;
  animation: jump-title-in 1.3s ease-in-out both;
}
@keyframes vibrate {
  0% {
    transform: translateZ(0);
  }
  20% {
    transform: translate3d(0.5%, 0.25%, 0);
  }
  40% {
    transform: translate3d(0, 0.5%, 0);
  }
  60% {
    transform: translate3d(-0.5%, 0.25%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slide-in-fwd-bottom {
  0% {
    transform: translate3d(0, 5%, 0);
    opacity: 0.5;
  }
  70% {
    transform: translate3d(0, -5%, 0);
    opacity: 0.75;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes showPerson {
  0% {
    transform: translate3d(0, 3.5%, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, -1.5%, 0);
    opacity: 1;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes jump-title-in {
  0% {
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  30% {
    transform: translate3d(0, -10%, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(0, 2%, 0);
  }
  80% {
    transform: translate3d(0, -1%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes scale-up-bottom {
  0% {
    transform: scale(0.95);
    transform-origin: 75% 100%;
  }
  to {
    transform: scale(1);
    transform-origin: 75% 100%;
  }
}
.new-node-animate {
  opacity: 0;
  animation: new-node 0.4s forwards;
}
@keyframes new-node {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.error-block {
  margin-bottom: 20px;
  display: none;
}
.error-block.show {
  display: block;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size) / -2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
}
input {
  min-width: 0;
}
.container-fluid {
  padding-left: calc(30px + (5000vw - 16000px) / 1600);
  padding-right: calc(30px + (5000vw - 16000px) / 1600);
}
.container-fluid_fix-left,
.container-fluid_fix-right {
  width: calc(100% + -1 * (30px + (5000vw - 16000px) / 1600));
}
.container-fluid_fix-left {
  padding-right: 0;
  margin-right: calc(30px + (5000vw - 16000px) / 1600);
}
.container-fluid_fix-right {
  padding-left: 0;
  margin-left: calc(30px + (5000vw - 16000px) / 1600);
}
.sandwich-open {
  touch-action: none;
}
.sandwich-open .modal-backdrop {
  display: none;
}
#chatra__iframe-wrapper {
  border-radius: 50% !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
#chatra {
  z-index: 9 !important;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1) !important;
}
#chatra.chatra--expanded,
#chatra.chatra--expanded #chatra__iframe-wrapper {
  border-radius: 0 !important;
  overflow: visible !important;
}
#chatra.chatra--expanded:not(.chatra--transparent) {
  z-index: 12 !important;
}
.sandwich-open #chatra.chatra--expanded:not(.chatra--transparent) {
  z-index: 9 !important;
}
body,
html {
  height: 100%;
}
body {
  overflow-y: scroll;
  position: relative;
  transition: all 1s;
  font-family: Gilroy;
  font-size: 1.6rem;
  color: #242424;
}
body.preloading {
  position: fixed;
  width: 100%;
}
body + div[style] {
  opacity: 0 !important;
  visibility: hidden !important;
}
svg .first-color {
  fill: inherit;
}
.barba-container.barba-container-inner {
  padding-top: 22rem;
}
.pagebreak {
  page-break-after: always;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.lazy {
  opacity: 0;
  transition: all 0.5s ease-in;
  will-change: opacity;
}
.lazy.loaded {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
.bg_white {
  background-color: #fff;
}
.bg_hint {
  background-color: #f5f0f2;
}
.bg_pink {
  background-color: #ff6f82;
  color: #fff;
}
.bg_portage {
  background-color: #764ced;
  color: #fff;
}
.bg_whisper {
  background-color: #f4f2f9;
}
.bg_picton-blue {
  background-color: #3cc3e1;
  color: #fff;
}
.bg_soft-peach {
  background-color: #fbf8f9;
}
.bg_hint-of-red {
  background-color: #faf8f8;
}
date-input-polyfill[data-open="true"] {
  z-index: 1000;
}
mark[data-translation] {
  background-color: transparent;
  border-bottom: 1px solid;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
mark[data-translation]:hover:before {
  transform: translateY(-100%) translate(-50%, -8px) scale(1);
}
mark[data-translation]:hover:after {
  transform: translateY(-100%) translate(-50%, -50%) rotate(45deg) scale(1);
  transition: transform 0.03s ease-in-out 0.17s;
}
mark[data-translation]:before {
  content: attr(data-translation);
  position: absolute;
  top: 0;
  left: 50%;
  padding: 15px 20px;
  min-width: 100%;
  max-width: 300px;
  width: auto;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  line-height: 1.6;
  white-space: normal;
  color: #000;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
  transform: translateY(-100%) translate(-50%, -8px) scale(0);
  transition: transform 0.2s ease-in-out;
}
mark[data-translation]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8.5px;
  height: 8.5px;
  background-color: #fff;
  transform: translateY(-100%) translate(-50%, -50%) rotate(45deg) scale(0);
  transition: transform 0.01s ease-in-out;
}
span[data-textHint] {
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0.5rem;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
span[data-textHint]:hover:before {
  transform: translateY(-100%) translate(-50%, -8px) scale(1);
}
span[data-textHint]:hover:after {
  transform: translateY(-100%) translate(-50%, -50%) rotate(45deg) scale(1);
  transition: transform 0.03s ease-in-out 0.17s;
}
span[data-textHint]:before {
  content: attr(data-textHint);
  position: absolute;
  top: 0;
  left: 50%;
  padding: 15px 20px;
  min-width: 100%;
  max-width: 300px;
  width: auto;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  line-height: 1.6;
  white-space: normal;
  color: #000;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
  transform: translateY(-100%) translate(-50%, -8px) scale(0);
  transition: transform 0.2s ease-in-out;
}
span[data-textHint]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8.5px;
  height: 8.5px;
  background-color: #fff;
  transform: translateY(-100%) translate(-50%, -50%) rotate(45deg) scale(0);
  transition: transform 0.01s ease-in-out;
}
img {
  pointer-events: none;
}
.ya-share2 .ya-share2__item:not(:last-child) {
  margin-right: 2rem !important;
}
.ya-share2 .ya-share2__item .ya-share2__badge {
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.2);
  transition: background-color 0.3s;
}
.ya-share2__item_service_odnoklassniki .ya-share2__badge:hover {
  background-color: #ef7f1a;
}
.ya-share2__item_service_vkontakte .ya-share2__badge:hover {
  background-color: #4f7db3;
}
.ya-share2__item_service_twitter .ya-share2__badge:hover {
  background-color: #1c9deb;
}
.ya-share2__item_service_facebook .ya-share2__badge:hover {
  background-color: #39569a;
}
.ya-share2__item_service_telegram .ya-share2__badge:hover {
  background-color: #36a1d5;
}
.ya-share2 .ya-share2__icon_more {
  border: none;
}
.ya-share2 .ya-share2__icon_more:active {
  box-shadow: none;
}
.ok:active,
.ok:hover {
  opacity: 1;
}
.ok:active svg,
.ok:hover svg {
  fill: #ef7f1a;
}
.telegram:active,
.telegram:hover {
  opacity: 1;
}
.telegram:active svg,
.telegram:hover svg {
  fill: #36a1d5;
}
.vk:active,
.vk:hover {
  opacity: 1;
}
.vk:active svg,
.vk:hover svg {
  fill: #4f7db3;
}
.twitter:active,
.twitter:hover {
  opacity: 1;
}
.twitter:active svg,
.twitter:hover svg {
  fill: #1c9deb;
}
.instagram:active,
.instagram:hover {
  opacity: 1;
}
.instagram:active svg,
.instagram:hover svg {
  fill: #c1258d;
}
.youtube:active,
.youtube:hover {
  opacity: 1;
}
.youtube:active svg,
.youtube:hover svg {
  fill: #f80000;
}
.facebook:active,
.facebook:hover {
  opacity: 1;
}
.facebook:active svg,
.facebook:hover svg {
  fill: #39569a;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  height: 15px;
  bottom: 0;
}
.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}
.ps__rail-y {
  width: 15px;
  right: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}
.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}
.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
.hf-warning {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.9),
    hsla(0, 0%, 100%, 0.75)
  );
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  max-width: 100%;
  color: #621;
  font-size: 14px;
  line-height: 18px;
  padding: 0.25em 0.5em;
  pointer-events: none;
  white-space: pre-line;
}
.hf-warning:empty {
  display: none;
}
.hf-invalid + .hf-warning {
  display: none;
  position: absolute;
}
:invalid + .hf-warning {
  display: none;
  position: absolute;
}
.hf-invalid:focus + .hf-warning:not(:empty) {
  display: block;
}
:invalid:focus + .hf-warning:not(:empty) {
  display: block;
}
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid grey;
  border-radius: 0.263921875em;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}
.qs-datepicker-container * {
  box-sizing: border-box;
}
.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qs-hidden {
  display: none;
}
.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.263921875em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: hsla(0, 0%, 50.2%, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active,
.qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}
.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: #d3d3d3;
  filter: blur(0);
  transition: filter 0.3s;
}
.qs-controls.qs-blur {
  filter: blur(5px);
}
.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.263921875em;
  transition: background 0.15s;
}
.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}
.qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}
.qs-arrow:after {
  content: "";
  border: 0.390625em solid transparent;
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  transform: translate(-25%, -50%);
}
.qs-month-year {
  font-weight: 700;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.qs-month-year:hover {
  border-bottom: 1px solid grey;
}
.qs-month-year:active:focus,
.qs-month-year:focus {
  outline: none;
}
.qs-month {
  padding-right: 0.5ex;
}
.qs-year {
  padding-left: 0.5ex;
}
.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  filter: blur(0);
  transition: filter 0.3s;
}
.qs-squares.qs-blur {
  filter: blur(5px);
}
.qs-square {
  width: 14.2857142857%;
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 0.263921875em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}
.qs-current {
  font-weight: 700;
  text-decoration: underline;
}
.qs-active,
.qs-range-end,
.qs-range-start {
  background: #add8e6;
}
.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle {
  background: #d4ebf2;
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}
.qs-disabled {
  cursor: not-allowed;
}
.qs-day,
.qs-empty {
  cursor: default;
}
.qs-day {
  font-weight: 700;
  color: grey;
}
.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 61;
  padding: 2.7rem 0;
  color: #fff;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.26, 0.88, 0.66, 1.01),
    background-color 0.01s 0.05s;
}
.header_sticky {
  background-color: #f7f6fb;
}
.header_sticky .btn_header {
  background-color: #ff6f82;
  color: #fff !important;
  border: none;
}
.sandwich-open .header {
  z-index: 11;
}
.header__logo {
  width: 16.3rem;
  height: 6.1rem;
  display: block;
  padding-right: 1rem;
  color: #fff;
}
.header__logo:active,
.header__logo:focus,
.header__logo:hover {
  outline: none;
  color: #fff;
}
.header__logo svg {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  fill: currentColor;
}
.header__link {
  vertical-align: middle;
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: currentColor;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.3s ease-out;
}
.header__link:active,
.header__link:focus,
.header__link:hover {
  outline: none;
  color: currentColor;
  text-decoration: none;
}
.header__link:active,
.header__link:focus,
.header__link:hover {
  box-shadow: 0 1px 0 0 #fff;
}
.header__link:last-child {
  margin-right: 0;
}
.header__left {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.header__left-item:not(:last-child) {
  margin-right: 1.75vw;
}
.header._contrast,
.header .sandwich-closing-contrast,
.header_sticky,
.sandwich-open .header {
  color: #242424;
}
.header._contrast .header__logo,
.header .sandwich-closing-contrast .header__logo,
.header_sticky .header__logo,
.sandwich-open .header .header__logo {
  color: #ea5167;
}
.header._contrast .header__logo:active,
.header._contrast .header__logo:focus,
.header._contrast .header__logo:hover,
.header .sandwich-closing-contrast .header__logo:active,
.header .sandwich-closing-contrast .header__logo:focus,
.header .sandwich-closing-contrast .header__logo:hover,
.header_sticky .header__logo:active,
.header_sticky .header__logo:focus,
.header_sticky .header__logo:hover,
.sandwich-open .header .header__logo:active,
.sandwich-open .header .header__logo:focus,
.sandwich-open .header .header__logo:hover {
  color: #ea5167;
}
.header._contrast .header__link,
.header .sandwich-closing-contrast .header__link,
.header_sticky .header__link,
.sandwich-open .header .header__link {
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.header._contrast .header__link:active,
.header._contrast .header__link:focus,
.header._contrast .header__link:hover,
.header .sandwich-closing-contrast .header__link:active,
.header .sandwich-closing-contrast .header__link:focus,
.header .sandwich-closing-contrast .header__link:hover,
.header_sticky .header__link:active,
.header_sticky .header__link:focus,
.header_sticky .header__link:hover,
.sandwich-open .header .header__link:active,
.sandwich-open .header .header__link:focus,
.sandwich-open .header .header__link:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.header._contrast .btn_header,
.header .sandwich-closing-contrast .btn_header,
.header_sticky .btn_header,
.sandwich-open .header .btn_header {
  color: #fff;
}
.header._contrast .btn_header:active,
.header._contrast .btn_header:focus,
.header._contrast .btn_header:hover,
.header .sandwich-closing-contrast .btn_header:active,
.header .sandwich-closing-contrast .btn_header:focus,
.header .sandwich-closing-contrast .btn_header:hover,
.header_sticky .btn_header:active,
.header_sticky .btn_header:focus,
.header_sticky .btn_header:hover,
.sandwich-open .header .btn_header:active,
.sandwich-open .header .btn_header:focus,
.sandwich-open .header .btn_header:hover {
  color: #fff;
}
.footer {
  padding-top: 9.2rem;
  padding-bottom: 3rem;
  background-color: #f4f2f9;
  overflow: hidden;
}
.footer__row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer__col {
  flex: 0 0 auto;
}
.footer__col_last {
  flex: 0 0 20%;
}
.footer__col_last a {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.footer__col_last a:active,
.footer__col_last a:focus,
.footer__col_last a:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.footer__mobile-logo {
  width: 11.8rem;
  height: 5.1rem;
}
.footer__mobile-logo:last-child {
  margin-left: 2rem;
}
.footer__mobile-logo svg {
  width: 100%;
  height: 100%;
  fill: #ea5167;
}
.footer__mobile-logo-wrap {
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
}
.footer__logo {
  display: none;
  width: 19.8rem;
  height: 8.1rem;
}
.footer__logo svg {
  width: 100%;
  height: 100%;
  fill: #ea5167;
}
.footer__phone {
  position: relative;
  top: 0.7rem;
  display: inline-block;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  color: #333;
}
.footer__phone:active,
.footer__phone:focus,
.footer__phone:hover {
  color: #333;
}
.footer__phone-description {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
}
.footer__btn-wrap {
  display: flex;
  justify-content: center;
}
.footer__menu {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu-item {
  flex: 0 0 20%;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.footer__menu-item a {
  color: #333;
  text-decoration: none;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.footer__menu-item a:active,
.footer__menu-item a:focus,
.footer__menu-item a:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.footer__btn-sub {
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.footer__btn-sub:active,
.footer__btn-sub:focus,
.footer__btn-sub:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.footer__line {
  border: 1px solid rgba(36, 36, 36, 0.2);
  height: 0;
  padding: 0;
  background-color: transparent;
  width: 83.3333333333%;
  margin: 3.5rem 0 4rem 8.3333333333%;
}
.footer__socials {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  list-style: none;
}
.footer__social {
  display: inline-block;
  margin: 0 0.5rem;
  width: 35px;
  height: 25px;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.footer__social svg {
  width: 100%;
  height: 100%;
  fill: #242424;
  transition: fill 0.3s;
}
.footer__contract {
  color: #333;
  font-size: 1.6rem;
  line-height: 3.5rem;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.footer__contract:active,
.footer__contract:focus,
.footer__contract:hover {
  color: #333;
}
.footer__contract:active,
.footer__contract:focus,
.footer__contract:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.footer__privacy-policy {
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: #333;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.footer__privacy-policy:active,
.footer__privacy-policy:focus,
.footer__privacy-policy:hover {
  color: #333;
}
.footer__privacy-policy:active,
.footer__privacy-policy:focus,
.footer__privacy-policy:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.sandwich-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}
.sandwich-open .sandwich-menu {
  z-index: 11;
}
.sandwich-menu__wrapper {
  display: flex;
  padding-top: 14.5rem;
  padding-bottom: 8rem;
  width: 100%;
  min-height: 80.5vh;
  max-height: 100vh;
  background-color: #faf8f8;
  overflow: hidden;
  transform: translateY(-100%);
}
.sandwich-menu__figure {
  margin-left: 8.33334vw;
  width: 39.58337vw;
}
.sandwich-menu__figure img {
  display: block;
  width: 88.9%;
  height: auto;
  transform: translate(-200%, 100%);
  opacity: 0;
}
.sandwich-menu__menu-container {
  position: relative;
  margin-left: 4.16667vw;
  width: 39.58337vw;
}
.sandwich-menu__main-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 6rem;
}
.sandwich-menu__main-menu-item {
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.sandwich-menu__main-menu-item a {
  color: #242424;
  text-decoration: none;
  box-shadow: 0 3px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.sandwich-menu__main-menu-item a:active,
.sandwich-menu__main-menu-item a:focus,
.sandwich-menu__main-menu-item a:hover {
  box-shadow: 0 3px 0 0 #242424;
}
.sandwich-menu__main-menu-item_active a {
  box-shadow: 0 3px 0 0 #242424;
}
.sandwich-menu__submenu {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sandwich-menu__submenu-item {
  flex: 1 0 32.6%;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.sandwich-menu__submenu-item:not(:nth-child(3n)) {
  margin-right: 1%;
}
.sandwich-menu__submenu-item:nth-last-child(2) {
  flex-grow: 0;
}
.sandwich-menu__submenu-item:last-child {
  flex-grow: 0;
}
.sandwich-menu__submenu-item a {
  color: #333;
  text-decoration: none;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.sandwich-menu__submenu-item a:active,
.sandwich-menu__submenu-item a:focus,
.sandwich-menu__submenu-item a:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.sandwich-menu__submenu-item_active a {
  box-shadow: 0 1px 0 0 #242424;
}
.sandwich-menu__main-menu-item,
.sandwich-menu__submenu-item {
  opacity: 0;
  transform: translateY(100%);
}
.sandwich-menu__top {
  margin-bottom: 3rem;
}
.sandwich-menu__lang-selector {
  margin-right: 3rem;
}
.sandwich-menu__lang-selector,
.sandwich-menu__lk-btn {
  display: inline-block;
  vertical-align: middle;
}
@keyframes rocket-bounce {
  0% {
    transform: translate(0);
  }
  to {
    transform: translateY(3%);
  }
}
.preloader {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  background-color: #f4f2f9;
  pointer-events: none;
}
.preloader,
.preloader__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader__img {
  width: 15vw;
  height: 15vw;
  background-color: #f7f6fb;
  border-radius: 100%;
  animation: smooth-show-anim 0.5s linear forwards,
    scale-center 1s ease-in-out infinite alternate;
}
.preloader__img_stop {
  animation: none;
}
.preloader__img img {
  width: 80%;
  height: auto;
}
.preloader__progress-bar {
  position: relative;
  margin-top: 40px;
  width: 15vw;
  height: 15px;
  border-radius: 12px;
  background-color: #faf8f8;
}
.preloader__progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ff798a;
  border-radius: 12px;
  transition: width 1s linear;
}
@keyframes scale-center {
  0% {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
[data-namespace="index"] .reviews-slider {
  position: relative;
}
.two-cols__head {
  margin-bottom: 0.5rem;
}
.two-cols__wrapper {
  position: relative;
  min-height: 74.8rem;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  padding: 8rem 0;
}
.two-cols_has-title .two-cols__wrapper {
  align-items: flex-start;
  min-height: 87rem;
  padding-top: 10rem;
  flex-direction: row;
  justify-content: flex-start;
}
.two-cols_reverse .two-cols__wrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.two-cols__btn-wrapper {
  margin-top: 6rem;
}
.two-cols__big-title {
  position: relative;
  z-index: 2;
  margin-bottom: 8rem;
  font-family: Gilroy;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.two-cols__btn {
  margin-bottom: 8rem;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.two-cols__btn:active,
.two-cols__btn:focus,
.two-cols__btn:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.two-cols__title {
  font-size: 2.4rem;
  line-height: 1.6;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 4rem;
}
.two-cols__description {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.two-cols__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.two-cols__image .picture,
.two-cols__image img {
  width: 100%;
  height: 100%;
}
.two-cols__image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.two-cols__content {
  position: relative;
  z-index: 2;
}
.square-card {
  position: relative;
  background: #f6f4fa;
  border-radius: 2rem;
  padding: 10rem 8rem 8rem;
  height: 80rem;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  transition: 0.3s ease-out;
}
.square-card_small {
  height: 59rem;
  background-color: #faf8f8;
}
.square-card_small .course-card__img {
  overflow: hidden;
}
.square-card_small .course-card__img img {
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section_margin {
  margin-bottom: 14rem;
}
.section_100over {
  height: 100vh;
  overflow: hidden;
}
.section_pt {
  padding-top: 14rem;
}
.section_pt16 {
  padding-top: 16rem;
}
.section_pb {
  padding-bottom: 14rem;
}
.section_white {
  background-color: #fff;
}
.section_gift {
  position: relative;
}
.section_gift__left-pic {
  position: absolute;
  left: 3%;
  top: 0;
  width: 260px;
  height: 260px;
}
.section_gift__left-pic > img {
  max-height: 100%;
  max-width: 100%;
}
.section_gift__right-pic {
  position: absolute;
  right: 2%;
  width: 320px;
  height: 345px;
  margin: 0;
}
.section_gift__right-pic > img {
  max-height: 100%;
  max-width: 100%;
}
.section_hint {
  background-color: #f5f0f2;
}
.section_blue {
  background-color: #122c94;
  color: #fff;
}
.section_pink {
  background-color: #ff6f82;
  color: #fff;
}
.section_portage {
  background-color: #764ced;
  color: #fff;
}
.section_lgrey {
  background-color: #fbf8f9;
}
.section_whisper {
  background-color: #f4f2f9;
}
.section_whisper-offset {
  position: relative;
}
.section_whisper-offset:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 88%;
  background-color: #f4f2f9;
}
.section_picton-blue {
  background-color: #3cc3e1;
  color: #fff;
}
.section_whisper2 {
  background-color: #f7f6fb;
}
.section_hint-of-red {
  background-color: #faf8f8;
}
.section_beige {
  background-color: #fef4f8;
}
.lead__image-mobile {
  width: 100%;
  height: 100%;
  display: none;
}
.lead__title {
  width: 31.25vw;
  margin-bottom: 8rem;
  font-weight: 900;
  font-size: 8rem;
  line-height: 1.4;
}
.lead__description {
  font-size: 2.4rem;
  line-height: 1.6;
}
.lead {
  position: relative;
}
.lead__image-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 70%;
  z-index: -1;
  display: none !important;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1.5s ease-out;
}
.lead__image-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.preloading .lead__image-mobile {
  opacity: 0;
}
.lead__svg,
.lead__svg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.lead__svg-item {
  will-change: transform;
  transform-style: preserve-3d;
  transition: transform 1s ease-out;
}
.lead__svg-item_ignore {
  z-index: 10;
}
.lead__svg g {
  will-change: transform, opacity;
}
.lead__svg-bubbleText1,
.lead__svg-bubbleText2 {
  opacity: 0;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  pointer-events: none;
}
.lead__svg-bubbleText1 {
  transition: opacity 0.3s ease-out 1.5s, transform 1s ease-out;
}
.lead__svg-bubbleText2 {
  transition: opacity 0.3s ease-out 1.6s, transform 1s ease-out;
}
.lead__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
  height: 99.9vh;
  min-height: 100vh;
}
.lead__title {
  width: 39.5833333333vw;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Gilroy;
  font-size: 6.5rem;
  opacity: 0;
  text-shadow: 2px 2px rgba(34, 60, 80, 0.2);
  color: #fff;
}
.lead__title .word {
  display: inline-block;
  white-space: nowrap;
  text-shadow: 4px 4px rgba(34, 60, 80, 0.2);
}
.lead__title .letter {
  display: inline-block;
  transform: translateZ(0);
  opacity: 0;
  will-change: transform, opacity;
}
.lead__badge-1 {
  position: absolute;
  z-index: 22;
  width: 200px;
  height: 50px;
  left: 70rem;
  bottom: 2rem;
  animation: cnuck 3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  transition: 0.42s;
}
.lead__badge-1 img {
  width: 100%;
}
.lead__badge-2 {
  position: absolute;
  z-index: 22;
  width: 300px;
  height: 100px;
  left: 38rem;
  animation: float 7s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  transition: 0.42s;
}
.lead__badge-2 img {
  width: 100%;
}
.lead__description {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8rem;
  transform: translateZ(0);
  will-change: transform, opacity;
  text-shadow: 4px 4px rgba(34, 60, 80, 0.2);
}
.lead .btn,
.lead__description {
  font-size: 3rem;
  opacity: 0;
  color: #fff;
}
.lead .btn {
  background-color: #00b7ff;
  border-color: #00b7ff;
  padding: 1.8rem 3.4rem;
  margin-top: 0;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  text-shadow: 2px 2px rgba(34, 60, 80, 0.2);
}
.lead .btn:hover {
  color: #ffb100;
}
.lead.animation .lead__title {
  opacity: 1;
}
.lead.animation .lead__title .letter {
  opacity: 1;
  animation: jump-title-in 1.3s ease-in-out both;
}
.lead.animation .btn,
.lead.animation .lead__description,
.lead.animation .lead__svg-bubbleText1,
.lead.animation .lead__svg-bubbleText2 {
  opacity: 1;
}
.lead.animation .lead__svg svg:first-child g {
  animation: scale-up-bottom 1s ease-out 0.4s both;
}
.lead.animation .lead__svg svg:nth-child(2) g {
  animation: scale-up-bottom 1s ease-out 0.6s both;
}
.lead.animation .lead__svg svg:nth-child(3) g {
  animation: scale-up-bottom 1s ease-out 0.8s both;
}
.lead.animation .lead__svg svg:nth-child(4) g {
  animation: scale-up-bottom 1s ease-out 1s both;
}
.lead.visible .lead__title,
.lead.visible .lead__title .letter {
  opacity: 1;
}
@keyframes float {
  0% {
    transform: translateZ(0);
  }
  25% {
    transform: translate3d(0, -3.5%, 0);
  }
  50% {
    transform: translate3d(0, 2.5%, 0);
  }
  75% {
    transform: translate3d(0, -1.5%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes cnuck {
  0% {
    transform: translateZ(0);
  }
  25% {
    transform: translate3d(10%, 0, 0) rotate(-8deg);
  }
  50% {
    transform: translateZ(0) rotate(8deg);
  }
  75% {
    transform: translateZ(0);
  }
  to {
    transform: translateZ(0);
  }
}
.exercise-card {
  width: 100%;
  display: block;
  cursor: pointer;
}
.exercise-card:hover .exercise-card__img > img {
  transform: scale(1.1);
}
.exercise-card:hover img {
  transform: scale(1.02);
}
.exercise-card:hover .exercise-card__svg-text {
  opacity: 1;
  transition-delay: 1s;
}
.exercise-card__wrapper {
  position: relative;
  z-index: 2;
  padding-top: 0.7rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.exercise-card__title {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  font-style: normal;
  color: #202020 !important;
  text-decoration: none;
  border-bottom: none;
}
.exercise-card__footer {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}
.exercise-card__footer-free {
  margin-right: 8rem;
}
.exercise-card__footer-free:first-of-type {
  margin-right: 0;
}
.exercise-card__footer-link {
  font-size: 1.8rem;
  line-height: 1.6;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  display: inline;
  color: #333;
  box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0);
  transition: box-shadow 0.3s ease-out;
}
.exercise-card__footer-link:active,
.exercise-card__footer-link:focus,
.exercise-card__footer-link:hover {
  box-shadow: 0 1px 0 0 #242424;
}
.exercise-card__footer-link:active,
.exercise-card__footer-link:focus,
.exercise-card__footer-link:hover {
  color: #333;
}
.exercise-card__footer-link:active,
.exercise-card__footer-link:focus,
.exercise-card__footer-link:hover {
  box-shadow: 0 1px 0 0 #333;
}
.exercise-card__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.exercise-card__img picture {
  width: 100%;
  height: 100%;
}
.exercise-card__img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center right;
  object-position: center right;
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.exercise-card__svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.exercise-card__svg :not(:first-child) path {
  stroke: #181818;
  stroke-opacity: 0.2;
  stroke-width: 2;
  stroke-linecap: square;
}
.exercise-card__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.exercise-card__svg svg .flash {
  opacity: 0;
}
.exercise-card__svg svg.lazy-line-painter,
.exercise-card__svg svg.show {
  opacity: 1;
}
.exercise-card__svg svg.lazy-line-painter .flash {
  animation: flash 2.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s infinite;
}
.exercise-card__svg-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.exercise-card__svg-text svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes flash {
  50%,
  to {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 20rem;
  padding: 1.4rem 4rem;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.5rem;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
  border: 2px solid;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  transition: 0.25s ease-out;
}
.btn:active,
.btn:focus,
.btn:hover {
  outline: none;
  transform: scale(1.05);
  opacity: 0.99;
}
.btn_full-width {
  width: 100%;
}
.btn_small {
  padding: 0.6rem 4rem;
  font-size: 1.4rem;
  line-height: 2;
}
.btn_middle {
  min-width: 150px;
  padding: 1.3rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.btn_link {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
.btn_link:active,
.btn_link:focus,
.btn_link:hover {
  outline: none;
  color: #404040;
}
.btn_green {
  color: #fff;
  background-color: #3cc3e1;
  border-color: #3cc3e1;
}
.btn_green:active,
.btn_green:focus,
.btn_green:hover {
  outline: none;
  background-color: #26bcde;
  border-color: #26bcde;
}
.btn_green:active {
  background-color: #1faccb;
  border-color: #1faccb;
}
.btn_pink {
  color: #f7f6fb;
  background-color: #ff6072;
  border-color: #ff6072;
}
.btn_pink:active,
.btn_pink:focus,
.btn_pink:hover {
  outline: none;
  color: #fff;
  background-color: #ff475b;
  border-color: #ff475b;
}
.btn_pink:active {
  background-color: #ff2d45;
  border-color: #ff2d45;
}
.btn_cyan {
  color: #fff;
  background-color: #3cc3e1;
  border-color: #3cc3e1;
}
.btn_cyan:active,
.btn_cyan:focus,
.btn_cyan:hover {
  outline: none;
  color: #fff;
  background-color: #26bcde;
  border-color: #26bcde;
}
.btn_cyan:active {
  background-color: #1faccb;
  border-color: #1faccb;
}
.btn_white-border {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #202020;
  font-weight: 700;
  background-color: #fff;
  transition: 0.25s ease-out;
}
.btn_white-border:active,
.btn_white-border:focus,
.btn_white-border:hover {
  outline: none;
  border-color: #fff;
  transform: scale(1.05);
  color: #202020;
  opacity: 0.99;
}
.btn_white-border:active {
  border-color: hsla(0, 0%, 100%, 0.8);
  background-color: hsla(0, 0%, 100%, 0.1);
}
.btn_white {
  border-color: #fff;
  background: #fff;
  color: #242424;
}
.btn_white:active,
.btn_white:focus,
.btn_white:hover {
  outline: none;
  border-color: #fff;
  background: #fff;
  color: #242424;
}
.btn_grey {
  border-color: #f8f8f8;
  background: #f8f8f8;
  color: #242424;
}
.btn_grey:active,
.btn_grey:focus,
.btn_grey:hover {
  outline: none;
  border-color: #f8f8f8;
  background: #f8f8f8;
  color: #242424;
}
.btn_gray-border {
  color: #242424;
  background-color: transparent;
  border: 1px solid #f5f0f2;
}
.btn_gray-border:active,
.btn_gray-border:focus,
.btn_gray-border:hover {
  outline: none;
}
.btn_grey-border {
  color: #2b2a35;
  background-color: transparent;
  border-color: rgba(36, 36, 36, 0.2);
}
.btn_grey-border:active,
.btn_grey-border:focus,
.btn_grey-border:hover {
  outline: none;
  border-color: #242424;
  color: #2b2a35;
}
.btn_grey-border:active {
  background-color: rgba(36, 36, 36, 0.1);
}
.btn_cyan-border {
  color: #222;
  background-color: transparent;
  border-color: #3cc3e1;
}
.btn_cyan-border:active,
.btn_cyan-border:focus,
.btn_cyan-border:hover {
  outline: none;
  border-color: #3cc3e1;
  color: #3cc3e1;
}
.btn_cyan-border:active {
  background-color: rgba(36, 36, 36, 0.1);
}
.btn_cyan-border-whtbg {
  color: #222;
  background-color: #fff;
  border-color: #3cc3e1;
}
.btn_cyan-border-whtbg:active,
.btn_cyan-border-whtbg:focus,
.btn_cyan-border-whtbg:hover {
  outline: none;
  border-color: #3cc3e1;
  color: #3cc3e1;
}
.btn_cyan-border-whtbg:active {
  background-color: rgba(36, 36, 36, 0.1);
}
.btn_custom-padding {
  padding: 1.4rem 4rem;
}
.btn_header {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  background-color: #fff;
  color: #202020;
  border-color: hsla(0, 0%, 100%, 0.2);
  transition: 0.25s ease-out;
}
.btn_header:active,
.btn_header:focus,
.btn_header:hover {
  outline: none;
  border-color: #fff;
  color: #202020;
  transform: scale(1.05);
  opacity: 0.99;
}
._contrast .btn_header {
  color: #fff;
  background-color: #ff6072;
  border-color: #ff6072;
}
._contrast .btn_header:active,
._contrast .btn_header:focus,
._contrast .btn_header:hover {
  outline: none;
  border-color: #ff6072;
  color: #fff;
  transform: scale(1.05);
  opacity: 0.99;
}
.btn_center {
  display: block;
  margin: 0 auto;
}
.btn_add .btn__plus {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.btn_add .btn__plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 2px;
  transform-origin: center;
  transform: rotate(90deg);
  border-radius: 2px;
  background-color: #fff;
}
.btn_add .btn__text {
  display: inline-block;
  vertical-align: middle;
}
.btn_lk {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: currentColor;
}
.btn_lk .btn__text {
  margin-right: 9px;
  font-size: 2.4rem;
  line-height: 3.5rem;
  box-shadow: 0 1px 0 0 currentColor;
  transition: box-shadow 0.3s ease-out;
}
.btn_lk .btn__icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  height: 2.2rem;
}
.btn_lk .btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
}
.btn_lk:active,
.btn_lk:focus,
.btn_lk:hover {
  outline: none;
  color: currentColor;
}
.btn_lk:active .btn__text,
.btn_lk:focus .btn__text,
.btn_lk:hover .btn__text {
  box-shadow: 0 1px 0 0 currentColor;
}
.btn_tab {
  border-color: #fff;
  background-color: transparent;
  color: #242424;
}
.btn_centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid-list {
  margin-bottom: 14rem;
}
.grid-list__wrapper {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.grid-list__item {
  width: 100%;
  margin-bottom: 10rem;
}
.grid-list__item:hover .square-card {
  padding: 8rem;
}
.grid-list__item:last-of-type {
  margin-bottom: 0;
}
.grid-list__item_alt {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}
.grid-list_downward-left {
  margin-bottom: 34rem;
}
.grid-list_downward-left .grid-list__item:nth-child(odd) {
  transform: translateY(8rem);
}
.grid-list_downward-right {
  padding-top: 2.5rem;
}
.grid-list_downward-right .grid-list__item:nth-child(2n) {
  transform: translateY(8rem);
}
.grid-list_downward-right .grid-list__item:nth-child(2n):last-of-type {
  margin-bottom: 8rem;
}
.grid-list_downward-right2 {
  padding-top: 2.5rem;
}
.grid-list_downward-right2 .grid-list__item:not(:last-of-type) {
  margin-bottom: 8rem;
}
.grid-list_downward-right2 .grid-list__item:nth-child(2n) {
  transform: translateY(9rem);
}
.grid-list_downward-right2 .grid-list__item:nth-child(2n):last-of-type {
  margin-bottom: 9rem;
}
.grid-list_offset-lr .grid-list__item:nth-child(odd) {
  padding-left: 8.33334vw;
}
.grid-list_offset-lr .grid-list__item:nth-child(2n) {
  padding-right: 8.33334vw;
}
.grid-list_offset-lr-reverse .grid-list__wrapper {
  flex-direction: row-reverse;
}
.grid-list_offset-lr-reverse .grid-list__item:nth-child(odd) {
  padding-right: 8.33334vw;
}
.grid-list_offset-lr-reverse .grid-list__item:nth-child(2n) {
  padding-left: 8.33334vw;
}
.grid-list_offset-list {
  margin-top: 9rem;
  margin-bottom: 2rem;
}
.grid-list_offset-list .grid-list__item:nth-child(odd) {
  padding-left: 18.75001vw;
}
.grid-list_offset-list .grid-list__item:nth-child(2n) {
  padding-right: 18.75001vw;
}
.grid-list_two-per-row .grid-list__item {
  margin-bottom: 8rem;
}
.grid-list_two-per-row .grid-list__item:last-of-type {
  margin-bottom: 0;
}
.grid-list_no-mb {
  margin-bottom: 0;
}
.picture {
  display: block;
}
.picture_cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.picture_right {
  -o-object-position: right;
  object-position: right;
}
.register-proposal {
  margin-bottom: 14rem;
}
.register-proposal_line-bottom {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}
.register-proposal_line-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20rem;
  border-bottom: 2px solid rgba(36, 36, 36, 0.1);
  transform: translateX(-50%);
}
.register-proposal_line-bottom .register-proposal__bg {
  margin-top: -15rem;
  margin-bottom: -8rem;
}
.register-proposal_smaller .register-proposal__bg {
  margin-left: 10.41668vw;
}
.register-proposal__title {
  position: relative;
  z-index: 2;
  padding-top: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.register-proposal__description {
  margin-bottom: 5.9rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.register-proposal__description p {
  margin-bottom: 3rem;
}
.register-proposal__description p:last-of-type {
  margin-bottom: 0;
}
.register-proposal__footer {
  text-align: center;
}
.register-proposal__bg {
  position: relative;
  padding-bottom: 12rem;
  margin-top: -7rem;
  overflow: hidden;
}
.register-proposal__img {
  position: relative;
  z-index: 2;
  margin-top: 15rem;
  text-align: center;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform;
}
.register-proposal__img.animated {
  opacity: 1;
  transform: scale(1);
}
.register-proposal__img img {
  width: 100%;
}
.register-proposal_not-animated .register-proposal__img {
  opacity: 1;
  transform: scale(1);
}
.register-proposal__video {
  position: relative;
}
.register-proposal__video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.register-proposal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.register-proposal__circle-left {
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: 1;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 2s ease-out;
}
.register-proposal__circle-left .register-proposal__circle-element {
  width: 32.2916666667vw;
  height: 32.2916666667vw;
  background-color: #652ffe;
  border-radius: 100%;
  transform: translateY(30%);
  transition: transform 0.5s ease-out;
}
.register-proposal__circle-left.animated {
  opacity: 1;
}
.register-proposal__circle-left.animated .register-proposal__circle-element {
  transform: translateY(0);
}
.register-proposal__circle-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 2s ease-out;
}
.register-proposal__circle-right .register-proposal__circle-element {
  width: 13.9583333333vw;
  height: 13.9583333333vw;
  background-color: #3cc3e1;
  border-radius: 100%;
  transform: translateY(30%);
  transition: transform 0.5s ease-out;
}
.register-proposal__circle-right.animated {
  opacity: 1;
}
.register-proposal__circle-right.animated .register-proposal__circle-element {
  transform: translateY(0);
}
.register-proposal__last-work {
  position: absolute;
  top: 39%;
  left: 9rem;
  z-index: 3;
  will-change: transform;
  transform-style: preserve-3d;
  display: none;
}
.register-proposal__last-work .last-work {
  will-change: transform;
  transform-style: preserve-3d;
  transform: scale(0);
  display: none;
}
.register-proposal__last-work .last-work.animated {
  animation: scale-up-br 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.register-proposal__notice {
  position: absolute;
  bottom: 32%;
  left: 9rem;
  z-index: 3;
  will-change: transform;
  transform-style: preserve-3d;
}
.register-proposal__notice .notice {
  will-change: transform;
  transform-style: preserve-3d;
  transform: scale(0);
  display: none;
}
.register-proposal__notice .notice.animated {
  animation: scale-up-br 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.register-proposal__upcoming-lesson {
  position: absolute;
  top: 45%;
  right: 1.5rem;
  z-index: 3;
  will-change: transform;
  transform-style: preserve-3d;
}
.register-proposal__upcoming-lesson .upcoming-lesson {
  transform: scale(0);
  will-change: transform;
  transform-style: preserve-3d;
  display: none;
}
.register-proposal__upcoming-lesson .upcoming-lesson.animated {
  animation: scale-up-bl 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.register-proposal__video-lay {
  position: absolute;
  top: 19.5rem;
  bottom: 19.4rem;
  left: 15.3rem;
  width: calc(100% - 27.5rem);
  right: 15.3rem;
}
.register-proposal__video-lay .video-lay {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  z-index: 2;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.register-proposal__video-lay .video-lay__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.register-proposal__video-lay .video-lay__item_inner {
  -o-object-fit: cover;
  object-fit: cover;
}
.register-proposal__video-lay .video-lay__item_youtube {
  z-index: -1;
}
.register-proposal__video-lay .video-lay__item_active {
  z-index: 3;
}
span.accent-1 {
  color: #7c4ffc;
}
span.accent-2 {
  color: #3cc3e1;
}
span.accent-3 {
  color: #ea5167;
}
.block-title {
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 5.3rem;
}
.block-title_h3 .block-title__title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.block-title_no-margin {
  margin-bottom: 0;
}
.block-title_white {
  color: #fff;
}
.block-title__title {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.block-title__description {
  margin-top: 6rem;
}
.block-title__description,
.block-title__text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.block-title__description p,
.block-title__text p {
  margin-bottom: 3rem;
}
.block-title__description p:last-of-type,
.block-title__text p:last-of-type {
  margin-bottom: 0;
}
.block-title__text {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.block-title__btn {
  margin-top: 4rem;
}
.block-title span {
  color: #7c4ffc;
}
.course-card {
  height: 100%;
}
.course-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.course-card__img .picture,
.course-card__img img {
  width: 100%;
  height: 100%;
}
.course-card__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.course-card__wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.course-card__title {
  margin-bottom: 4.3rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
}
.course-card__description {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 5rem;
  width: 80%;
}
.course-card__footer {
  margin-top: auto;
}
.course-card__link {
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.course-card__link:active,
.course-card__link:focus,
.course-card__link:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #242424;
}
.prop-block {
  margin-bottom: 14rem;
}
.prop-block__container {
  position: relative;
  border-radius: 2rem;
  background-color: #f7f6fb;
  padding: 13.5rem 0 11.3rem;
  overflow: hidden;
}
.prop-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.prop-block__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prop-block__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 47.9166666667%;
  padding-left: 16rem;
}
.prop-block__title {
  margin-bottom: 5rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.prop-block__description {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.prop-block .btn_float {
  max-width: 240px;
  margin-top: 4rem;
  margin-bottom: 10rem;
}
.prop-block__form {
  margin-bottom: 10rem;
}
.prop-block__subtitle {
  margin-bottom: 2.2rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.prop-block__subdescription {
  font-size: 2.4rem;
  line-height: 1.6;
}
.prop-block__inputs {
  width: 90%;
  overflow: hidden;
}
.prop-block__input:not(:last-child) {
  margin-bottom: 3.5rem;
}
.prop-block__mobile-img {
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
  height: 100%;
}
.prop-block__mobile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prop-block__bottom {
  display: flex;
  align-items: flex-start;
}
.prop-block__bottom-info {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 5.2rem;
  width: 20.83335vw;
  overflow: hidden;
}
.prop-block__bottom-info p {
  margin-bottom: 0;
  opacity: 0.5;
}
.prop-block__bottom-info a {
  color: #242424;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.prop-block__bottom-info a:active,
.prop-block__bottom-info a:focus,
.prop-block__bottom-info a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #242424;
}
.prop-block__errors.error-block {
  margin-top: -10px;
}
.header-menu {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu__item {
  margin-right: 2.60417vw;
}
.header-menu__item:last-of-type {
  margin-right: 0;
}
.header-menu__link {
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: currentColor;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.3s ease-out;
}
.header-menu__link:active,
.header-menu__link:focus,
.header-menu__link:hover {
  color: currentColor;
  text-decoration: none;
}
.header-menu__link_active {
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.3s ease-out;
  box-shadow: 0 1px 0 0 #fff;
}
.header-menu__link_active:active,
.header-menu__link_active:focus,
.header-menu__link_active:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #fff;
}
.header-menu__link:active,
.header-menu__link:focus,
.header-menu__link:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #fff;
}
.header._contrast .header-menu__link,
.header_sticky .header-menu__link,
.sandwich-closing-contrast .header .header-menu__link,
.sandwich-open .header .header-menu__link {
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.header._contrast .header-menu__link:active,
.header._contrast .header-menu__link:focus,
.header._contrast .header-menu__link:hover,
.header_sticky .header-menu__link:active,
.header_sticky .header-menu__link:focus,
.header_sticky .header-menu__link:hover,
.sandwich-closing-contrast .header .header-menu__link:active,
.sandwich-closing-contrast .header .header-menu__link:focus,
.sandwich-closing-contrast .header .header-menu__link:hover,
.sandwich-open .header .header-menu__link:active,
.sandwich-open .header .header-menu__link:focus,
.sandwich-open .header .header-menu__link:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #242424;
}
.header._contrast .header-menu__link_active,
.header_sticky .header-menu__link_active,
.sandwich-closing-contrast .header .header-menu__link_active,
.sandwich-open .header .header-menu__link_active {
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
  box-shadow: 0 1px 0 0 #242424;
}
.header._contrast .header-menu__link_active:active,
.header._contrast .header-menu__link_active:focus,
.header._contrast .header-menu__link_active:hover,
.header_sticky .header-menu__link_active:active,
.header_sticky .header-menu__link_active:focus,
.header_sticky .header-menu__link_active:hover,
.sandwich-closing-contrast .header .header-menu__link_active:active,
.sandwich-closing-contrast .header .header-menu__link_active:focus,
.sandwich-closing-contrast .header .header-menu__link_active:hover,
.sandwich-open .header .header-menu__link_active:active,
.sandwich-open .header .header-menu__link_active:focus,
.sandwich-open .header .header-menu__link_active:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #242424;
}
.header-menu__link:focus:after {
  opacity: 0;
}
.content-area {
  font-size: 1.8rem;
  line-height: 1.8;
}
.content-area_wrapped {
  margin-top: 27.1rem;
}
.content-area__group {
  margin-bottom: 6rem;
}
.content-area p:last-child {
  margin-bottom: 0;
}
.content-area h1,
.content-area h2 {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.content-area h3 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
}
.content-area .content-area_no-margin {
  margin-bottom: 0;
}
.content-area h2,
.content-area h3,
.content-area ol,
.content-area p,
.content-area ul {
  margin-bottom: 3rem;
}
.content-area h2:last-child,
.content-area h3:last-child,
.content-area ol:last-child,
.content-area p:last-child,
.content-area ul:last-child {
  margin-bottom: 0;
}
.content-area a {
  color: #764ced;
  border-bottom: 1px solid;
}
.content-area a:focus,
.content-area a:hover {
  color: rgba(118, 76, 237, 0.8);
}
.content-area a:active {
  color: rgba(118, 76, 237, 0.6);
}
.content-area__a_inline-block {
  display: inline-block;
  margin-bottom: 3rem;
}
.content-area__bold-text {
  font-weight: 900;
}
.content-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-area ul > li {
  position: relative;
  padding-left: 2.7rem;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.content-area ul > li:last-child {
  margin-bottom: 0;
}
.content-area ul > li:before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #764ced;
  border-radius: 100%;
}
.content-area .content-area__ul_dashed > li:before {
  content: "- ";
  position: static;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
}
.content-area ol {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
}
.content-area ol a,
.content-area ol span {
  color: currentColor;
  border-bottom: 1px solid;
}
.content-area ol a:focus,
.content-area ol a:hover {
  color: currentColor;
  opacity: 0.8;
}
.content-area ol a:active {
  color: currentColor;
  opacity: 0.6;
}
.content-area .content-area__ol_with-h2-headers > li:before {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.content-area .content-area__ol_with-h3-headers > li:before {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
}
.content-area__li_with-h2-header:before {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.content-area__li_with-h3-header:before {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
}
.content-area .content-area__ol_margin-top,
.content-area .content-area__p_margin-top,
.content-area .content-area__ul_margin-top {
  margin-top: 3rem;
}
.content-area picture,
.content-area picture img {
  width: 100%;
}
.content-area_pink ul > li:before {
  background-color: #ff6072;
}
.content-area_about-the-organisation h2 {
  margin-bottom: 2rem;
}
.content-area_about-the-organisation ol li,
.content-area_about-the-organisation ul li {
  position: relative;
  margin-bottom: 0;
}
.content-area_about-the-organisation ol li:after,
.content-area_about-the-organisation ul li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: auto;
  height: 1px;
  background-color: currentColor;
}
.content-area_document ol {
  padding: 0 0 0 5vw;
  margin: 0;
  list-style: none;
  counter-reset: item;
}
.content-area_document ol span {
  border-bottom: none;
}
.content-area_document ol h2,
.content-area_document ol h3,
.content-area_document ol h4,
.content-area_document ol h5,
.content-area_document ol h6 {
  display: inline;
  margin-bottom: 3rem;
}
.content-area_document ol h2 + p,
.content-area_document ol h3 + p {
  margin-top: 3rem;
}
.content-area_document ol > li {
  counter-increment: item;
}
.content-area_document ol > li:not(:last-child) {
  margin-bottom: 3rem;
}
.content-area_document ol > li:before {
  margin-right: 2rem;
  content: counters(item, ".") ".";
  display: inline-block;
}
.content-area_colorful-bg a {
  color: #fff;
}
.content-area_colorful-bg a:active,
.content-area_colorful-bg a:focus,
.content-area_colorful-bg a:hover {
  outline: none;
  color: hsla(0, 0%, 100%, 0.8);
}
.mobile-fixed-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: #fff;
  padding: 1.7rem 2rem 1.4rem;
}
.upcoming-lesson {
  padding: 3rem;
  background-color: #fff;
  box-shadow: 1rem 1rem 1rem rgba(55, 84, 170, 0.1);
  border-radius: 2rem;
}
.upcoming-lesson__container {
  padding: 0 1rem;
}
.upcoming-lesson__title {
  font-size: 1.4rem;
  line-height: 2.5;
  color: rgba(44, 44, 44, 0.5);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.upcoming-lesson__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.upcoming-lesson__info-day {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  color: #202020;
  font-weight: 700;
}
.upcoming-lesson__info-time {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  color: #202020;
  line-height: 1.6;
}
.upcoming-lesson__info-time-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6rem;
}
.upcoming-lesson__type {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(44, 44, 44, 0.5);
}
.upcoming-lesson__text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #242424;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.upcoming-lesson_popup {
  width: 27.4rem;
}
.last-work {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 3rem 2rem 2rem;
  min-height: 17rem;
  color: #fff;
  background-color: #ff6072;
  border: none;
  box-shadow: 0 3rem 8rem rgba(55, 84, 170, 0.1);
  border-radius: 1.6rem;
}
.last-work__container {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
.last-work__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
.last-work__name {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.last-work_popup {
  width: 27.4rem;
}
.btn-group {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.btn-group .btn {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  min-width: 10rem;
}
.btn-group .btn:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 1.6rem;
}
.btn-group .btn:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 1.6rem;
}
[data-namespace="404"] {
  background-color: #f7f6fb;
  background-image: radial-gradient(
    36.64% 74.37% at 70.99% 51.81%,
    rgba(31, 32, 48, 0.1) 0,
    rgba(58, 59, 85, 0) 100%
  );
}
[data-namespace="404"] .footer {
  display: none;
}
.not-found {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.not-found__wrapper {
  position: relative;
  z-index: 2;
}
.not-found__title {
  margin-bottom: 8rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.not-found__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.not-found__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
[data-namespace="about"] .about__founders-block-title {
  margin-bottom: 8rem;
}
.lead-2 {
  position: relative;
  color: currentColor;
}
.lead-2_stick-bottom .lead-2__figure img,
.lead-2_stick-bottom .lead-2__shadow img {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.lead-2__bg {
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.lead-2__bg,
.lead-2__bg .picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lead-2__bg .picture {
  display: block;
  width: 100%;
  height: 100%;
}
.lead-2__figure,
.lead-2__gradient,
.lead-2__shadow {
  opacity: 0;
  transition: opacity 1s linear;
}
.lead-2__gradient img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lead-2__shadow {
  mix-blend-mode: multiply;
}
.lead-2__figure,
.lead-2__shadow {
  will-change: transform;
  transform-style: preserve-3d;
  transition: transform 1s ease-out, opacity 0.5s linear;
}
.lead-2__figure img,
.lead-2__shadow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
.lead-2 .svg-text,
.lead-2__svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.lead-2 .svg,
.lead-2 .svg-text {
  will-change: transform;
  transform-style: preserve-3d;
  transition: transform 1s ease-out;
}
.lead-2 .fly-lines {
  transition: none;
}
.lead-2 .svg-text {
  opacity: 0;
  will-change: opacity;
  transition: transform 1s ease-out, opacity 0.3s ease-out 1.3s;
}
.lead-2__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  min-height: 100vh;
}
.lead-2__title {
  margin-top: 27.7vh;
  margin-bottom: 8rem;
  font-family: Gilroy;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  opacity: 0;
}
.lead-2__description {
  margin: 0 0 8rem;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.6;
  opacity: 0;
}
.lead-2 .btn {
  opacity: 0;
}
.lead-2.animation .lead-2__title,
.lead-2.figure-appear .lead-2__figure,
.lead-2.figure-appear .lead-2__gradient,
.lead-2.figure-appear .lead-2__shadow {
  opacity: 1;
}
.lead-2.animation .lead-2__title .letter {
  opacity: 1;
  animation: jump-title-in 1.3s ease-in-out both;
}
.lead-2.animation .btn,
.lead-2.animation .lead-2__description {
  animation: slide-in-fwd-bottom 1s ease-out both;
}
.lead-2.animation .svg-text {
  opacity: 1;
}
.lead-2.animation .fly-lines {
  transition: transform 1s ease-out;
}
.lead-2.visible .btn,
.lead-2.visible .lead-2__description,
.lead-2.visible .lead-2__title,
.lead-2.visible .letter {
  opacity: 1;
}
.tile-card__container {
  padding: 12.5rem 0;
}
.tile-card__title {
  margin-bottom: 6.5rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.tile-card__subtitle {
  margin-bottom: 3rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.tile-card__row {
  display: flex;
}
.tile-card__case:not(:last-child) {
  margin-right: 9.01042vw;
}
.tile-card a {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}
.slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slider_margin {
  margin-bottom: 10rem;
}
.slider_contrast .slider__btn {
  background-color: transparent;
  border: 2px solid rgba(36, 36, 36, 0.2);
}
.slider__img {
  max-width: 100%;
}
.slider__img img {
  width: 100%;
}
.slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider__pagination {
  padding: 20px 26px;
  margin-bottom: 7.5rem;
  width: auto;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
}
.slider__pagination,
.slider__pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(36, 36, 36, 0.2);
  cursor: pointer;
  outline: none;
}
.slider__pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.slider__pagination-bullet svg {
  display: none;
}
.slider__pagination-bullet_active {
  width: 20px;
  height: 20px;
  background-color: rgba(249, 92, 92, 0.5);
}
.slider__pagination-bullet_active svg {
  display: block;
}
.pink-text_reverse {
  display: flex;
  flex-flow: column-reverse nowrap;
  justify-content: space-between;
  height: 100%;
}
.pink-text__title {
  padding-top: 5rem;
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  color: #ff6f82;
  text-align: center;
}
.pink-text_reverse .pink-text__title {
  padding-top: 1rem;
  margin-bottom: 0;
}
.pink-text__description {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #242424;
  opacity: 0.5;
  text-align: center;
}
.pink-text_reverse .pink-text__description {
  font-size: 1.8rem;
  line-height: 1.6;
}
.pink-text_big {
  margin-top: -2rem;
  margin-left: 0;
}
.pink-text_big .pink-text__title {
  margin-bottom: 0.5rem;
  font-family: GothamPro;
  font-weight: 900;
  font-size: 15rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.pink-text_black-desc .pink-text__description {
  opacity: 1;
}
.two-cols-text_margin {
  margin-bottom: 10rem;
}
.two-cols-text__content {
  display: flex;
}
.three-cols-row__row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  margin-left: -4rem;
  margin-right: -4rem;
}
.three-cols-row__col {
  flex: 0 0 33.333%;
  padding-left: 4rem;
  padding-right: 4rem;
}
.about-item {
  margin-top: 4rem;
  margin-bottom: 5rem;
  width: 16.6666666667vw;
  min-width: 240px;
}
.about-item:hover .about-item__image img {
  opacity: 0;
}
.about-item:hover .about-item__image img.hover {
  opacity: 1;
}
.about-item__icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 3.8rem;
}
.about-item__icon svg {
  width: 100%;
  height: 100%;
}
.about-item__title {
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgba(36, 36, 36, 0.5);
  text-align: center;
}
.about-item__image {
  position: relative;
  padding-top: 11rem;
  text-align: center;
  overflow: hidden;
}
.about-item__image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.6s linear;
}
.about-item__image img.hover {
  transition: opacity 0.3s linear;
  opacity: 0;
}
.person-card {
  position: relative;
  padding-bottom: 12rem;
  margin-bottom: 14rem;
}
.person-card:before {
  content: "";
  position: absolute;
  top: 20.5rem;
  left: 8.3333333333vw;
  width: 83.3333333333vw;
  height: calc(100% - 20.5rem);
  background-color: #fbf8f9;
  border-radius: 2rem;
}
.person-card__item {
  margin-bottom: 10rem;
}
.person-card__item:last-of-type {
  margin-bottom: 10rem;
}
.person-card__item_mb14 {
  margin-bottom: 14rem;
}
.person-card__item_mb14:last-of-type {
  margin-bottom: 14rem;
}
.person-card__image {
  border-radius: 2rem;
  overflow: hidden;
}
.person-card__image picture {
  width: 100%;
  height: 100%;
}
.person-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.person-card__title {
  margin-top: 6.5rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.person-card__description {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.person-card__bottom {
  margin-top: 16rem;
}
.person-card__content ul {
  margin-top: 4.5rem;
}
.person-card__quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.person-card__quote svg {
  margin-bottom: 6.1rem;
  width: 5.5rem;
  height: 4.5rem;
}
.person-card__quote-text {
  width: 60%;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.person-card__quote-text p {
  margin-bottom: 2rem;
}
.person-card__quote-text p:last-child {
  margin-bottom: 0;
}
.person-card__triangle {
  position: absolute;
  width: 28.1rem;
  height: auto;
}
.person-card__triangle_left-bottom {
  left: 5rem;
  bottom: 0;
  transform: translateY(50%);
}
.person-card__triangle_right-center {
  right: 5.5rem;
  bottom: 23%;
  transform: rotate(65deg);
}
.person-card__circle {
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  transform: translateY(41%);
  width: 42.9rem;
  height: auto;
}
.person-card__arrow {
  position: absolute;
  right: 0;
  bottom: -3rem;
  width: 47.5rem;
  height: auto;
}
[data-namespace="reviews"] .reviews__title {
  margin-bottom: 0;
}
[data-namespace="reviews"] .reviews__achievements-title {
  padding-top: 0;
}
[data-namespace="reviews"]
  .reviews__achievements-title
  .block-title__description {
  margin-top: 6.5rem;
}
[data-namespace="reviews"] .reviews__results-text {
  margin-bottom: 10rem;
}
[data-namespace="reviews"] .reviews__achievements-section:before {
  height: 80%;
}
.review {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  overflow-anchor: none;
}
.review__background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
}
.review:nth-child(2n) .review__background svg {
  left: auto;
  right: 0;
}
.review__background .scroll-svg {
  top: 3%;
  left: -8.1%;
  width: 39%;
}
.review:nth-child(2n) .review__background .scroll-svg {
  left: auto;
  right: -8.1%;
}
.review__background .ink-svg {
  top: 6.5%;
  left: -9%;
  width: 33%;
}
.review:nth-child(2n) .review__background .ink-svg {
  left: auto;
  right: -3.5%;
}
.review__background .feathers-heart-svg {
  top: 15%;
  left: -1%;
}
.review:nth-child(2n) .review__background .feathers-heart-svg {
  left: auto;
  right: -1%;
}
.review__top-content {
  display: flex;
  flex-direction: row;
  margin-bottom: 4rem;
}
.review__title {
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.5);
}
.review__img {
  flex-shrink: 0;
  margin-right: 3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.1);
  overflow: hidden;
}
.review__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.review__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review__insta-icon {
  margin-right: 1.044rem;
  width: 15px;
  height: 15px;
}
.review__insta-icon,
.review__username {
  display: inline-block;
  vertical-align: middle;
}
.review__username {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
  line-height: 1.8;
}
.review__username:active,
.review__username:hover {
  color: currentColor;
  opacity: 0.8;
}
.review__text {
  width: 90%;
  font-size: 2.4rem;
  line-height: 1.6;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.review__text-detail p,
.review__text-preview p {
  margin-bottom: 3rem;
}
.review__text-detail p:last-of-type {
  margin-bottom: 0;
}
.review__more-less.hide .review__more-less-button {
  opacity: 0;
  visibility: hidden;
}
.review__more-less.hide .review__more-less-hline {
  display: none;
}
.review__more-less-hline {
  margin: 4rem 0;
  width: 100%;
  height: 2px;
  background-color: rgba(36, 36, 36, 0.1);
}
.review__bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
.reviews-section {
  overflow: hidden;
}
.reviews-section__list {
  margin-bottom: 4rem;
}
.reviews-section__item {
  animation: appearFromOpacity 0.8s forwards;
}
.reviews-section__item:nth-child(2n) {
  background-color: #faf8f8;
}
.reviews-section__item:last-child {
  overflow: visible;
}
.text-banner {
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 80rem;
}
.text-banner:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.text-banner_no-fixed-height {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.text-banner_pink {
  color: #fff;
  background-color: #ff6072;
}
.text-banner_portage {
  color: #fff;
  background-color: #764ced;
}
.text-banner .row {
  flex-grow: 1;
}
.text-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-banner__svg {
  margin-bottom: 4rem;
  width: 9rem;
  height: auto;
}
.text-banner__svg_brain {
  width: 9.9rem;
}
.text-banner__svg_rocket {
  width: 8.5rem;
}
.text-banner__svg img {
  max-width: 100%;
  height: auto;
}
.text-banner__text {
  width: 100%;
}
.text-banner__text p {
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  text-align: center;
}
.text-banner__text p:last-child {
  margin-bottom: 0;
}
.text-banner__btn {
  margin-top: 9rem;
}
.info-block-1__title {
  margin-bottom: 3rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.block-title-2 {
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 2.3rem;
}
.block-title-2_mb {
  margin-bottom: 10rem;
}
.block-title-2_no-margin {
  margin-bottom: 0;
}
.block-title-2__title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  text-align: center;
}
.block-title-2__subtitle {
  margin-top: 3.3rem;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
.block-title-2__description {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 8rem;
}
.block-title-2__description p {
  margin-bottom: 3rem;
}
.block-title-2__description p:last-of-type {
  margin-bottom: 0;
}
.block-title-2__btn {
  margin-top: 4rem;
}
.video-block {
  position: relative;
  width: 83.3334vw;
  height: 83.5vh;
  margin-left: 8.33334vw;
  cursor: pointer;
  z-index: 2;
}
.video-block_blog {
  margin-left: 0;
  width: 100%;
  height: 51.85vh;
}
.video-block_mb {
  margin-bottom: 14rem;
}
.video-block__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__item_inner {
  -o-object-fit: cover;
  object-fit: cover;
}
.video-block__item_youtube {
  z-index: -1;
}
.video-block__item_active {
  z-index: 3;
}
.video-block__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s ease-in;
  overflow: hidden;
  background-color: rgba(32, 32, 32, 0.2);
}
.video-block__bg-wrapper_hide {
  opacity: 0;
}
.video-block__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s ease-in;
  cursor: pointer;
}
.video-block__button svg {
  width: 1.6rem;
  height: 100%;
}
.review-slide__text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.review-slide__text p {
  margin-bottom: 0;
}
.review-slide__text p:not(:last-child) {
  margin-bottom: 2rem;
}
.review-slide__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}
.review-slide__img {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 100%;
  overflow: hidden;
  background-color: rgba(36, 36, 36, 0.5);
}
.review-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.review-slide__title {
  margin-left: 1.66667vw;
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgba(36, 36, 36, 0.5);
}
.contact-form {
  position: relative;
  padding: 13.2rem 0;
  background-color: #764ced;
  color: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
.contact-form_vacancy {
  padding: 15rem 0 12.4rem;
}
.contact-form_vacancy .contact-form__left-top {
  width: 27.29169vw;
}
.contact-form_vacancy .contact-form__title {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.contact-form_contacts {
  padding-top: 18.9rem;
  padding-bottom: 12rem;
}
.contact-form_contacts .contact-form__inputs {
  margin-bottom: 0;
}
.contact-form_contacts .contact-form__bottom {
  align-items: center;
}
.contact-form_free-popup {
  padding: 8rem 0 8.6rem;
}
.contact-form_free-popup .contact-form__left {
  margin-left: 4.1666666667vw;
  width: 18.75vw;
}
.contact-form_free-popup .contact-form__form {
  margin-left: 4.16667vw;
  width: 18.75001vw;
}
.contact-form_free-popup .contact-form__title-top {
  margin-left: 4.16667vw;
}
.contact-form_free-popup .contact-form__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.contact-form_free-popup .contact-form__middle {
  margin-bottom: 0;
}
.contact-form_pr {
  padding-top: 19rem;
  padding-bottom: 10.5rem;
}
.contact-form_pr .contact-form__inputs {
  margin-bottom: 2rem;
}
.contact-form_pr .contact-form__hand {
  left: 13.48959vw;
  width: 25.25002vw;
}
.contact-form_callback {
  padding-top: 8rem;
  padding-bottom: 7.3rem;
}
.contact-form_callback .contact-form__container {
  flex-direction: column;
}
.contact-form_callback .contact-form__form,
.contact-form_callback .contact-form__left {
  margin-left: 4.16667vw;
  margin-right: 4.16667vw;
  width: auto;
}
.contact-form_callback .contact-form__bottom {
  align-items: flex-end;
}
.contact-form_callback .contact-form__title {
  font-family: Gilroy;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 4.2rem;
}
.contact-form_callback .contact-form__hand {
  left: auto;
  right: -8rem;
  bottom: 23%;
  width: 45%;
}
.contact-form_comment {
  padding-top: 19rem;
}
.contact-form_comment .input textarea {
  margin-bottom: 0;
  min-height: 20rem;
}
.contact-form_comment .contact-form__hand {
  left: 13.33334vw;
  bottom: -7rem;
  transform: rotate(20deg);
  width: 25.00002vw;
}
.contact-form_pink {
  background-color: #ff6072;
}
.contact-form_whisper2 {
  background-color: #f7f6fb;
}
.contact-form__container {
  position: relative;
  z-index: 2;
  display: flex;
}
.contact-form__container_dark {
  color: #242424;
}
.contact-form__container_dark .contact-form__bottom-info p {
  color: rgba(36, 36, 36, 0.6);
}
.contact-form__container_dark .contact-form__bottom-info a {
  color: #242424;
}
.contact-form__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.contact-form__bg img,
.contact-form__bg picture {
  width: 100%;
  height: 100%;
}
.contact-form__bg img {
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-form__bg_contain img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
.contact-form__hand {
  position: absolute;
  left: 9.16667vw;
  bottom: -5rem;
  width: 22.50002vw;
}
.contact-form__hand img {
  width: 100%;
  height: auto;
}
.contact-form__left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8.33334vw;
  width: 31.25003vw;
}
.contact-form__title {
  font-family: GothamPro;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 5rem;
}
.contact-form__title-top {
  position: relative;
  z-index: 2;
  font-family: Gilroy;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 4rem;
  margin-left: 8.33334vw;
}
.contact-form__bottom-text p,
.contact-form__text p {
  margin-bottom: 3rem;
}
.contact-form__bottom-text p:last-child,
.contact-form__text p:last-child {
  margin-bottom: 0;
}
.contact-form__text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.contact-form__bottom-text {
  margin-top: 3rem;
  width: 19.16668vw;
  font-size: 1.8rem;
  line-height: 1.8;
  opacity: 0.6;
}
.contact-form__form {
  margin-left: 4.16667vw;
  width: 31.25003vw;
}
.contact-form__loyal-block {
  overflow: hidden;
  max-height: 3rem;
  transition: 0.4s;
  margin-bottom: 4rem;
}
.contact-form__loyal-block.is-active {
  max-height: 10rem;
}
.contact-form__loyal-input-wrap {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.contact-form__loyal-input {
  transition: 0.4s;
  max-width: 80%;
}
.contact-form__loyal-input input,
.contact-form__loyal-input label {
  transition: 0.4s;
}
.contact-form__loyal-input.error input {
  border-color: red;
}
.contact-form__loyal-input.error .input__label {
  line-height: 1;
}
.contact-form__loyal-input.active {
  max-width: 100%;
  width: 100%;
}
.contact-form__loyal-input.active label {
  font-size: 2.2rem;
}
.contact-form__loyal-input.active input {
  border-color: #fff;
}
.contact-form__loyal-check-btn {
  transition: 0.4s;
  margin-left: 2rem;
  color: #fff;
  font-size: 2rem;
}
.contact-form__loyal-check-btn:hover {
  color: #fff;
  opacity: 0.85;
}
.contact-form__loyal-toggle-btn {
  transition: 0.4s;
  color: #fff;
  text-decoration: underline;
  font-size: 2rem;
}
.contact-form__loyal-toggle-btn:hover {
  color: #fff;
  opacity: 0.85;
}
.contact-form__inputs {
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-form__inputs-item {
  width: 100%;
}
.contact-form__inputs-item:not(:last-child) {
  margin-bottom: 3.5rem;
}
.contact-form__middle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.contact-form__middle:empty {
  margin-bottom: 0;
}
.contact-form__middle-item {
  margin-bottom: 2rem;
}
.contact-form__middle-item:not(:last-child) {
  margin-right: 4rem;
}
.contact-form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-form__bottom-info {
  flex-basis: 20.83335vw;
  margin-right: 10px;
}
.contact-form__left-info {
  margin-top: 2.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.contact-form__bottom-info {
  font-size: 1.8rem;
  line-height: 1.8;
}
.contact-form__bottom-info p,
.contact-form__left-info p {
  margin-bottom: 0;
  color: hsla(0, 0%, 100%, 0.5);
}
.contact-form__bottom-info a,
.contact-form__left-info a {
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.3s ease-out;
}
.contact-form__bottom-info a:active,
.contact-form__bottom-info a:focus,
.contact-form__bottom-info a:hover,
.contact-form__left-info a:active,
.contact-form__left-info a:focus,
.contact-form__left-info a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #fff;
}
.contact-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  border: none;
  background-color: #ff7c8c;
  padding: 16px 38px;
  outline: none;
}
.contact-form__button-icon {
  width: 20px;
  height: 20px;
  fill: #f8f8f8;
  margin-left: 20px;
}
.contact-form__button:focus {
  outline: none;
}
.contact-form__questionnaire-button {
  display: flex;
  align-items: center;
  margin-right: 5.20834vw;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.contact-form__questionnaire-button:focus {
  outline: none;
}
.contact-form__questionnaire-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}
.contact-form__questionnaire-icon {
  width: 1.6rem;
  height: 2.2rem;
  margin-right: 1.8rem;
}
.contact-form__questionnaire-icon svg {
  width: 100%;
  height: 100%;
}
.contact-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 20rem;
  padding: 1.4rem 3.8rem;
  outline: none;
  transition: color 0.3s, background-color 0.3s, border 0.3s,
    transform 0.25s ease-out, opacity 0.25s ease-out;
}
.contact-button:focus,
.contact-button:hover {
  border-color: hsla(0, 0%, 100%, 0.6);
  transform: scale(1.05);
  opacity: 0.99;
}
.contact-button:active {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-color: hsla(0, 0%, 100%, 0.8);
}
.contact-button_smaller {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.contact-button.disabled {
  color: hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.3);
}
.contact-button.error,
.contact-button.success,
.contact-button.wait {
  pointer-events: none;
}
.contact-button.success .contact-button__title-success {
  display: inline;
}
.contact-button.success .contact-button__title-error,
.contact-button.success .contact-button__title-send {
  display: none;
}
.contact-button.error {
  color: #202020;
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.3);
}
.contact-button.error .contact-button__title-error {
  display: inline;
}
.contact-button.error .contact-button__title-send,
.contact-button.error .contact-button__title-success {
  display: none;
}
.contact-button.wait {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.contact-button.wait .contact-button__icon {
  opacity: 0;
  visibility: hidden;
}
.contact-button.wait .contact-button__load {
  opacity: 1;
  visibility: visible;
}
.contact-button:focus {
  outline: none;
}
.contact-button_picton {
  background-color: #3cc3e1;
  border-color: #3cc3e1;
  background-clip: padding-box;
}
.contact-button_picton:focus,
.contact-button_picton:hover {
  background-color: #26bcde;
  border-color: #26bcde;
}
.contact-button_picton:active {
  background-color: #1faccb;
  border-color: #1faccb;
}
.contact-button_picton.disabled {
  color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(60, 195, 225, 0.5);
  border-color: rgba(60, 195, 225, 0.5);
}
.contact-button_picton.error {
  color: #fff;
  background-color: #3cc3e1;
  border-color: #3cc3e1;
}
.contact-button_picton.wait {
  color: transparent;
}
.contact-button_white {
  border-color: #fff;
  background-color: #fff;
  color: #242424;
}
.contact-button_white:focus,
.contact-button_white:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.contact-button_white:active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.contact-button_white.disabled {
  color: rgba(36, 36, 36, 0.5);
  background-color: #fff;
  border-color: #fff;
}
.contact-button_white.error {
  color: #242424;
  background-color: #fff;
  border-color: #fff;
}
.contact-button_white.wait {
  color: transparent;
}
.contact-button_grey-border {
  color: #242424;
  border-color: rgba(36, 36, 36, 0.2);
}
.contact-button_grey-border:focus,
.contact-button_grey-border:hover {
  border-color: #242424;
}
.contact-button_grey-border:active {
  border-color: #242424;
}
.contact-button_grey-border.disabled {
  background-color: transparent;
  border-color: rgba(36, 36, 36, 0.2);
  color: rgba(36, 36, 36, 0.5);
}
.contact-button_grey-border.error {
  color: #242424;
  border-color: rgba(36, 36, 36, 0.2);
}
.contact-button_grey-border.wait {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}
.contact-button_pink {
  background-color: #ff6072;
  border-color: #ff6072;
}
.contact-button_pink:focus,
.contact-button_pink:hover {
  background-color: #ff475b;
  border-color: #ff475b;
}
.contact-button_pink:active {
  background-color: #ff2d45;
  border-color: #ff2d45;
}
.contact-button_pink.disabled {
  background-clip: padding-box;
  color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(255, 96, 114, 0.5);
  border-color: rgba(255, 96, 114, 0.5);
}
.contact-button_pink.error {
  color: #fff;
  background-color: #ff6072;
  border-color: #ff6072;
}
.contact-button_prop {
  padding: 1.5rem 4rem;
  box-shadow: 0 4px 15px rgba(55, 84, 170, 0.08);
}
.contact-button__title {
  font-size: 1.8rem;
  line-height: 1.6;
  white-space: nowrap;
}
.contact-button__title-send {
  display: inline;
}
.contact-button__title-error,
.contact-button__title-success {
  display: none;
}
.contact-button__load {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.contact-button__load > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: rotation 1.35s linear infinite;
  stroke: #999;
  opacity: 0.5;
}
.contact-button__load > svg > circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: turn 1.35s ease-in-out infinite;
}
.contact-button_subscription {
  position: absolute;
  top: 0;
  right: 0;
  height: 6rem;
  border-width: 1px;
  transition: border 0.3s;
  line-height: 1;
}
.contact-button_subscription.wait {
  border-color: transparent;
}
.contact-button_subscription.valid {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.contact-button_subscription.invalid {
  border-color: #202020;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(270deg);
  }
}
@keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    transform: rotate(135deg);
  }
  to {
    stroke-dashoffset: 180;
    transform: rotate(450deg);
  }
}
.notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55.7vh;
  width: 50.00004vw;
  border-radius: 2rem;
  background-color: #ff6072;
  padding: 6rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.notification:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.notification.show {
  opacity: 1;
  visibility: visible;
}
.notification_bg-purple {
  background-color: #764ced;
}
.notification__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.notification__svg {
  margin-bottom: 5rem;
  width: 10rem;
  height: 10rem;
}
.notification__svg_smile {
  width: 9.3rem;
  height: 10.6rem;
}
.notification__svg_check-bubble {
  width: 10.2rem;
  height: 10.2rem;
}
.notification__svg svg {
  stroke: #fff;
  width: 100%;
  height: 100%;
}
.notification__title {
  font-family: GothamPro;
  font-size: 5.5rem;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
.notification__subtitle-wrap {
  padding: 10px 20px;
  margin-top: 6rem;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.75);
  border-radius: 20px;
}
.notification__subtitle-icon {
  width: 72px;
  height: 72px;
  margin-right: 4rem;
}
.notification__subtitle-icon > svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.notification__subtitle-heading {
  font-size: 2.4rem;
  font-weight: 700;
}
.notification__subtitle-text {
  font-size: 1.8rem;
}
.notification__subtitle-btn {
  cursor: pointer;
  margin-left: 2rem;
}
.notification__text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.notification__btn-close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.notification__btn-close:after,
.notification__btn-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 130%;
  background-color: #242424;
}
.notification__btn-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.notification__btn-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.input {
  position: relative;
  color: #fff;
}
.input.focus textarea + .input__label,
.input.invalid textarea + .input__label,
.input.valid textarea + .input__label {
  opacity: 0;
}
.input.focus .input__label,
.input.invalid .input__label,
.input.valid .input__label {
  transform: translateY(-70%) scale(0.67);
}
.input.focus .input__input[type="date"],
.input.invalid .input__input[type="date"],
.input.valid .input__input[type="date"] {
  color: currentColor;
}
.input.focus .input__input,
.input.valid .input__input {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.input.invalid .input__input {
  border-color: #202020;
}
.input.invalid .input__notification {
  opacity: 1;
  visibility: visible;
}
.input_dark {
  color: #242424;
}
.input_dark .input__input {
  border-color: rgba(36, 36, 36, 0.1);
}
.input_dark.focus .input__input {
  border-color: #242424;
}
.input_dark.valid .input__input {
  border-color: rgba(36, 36, 36, 0.6);
}
.input_dark.invalid .input__input {
  border-color: #ff6072;
}
.input_dark .input__notification {
  color: rgba(36, 36, 36, 0.5);
}
.input_darkest {
  color: #242424;
}
.input_darkest .input__input {
  border-color: rgba(32, 32, 32, 0.15);
}
.input_darkest:focus {
  border-color: #202020 !important;
}
.input_darkest.focus .input__input {
  border-color: #202020;
}
.input_darkest.valid .input__input {
  border-color: rgba(36, 36, 36, 0.6);
}
.input_darkest.invalid .input__input {
  border-color: #ff6072;
}
.input_darkest .input__notification {
  color: rgba(36, 36, 36, 0.5);
}
.input__label {
  position: absolute;
  top: 50%;
  left: 3.2rem;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.8rem;
  line-height: 1.8;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
  transform-origin: top left;
  pointer-events: none;
}
textarea + .input__label {
  top: 3.5rem;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.input__input {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  -moz-appearance: none;
  appearance: none;
  padding: 2.9rem 3rem 0.5rem;
  transition: border 0.3s;
  outline: none;
  color: currentColor;
}
.input__input:-webkit-autofill,
.input__input:-webkit-autofill:active,
.input__input:-webkit-autofill:focus,
.input__input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out, color 5000s ease-in-out;
}
.input__input::-ms-clear {
  display: none;
}
.input__input[type="date"] {
  color: rgba(36, 36, 36, 0);
}
.input__input:invalid {
  box-shadow: none;
}
.input input,
.input textarea {
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 8px;
}
.input input:focus,
.input textarea:focus {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.input textarea {
  margin-bottom: 4.5rem;
  padding-bottom: 1.8rem;
  height: 100%;
  min-height: 13rem;
  resize: none;
}
.input__notification {
  position: absolute;
  top: 50%;
  right: 2.9rem;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: GothamPro;
  color: hsla(0, 0%, 100%, 0.5);
  transform-origin: center right;
  transform: translateY(-50%) scale(0.67);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.input__notification_top {
  transform-origin: top right;
  transform: translateY(-70%) scale(0.67);
}
.input_subscription .input__label {
  left: 3.4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  line-height: 1;
}
.input_subscription .input__input {
  position: relative;
  padding: 2.5rem 21.8rem 0.5rem 3.4rem;
  width: 100%;
  color: #fff;
  height: 6rem;
  background-color: transparent;
  border-radius: 20rem;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  transition: border 0.3s;
  outline: none;
}
.input_subscription .input__input:-webkit-autofill,
.input_subscription .input__input:-webkit-autofill:active,
.input_subscription .input__input:-webkit-autofill:focus,
.input_subscription .input__input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out, color 5000s ease-in-out;
}
.input_subscription .input__input::-ms-clear {
  display: none;
}
.attach-file {
  color: #fff;
}
.attach-file label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #fff;
  transition: border 0.3s;
  cursor: pointer;
}
.attach-file__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.attach-file__icon {
  position: relative;
  margin-right: 1.8rem;
}
.attach-file__icon,
.attach-file__icon_icon {
  width: 1.6rem;
  height: 2.2rem;
}
.attach-file__icon_photo {
  width: 2.2rem;
  height: 1.9rem;
}
.attach-file__icon_pink-plus {
  align-self: center;
  width: 5rem;
  height: 5rem;
}
.attach-file__icon_pink-plus + .attach-file__text {
  align-self: center;
}
.attach-file__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.attach-file__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.attach-file:not(.fill) .attach-file__input[required] + label {
  color: #ff6072;
}
.attach-file_dark label {
  color: #242424;
}
.popup-event {
  padding: 2.9rem;
  background-color: #fff;
  border: 1px solid rgba(44, 44, 44, 0.1);
  box-shadow: 3rem 3rem 8rem rgba(55, 84, 170, 0.1);
}
.popup-event_vacancies {
  position: absolute;
  top: 39%;
  right: 0;
  width: 38rem;
  box-shadow: none;
}
.popup-event__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  color: #2c2c2c;
}
.popup-event__info,
.popup-event__role {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}
.popup-event__role {
  margin-bottom: 1.2rem;
  color: rgba(44, 44, 44, 0.5);
}
.popup-event__name {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  color: #2c2c2c;
}
.popup-event__events {
  display: inline-block;
  padding: 0.3rem 1.7rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #3cc3e1;
  border-radius: 1rem;
}
.popup-event__text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}
.popup-event__btn-wrapper {
  margin-top: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-event__btn-reschedule {
  transition: box-shadow 0.3s;
}
.popup-event__btn-reschedule:focus,
.popup-event__btn-reschedule:hover {
  box-shadow: 0 4px 6px rgba(55, 84, 170, 0.1),
    0 -4px 4px hsla(0, 0%, 100%, 0.25);
}
[data-namespace="courses"] .lead-2 {
  margin-bottom: 0;
}
[data-namespace="courses"] .adult-courses {
  position: relative;
  padding-bottom: 2.3rem;
}
[data-namespace="courses"] .adult-courses__description {
  margin-bottom: 14rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
[data-namespace="courses"] .adult-courses__background {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
[data-namespace="courses"] .children-courses__block-title,
[data-namespace="courses"] .corporate__block-title {
  margin-bottom: 8.5rem;
}
[data-namespace="courses"] .exams__block-title {
  margin-bottom: 8.9rem;
}
[data-namespace="courses"] .children-courses,
[data-namespace="courses"] .corporate,
[data-namespace="courses"] .exams {
  padding-bottom: 0.1rem;
}
[data-namespace="courses"] .corporate__steps {
  display: flex;
  align-items: center;
}
[data-namespace="courses"] .corporate__steps ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
[data-namespace="courses"] .corporate__steps li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
[data-namespace="courses"] .corporate__steps p {
  margin-bottom: 0;
}
[data-namespace="courses"] .corporate__steps-number {
  display: flex;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-right: 3rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
}
[data-namespace="courses"] .about-classes {
  margin-bottom: 14rem;
}
[data-namespace="courses"] .about-classes__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.6rem;
}
[data-namespace="courses"] .about-classes__row:nth-child(2) {
  margin-bottom: 10rem;
}
[data-namespace="courses"] .about-classes__column {
  width: calc(50% - 2.08334vw);
}
[data-namespace="courses"] .about-classes__column-extended {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
[data-namespace="courses"] .about-classes__title {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
[data-namespace="courses"] .about-classes__description {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
[data-namespace="courses"] .about-classes__subtitle {
  font-size: 1.8rem;
  line-height: 1.8;
}
[data-namespace="courses"] .about-classes__bold-text {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 2rem;
}
[data-namespace="courses"] .about-classes__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
[data-namespace="courses"] .about-classes__tag {
  display: flex;
  align-items: baseline;
  margin-bottom: 3.8rem;
}
[data-namespace="courses"] .about-classes__tag:last-child:nth-child(2n),
[data-namespace="courses"] .about-classes__tag:last-child:nth-child(odd),
[data-namespace="courses"]
  .about-classes__tag:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
[data-namespace="courses"] .about-classes__tag-circle {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 2rem;
  width: 1rem;
  height: 1rem;
  background-color: #ff798a;
  border-radius: 50%;
}
[data-namespace="courses"] .about-classes__tag-text {
  width: 21.3rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
[data-namespace="courses"] .about-classes__levels {
  display: flex;
  justify-content: space-between;
}
[data-namespace="courses"] .about-classes__level {
  font-size: 1.8rem;
  line-height: 1.8;
}
[data-namespace="courses"] .about-classes__level-progression {
  margin-top: 4rem;
}
[data-namespace="courses"] .about-classes__level-progression img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
[data-namespace="courses"] .courses__subscription {
  margin-bottom: 0;
}
.endless-btn {
  display: block;
  margin: 0 auto 10rem;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 20rem;
  padding: 1.5rem 4rem;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  transition: color 0.2s, background-color 0.2s, border 0.2s, opacity 0.2s;
  border: 2px solid rgba(36, 36, 36, 0.2);
  white-space: nowrap;
  text-align: center;
}
.endless-btn:active,
.endless-btn:focus,
.endless-btn:hover {
  outline: none;
  border-color: #242424;
  color: #2b2a35;
}
.endless-btn:active {
  background-color: rgba(36, 36, 36, 0.1);
}
.endless-btn_is-hidden {
  display: none;
}
.btn-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(36, 36, 36, 0.2);
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.btn-arrow:focus,
.btn-arrow:hover {
  border-color: rgba(36, 36, 36, 0.7);
}
.btn-arrow:active {
  background-color: rgba(36, 36, 36, 0.1);
  border-color: rgba(36, 36, 36, 0.8);
}
.btn-arrow:active,
.btn-arrow:focus,
.btn-arrow:hover {
  outline: none;
}
.btn-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
  transform: translate(-50%, -50%);
  fill: #242424;
}
.btn-arrow_prev {
  left: 4.1666666667vw;
}
.btn-arrow_next {
  right: 4.1666666667vw;
}
.btn-arrow_disabled {
  opacity: 0.2;
  cursor: default;
}
.btn-arrow_disabled:focus .btn-arrow_disabled:active,
.btn-arrow_disabled:hover {
  background-color: #fff;
  border: 2px solid rgba(36, 36, 36, 0.2);
}
.course-card-2 {
  position: relative;
  z-index: 2;
  display: block;
  padding: 8rem 8rem 7.1rem;
  min-height: 59rem;
  color: #242424;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  transition: background-color 0.6s ease-out, color 0.6s ease-out;
}
.course-card-2:hover {
  background-color: #ff6072;
  color: #fff;
}
.course-card-2:hover a {
  color: #fff;
}
.course-card-2:hover .course-card-2__bg svg {
  opacity: 0.3;
}
.course-card-2:hover .course-card-2__bg svg path {
  stroke: #fff;
}
.course-card-2_soft-peach {
  background-color: #f7f6fb;
}
.course-card-2_violet {
  background-color: #7c4ffc;
  color: #fff;
}
.course-card-2_violet a {
  color: #fff;
  transition: color 0.6s ease-out;
}
.course-card-2_violet .course-card-2__bg svg {
  opacity: 0.3;
}
.course-card-2_violet .course-card-2__bg svg path {
  stroke: #fff;
}
.course-card-2__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.course-card-2__bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
}
.course-card-2__bg svg path {
  stroke: #242424;
  transition: stroke 0.6s ease-out;
}
.course-card-2__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.course-card-2__main {
  display: block;
  margin-bottom: 3rem;
  color: #242424;
  transition: color 0.6s ease-out;
}
.course-card-2__title {
  margin-bottom: 3rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.course-card-2__description {
  width: 93%;
  font-size: 1.8rem;
  line-height: 1.8;
}
.course-card-2__sign-up {
  margin-right: 6.6rem;
  margin-bottom: 2rem;
}
.course-card-2__sign-up.btn_white-border {
  background-color: #fff;
}
.course-card-2__more {
  transition: 0.25s;
}
.course-card-2__more:hover {
  color: #fff;
}
.subscription {
  text-align: center;
  color: #fff;
  margin: 14rem 0;
}
.subscription_popup-blog {
  margin: 0;
}
.subscription__wrapper {
  width: 83.3333333333vw;
  margin-left: 8.33334vw;
  position: relative;
  padding: 10rem 8.33334vw 10.1rem;
  border-radius: 2rem;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
}
.subscription_popup-blog .subscription__wrapper {
  margin-left: 0;
}
.subscription__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ff6072;
  overflow: hidden;
  border-radius: 2rem;
}
.subscription__bg img,
.subscription__bg picture {
  width: 100%;
  height: 100%;
}
.subscription__bg img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.subscription__content {
  width: 37.50003vw;
}
.subscription__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.subscription__subtitle {
  margin-bottom: 8.1rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.subscription__form {
  position: relative;
  width: 84%;
  display: inline-block;
  text-align: center;
}
.subscription__bottom-info {
  margin-top: 3rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
}
.subscription__bottom-info p {
  margin-bottom: 0;
  color: hsla(0, 0%, 100%, 0.5);
}
.subscription__bottom-info a {
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.3s ease-out;
}
.subscription__bottom-info a:active,
.subscription__bottom-info a:focus,
.subscription__bottom-info a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #fff;
}
.about-circles {
  margin-bottom: 6rem;
}
.about-circles.hide .about-circles__item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-circles__image {
  position: relative;
  text-align: center;
}
.about-circles__image picture {
  position: relative;
  z-index: 2;
}
.about-circles__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-circles__item {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  background-color: #ff798a;
  transition-property: top, left, bottom, right, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-circles__item_1 {
  top: 12%;
  left: 5%;
  width: 4rem;
  height: 4rem;
}
.about-circles__item_2 {
  top: 38%;
  left: 23%;
  width: 1rem;
  height: 1rem;
}
.about-circles__item_3 {
  top: 61%;
  left: 16%;
  width: 8rem;
  height: 8rem;
}
.about-circles__item_4 {
  top: 16%;
  left: 72%;
  width: 2.5rem;
  height: 2.5rem;
}
.about-circles__item_5 {
  top: 25%;
  left: 88%;
  width: 8rem;
  height: 8rem;
}
.about-circles__item_6 {
  top: 64%;
  left: 77%;
  width: 4rem;
  height: 4rem;
}
[data-namespace="adult-courses"] .adult-courses__text {
  margin-bottom: 14rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
[data-namespace="adult-courses"] .adult-courses__gift-section {
  padding-bottom: 24rem;
}
[data-namespace="payment"] .price-slider__wrapper {
  justify-content: center;
}
[data-namespace="payment"] .h1-title__btn {
  max-width: 300px;
}
[data-namespace="payment"] .payment__head {
  position: relative;
  overflow: hidden;
}
[data-namespace="payment"] .payment__head img {
  max-width: 100%;
  max-height: 100%;
}
[data-namespace="payment"] .payment__head-leftpic {
  position: absolute;
  top: 15%;
  left: -10%;
  max-width: 50%;
  margin: 0;
}
[data-namespace="payment"] .payment__head-rightpic {
  position: absolute;
  top: 12%;
  right: -13%;
  max-width: 48%;
}
[data-namespace="payment"] .payment__head-mobpic {
  display: none;
  position: relative;
  top: 15%;
  left: 0;
  margin: 0 auto 2rem;
  max-width: 50%;
}
[data-namespace="payment"] .payment-rules {
  padding: 6rem 0;
  display: none;
}
[data-namespace="payment"] .payment-rules__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-namespace="payment"] .payment-rules__item {
  width: 22.5%;
}
[data-namespace="payment"] .payment-rules__card {
  padding: 3rem;
  min-height: 256px;
  border-radius: 20px;
  background-color: #f4f2f9;
  transition: 0.4s;
}
[data-namespace="payment"] .payment-rules__card:hover {
  transform: scale(1.05);
}
[data-namespace="payment"] .payment-rules__card-title {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 5rem;
  text-align: center;
}
[data-namespace="payment"] .payment-rules__card-text {
  font-size: 2.3rem;
  text-align: center;
}
[data-namespace="payment"] .payment-rules__card-dateslist-item {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 600;
  text-align: center;
}
[data-namespace="payment"] .payment-rules__card-dateslist {
  margin-bottom: 4rem;
}
[data-namespace="payment"] .payment-rules__grid {
  margin: 4rem 0;
}
[data-namespace="payment"] .price-item__buy {
  min-width: auto;
}
[data-namespace="payment"] .payment-steps {
  padding: 8rem 0 0;
  margin-bottom: 0;
}
[data-namespace="payment"] .payment-steps__wrap {
  padding: 2rem 0 6rem;
}
[data-namespace="payment"] .payment-steps__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-namespace="payment"] .payment-steps__item {
  width: 30%;
}
[data-namespace="payment"] .payment-steps__item-text {
  font-size: 3rem;
  font-weight: 500;
}
[data-namespace="payment"] .payment-steps__item-title {
  font-size: 4.2rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
[data-namespace="payment"] .payment-faq {
  margin: 6rem 0;
}
[data-namespace="payment"] .payment-faq__list {
  margin: 4rem 0;
}
[data-namespace="payment"] .payment-faq__item {
  position: relative;
  overflow: hidden;
}
[data-namespace="payment"] .payment-faq__item:not(:last-child) {
  margin-bottom: 2rem;
  cursor: pointer;
}
[data-namespace="payment"] .payment-faq__card {
  display: flex;
  align-items: center;
}
[data-namespace="payment"] .payment-faq__title {
  font-size: 5rem;
}
[data-namespace="payment"] .payment-faq__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 24px;
}
[data-namespace="payment"] .payment-faq__icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 6px;
  margin: auto 0;
  background-color: #414141;
  border-radius: 100px;
}
[data-namespace="payment"] .payment-faq__icon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 32px;
  margin: 0 auto;
  background-color: #414141;
  border-radius: 100px;
  opacity: 1;
  transition: 0.4s;
}
[data-namespace="payment"] .is-active .payment-faq__icon:after {
  opacity: 0;
  top: -100px;
}
[data-namespace="payment"] .payment-faq__text {
  padding-top: 24px;
  padding-left: 56px;
  max-width: 920px;
  font-size: 18px;
  max-height: 0;
  opacity: 0;
  transition: 0.4s;
}
[data-namespace="payment"] .is-active .payment-faq__text {
  max-height: 500px;
  opacity: 1;
}
.two-cols-with-picture_no-pic .two-cols-with-picture__col {
  padding-top: 2.4rem;
}
.two-cols-with-picture_no-pic .two-cols-with-picture__text-row {
  margin-bottom: 12rem;
}
.two-cols-with-picture_no-pic .two-cols-with-picture__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.two-cols-with-picture__text-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20rem;
}
.two-cols-with-picture__col {
  position: relative;
  padding-top: 8.4rem;
  width: calc(50% - 2.08334vw);
}
.two-cols-with-picture__col:first-child {
  margin-right: 2.08334vw;
  padding-right: 2.08334vw;
  padding-left: 8.33334vw;
}
.two-cols-with-picture__col:last-child {
  margin-left: 2.08334vw;
  padding-right: 8.33334vw;
  padding-left: 2.08334vw;
}
.two-cols-with-picture__col:last-child .two-cols-with-picture__bg {
  right: 3.33334vw;
}
.two-cols-with-picture__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 60%;
  max-height: 120%;
}
.two-cols-with-picture__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.two-cols-with-picture__subtitle {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.two-cols-with-picture__text {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
}
.two-cols-with-picture__picture,
.two-cols-with-picture__picture img {
  width: 100%;
}
.londonexp-features {
  padding-top: 15.5rem;
  padding-bottom: 20rem;
}
.londonexp-features_vacancies {
  padding-top: 19.4rem;
  padding-bottom: 22.1rem;
}
.londonexp-features_vacancies
  .londonexp-features__feature:not(:first-child)
  .londonexp-features__feature-svg {
  margin-bottom: 5.5rem;
}
.londonexp-features_vacancies .londonexp-features__feature:nth-child(2n) {
  margin-bottom: 16.9rem;
}
.londonexp-features_vacancies .londonexp-features__feature:nth-child(2n + 3) {
  transform: translateY(-3rem);
}
.londonexp-features_pink {
  background-color: #ff6072;
  color: #fff;
}
.londonexp-features_pink mark {
  color: #fff;
}
.londonexp-features_straight {
  padding-bottom: 12.9rem;
}
.londonexp-features_straight .londonexp-features__feature {
  margin-bottom: 9rem;
}
.londonexp-features_straight .londonexp-features__feature:last-child {
  margin-bottom: 0;
}
.londonexp-features_straight
  .londonexp-features__feature:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
.londonexp-features_straight .londonexp-features__feature:nth-child(2n + 3) {
  transform: none;
}
.londonexp-features_straight .londonexp-features__feature:nth-child(2n) {
  transform: none;
}
.londonexp-features_straight
  .londonexp-features__feature:nth-child(2n):last-of-type {
  margin-bottom: 0;
}
.londonexp-features__block-title {
  margin-bottom: 8rem;
}
.londonexp-features__col {
  margin-left: 14.58335vw;
  width: 70.83339vw;
}
.londonexp-features__list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.londonexp-features__feature {
  width: 29.16669vw;
}
.londonexp-features__feature:nth-child(odd) {
  margin-right: 10.41668vw;
}
.londonexp-features__feature:nth-child(2n + 3) {
  transform: translateY(7.5rem);
}
.londonexp-features__feature:nth-child(2n) {
  margin-bottom: 9rem;
  transform: translateY(16.9rem);
}
.londonexp-features__feature:nth-child(2n):last-of-type {
  margin-bottom: 16.9rem;
}
.londonexp-features__feature-svg {
  display: inline-block;
  margin-bottom: 6rem;
  width: 10rem;
  height: auto;
}
.londonexp-features__feature-svg img {
  max-width: 100%;
  height: auto;
}
.londonexp-features__feature-title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.londonexp-features__feature-text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.londonexp-features__feature-text p {
  margin-bottom: 2rem;
}
.londonexp-features__feature-text p:last-child {
  margin-bottom: 0;
}
.lessons-gift-banner {
  color: #fff;
  text-align: center;
}
.lessons-gift-banner_child .lessons-gift-banner__bg {
  background-color: #3cc3e1;
}
.lessons-gift-banner_cups .lessons-gift-banner__bg {
  background-color: #ffb804;
}
.lessons-gift-banner__banner {
  position: relative;
  padding: 10rem 12.50001vw 9.1rem;
  border-radius: 2rem;
  box-shadow: inset 0 30px 80px rgba(55, 84, 170, 0.1);
}
.lessons-gift-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
}
.lessons-gift-banner__bg picture {
  width: 100%;
}
.lessons-gift-banner__bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lessons-gift-banner__content {
  width: 16.66668vw;
}
.lessons-gift-banner__title {
  margin: 0 0 3rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.lessons-gift-banner__subtitle {
  margin: 0 0 6rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.lessons-gift-banner-2 {
  color: #fff;
  text-align: center;
}
.lessons-gift-banner-2_child .lessons-gift-banner-2__bg {
  background-color: #122c94;
}
.lessons-gift-banner-2_cups .lessons-gift-banner-2__bg {
  background-color: #ffb804;
}
.lessons-gift-banner-2__banner {
  position: relative;
  padding: 70px 48px 380px;
  border-radius: 2rem;
  box-shadow: inset 0 30px 80px rgba(55, 84, 170, 0.1);
}
.lessons-gift-banner-2__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  height: 100%;
  border-radius: 2rem;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
}
.lessons-gift-banner-2__bg picture {
  width: 100%;
  height: 100%;
}
.lessons-gift-banner-2__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lessons-gift-banner-2__content {
  width: 100%;
}
.lessons-gift-banner-2__title {
  margin: 0 0 3rem;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
.lessons-gift-banner-2__subtitle {
  margin: 0 0 6rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.lessons-gift-banner-2__btn {
  cursor: pointer;
}
.class-format {
  margin-bottom: 30rem;
}
.class-format__slider {
  position: relative;
  margin-bottom: 5rem;
}
.class-format__slider-element {
  display: flex;
  width: 100%;
}
.class-format__slider-element .swiper-container {
  width: 100%;
  overflow: hidden;
}
.class-format .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.class-format .swiper-slide {
  display: flex;
}
.class-format .swiper-slide__img {
  display: flex;
  align-items: center;
  margin-right: 2.86459vw;
  width: 49%;
}
.class-format .swiper-slide__img img {
  width: 100%;
  height: auto;
}
.class-format .swiper-slide__text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 4.16667vw;
  width: 47.56%;
}
.class-format .swiper-slide__title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.class-format .swiper-slide__description {
  font-size: 2.4rem;
  line-height: 1.6;
}
.class-format .swiper-slide__description p {
  margin-bottom: 2rem;
}
.class-format .swiper-slide__description p:last-child {
  margin-bottom: 0;
}
.class-format__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.7rem;
}
.class-format__pagination-bullet {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.2);
  cursor: pointer;
  outline: none;
}
.class-format__pagination-bullet:first-child {
  margin-right: 5px;
}
.class-format__pagination-bullet:last-child {
  margin-left: 5px;
}
.class-format__pagination-bullet_active {
  margin-right: 12.5px;
  margin-left: 12.5px;
}
.class-format__pagination-bullet_active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -7.5px;
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background-color: #ff798a;
}
.class-format__pagination-bullet_active:first-child {
  margin-right: 12.5px;
}
.class-format__pagination-bullet_active:last-child {
  margin-left: 12.5px;
}
.class-format__text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.class-format__text p {
  margin-bottom: 2rem;
}
.class-format__text p:last-child {
  margin-bottom: 0;
}
[data-namespace="child-courses"] .child-courses__gift-section {
  padding-bottom: 23rem;
}
.list-circle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
.list-circle ol {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.8;
}
.list-circle ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.list-circle ol li:not(:last-child) {
  margin-bottom: 25px;
}
.list-circle ol li:before {
  content: counter(my-awesome-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  border: 1px solid rgba(36, 36, 36, 0.2);
  border-radius: 100%;
}
.list-circle__circle {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.list-circle__circle img {
  width: 100%;
  height: auto;
}
.list-circle__title {
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.list-circle__subtitle {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1.8;
}
.individual-group-classes {
  padding-top: 18.1rem;
  padding-bottom: 24.3rem;
}
.individual-group-classes__btn {
  display: flex;
  justify-content: center;
}
.individual-group-classes__row:not(:last-child) {
  margin-bottom: 14.5rem;
}
.individual-group-classes__wrapper-even,
.individual-group-classes__wrapper-odd {
  display: flex;
}
.individual-group-classes__wrapper-odd .individual-group-classes__text-content {
  padding-left: 4.16667vw;
}
.individual-group-classes__wrapper-odd .individual-group-classes__title {
  margin-top: 5rem;
}
.individual-group-classes__wrapper-odd .individual-group-classes__picture {
  padding-left: 6.25001vw;
}
.individual-group-classes__wrapper-odd
  .individual-group-classes__picture_circles-3
  img {
  width: 99%;
}
.individual-group-classes__wrapper-odd
  .individual-group-classes__picture_circles-2
  img {
  width: 76.03%;
}
.individual-group-classes__wrapper-odd
  .individual-group-classes__picture_circles-1
  img {
  margin-left: -4.16667vw;
  width: 66.17%;
}
.individual-group-classes__wrapper-even
  .individual-group-classes__text-content {
  padding-left: 6.25001vw;
}
.individual-group-classes__wrapper-even .individual-group-classes__title {
  margin-top: 8rem;
}
.individual-group-classes__wrapper-even .individual-group-classes__picture {
  padding-left: 4.16667vw;
  justify-content: flex-start;
}
.individual-group-classes__wrapper-even
  .individual-group-classes__picture_circles-3
  img {
  width: 93.47%;
}
.individual-group-classes__wrapper-even
  .individual-group-classes__picture_circles-2
  img {
  width: 71.8%;
}
.individual-group-classes__wrapper-even
  .individual-group-classes__picture_circles-1
  img {
  width: 62.5%;
}
.individual-group-classes__picture,
.individual-group-classes__text-content {
  width: 50%;
}
.individual-group-classes__picture {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.individual-group-classes__picture img {
  max-width: 100%;
}
.individual-group-classes__title {
  margin-bottom: 6rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
}
.individual-group-classes__description {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.individual-group-classes__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.individual-group-classes__description,
.individual-group-classes__text {
  max-width: 31.25003vw;
}
[data-namespace="teachers"] .about-team__team-col {
  margin-bottom: 14rem;
}
[data-namespace="teachers"] .about-team__team-col:first-child {
  padding-right: 8.33334vw;
}
[data-namespace="teachers"] .about-team__team-col:last-child {
  padding-left: 2.08334vw;
}
[data-namespace="teachers"] .about-team span {
  display: block;
}
[data-namespace="teachers"] .about-team__bottom-span,
[data-namespace="teachers"] .about-team__top-span {
  font-size: 1.8rem;
  line-height: 1.8;
}
[data-namespace="teachers"] .about-team__top-span {
  margin-bottom: 0.2rem;
}
[data-namespace="teachers"] .about-team__top-text {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
[data-namespace="teachers"] .about-team__top-text p:not(:last-child) {
  margin-bottom: 2rem;
}
[data-namespace="teachers"] .about-team__bottom-text {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
}
[data-namespace="teachers"] .about-team__bottom-text p:not(:last-child) {
  margin-bottom: 2rem;
}
[data-namespace="teachers"] .teachers__work-title {
  margin-bottom: 7.8rem;
}
[data-namespace="teachers"] .teachers__qualification-title {
  margin-bottom: 12.4rem;
}
[data-namespace="teachers"] .teachers__list-section {
  padding-top: 6.8rem;
}
.big-text-with-subtitle_pink .big-text-with-subtitle__big-text {
  color: #ff6f82;
}
.big-text-with-subtitle_portage .big-text-with-subtitle__big-text {
  color: #764ced;
}
.big-text-with-subtitle_bigger .big-text-with-subtitle__big-text {
  font-family: GothamPro;
  font-weight: 900;
  font-size: 15rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  letter-spacing: 0.01em;
}
.big-text-with-subtitle_text-align-center {
  text-align: center;
}
.big-text-with-subtitle__big-text {
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.big-text-with-subtitle__subtitle {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #242424;
  opacity: 0.5;
}
.teacher:hover .teacher__name {
  opacity: 1;
  transform: scaleY(1);
}
.teacher__photo {
  position: relative;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.1);
  overflow: hidden;
}
.teacher__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.teacher__name {
  position: relative;
  margin-bottom: 2.9rem;
  padding: 1.4rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 3rem 8rem rgba(55, 84, 170, 0.1);
  opacity: 0;
  transform: scaleY(0);
  transition: transform 0.2s;
}
.teacher__name:after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.85rem;
  height: 0.85rem;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slider-history {
  position: relative;
  padding: 10.7rem 0 6rem;
}
.slider-history__bg {
  position: absolute;
  z-index: -1;
  transform: translateY(-67.2%);
  top: 0;
  right: 0;
  width: 66.7%;
  height: 0;
  padding-bottom: 13%;
}
.slider-history__bg svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.slider-history__bg svg path {
  fill: #f5f0f2;
}
.slider-history__title {
  margin: 0 auto 8rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.slider-history__slide {
  padding-top: 1rem;
  padding-right: 6.7708333333vw;
  width: 65rem;
}
.slider-history__date {
  margin-left: 1.5rem;
  margin-bottom: 5rem;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
  color: #ff798a;
  transform: rotate(-30deg);
  transform-origin: left bottom;
}
.slider-history__image {
  position: relative;
  width: 100%;
  height: 249px;
  margin-bottom: 4rem;
  background-color: rgba(36, 36, 36, 0.1);
}
.slider-history__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-history__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.slider-history__swiper-fade {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13rem;
  background: linear-gradient(90deg, #f5f0f2 22.32%, rgba(245, 240, 242, 0));
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.slider-history__wrapper {
  margin-top: 8rem;
  margin-left: 26.0416666667vw;
  width: 31.25vw;
}
.slider-history__scrollbar {
  margin-bottom: 3.3rem;
}
.slider-history__description {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.8;
  opacity: 0.5;
}
.slider-lead {
  position: relative;
  overflow: hidden;
}
.slider-lead__shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.slider-lead__shadow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-lead__shadow_second {
  transition: opacity 1.5s ease-out;
  opacity: 1;
}
.preloading .slider-lead__shadow_second {
  opacity: 0;
}
.slider-lead__shadow_mobile {
  display: none;
  transition: opacity 1.5s ease-out;
  opacity: 1;
}
.preloading .slider-lead__shadow_mobile {
  opacity: 0;
}
.slider-lead__notifications {
  position: absolute;
  bottom: 4.6296296296vh;
  right: 1.5625vw;
  display: flex;
}
.slider-lead__new-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  will-change: opacity, transform;
  transform-style: preserve-3d;
  transition: opacity 2s ease-out, transform 1s linear;
  opacity: 1;
  pointer-events: none;
}
.preloading .slider-lead__new-image {
  opacity: 0;
}
.slider-lead__new-image-pic {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 85%;
  will-change: transform;
  transform-style: preserve-3d;
  pointer-events: none;
}
.preloading .slider-lead__new-image-pic {
  animation: none;
}
.slider-lead__new-image-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  will-change: transform;
}
.change-slide .slider-lead__new-image-pic img {
  animation: float-down-2 3s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
.slider-lead__images {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  will-change: opacity, transform;
  transform-style: preserve-3d;
  transition: opacity 2s ease-out, transform 1s linear;
  opacity: 1;
  pointer-events: none;
}
.preloading .slider-lead__images {
  opacity: 0;
}
.slider-lead__person {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  pointer-events: none;
}
.preloading .slider-lead__person {
  animation: none;
}
.slider-lead__person img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  will-change: transform;
}
.change-slide .slider-lead__person img {
  animation: float-up 5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
.slider-lead__mustache {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  will-change: transform;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.preloading .slider-lead__mustache {
  animation: none;
}
.mustache .slider-lead__mustache {
  opacity: 1;
}
.slider-lead__mustache svg {
  will-change: transform;
}
.change-slide .slider-lead__mustache svg {
  animation: float-up 5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
@keyframes float-down {
  0% {
    transform: translateZ(0);
  }
  25% {
    transform: translate3d(0, -0.5%, 0);
  }
  50% {
    transform: translate3d(0, 2.5%, 0);
  }
  75% {
    transform: translate3d(0, -1.5%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes float-down-2 {
  0% {
    transform: translateZ(0);
  }
  25% {
    transform: translate3d(0, -0.5%, 0);
  }
  50% {
    transform: translate3d(0, 1%, 0);
  }
  75% {
    transform: translate3d(0, -1%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes float-up {
  0% {
    transform: translateZ(0);
  }
  25% {
    transform: translate3d(0, -3.5%, 0);
  }
  50% {
    transform: translate3d(0, 2.5%, 0);
  }
  75% {
    transform: translate3d(0, -1.5%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.teachers-list {
  margin-bottom: 8rem;
}
.teachers-list__description {
  margin-bottom: 13.8rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.teachers-list__description p:not(:last-child) {
  margin-bottom: 2rem;
}
.teachers-list__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.teachers-list__list li {
  width: 20rem;
  margin-right: calc((100% - 80rem) / 3);
}
.teachers-list__list li:nth-child(4n) {
  margin-right: 0;
}
.teachers-list__list li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.notice {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  background-color: #ff6072;
  border-radius: 3rem;
  cursor: pointer;
}
.notice__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.notice__icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 15px;
}
.notice__icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.notice__count {
  position: absolute;
  top: 0.2rem;
  right: -0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 100%;
  background-color: #ffb804;
  color: #fff;
}
.news-card {
  display: block;
  width: 25.00002vw;
  color: #333;
  cursor: pointer;
}
.news-card:hover {
  color: #333;
}
.news-card:hover .news-card__picture img {
  transform: scale(1.035);
}
.news-card__picture {
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
  height: 16.14576vw;
  background-color: rgba(36, 36, 36, 0.1);
  overflow: hidden;
}
.news-card__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.25s ease-in-out;
}
.news-card__date {
  display: block;
  margin-bottom: 2rem;
  font-family: GothamPro;
  font-size: 1.6rem;
  line-height: 1.8;
  opacity: 0.5;
}
.news-card__title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 8.33334vw;
  margin-bottom: 14rem;
  width: 83.3334vw;
}
.news-list__card:not(:nth-last-child(-n + 4)) {
  margin-bottom: 10rem;
}
.news-list__card:not(:nth-child(3n)) {
  margin-right: 4.16667vw;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination__btn-arrow {
  position: static;
  width: 6rem;
  height: 6rem;
  transform: translateY(0);
}
.pagination__btn-arrow_prev,
.pagination__page {
  margin-right: 1.8rem;
}
.pagination__page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.7rem;
  height: 6.1rem;
  font-size: 1.8rem;
  line-height: 1.6;
  border-radius: 5rem;
  border: 2px solid rgba(36, 36, 36, 0.2);
  background-color: transparent;
}
[data-namespace="news-article"] .news-article__content {
  margin-top: 4rem;
}
[data-namespace="news-article"] .news-article__content p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
[data-namespace="news-article"] .news-article__content p:first-child {
  font-size: 2.4rem;
  line-height: 1.6;
}
[data-namespace="news-article"] .news-article__content p:last-child {
  margin-bottom: 8rem;
}
[data-namespace="news-article"] .news-article__hr {
  margin: 8rem 0 5.3rem;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(36, 36, 36, 0.2);
  border: none;
}
.news-slider {
  position: relative;
}
.news-slider .btn-arrow_prev {
  left: -20.83335vw;
}
.news-slider .btn-arrow_next {
  right: -20.83335vw;
}
.news-slider__figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  height: 100%;
}
.news-slider__image-wrapper {
  margin-bottom: 3.65rem;
  min-height: 80%;
  background-color: rgba(36, 36, 36, 0.1);
}
.news-slider__image {
  width: 100%;
  height: auto;
}
.news-slider__caption {
  margin-left: 8.33334vw;
  font-size: 1.8rem;
  line-height: 1.8;
}
.news-slider__pagination {
  bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}
.news-slider .swiper-slide {
  height: auto;
}
[data-namespace="price"] .price__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50vw;
  margin-left: 25vw;
}
[data-namespace="price"] .price__slider-section:before {
  height: 68%;
}
.h1-title {
  margin-bottom: 10rem;
}
.h1-title__subtitle {
  font-size: 3rem;
}
.h1-title__title {
  margin-top: 30rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.h1-title__description {
  margin-top: 6rem;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.h1-title__btn {
  max-width: 340px !important;
  display: block;
  margin: 6rem auto 0;
}
[data-namespace="contacts"] .contacts__cooperation-description {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
[data-namespace="contacts"] .contacts__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15.4rem;
  margin-left: 8.33334vw;
  padding-bottom: 9rem;
  width: auto;
}
[data-namespace="contacts"] .contacts__care-wrapper {
  display: flex;
  flex-direction: column;
}
[data-namespace="contacts"] .contacts__care-title {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
[data-namespace="contacts"] .contacts__care-description {
  margin-top: 4.1rem;
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
[data-namespace="contacts"] .contacts__care-email {
  margin: 0.7rem auto 8.2rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  color: #242424;
  text-align: center;
}
[data-namespace="contacts"] .contacts__care-email:active,
[data-namespace="contacts"] .contacts__care-email:focus,
[data-namespace="contacts"] .contacts__care-email:hover {
  outline: none;
  color: #242424;
}
.lead-contacts {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.lead-contacts__row {
  min-height: inherit;
}
.lead-contacts__outer-wrapper {
  margin-bottom: 10rem;
}
.lead-contacts__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
}
.lead-contacts__call {
  margin-top: 1.5rem;
}
.lead-contacts__schedule {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.8;
}
.lead-contacts__schedule p {
  margin: 0 0 1rem;
}
.lead-contacts__schedule p:last-child {
  margin: 0;
}
.lead-contacts__title {
  margin-bottom: 8rem;
}
.lead-contacts__title .h1-title__title {
  margin-top: 27.2rem;
}
.lead-contacts__call-receiver {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.lead-contacts__phone {
  display: block;
  margin-bottom: 4rem;
  font-family: GothamPro;
  font-size: 7.7vw;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}
.lead-contacts__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3.5rem;
}
.lead-contacts__description {
  width: 31.25003vw;
  font-size: 2.4rem;
  line-height: 1.6;
}
.lead-contacts__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 2rem;
}
.lead-contacts__email {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}
.lead-contacts__messengers {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lead-contacts__messenger {
  margin-left: 3rem;
  width: 25px;
  height: 25px;
}
.lead-contacts__messenger_desktop,
.lead-contacts__messenger_mobile {
  display: none;
}
.lead-contacts__messenger svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.lead-contacts__email:active,
.lead-contacts__email:focus,
.lead-contacts__email:hover,
.lead-contacts__messenger a:active,
.lead-contacts__messenger a:focus,
.lead-contacts__messenger a:hover,
.lead-contacts__phone:active,
.lead-contacts__phone:focus,
.lead-contacts__phone:hover {
  outline: none;
  color: #fff;
}
.contacts-card {
  margin-bottom: 5rem;
  padding: 5rem;
  width: 25.00002vw;
  min-height: 56rem;
  color: #242424;
  background-color: #fff;
  border-radius: 20px;
}
.contacts-card:not(:nth-child(3n)) {
  margin-right: 4.16667vw;
}
.contacts-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.contacts-card__top {
  flex: 0 1 100%;
  display: flex;
  margin: 0;
  flex-direction: column;
  padding-bottom: 60px;
}
.contacts-card__title {
  flex: 0 1 100%;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
}
.contacts-card__description {
  flex: 0 1 100%;
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.contacts-card__email,
.contacts-card__phone {
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  color: #242424;
}
.contacts-card__email:active,
.contacts-card__email:focus,
.contacts-card__email:hover,
.contacts-card__phone:active,
.contacts-card__phone:focus,
.contacts-card__phone:hover {
  outline: none;
  color: #242424;
}
.contacts-card__email {
  margin-bottom: 1rem;
}
[data-namespace="learning-process"] .learning-process__text-banner {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.educational-methodology:first-of-type {
  margin-top: 6rem;
}
.educational-methodology__title {
  margin: 0;
}
.educational-methodology__text {
  margin: 6rem 0 0;
}
.educational-methodology__text p {
  margin: 0 0 3rem;
}
.educational-methodology__text p:last-child {
  margin: 0;
}
.educational-methodology__small-text {
  margin: 3rem 0 0;
}
.educational-methodology__small-text p:not(:last-child) {
  margin: 0 0 3rem;
}
.educational-methodology__features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.educational-methodology__feature {
  margin: 0 0 3rem;
  width: 16.41668vw;
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgba(43, 42, 53, 0.5);
}
.educational-methodology__feature:nth-child(odd) {
  margin-right: 3.33334vw;
}
.content-picture {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  min-height: 75rem;
}
.content-picture_vacancies {
  min-height: 69.6rem;
  margin-bottom: 10.1rem;
}
.content-picture_vacancies .content-picture__wrapper {
  padding: 11rem 16.66668vw 3rem 0;
}
.content-picture_vacancies .content-picture__content {
  width: 31.25003vw;
}
.content-picture_vacancies .content-picture__h2-title {
  margin: 0 0 6rem;
}
.content-picture_vacancies .content-picture__small-text {
  margin: 0 0 5rem;
}
.content-picture_row-reverse {
  flex-direction: row-reverse;
}
.content-picture__wrapper {
  padding: 3rem 8.33334vw;
}
.content-picture__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.content-picture__image .picture {
  width: 100%;
  height: 100%;
}
.content-picture__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.content-picture__content {
  position: relative;
  z-index: 2;
  width: 39.58337vw;
}
.content-picture__h2-title {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.content-picture__h3-title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.content-picture__text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.content-picture__small-text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.learning-process-specifics {
  padding-bottom: 9.5rem;
}
.learning-process-specifics__main-title {
  margin-bottom: 13rem;
}
.learning-process-specifics__item {
  display: flex;
}
.learning-process-specifics__item:not(:last-child) {
  margin-bottom: 4rem;
}
.learning-process-specifics__item_reverse
  .learning-process-specifics__text-container {
  order: 2;
  margin-left: 2.08334vw;
  margin-right: 0;
}
.learning-process-specifics__item_reverse .learning-process-specifics__picture {
  margin-left: 5.72917vw;
}
.learning-process-specifics__text-container {
  display: flex;
  align-items: center;
  margin-left: 8.33334vw;
  margin-right: 8.33334vw;
  width: 35.41669vw;
}
.learning-process-specifics__picture {
  display: flex;
  align-items: center;
  width: 44.27087vw;
}
.learning-process-specifics__picture img {
  width: 100%;
  height: auto;
}
.learning-process-specifics__title {
  margin: 0;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.learning-process-specifics__text {
  margin: 4rem 0 0;
  font-size: 2.4rem;
  line-height: 1.6;
}
.learning-process-specifics__text p {
  margin-bottom: 2rem;
}
.learning-process-specifics__text p:last-child {
  margin-bottom: 0;
}
.learning-process-specifics__btn {
  margin-top: 4.3rem;
}
[data-namespace="blog-article"] {
  overflow-x: hidden;
}
.share {
  display: flex;
  align-items: center;
}
.share__save {
  margin-right: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #2b2a35;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.share__save:focus,
.share__save:hover {
  color: #2b2a35;
  opacity: 0.7;
}
.share__save:active {
  color: #2b2a35;
  opacity: 0.9;
}
.article {
  position: relative;
  padding-top: 30rem;
  margin-bottom: 14rem;
}
.article__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.4rem;
}
.article__blog-section,
.article__date {
  display: block;
  margin-bottom: 0;
  font-family: GothamPro;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #242424;
}
.article__title {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4rem;
}
.table-of-contents {
  margin-bottom: 6rem;
}
.table-of-contents__title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.table-of-contents__list {
  margin: 0;
  padding: 0;
  -moz-columns: 2;
  column-count: 2;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
  list-style-type: none;
  counter-reset: li;
}
.table-of-contents__item {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2b2a35;
  counter-increment: step-counter;
  text-decoration: underline;
}
.table-of-contents__item:not(:last-child) {
  margin-bottom: 0.7rem;
}
.table-of-contents__item:before {
  content: counter(step-counter, decimal-leading-zero) ". ";
}
.table-of-contents__item a {
  color: #2b2a35;
}
.table-of-contents__content-section-wrapper {
  margin-bottom: 6rem;
}
.post-stats {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: calc(2px + 4rem);
}
.post-stats:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgba(36, 36, 36, 0.2);
}
.post-stats__like,
.post-stats__viewed {
  display: flex;
  align-items: center;
}
.post-stats__like-icon {
  position: relative;
  margin-right: 26px;
  font-size: 0;
}
.post-stats__like-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 96, 114, 0.1);
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.4s;
}
.post-stats__like {
  margin-left: 1.5rem;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
.post-stats__like svg {
  width: 18px;
  height: 14px;
  fill: rgba(43, 42, 53, 0.5);
  transition: fill 0.3s;
}
.post-stats__like:focus,
.post-stats__like:hover {
  outline: none;
}
.post-stats__like:focus svg,
.post-stats__like:hover svg {
  fill: rgba(43, 42, 53, 0.7);
}
.post-stats__like:focus .post-stats__count_like,
.post-stats__like:hover .post-stats__count_like {
  color: rgba(43, 42, 53, 0.7);
}
.post-stats__like.liked .post-stats__like-icon:before {
  transform: translateY(-50%) scale(1);
  animation: like-circle 0.4s cubic-bezier(0.26, 0.46, 0, 1.18);
}
.post-stats__like.liked svg {
  fill: #ff6072;
  animation: pulse 0.4s;
}
.post-stats__like.liked .post-stats__count_like {
  color: #2b2a35;
}
.post-stats__viewed svg {
  margin-right: 10px;
  width: 23px;
  height: 14px;
  fill: rgba(60, 195, 225, 0.5);
}
.post-stats__author {
  text-align: center;
}
.post-stats__count {
  font-family: GothamPro;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(36, 36, 36, 0.5);
  transition: color 0.3s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  to {
    transform: scale(1);
  }
}
.post-stats_review {
  padding-top: 0;
}
.post-stats_review:before {
  display: none;
}
@keyframes like-circle {
  0% {
    transform: translateY(-50%) scale(0);
  }
  50% {
    transform: translateY(-50%) scale(1.2);
  }
  to {
    transform: translateY(-50%) scale(1);
  }
}
.comments__title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  transition: margin-bottom 0.2s;
}
.comments__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 7.8rem;
}
.comments__comment {
  margin-bottom: 4rem;
  animation: appearFromOpacity 0.8s forwards;
}
.comments__comment-header {
  display: flex;
  margin-bottom: 3.7rem;
}
.comments__user {
  margin-right: 3rem;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
}
.comments__text,
.comments__time {
  font-size: 1.8rem;
  line-height: 1.8;
}
.comments__text p {
  margin: 0 0 2rem;
}
.comments__text p:last-child {
  margin: 0;
}
.comments__hline {
  margin-bottom: 4rem;
  height: 2px;
  width: 100%;
  background-color: rgba(36, 36, 36, 0.2);
}
.endless-btn_is-hidden + .comments__hline {
  display: none;
}
.comments__endless-btn {
  margin: 0;
}
.comments_hide-btn .comments__endless-btn,
.comments_hide-btn .comments__hline {
  display: none;
}
[data-namespace="blog"] {
  overflow-x: hidden;
}
.submenu {
  display: flex;
  position: relative;
  margin-top: -3rem;
  margin-left: 20.83335vw;
  width: 58.3333333333vw;
  overflow: hidden;
}
.submenu__list {
  transition-timing-function: ease-in-out;
}
.submenu__item {
  width: auto;
  padding-right: 50px;
}
.submenu__item:last-child {
  padding-right: 0;
}
.submenu__item a {
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(36, 36, 36, 0.5);
  transition: color 0.3s ease-out;
}
.submenu__item a:active,
.submenu__item a:focus,
.submenu__item a:hover {
  outline: none;
  color: #242424;
  text-decoration: none;
}
.submenu__item.active a {
  color: #242424;
}
.blog-previews {
  margin-left: 8.33334vw;
  margin-bottom: 7rem;
  width: 83.3333333333vw;
}
.blog-previews:nth-of-type(4n + 1) .blog-previews__item:first-child {
  flex: 0 1 40%;
}
.blog-previews:nth-of-type(4n + 1) .blog-previews__item:last-child,
.blog-previews:nth-of-type(4n + 1) .blog-previews__item:nth-child(2) {
  flex: 0 1 25%;
}
.blog-previews:nth-of-type(4n + 1)
  .blog-previews__item:last-child
  .blog-previews__item-image {
  border-radius: 50%;
}
.blog-previews:nth-of-type(4n + 2) .blog-previews__item:first-child {
  flex: 0 1 40%;
}
.blog-previews:nth-of-type(4n + 2) .blog-previews__item:last-child,
.blog-previews:nth-of-type(4n + 2) .blog-previews__item:nth-child(2) {
  flex: 0 1 25%;
}
.blog-previews:nth-of-type(4n + 2)
  .blog-previews__item:nth-child(2)
  .blog-previews__item-image {
  border-radius: 50%;
}
.blog-previews:nth-of-type(3n + 4) .blog-previews__item:first-child,
.blog-previews:nth-of-type(3n + 4) .blog-previews__item:last-child {
  flex: 0 1 25%;
}
.blog-previews:nth-of-type(3n + 4)
  .blog-previews__item:first-child
  .blog-previews__item-image {
  border-radius: 50%;
}
.blog-previews:nth-of-type(3n + 4) .blog-previews__item:nth-child(2) {
  flex: 0 1 40%;
}
.blog-previews:nth-of-type(4n + 8) .blog-previews__item:first-child,
.blog-previews:nth-of-type(4n + 8) .blog-previews__item:nth-child(2) {
  flex: 0 1 25%;
}
.blog-previews:nth-of-type(4n + 8)
  .blog-previews__item:nth-child(2)
  .blog-previews__item-image {
  border-radius: 50%;
}
.blog-previews:nth-of-type(4n + 8) .blog-previews__item:last-child {
  flex: 0 1 40%;
}
.blog-previews__head {
  padding-bottom: 5.5rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid #242424;
}
.blog-previews__title a {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  color: #242424;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.blog-previews__title a:active,
.blog-previews__title a:focus,
.blog-previews__title a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #242424;
}
.blog-previews__title a:after {
  height: 2px;
}
.blog-previews__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-previews__item-link {
  display: inline-block;
}
.blog-previews__item-link:hover .blog-previews__item-image > img {
  transform: scale(1.05);
}
.blog-previews__item-date {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #242424;
}
.blog-previews__item-image {
  position: relative;
  width: 100%;
  height: 20.8333333333vw;
  margin-bottom: 3rem;
  overflow: hidden;
}
.blog-previews__item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-previews__item-title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
  color: #242424;
  word-break: break-word;
}
.blog-popular {
  position: relative;
  margin-left: 8.33334vw;
  width: 83.3333333333vw;
}
.blog-popular__slide {
  height: auto;
}
.blog-popular__slide-wrapper {
  display: flex;
  height: 100%;
  background-color: #fbf8f9;
}
.blog-popular__slide-wrapper:hover .blog-popular__slide-image > img {
  transform: scale(1.05);
}
.blog-popular__slide-content {
  display: flex;
  flex-flow: column wrap;
  margin-left: 4.16667vw;
  padding-top: 7rem;
  padding-bottom: 6rem;
}
.blog-popular__slide-image {
  position: relative;
  min-width: 39.5833333333vw;
  width: 39.5833333333vw;
  height: 25vw;
  overflow: hidden;
}
.blog-popular__slide-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-popular__slide-article {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #242424;
}
.blog-popular__slide-title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  color: #242424;
}
.blog-popular .btn-arrow {
  width: 4.16667vw;
  height: 4.16667vw;
}
.blog-popular .btn-arrow_prev {
  left: -8.33334vw;
  transform: translate(50%, -50%);
}
.blog-popular .btn-arrow_next {
  right: -8.33334vw;
  transform: translate(-50%, -50%);
}
.blog-statistics {
  display: flex;
  margin-top: auto;
}
.blog-statistics__item {
  display: flex;
  align-items: center;
  margin-right: 34px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.blog-statistics__item:last-child {
  margin-right: 0;
}
.blog-statistics__item:last-child .blog-statistics__item-icon {
  width: 21px;
}
.blog-statistics__item-icon {
  width: 18px;
  height: 30px;
  margin-right: 10px;
}
.blog-statistics__item-icon svg {
  width: 100%;
  height: 100%;
  fill: #2b2a35;
}
.blog-statistics__item-count {
  font-size: 1.6rem;
  line-height: 3.5rem;
  line-height: 1;
  color: #242424;
}
.blog-new {
  margin-left: 8.33334vw;
  margin-bottom: 7rem;
  width: 83.3333333333vw;
}
.blog-new__head {
  margin-bottom: 5.5rem;
}
.blog-new__title,
.blog-new__title a {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  color: #242424;
}
.blog-new__title a {
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.blog-new__title a:active,
.blog-new__title a:focus,
.blog-new__title a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #242424;
}
.blog-new__title a:after {
  height: 2px;
}
.blog-new__content {
  display: flex;
  flex-wrap: wrap;
}
.blog-new__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-new__list_main {
  width: 40%;
}
.blog-new__list_main .blog-new__item {
  margin-bottom: 8rem;
}
.blog-new__list_main .blog-new__item-image {
  height: 18.2291666667vw;
  background-size: 100%;
  position: relative;
}
.blog-new__list_main .blog-new__item-image:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  background-image: linear-gradient(1turn, #ff798a, rgba(255, 121, 138, 0));
  transition: opacity 0.3s ease-out;
}
.blog-new__list_main .blog-new__item-image img {
  position: relative;
  z-index: -1;
}
.blog-new__list_main .blog-new__item-link {
  padding-bottom: 4rem;
}
.blog-new__list_masonry {
  width: 60%;
}
.blog-new__list_masonry .blog-new__item {
  width: 50%;
}
.blog-new__list_masonry .blog-new__item-link {
  margin-left: 4.16667vw;
  padding-bottom: 2rem;
  margin-bottom: 8rem;
}
.blog-new__item:hover .blog-new__item-link {
  border-bottom-color: #242424;
}
.blog-new__list_main .blog-new__item:hover .blog-new__item-image:before {
  opacity: 0.89;
}
.blog-new__item:hover .blog-new__item-image > img {
  transform: scale(1.05);
}
.blog-new__item:hover .blog-new__item-image .blog-statistics {
  opacity: 1;
}
.blog-new__item:hover .blog-statistics__item {
  opacity: 1;
}
.blog-new__item-link {
  display: inline-block;
  border-bottom: 2px solid rgba(36, 36, 36, 0.2);
  transition: border-bottom-color, 0.3s ease-out;
}
.blog-new__item-date {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #242424;
}
.blog-new__item-image {
  position: relative;
  display: none;
  width: 100%;
  height: 16.14585vw;
  margin-bottom: 3rem;
  overflow: hidden;
}
.blog-new__item_image-show .blog-new__item-image {
  display: block;
}
.blog-new__item_image-big .blog-new__item-image {
  height: 26.0416666667vw;
}
.blog-new__item_image-round .blog-new__item-image {
  height: 20.8333333333vw;
  border-radius: 50%;
}
.blog-new__item-image .blog-statistics {
  position: absolute;
  bottom: 2.60417vw;
  left: 2.60417vw;
  margin: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.blog-new__item-image .blog-statistics svg {
  fill: #fff;
}
.blog-new__item-image .blog-statistics__item {
  opacity: 1;
}
.blog-new__item-image .blog-statistics__item-count {
  color: #fff;
}
.blog-new__item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-new__item-title {
  margin-bottom: 1.5rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  color: #242424;
  word-break: break-word;
}
.blog-new__item-text {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #242424;
}
.blog-new__item .blog-statistics {
  margin-top: 2.5rem;
  margin-left: 1rem;
}
.blog-new__item .lessons-gift-banner {
  margin-left: 4.16667vw;
  margin-bottom: 8rem;
}
.blog-new__item .lessons-gift-banner .col-sm-20 {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-new__item .lessons-gift-banner .offset-sm-2 {
  margin-left: 0;
}
.blog-new__item .lessons-gift-banner__banner {
  padding: 20.83335vw 2.08333vw 3vw;
}
.blog-new__item .lessons-gift-banner__content {
  width: auto;
}
.blog-new__item .lessons-gift-banner__title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.blog-new__item .lessons-gift-banner-2 {
  margin-left: 4.16667vw;
  margin-bottom: 8rem;
}
.blog-new__item .lessons-gift-banner-2 .col-sm-20 {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-new__item .lessons-gift-banner-2 .offset-sm-2 {
  margin-left: 0;
}
.blog-new__item .lessons-gift-banner-2__banner {
  padding: 5.83333vw 3.08333vw 22vw;
}
.blog-new__item .lessons-gift-banner-2__content {
  width: auto;
}
.blog-new__item .lessons-gift-banner-2__title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.blog-new .subscription {
  margin: 6rem 0 13rem;
}
.blog-new .subscription__wrapper {
  margin-left: 0;
}
.sandwich-menu-btn {
  display: inline-flex;
  vertical-align: middle;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: currentColor;
}
.sandwich-menu-btn:active,
.sandwich-menu-btn:focus,
.sandwich-menu-btn:hover {
  outline: none;
}
.sandwich-menu-btn__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.6rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
}
.sandwich-menu-btn__burger {
  position: relative;
  width: 30px;
  flex: 0 0 30px;
  height: 22px;
}
.sandwich-menu-btn__line {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.sandwich-menu-btn__line_top {
  top: 0;
  transition: transform 0.4s cubic-bezier(0.5, 0.2, 0.2, 1);
}
.sandwich-menu-btn__line_middle {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s cubic-bezier(0.1, 0.8, 0.1, 1);
}
.sandwich-menu-btn__line_bottom {
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0.5, 0.2, 0.2, 1);
}
.sandwich-open .sandwich-menu-btn .sandwich-menu-btn__line {
  transform-origin: 50%;
}
.sandwich-open .sandwich-menu-btn .sandwich-menu-btn__line_top {
  transform: translateY(10px) rotate(45deg);
}
.sandwich-open .sandwich-menu-btn .sandwich-menu-btn__line_middle {
  opacity: 0;
}
.sandwich-open .sandwich-menu-btn .sandwich-menu-btn__line_bottom {
  transform: translateY(-10px) rotate(-45deg);
}
@keyframes rotateRight {
  0% {
    transform: translateY(0) rotate(0);
  }
  to {
    transform: translateY(6px) rotate(45deg);
  }
}
@keyframes rotateLeft {
  0% {
    transform: translateY(0) rotate(0);
  }
  to {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.chat {
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
}
.chat__text {
  margin-right: -15px;
  padding: 3px 17px;
  min-width: 130px;
  background-color: #fff;
  text-align: center;
  border-radius: 2rem;
  font-size: 1.4rem;
  line-height: 2.5;
}
.fixed-content {
  position: fixed;
  bottom: 152px;
  right: 20px;
  z-index: 9;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
}
.fixed-content__item:not(:first-child) {
  margin-top: 32px;
}
.fixed-content_fullscreen {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(43, 42, 53, 0.9);
}
.fixed-content_fullscreen > :not(.subscription-form-side) {
  opacity: 0;
  visibility: hidden;
}
.subscription-form-side {
  position: relative;
  padding: 3rem;
  width: 31rem;
  height: 45rem;
  color: #fff;
  background-color: #ff6072;
  border-radius: 1.6rem;
  box-shadow: 3rem 3rem 8rem rgba(55, 84, 170, 0.1);
  transition: height 0.3s, width 0.3s, border-radius 0.1s ease-out;
  overflow: hidden;
  visibility: visible;
  pointer-events: auto;
  cursor: pointer;
}
.subscription-form-side__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.subscription-form-side__wrapper
  > :not(.subscription-form-side__bg):not(.notification) {
  opacity: 1;
  transition: opacity 0.1s 0.2s;
}
.subscription-form-side.collapsed {
  padding: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 3rem 8rem rgba(55, 84, 170, 0.1);
  transition: height 0.3s, width 0.3s, border-radius 0.1s ease-out 0.2s;
}
.subscription-form-side.collapsed
  .subscription-form-side__wrapper
  > :not(.subscription-form-side__bg):not(.notification) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s;
}
.subscription-form-side.collapsed .subscription-form-side__bg {
  top: 0;
  right: -15px;
  transform: scale(0.65);
  transition: transform 0.1s ease-out 0.2s;
}
.subscription-form-side__close {
  position: absolute;
  top: 3.6rem;
  right: 1.5rem;
  width: 5%;
  height: 5%;
  z-index: 2;
  cursor: pointer;
}
.subscription-form-side__close:after,
.subscription-form-side__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #fff;
}
.subscription-form-side__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.subscription-form-side__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.subscription-form-side__bg {
  position: absolute;
  top: 81px;
  right: 0;
  transition: none;
  width: 110px;
  height: auto;
}
.subscription-form-side__bg img {
  width: 100%;
  min-height: 100%;
}
.subscription-form-side__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.subscription-form-side__input {
  margin-bottom: 1.5rem;
  width: 100%;
}
.subscription-form-side__input:last-child {
  margin-bottom: 3rem;
}
.subscription-form-side__input input {
  padding-top: 1.9rem;
  border-radius: 1.5rem;
}
.subscription-form-side__title {
  margin-bottom: 3rem;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
}
.subscription-form-side__submit {
  margin-bottom: 1.2rem;
  margin-top: auto;
  width: 100%;
}
.subscription-form-side__privacy {
  color: #fff;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.3s ease-out;
  font-size: 1.4rem;
  line-height: 1.8;
}
.subscription-form-side__privacy:active,
.subscription-form-side__privacy:focus,
.subscription-form-side__privacy:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #fff;
}
.subscription-form-side__privacy:active,
.subscription-form-side__privacy:focus,
.subscription-form-side__privacy:hover {
  color: #fff;
}
.subscription-form-side__errors.error-block {
  margin: 0 0 100%;
}
@keyframes disappear-appear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blog-recommendations {
  margin-left: 8.33334vw;
  width: 83.3334vw;
}
.blog-recommendations__wrapper {
  display: flex;
  flex-flow: wrap;
}
.blog-recommendations__post {
  display: block;
  color: #242424;
  width: 17.70835vw;
  cursor: pointer;
}
.blog-recommendations__post:active,
.blog-recommendations__post:focus,
.blog-recommendations__post:hover {
  outline: none;
  color: #242424;
}
.blog-recommendations__post:not(:nth-child(4n)) {
  margin-right: 4.16667vw;
}
.blog-recommendations__post:hover .blog-recommendations__img img {
  transform: scale(1.05);
}
.blog-recommendations__section-title {
  margin: 0 auto 6rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  text-align: center;
}
.blog-recommendations__title {
  margin: 0;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
}
.blog-recommendations__img {
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
  height: 16.14vw;
  background-color: rgba(36, 36, 36, 0.1);
  overflow: hidden;
}
.blog-recommendations__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-recommendations__stats {
  margin-top: 2rem;
}
[data-namespace="blog-section"] .blog-section__empty-text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.popup-info {
  background-color: #fff;
  box-shadow: 3rem 3rem 8rem rgba(55, 84, 170, 0.1);
}
.popup-info .popup-base {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  opacity: 1;
}
.popup-info .popup-base__container {
  margin-left: 0;
  margin-bottom: auto;
}
.popup-info__wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  padding: 8rem 0 8.6rem;
}
.popup-info__title-top {
  position: relative;
  z-index: 2;
  font-family: Gilroy;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 4rem;
  margin-left: 4.16667vw;
  margin-right: 4.16667vw;
}
.popup-info__subtitle-phone-link {
  font-size: 20px;
  font-weight: 700;
  margin-right: 1rem;
}
.popup-info__subtitle-mail-link {
  font-size: 18px;
  font-weight: 500;
  margin-left: 1rem;
}
.popup-info__pic {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
  height: 160px;
}
.popup-info__pic > img {
  width: 100%;
  height: 100%;
}
.popup-info__text {
  position: relative;
  z-index: 2;
  font-family: Gilroy;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 5rem;
  margin-right: 4.16667vw;
}
.popup-info__text > span {
  font-weight: 700;
}
.popup-info__text > span:first-child {
  display: block;
  margin-bottom: 3.5rem;
  background-color: transparent;
}
.popup-info__btn {
  margin-left: 4.16667vw;
  margin-right: 4.16667vw;
}
.popup-info__list-wrap {
  font-family: Gilroy;
  margin-left: 4.16667vw;
}
.popup-info__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(10, 52px);
  grid-column-gap: 52px;
}
.popup-info__item {
  margin-bottom: 1.6rem;
}
.popup-info__link {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #2c2c2c;
  border-bottom: 1px solid transparent;
  transition: 0.4s;
}
.popup-info__link:active,
.popup-info__link:focus,
.popup-info__link:hover {
  outline: none;
  color: #242424;
  border-color: #242424;
}
.popup-info__btn-wrapper {
  margin-top: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-info__btn-reschedule {
  transition: box-shadow 0.3s;
}
.popup-info__btn-reschedule:focus,
.popup-info__btn-reschedule:hover {
  box-shadow: 0 4px 6px rgba(55, 84, 170, 0.1),
    0 -4px 4px hsla(0, 0%, 100%, 0.25);
}
.article-blog__description {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.article-blog__description p {
  margin-bottom: 2rem;
}
.article-blog__description p:last-child {
  margin-bottom: 0;
}
.article-blog__section:not(:last-child) {
  margin-bottom: 6.5rem;
}
.article-blog__banner {
  position: relative;
  background-color: #faf8f8;
  border-radius: 20px;
  overflow: hidden;
  padding: 70px 0 76px 70px;
}
.article-blog__banner-btn {
  position: relative;
  z-index: 2;
}
.article-blog__banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.article-blog__banner-bg picture {
  width: 100%;
  height: 100%;
}
.article-blog__banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-blog__banner-wrap {
  position: relative;
  z-index: 2;
  width: 65%;
}
.article-blog__banner-title {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: left;
}
.article-blog__banner-title > span {
  color: #ea5167;
}
.article-blog__banner-text {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 5rem;
}
.article-blog__formbody {
  position: relative;
  background-color: #122c94;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0;
  padding: 60px 60px 40px;
}
.article-blog__formbody-bottom-info {
  position: relative;
  margin-top: 24px;
  color: #fff;
  margin-bottom: 24px;
}
.article-blog__formbody-bottom-info > p {
  font-size: 14px;
  border-bottom: 1px solid transparent;
}
.article-blog__formbody-bottom-info > p > a {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.article-blog__formbody-bottom-info > p > a:hover {
  opacity: 0.9;
}
.article-blog__formbody-btn {
  position: relative;
  z-index: 2;
}
.article-blog__formbody-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.article-blog__formbody-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-blog__formbody-wrap {
  position: relative;
  z-index: 2;
}
.article-blog__formbody-inputs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.article-blog__formbody-item:nth-child(2n) {
  margin-left: 18px;
  width: calc(50% - 18px);
}
.article-blog__formbody-item:nth-child(odd) {
  margin-right: 18px;
  width: calc(50% - 18px);
}
.article-blog__formbody-item:first-child,
.article-blog__formbody-item:nth-child(2) {
  margin-bottom: 24px;
}
.article-blog__formbody-item:nth-child(3),
.article-blog__formbody-item:nth-child(4) {
  margin-bottom: 0;
}
.article-blog__formbody-title {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 800;
  margin-bottom: 3rem;
  text-align: left;
  color: #fff;
}
.article-blog__formbody-title > span {
  color: #ffb804;
}
.article-blog__formbody-text {
  width: 95%;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 3rem;
}
.article-blog__h3-title {
  margin: 0 0 2rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
}
.article-blog__text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #2b2a35;
}
.article-blog__text h4 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0 0 3rem;
}
.article-blog__text p {
  margin: 0 0 3rem;
}
.article-blog__text p:last-child {
  margin-bottom: 0;
}
.article-blog__text em {
  position: relative;
  display: block;
  margin: 6rem 0 6rem 2.5rem;
  padding: 1.4rem 0 1.4rem calc(4rem + 5px);
  font-size: 2.4rem;
  line-height: 1.6;
  font-style: normal;
}
.article-blog__text em:first-child {
  margin-top: 0;
  margin-bottom: 6rem;
}
.article-blog__text em:last-child {
  margin-bottom: 0;
}
.article-blog__text em:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #764ced;
}
.article-blog__text a {
  color: #764ced;
  border-bottom: 1px solid;
}
.article-blog__text a:focus,
.article-blog__text a:hover {
  color: rgba(118, 76, 237, 0.8);
}
.article-blog__text a:active {
  color: rgba(118, 76, 237, 0.6);
}
.article-blog__text ol,
.article-blog__text ul {
  margin: 4rem 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  list-style-position: inside;
}
.article-blog__text ol:last-child,
.article-blog__text ul:last-child {
  margin-bottom: 0;
}
.article-blog__text ol {
  list-style-type: decimal-leading-zero;
}
.article-blog__text ol li:not(:last-child) {
  margin-bottom: 3rem;
}
.article-blog__figure {
  margin-bottom: 0;
}
.article-blog__figure:not(:first-child) {
  margin-top: 6rem;
}
.article-blog__figure:not(:last-child) {
  margin-bottom: 6rem;
}
.article-blog__figure_video:not(:first-child) {
  margin-top: 7.2rem;
}
.article-blog__figure_video:not(:last-child) {
  margin-bottom: 7.2rem;
}
.article-blog__img-wrapper {
  position: relative;
  height: 29.167vw;
  background-color: rgba(36, 36, 36, 0.1);
}
.article-blog__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-blog__figure-caption {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #2b2a35;
}
.article-blog__figure-caption a {
  color: #2b2a35;
  border-bottom: none;
}
.article-blog__figure-caption a:focus,
.article-blog__figure-caption a:hover {
  color: rgba(43, 42, 53, 0.8);
}
.article-blog__figure-caption a:active {
  color: rgba(43, 42, 53, 0.6);
}
.article-blog__comments {
  margin-top: 11rem;
}
.article-blog__subscription {
  margin-bottom: 14rem;
}
.popup-vacancy-questionnaire {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 42, 53, 0.9);
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s, opacity 0.3s ease-out;
  overflow-y: scroll;
}
.popup-vacancy-questionnaire:not(.popup-vacancy-questionnaire_show) {
  opacity: 0;
  visibility: hidden;
}
.popup-vacancy-questionnaire__logo {
  margin-bottom: 3rem;
  width: 22.95rem;
  height: 9.15rem;
}
.popup-vacancy-questionnaire__logo svg {
  width: 100%;
  height: 100%;
  fill: #ea5167;
}
.popup-vacancy-questionnaire__close {
  position: absolute;
  top: 9rem;
  right: 4rem;
  z-index: 2;
  width: 12rem;
  height: 12rem;
  cursor: pointer;
}
.popup-vacancy-questionnaire__close:after,
.popup-vacancy-questionnaire__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #242424;
}
.popup-vacancy-questionnaire__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-vacancy-questionnaire__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-vacancy-questionnaire__container {
  position: relative;
  top: 17%;
  margin-bottom: 13vh;
  padding: 11.4rem 8.3333333333vw 13.8rem;
  width: 83.3333333333vw;
  margin-left: 8.3333333333vw;
  background-color: #f7f6fb;
  border-radius: 20px;
  transition: top 0.3s ease-out;
}
.popup-vacancy-questionnaire_show .popup-vacancy-questionnaire__container {
  top: 13%;
}
.popup-vacancy-questionnaire__title {
  margin: 0 0 4rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.popup-vacancy-questionnaire__section {
  border-bottom: 2px solid rgba(36, 36, 36, 0.2);
}
.popup-vacancy-questionnaire__section_collapsible
  .popup-vacancy-questionnaire__section-title {
  margin-bottom: 2rem;
}
.popup-vacancy-questionnaire__section:first-child {
  padding-bottom: 11rem;
}
.popup-vacancy-questionnaire__section:nth-last-child(2) {
  margin-top: 10rem;
  border-bottom: none;
}
.popup-vacancy-questionnaire__section-header {
  display: flex;
  justify-content: space-between;
}
.popup-vacancy-questionnaire__section-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
}
.popup-vacancy-questionnaire__bottom-item {
  margin-right: 3rem;
  margin-bottom: 3rem;
}
.popup-vacancy-questionnaire__bottom-item:last-child {
  margin-right: 0;
}
.popup-vacancy-questionnaire__section-title {
  margin: 2rem 0 0;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.popup-vacancy-questionnaire__inputs {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0 0;
}
.popup-vacancy-questionnaire__input {
  margin-bottom: 3rem;
  width: 31.25003vw;
}
.popup-vacancy-questionnaire__input:not(
    .popup-vacancy-questionnaire__input_textarea
  ):nth-child(odd) {
  margin-right: 4.16667vw;
}
.popup-vacancy-questionnaire__input_textarea {
  width: 100%;
}
.popup-vacancy-questionnaire__input input,
.popup-vacancy-questionnaire__input textarea {
  background-color: transparent;
  color: #242424;
  border: 2px solid rgba(36, 36, 36, 0.1);
  border-radius: 8px;
}
.popup-vacancy-questionnaire__input textarea {
  height: 18rem;
  resize: none;
}
.popup-vacancy-questionnaire__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.popup-vacancy-questionnaire__bottom-info {
  margin-right: 6rem;
  width: 20.83335vw;
  font-size: 1.8rem;
  line-height: 1.8;
}
.popup-vacancy-questionnaire__bottom-info p {
  margin-bottom: 0;
  opacity: 0.5;
}
.popup-vacancy-questionnaire__bottom-info a {
  color: #242424;
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.popup-vacancy-questionnaire__bottom-info a:active,
.popup-vacancy-questionnaire__bottom-info a:focus,
.popup-vacancy-questionnaire__bottom-info a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #242424;
}
.btn-expand {
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: transparent;
  border: none;
  transition: opacity 0.2s, visibility 0.2s;
}
.btn-expand_hidden {
  opacity: 0;
  visibility: hidden;
}
.btn-expand:focus {
  outline: none;
}
.btn-expand__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.btn-expand__arrow {
  width: 14px;
  height: 18px;
  transform: rotate(-180deg);
  transition: transform 0.3s;
}
.btn-expand__collapse {
  display: inline;
}
.btn-expand__expand {
  display: none;
}
.btn-expand.collapsed .btn-expand__arrow {
  transform: rotate(0deg);
}
.btn-expand.collapsed .btn-expand__collapse {
  display: none;
}
.btn-expand.collapsed .btn-expand__expand {
  display: inline;
}
.price-banner {
  position: relative;
  padding: 23.5rem 0 12rem;
  margin-top: 40rem;
  color: #fff;
  background-color: #ff6072;
}
.price-banner__picture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 51rem;
  transform: translate(-50%, -65%);
}
.price-banner__picture img {
  max-width: 100%;
  height: auto;
}
.price-banner__content {
  margin-left: 29.1666666667vw;
  width: 41.6666666667vw;
  text-align: center;
}
.price-banner__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.price-banner__text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.price-banner__btn {
  margin-top: 5rem;
}
.price-advantages {
  padding: 14rem 0 15rem;
  background-color: #764ced;
  color: #fff;
}
.price-advantages__list {
  display: flex;
  justify-content: space-between;
  margin-left: 16.6666666667vw;
  width: 66.6666666667vw;
}
.price-advantages__item {
  width: 16.6666666667vw;
}
.price-advantages__item img {
  width: 8rem;
  height: auto;
  margin-bottom: 4rem;
}
.price-advantages__title {
  margin-bottom: 3rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.price-advantages__text {
  margin-right: 4.16667vw;
  font-size: 1.6rem;
  line-height: 1.6;
}
.partners {
  padding: 21rem 0;
}
.partners__container {
  height: 10rem;
}
.partners__wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.partners__item {
  width: 16.6666666667vw;
  padding: 0 4.16667vw;
  background-color: #fff;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.partners__item:hover {
  background-color: transparent;
}
.partners__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: luminosity;
}
.new-partners {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}
.new-partners__wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.new-partners__arrow {
  position: absolute;
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}
.new-partners__arrow--right {
  right: -120px;
  transform: rotate(180deg);
}
.new-partners__arrow--left {
  left: -120px;
}
.new-partners__arrow > svg {
  transition: 0.4s;
  opacity: 0.6;
  width: 16px;
  height: 16px;
}
.new-partners__arrow:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.new-partners__arrow:hover > svg {
  opacity: 1;
}
.new-partners__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16.6666666667vw;
  padding: 0;
  background-color: #fff;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.new-partners__item-title {
  font-size: 18px;
  text-align: center;
  opacity: 0.5;
  padding: 28px;
}
.new-partners__item:hover {
  background-color: transparent;
}
.new-partners__item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: luminosity;
  padding: 0 4.16667vw;
  height: 10rem;
}
.great-offers {
  position: relative;
  margin-left: 8.3333333333vw;
  width: 83.3333333333vw;
}
.great-offers .lessons-gift-banner .offset-sm-2 {
  margin-left: 0;
}
.great-offers .lessons-gift-banner .col-sm-20 {
  flex: 0 0 100%;
  max-width: 100%;
}
.great-offers .lessons-gift-banner__banner {
  padding: 10rem 8.33334vw 9.1rem;
}
.great-offers .btn-arrow {
  width: 4.16667vw;
  height: 4.16667vw;
}
.great-offers .btn-arrow_prev {
  left: -8.33334vw;
  transform: translate(50%, -50%);
}
.great-offers .btn-arrow_next {
  right: -8.33334vw;
  transform: translate(-50%, -50%);
}
.questions-list__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.questions-list__item:nth-child(2n) {
  background-color: #faf8f8;
}
.questions-list__question {
  margin-left: 25vw;
  width: 50vw;
  animation: appearFromOpacity 0.8s forwards;
}
.questions-list .endless-btn {
  margin-top: 4rem;
}
.questions-list-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.questions-list-bg img,
.questions-list-bg svg {
  width: 100%;
}
.questions-new-list__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.questions-new-list__btn {
  margin: 0 auto;
}
.questions-new-list__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.questions-new-list__item:not(:last-child) {
  margin-bottom: 6rem;
}
.questions-new-list__question {
  margin-left: 25vw;
  width: 50vw;
  animation: appearFromOpacity 0.8s forwards;
}
.questions-new-list .endless-btn {
  margin-top: 4rem;
}
@keyframes appearFromOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.question {
  padding: 8rem 0;
  overflow-anchor: none;
}
.question__title {
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.5);
}
.question__text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.question__text-content {
  margin-top: 4rem;
}
.question__text p {
  margin-bottom: 3rem;
}
.question__text p:last-of-type {
  margin-bottom: 0;
}
.question__text p:first-of-type {
  overflow: hidden;
}
.question__more-less.hide .question__more-less-button {
  opacity: 0;
  visibility: hidden;
}
.question__more-less-hline {
  margin: 4rem 0;
  width: 100%;
  height: 2px;
  background-color: rgba(36, 36, 36, 0.1);
}
.question-new {
  overflow-anchor: none;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
}
.question-new__avatar {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  order: 2;
  border-radius: 100px;
  margin-left: 40px;
  margin-right: 0;
}
.question-new__avatar--answer {
  margin-left: 0;
  margin-right: 40px;
  order: 1;
}
.question-new__avatar img {
  width: 100%;
  height: 100%;
}
.question-new__content {
  position: relative;
  padding: 20px 35px;
  border-radius: 20px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  order: 1;
}
.question-new__content > p {
  margin: 0 !important;
}
.question-new__content:after {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  right: -10px;
  width: 20px;
  height: 20px;
  background: #f8f8f8;
  transform: rotate(45deg);
}
.question-new__content--answer {
  order: 2;
  background-color: #fff;
}
.question-new__content--answer:after {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  left: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #f8f8f8;
  transform: rotate(45deg);
}
.question-new__content--answer:before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  width: 20px;
  height: 30px;
  top: calc(50% - 15px);
  background: #fff;
}
.language-selector a {
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: currentColor;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.3s ease-out;
}
.language-selector a:active,
.language-selector a:focus,
.language-selector a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #fff;
}
.header._contrast .language-selector a,
.header_sticky .language-selector a,
.sandwich-closing-contrast .header .language-selector a,
.sandwich-open .header .language-selector a {
  box-shadow: 0 1px 0 0 rgba(36, 36, 36, 0);
  transition: box-shadow 0.3s ease-out;
}
.header._contrast .language-selector a:active,
.header._contrast .language-selector a:focus,
.header._contrast .language-selector a:hover,
.header_sticky .language-selector a:active,
.header_sticky .language-selector a:focus,
.header_sticky .language-selector a:hover,
.sandwich-closing-contrast .header .language-selector a:active,
.sandwich-closing-contrast .header .language-selector a:focus,
.sandwich-closing-contrast .header .language-selector a:hover,
.sandwich-open .header .language-selector a:active,
.sandwich-open .header .language-selector a:focus,
.sandwich-open .header .language-selector a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #242424;
}
.price-slider__tabs {
  display: flex;
  justify-content: space-between;
  margin-left: 22.9166666667vw;
  width: 54.1666666667vw;
  padding-top: 1rem;
}
.price-slider.speaking-clubs .price-slider__tabs {
  justify-content: center;
}
.price-slider__tab-title {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.price-slider__tab-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ff6072;
  transform: translateY(-50%);
}
.price-slider.speaking-clubs .price-slider__tab-title {
  text-align: center;
}
.price-slider.speaking-clubs .price-slider__tab-title:before {
  left: 50px;
}
.price-slider__tab-btn {
  border-color: #3cc3e1;
  background-color: #fff;
  color: #242424;
}
.price-slider__tab-btn:active,
.price-slider__tab-btn:focus,
.price-slider__tab-btn:hover {
  outline: none;
  border-color: #3cc3e1;
  background: #3cc3e1;
  color: #242424;
}
.price-slider__tab-btn.active,
.price-slider__tab-btn:hover {
  background-color: #3cc3e1;
}
.price-slider.speaking-clubs .price-slider__tab-btn {
  border-color: #3cc3e1;
}
.price-slider.speaking-clubs .price-slider__tab-btn:active,
.price-slider.speaking-clubs .price-slider__tab-btn:focus,
.price-slider.speaking-clubs .price-slider__tab-btn:hover {
  outline: none;
  border-color: #3cc3e1;
  background: #3cc3e1;
  color: #242424;
}
.price-slider.speaking-clubs .price-slider__tab-btn.active,
.price-slider.speaking-clubs .price-slider__tab-btn:hover {
  background-color: #3cc3e1;
}
.price-slider__container {
  display: none;
  padding-left: 6.25vw;
  padding-bottom: 14rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.price-slider__container.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.price-slider__wrapper {
  padding-top: 8rem;
}
.price-item {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 20.8333333333vw;
  height: auto;
  margin-right: 2.08333vw;
  padding: 4rem 2.08333vw;
  color: #242424;
  background-color: #fff;
  box-shadow: 0 3rem 8rem rgba(55, 84, 170, 0.1);
  border-radius: 30px;
  cursor: grab;
}
.price-item:active {
  cursor: grabbing;
}
.price-item_hot {
  position: relative;
  color: #fff;
  background-color: #3cc3e1;
  z-index: 2;
}
.price-item_hot .price-item__sticker {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #222;
}
.price-item__sticker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.5rem;
  height: 11.5rem;
  color: #3cc3e1;
  background-color: #fff;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 30px;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}
.price-item__sticker > span {
  position: absolute;
  top: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  right: 1rem;
  height: 6rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}
.price-item__sticker--payment {
  color: #fff;
  background-color: #3cc3e1;
  border: 2px solid #3cc3e1;
}
.price-item__sticker--optimal {
  color: #222;
  background-color: #ffb804;
  border: 2px solid #ffb804;
}
.price-item__sticker--cheap {
  color: #fff;
  background-color: #ff6072;
  border: 2px solid #ff6072;
}
.price-item__lessons {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.price-item__cost-new {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.price-item__cost-old {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.6;
  color: rgba(36, 36, 36, 0.5);
}
.price-item__cost-old:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(36, 36, 36, 0.5);
  transform: translateY(-50%);
}
.price-item__cost-one {
  font-size: 2.4rem;
  line-height: 1.6;
}
.price-item__subtitle {
  margin-top: 6rem;
}
.price-item__subtitle > span {
  font-size: 2rem;
}
.price-item__subtitle img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: inline-flex;
  align-items: center;
}
.price-item__subtitle img:nth-child(2) {
  margin-right: 1.4rem;
}
.price-item__speaking {
  margin: 1.4rem 0 3rem;
  min-height: 54px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.price-item__speaking--smargin {
  margin: 1rem 0;
}
.price-item__buy {
  padding: 1.4rem 6rem;
  margin: 0 auto;
  min-width: 216px;
}
.price-item__buy:not(:last-child) {
  margin-bottom: 2rem;
}
.price-item__btn-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  align-items: center;
  align-content: flex-end;
  flex-grow: 1;
}
.popup-subscription .subscription {
  margin: 0;
}
.popup-subscription .subscription__wrapper {
  margin-left: 0;
}
.popup-base {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 42, 53, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s ease-out;
}
.popup-base_show {
  opacity: 1;
  visibility: visible;
}
.popup-base_callback .popup-base__container {
  width: 40.625vw;
}
.popup-base_free .popup-base__container {
  margin-left: 24.9375vw;
  width: 50.1041666667vw;
}
.popup-base__container {
  position: relative;
  top: 0;
  width: 83.3333333333vw;
  margin-left: 8.3333333333vw;
}
.popup-base__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 6.25vw;
  height: 6.25vw;
  cursor: pointer;
}
.popup-base__close:after,
.popup-base__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.popup-base_dark .popup-base__close:after,
.popup-base_dark .popup-base__close:before {
  background-color: #242424;
}
.popup-base__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-base__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-base .notification {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  transform: none;
}
.teachers-main {
  width: 100%;
  overflow: visible;
}
.teachers-main__content {
  display: flex;
  justify-content: center;
}
.teachers-main__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 0;
  background-color: #ff6f82;
}
.teachers-main__header-bg {
  position: absolute;
  bottom: 2rem;
}
.teachers-main__header-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: -132px;
  max-width: 396px;
  max-height: 225px;
  margin: 0 auto;
}
.teachers-main__header-pic > img {
  max-width: 100%;
  max-height: 100%;
}
.teachers-main__title {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.teachers-main__subtitle {
  padding: 0 1rem;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  color: #fff;
}
.teachers-main__btn {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  color: #2b2a35;
  border-color: #ffbf00;
}
.teachers-main__btn:hover {
  color: #fff;
  background-color: #ffbf00;
}
.teachers-main__select {
  position: relative;
  width: 634px;
  height: 62px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.25s;
  opacity: 1;
}
.teachers-main__select:hover {
  opacity: 0.85;
}
.teachers-main__select-label {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 36px;
  margin: auto 0;
  font-size: 2rem;
  line-height: 3.2rem;
}
.teachers-main__select-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 36px;
  margin: auto 0;
  transform: rotate(270deg);
}
.teachers-main__select-icon > svg {
  width: 100%;
  height: 100%;
  color: #ff6f82;
  fill: #ff6f82;
}
.teacher-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.25s;
  cursor: pointer;
}
.teacher-new:hover {
  transform: scale(1.1);
}
.teacher-new:hover .teacher-new__name {
  opacity: 1;
  transform: scaleY(1);
}
.teacher-new__photo {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: 0 auto 2.5rem;
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.1);
  overflow: hidden;
}
.teacher-new__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.teacher-new__name {
  position: relative;
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: center;
  background-color: #fff;
  transition: transform 0.2s;
}
.teacher-new__name:after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.85rem;
  height: 0.85rem;
  transform: translate(-50%, -50%) rotate(45deg);
}
.teachers-new-list {
  width: 100%;
  overflow: visible;
  margin-bottom: 8rem;
}
.teachers-new-list .swiper-container {
  overflow: visible;
}
.teachers-new-list__description {
  margin-bottom: 13.8rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.teachers-new-list__description p:not(:last-child) {
  margin-bottom: 2rem;
}
.teachers-new-list__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.teachers-new-list__list li {
  width: 20%;
}
.teachers-new-list__list li:nth-child(4n) {
  margin-right: 0;
}
.teachers-new-list__list li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.teachers-work {
  display: flex;
  flex-flow: row wrap;
  margin-left: 16.66668vw;
  width: 66.66672vw;
}
.teachers-work__col {
  margin-right: 8.33334vw;
  margin-bottom: 2.3rem;
  width: 16.66668vw;
}
.teachers-work__col:nth-child(3n) {
  margin-right: 0;
}
.teachers-work h3 {
  margin-bottom: 2.8rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.teachers-work__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.teachers-work__text p:not(:last-child) {
  margin-bottom: 2rem;
}
.teachers-qualifications__certifications {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 8rem;
  list-style: none;
}
.teachers-qualifications__certifications li {
  margin-right: 4.16667vw;
  width: 12.50001vw;
}
.teachers-qualifications__certifications li:first-child {
  margin-left: 2.08334vw;
}
.teachers-qualifications__certifications li:last-child {
  margin-right: 0;
}
.teachers-qualifications__join-link {
  display: flex;
  justify-content: center;
}
.learn-program {
  padding: 13rem 0;
}
.learn-program__top-svg {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.222;
  width: 280px;
  height: 250px;
}
.learn-program__top-svg > svg {
  width: 100%;
  height: 100%;
}
.learn-program__bottom-svg {
  position: absolute;
  right: 0;
  bottom: -80px;
  opacity: 0.222;
  width: 360px;
  height: 230px;
}
.learn-program__bottom-svg > svg {
  width: 100%;
  height: 100%;
}
.learn-program__columns {
  position: relative;
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.learn-program__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  max-width: 514px;
  padding: 0;
}
.learn-program__column:last-child {
  display: flex;
  width: 60%;
  margin-left: 20%;
  max-width: 560px;
}
.learn-program__card:not(:last-child) {
  margin-bottom: 174px;
}
.learn-program__card-title {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 40px;
}
.learn-program__card-text {
  font-size: 24px;
  line-height: 36px;
}
.learn-program__card-icon {
  width: 110px;
  height: 110px;
  margin-bottom: 60px;
}
.learn-program__card-icon > svg {
  width: 100%;
  height: 100%;
}
.learn-program__title {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4rem;
}
.learn-program__subtitle {
  padding: 0 1rem;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
}
.news-main {
  position: relative;
  margin-top: 22.1rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.news-main__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 74.27%;
  height: 0;
  padding-bottom: 8.78%;
  transform: translateY(-72%);
}
.news-main__bg svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.news-main__bg svg path {
  fill: #f5f0f2;
}
.news-main__container {
  display: flex;
  margin-left: 6.77084vw;
  width: 86.4584vw;
}
.news-main__container:hover .news-main__link_img img {
  transform: scale(1.05);
}
.news-main__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50.41671vw;
  margin-top: 1rem;
}
.news-main__link {
  display: block;
  color: #242424;
}
.news-main__link:active,
.news-main__link:focus,
.news-main__link:hover {
  color: #242424;
}
.news-main__link_img {
  flex-shrink: 0;
  align-self: center;
  margin-right: 5vw;
  width: 50.41671vw;
  height: 33.3vw;
  overflow: hidden;
}
.news-main__link_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1.3s ease-in-out;
}
.news-main__date {
  margin-bottom: 2.7rem;
  font-family: GothamPro;
  font-size: 1.6rem;
  line-height: 1.8;
  opacity: 0.5;
}
.news-main__title {
  margin-bottom: 8rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.news-main__text {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
}
.news-main__share {
  margin-top: 6rem;
  margin-left: 2rem;
}
.london-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 8.2rem;
  margin-left: 25.00002vw;
  width: 50.00004vw;
}
.london-logos--center,
.london-logos__circle {
  justify-content: center;
}
.london-logos__circle {
  display: flex;
  align-items: center;
  width: 28.3%;
  background-color: #f7f6fb;
  border-radius: 50%;
}
.london-logos__circle:before {
  content: "";
  padding-top: 100%;
}
.london-logos__circle:last-child {
  margin-right: 0;
}
.london-logos__circle img,
.london-logos__circle svg {
  width: 68%;
  max-height: 100%;
}
.london-logos__circle svg {
  fill: #ea5167;
}
.about-stats {
  margin-bottom: 3rem;
}
.about-stats__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-stats__content:first-child .pink-text__title {
  padding-top: 3.6rem;
}
.about-stats__content:not(:first-child) .pink-text__title {
  padding-top: 5.8rem;
}
.block-text__text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.block-text__text p {
  margin-bottom: 3rem;
}
.block-text__text p:last-child {
  margin-bottom: 0;
}
[data-namespace="course"] .course__features-title {
  margin-bottom: 8rem;
}
.lead-course {
  position: relative;
  color: #242424;
}
.lead-course__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.lead-course__bg img,
.lead-course__bg picture {
  width: 100%;
  height: auto;
}
.lead-course__wrapper {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding-top: 27.7vh;
}
.lead-course__flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lead-course__title {
  margin-bottom: 6rem;
  width: 73%;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.lead-course__description {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
.lead-course__description p {
  margin-bottom: 2rem;
}
.lead-course__description p:last-child {
  margin-bottom: 0;
}
.lead-course__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8rem;
  width: 100%;
}
.lead-course__details-item {
  max-width: 31%;
}
.lead-course__details-text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.lead-course__details-value {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  color: #ff6072;
  text-align: center;
}
.lead-course__btn {
  margin-bottom: 7rem;
}
.right-list {
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.right-list_pink {
  background-color: #ff6072;
}
.right-list_blue {
  background-color: #3cc3e1;
}
.right-list_vacancies {
  padding-top: 9.3rem;
  padding-bottom: 21.6rem;
}
.right-list_image-bottom .right-list__image img {
  -o-object-position: bottom;
  object-position: bottom;
}
.right-list__main-title {
  position: relative;
  z-index: 2;
  margin-bottom: 8rem;
}
.right-list__btn {
  position: relative;
  z-index: 2;
  margin-top: 10rem;
}
.right-list__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.right-list__image picture {
  width: 100%;
  height: 100%;
}
.right-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.right-list__wrapper {
  position: relative;
  z-index: 2;
  margin-left: 52.08338vw;
  width: 39.58337vw;
}
.right-list__title {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  margin-bottom: 6rem;
}
.right-list__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.right-list__item {
  width: calc(50% - 2rem);
}
.course-modules {
  margin-top: 9.9rem;
  margin-bottom: 18.9rem;
}
.course-modules__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  transition-timing-function: linear;
}
.course-modules__module {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 1.66667vw;
  width: 20%;
}
.course-modules__module:last-child {
  margin-right: 0;
}
.course-modules__text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.course-modules__svg {
  margin-bottom: 2.6rem;
  width: 5.5rem;
  height: 5.5rem;
  stroke: #ff6072;
}
.course-modules__svg_light-bulb {
  width: 4.9rem;
  height: 6rem;
}
.course-modules__svg_smile {
  width: 5.8rem;
  height: 6.6rem;
}
.course-modules__svg_play-icon {
  width: 5.8rem;
  height: 6rem;
}
.course-modules__svg_star {
  width: 5.8rem;
  height: 5.7rem;
}
.course-modules__svg_check-bubble {
  width: 6rem;
  height: 6rem;
}
.slider-levels {
  position: relative;
  background-color: #faf8f8;
  padding-top: 10rem;
  padding-bottom: 12.3rem;
  overflow: hidden;
}
.slider-levels__bg svg {
  position: absolute;
  max-width: 16.66668vw;
  max-height: 100%;
  height: auto;
}
.slider-levels__bg svg:first-child {
  top: 27%;
  right: 0;
}
.slider-levels__bg svg:nth-child(2) {
  bottom: 0;
  left: 4%;
  max-width: calc(16.66668vw - 4%);
}
.slider-levels__levels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.slider-levels__level {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-right: 15px;
}
.slider-levels__scrollbar {
  position: relative;
  margin-bottom: 7rem;
  height: 2.8rem;
  background-color: transparent;
  cursor: grab;
}
.slider-levels__scrollbar:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.2rem;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: #fff;
}
.slider-levels__drag {
  height: 100%;
  width: 100%;
}
.slider-levels__drag img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.slider-levels__level-title {
  margin: 0 auto 5.9rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  text-align: center;
}
.slider-levels__level-list {
  -moz-columns: 2;
  column-count: 2;
  -moz-column-gap: 4.16667vw;
  column-gap: 4.16667vw;
}
.slider-levels__level-list li {
  display: inline-block;
  width: 100%;
}
.slider-levels_single-slide {
  min-height: 40rem;
}
.slider-levels_single-slide .slider-levels__levels-container,
.slider-levels_single-slide .slider-levels__scrollbar {
  display: none;
}
.slider-achievements .swiper-wrapper {
  align-items: stretch;
}
.slider-achievements .swiper-slide {
  padding: 12.5rem 20rem 8.2rem 8rem;
  width: 76rem;
  min-height: 54.5rem;
  height: auto;
  color: #fff;
  background-color: #ff6072;
  border-radius: 2rem;
}
.slider-achievements .swiper-slide p {
  margin-bottom: 0;
}
.slider-achievements .btn-arrow_next {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.slider-achievements .btn-arrow_prev {
  left: auto;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}
.slider-achievements__slide-achievement {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.slider-achievements__slide-hline {
  margin: 6rem 0;
  width: 14.4rem;
  height: 2px;
  background-color: #fff;
}
.slider-achievements__slide-student {
  font-size: 2.4rem;
  line-height: 1.6;
}
.exam-results-circle__flex-container {
  display: flex;
}
.exam-results-circle__mark-outer-wrapper {
  display: flex;
  justify-content: center;
  align-self: center;
  flex-basis: 50%;
  margin-right: 4.16667vw;
}
.exam-results-circle__mark {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8.33334vw;
  width: 21.51043vw;
  height: 21.51043vw;
}
.exam-results-circle__mark-percentage {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.exam-results-circle__mark-inner-wrapper span {
  display: block;
  text-align: center;
}
.exam-results-circle__circle-base {
  width: 100%;
  height: 100%;
}
.exam-results-circle__circle-base circle {
  stroke-width: 12px;
  stroke-linecap: round;
}
.exam-results-circle__circle-dynamic {
  position: absolute;
  top: -1.65%;
  left: -1.65%;
  width: 103.3%;
  height: 103.3%;
}
.exam-results-circle__circle-dynamic circle {
  stroke: #ff6072;
  stroke-width: 28px;
  stroke-linecap: round;
  stroke-dashoffset: 0;
  stroke-dasharray: 0;
}
.exam-results-circle__points {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 14px;
}
.exam-results-circle__points-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.exam-results-circle__list-outer-wrapper {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
.exam-results-circle__list {
  padding-top: 2rem;
  max-width: 100%;
}
.exam-results-circle .swiper-container-students {
  margin: -7px 0 -7px -7px;
  padding: 7px 0 7px 7px;
  height: 350px;
  overflow: hidden;
}
.exam-results-circle .swiper-container-students.swiper-container-horizontal {
  margin: 0;
  padding: 0;
  height: auto;
}
.exam-results-circle .swiper-container-horizontal > .swiper-wrapper-students {
  display: flex;
}
.exam-results-circle .swiper-wrapper-students {
  width: 100%;
  height: 100%;
}
.exam-results-circle__description {
  margin-bottom: 6.3rem;
  width: 74.3%;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
}
.exam-results-circle__student {
  display: flex;
  align-items: center;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.exam-results-circle__student:last-child {
  margin-bottom: 0;
}
.exam-results-circle__student.clicked .exam-results-circle__sm-circle-base,
.exam-results-circle__student.clicked .exam-results-circle__sm-circle-dynamic {
  display: block;
}
.exam-results-circle__avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 3rem;
  width: 48px;
  height: 48px;
}
.exam-results-circle__svg {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}
.exam-results-circle__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.1);
  transition: transform 0.3s;
  overflow: hidden;
}
.exam-results-circle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.exam-results-circle__sm-circle-base,
.exam-results-circle__sm-circle-dynamic {
  display: none;
  position: absolute;
}
.exam-results-circle__sm-circle-base circle,
.exam-results-circle__sm-circle-dynamic circle {
  stroke-width: 2px;
}
.exam-results-circle__sm-circle-base {
  top: -7px;
  left: -7px;
  width: 62px;
  height: 62px;
}
.exam-results-circle__sm-circle-dynamic {
  top: -8px;
  left: -8px;
  width: 64px;
  height: 64px;
}
.exam-results-circle__sm-circle-dynamic circle {
  stroke: #764ced;
  stroke-dashoffset: 360;
  stroke-dasharray: 360;
}
.exam-results-circle__title {
  font-size: 1.8rem;
  line-height: 1.8;
}
.exam-results-circle__points-inner-wrapper {
  position: absolute;
}
.subscription-free-course {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #ff6072;
  padding: 13.2rem 0;
  margin: 14rem 0;
}
.subscription-free-course__wrapper {
  width: 67rem;
}
.subscription-free-course_blog .subscription-free-course__wrapper,
.subscription-free-course_popup-blog .subscription-free-course__wrapper {
  width: 83.3333333333vw;
  margin-left: 8.33334vw;
  position: relative;
  padding: 10rem 8.33334vw 10.1rem;
  border-radius: 2rem;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
}
.subscription-free-course__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ff6072;
  overflow: hidden;
  border-radius: 2rem;
}
.subscription-free-course__bg picture {
  width: 100%;
  height: 100%;
}
.subscription-free-course__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.subscription-free-course__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.subscription-free-course__subtitle {
  margin-bottom: 8.1rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.subscription-free-course__form {
  position: relative;
  width: 94%;
  display: inline-block;
  text-align: center;
}
.subscription-free-course__bottom-info {
  margin-top: 3rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
}
.subscription-free-course__bottom-info p {
  margin-bottom: 0;
  color: hsla(0, 0%, 100%, 0.5);
}
.subscription-free-course__bottom-info a {
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.3s ease-out;
}
.subscription-free-course__bottom-info a:active,
.subscription-free-course__bottom-info a:focus,
.subscription-free-course__bottom-info a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #fff;
}
[data-namespace="corporate"]
  .corporate__form-section
  .prop-block-orange__container {
  background-color: #8a4efe;
}
[data-namespace="corporate"] .corporate__btn-wrap {
  display: flex;
  justify-content: center;
}
[data-namespace="corporate"] .corporate__btn {
  margin: 0 auto;
}
[data-namespace="corporate"] .corporate__prop-title {
  margin-bottom: 18rem;
}
[data-namespace="corporate"] .corporate__two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
[data-namespace="corporate"] .corporate__col--greybg {
  position: relative;
  background: #fff;
  z-index: 7;
  height: 100vh;
  max-height: 100%;
  align-items: center;
  display: flex;
  flex-grow: 1;
}
[data-namespace="corporate"] .corporate__col-video {
  display: flex;
  border-radius: 2rem;
  overflow: hidden;
}
[data-namespace="corporate"] .corporate__col-video video {
  width: 100%;
  height: 100%;
}
[data-namespace="corporate"] .corporate__col-text {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: left;
}
[data-namespace="corporate"] .corporate__col-text-block:not(:last-child) {
  margin-bottom: 3rem;
}
[data-namespace="corporate"] .corporate__col-text-heading {
  margin-bottom: 2.4rem;
  font-size: 3.6rem;
  font-weight: 700;
}
[data-namespace="corporate"] .corporate__col-text span {
  color: #122c94;
  font-weight: 700;
}
[data-namespace="corporate"] .corporate__col-text p {
  margin-bottom: 2rem;
}
[data-namespace="corporate"] .corporate__col-text p:last-of-type {
  margin-bottom: 0;
}
[data-namespace="certificate"] .landing-cert {
  position: relative;
  padding: 14rem 0;
}
[data-namespace="certificate"] .landing-cert__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
[data-namespace="certificate"] .landing-cert__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
[data-namespace="certificate"] .landing-cert__wrap {
  position: relative;
}
[data-namespace="certificate"] .landing-cert__red-link {
  font-weight: 700;
  color: #ff6f82;
}
[data-namespace="certificate"] .landing-cert__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
[data-namespace="certificate"] .landing-cert__header-logo {
  width: 120px;
  height: 64px;
  color: #ff6f82;
}
[data-namespace="certificate"] .landing-cert__header-logo svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
[data-namespace="certificate"] .landing-cert__header-slogan {
  font-size: 2rem;
  font-weight: 700;
  line-height: 26px;
  width: 200px;
  text-align: right;
}
[data-namespace="certificate"] .landing-cert__title {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ff6f82;
}
[data-namespace="certificate"] .landing-cert__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  margin: 1rem auto;
}
[data-namespace="certificate"] .landing-cert__icon > img {
  width: 100%;
  height: 100%;
}
[data-namespace="certificate"] .landing-cert__cert-title {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
[data-namespace="certificate"] .landing-cert__cert-count {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
[data-namespace="certificate"] .landing-cert__cert-text {
  margin-top: 2rem;
  font-size: 2rem;
}
[data-namespace="certificate"] .landing-cert__cert-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: #7c4ffc;
  color: #fff;
  border-radius: 20px;
}
[data-namespace="certificate"] .landing-cert__btn {
  position: relative;
  z-index: 2;
  display: block;
  margin: 4rem auto 0;
  background-color: #ff6f82;
  color: #fff;
  max-width: 320px;
  cursor: pointer;
}
[data-namespace="certificate"] .landing-cert__advantages {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  max-width: 420px;
  margin: 4rem auto;
}
[data-namespace="certificate"] .landing-cert__advantages-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
[data-namespace="certificate"] .landing-cert__advantages-item-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  color: #ff6f82;
}
[data-namespace="certificate"] .landing-cert__advantages-item-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
[data-namespace="certificate"] .landing-cert__advantages-item-title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
}
[data-namespace="certificate"] .landing-cert__advantages-item-title > span {
  font-weight: 700;
}
[data-namespace="certificate"] .landing-cert__tabs {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
[data-namespace="certificate"] .landing-cert__tabs-head {
  background-color: #ff6f82;
  display: flex;
  border-radius: 20px;
}
[data-namespace="certificate"] .landing-cert__tabs-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 1rem 2rem;
  height: 72px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
[data-namespace="certificate"] .landing-cert__tabs-btn.is-active,
[data-namespace="certificate"] .landing-cert__tabs-btn:hover {
  opacity: 0.8;
}
[data-namespace="certificate"] .landing-cert__tabs-btn--center {
  border-left: 1px solid hsla(0, 0%, 100%, 0.4);
  border-right: 1px solid hsla(0, 0%, 100%, 0.4);
}
[data-namespace="certificate"] .landing-cert__tabs-wrap {
  padding: 2rem;
}
[data-namespace="certificate"] .landing-cert__tab {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: 0.4s;
}
[data-namespace="certificate"] .landing-cert__tab.is-active {
  opacity: 1;
  max-height: 1200px;
  visibility: visible;
}
[data-namespace="certificate"] .landing-cert__tab p {
  font-size: 1.8rem;
}
[data-namespace="certificate"] .landing-cert__tab p:not(:last-child) {
  margin-bottom: 1rem;
}
[data-namespace="certificate"] .landing-cert__tab-btns {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
[data-namespace="certificate"] .landing-cert__footer {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
}
[data-namespace="certificate"] .landing-cert__footer--first {
  margin-top: 4rem;
}
[data-namespace="certificate"] .landing-cert__footer-offer-link {
  font-weight: 700;
  line-height: 26px;
  width: 200px;
  text-align: left;
  cursor: pointer;
}
[data-namespace="certificate"] .landing-cert__footer-phone {
  color: #ff6f82;
  font-weight: 700;
  line-height: 26px;
  width: 200px;
  text-align: right;
  cursor: pointer;
}
[data-namespace="group_landing"] .group_landing__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50vw;
  margin-left: 25vw;
}
[data-namespace="group_landing"] .group_landing__slider-section:before {
  height: 68%;
}
.site-awards {
  z-index: 5;
  display: none;
  opacity: 0;
  padding: 2.3rem 2rem;
  color: #2b2a35;
  background-color: #f7f6fb;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  cursor: pointer;
  transition: opacity 2s ease-out;
}
.site-awards._show-all .site-awards__all {
  opacity: 1;
  visibility: visible;
}
.site-awards__all {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  opacity: 0;
  visibility: hidden;
  background-color: #f7f6fb;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  transition: opacity 0.3s, visibility 0.3s;
}
.site-awards__award {
  position: relative;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.site-awards__more {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 1.5rem;
  height: 1.5rem;
}
.site-awards__icon {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
}
.site-awards__text {
  margin-left: 5.5rem;
  max-width: 15.625vw;
  font-size: 1.6rem;
  line-height: 1.6;
}
.site-awards__place {
  font-weight: 700;
}
.site-awards__row {
  position: relative;
  width: 100%;
}
.site-awards__row:not(:last-child) {
  margin-bottom: 2.2rem;
}
.preloading .site-awards {
  opacity: 0;
}
.site-awards_visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.awards-slider {
  padding: 0 0 12rem;
  overflow: hidden;
}
.awards-slider__award {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 33.3333%;
  border-radius: 8px;
  transition: 0.25s ease-in-out;
  margin-bottom: 0;
}
.awards-slider__award:hover {
  background-color: #fbf8f9;
}
.awards-slider__container {
  height: 10rem;
}
.awards-slider__icon {
  position: absolute;
  left: 2rem;
  width: 4.5rem;
  height: 5rem;
}
.awards-slider__text {
  margin-left: 10rem;
  max-width: 20.8333333333vw;
  font-size: 2rem;
}
.awards-slider__place {
  font-weight: 700;
  font-size: 2.5rem;
}
.awards-slider__row {
  position: relative;
  width: 100%;
}
.awards-slider__row:not(:last-child) {
  margin-bottom: 2.2rem;
}
.awards-slider__wrapper {
  flex-wrap: wrap;
  align-items: center;
  transition-timing-function: linear;
}
.awards-slider__item {
  width: 16.6666666667vw;
  padding: 0 4.16667vw;
  background-color: #fff;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.awards-slider__item:hover {
  background-color: transparent;
}
.awards-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: luminosity;
}
.advantages-block {
  overflow: hidden;
}
.advantages-block__list {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages-block__item {
  width: 20%;
  margin-bottom: 0;
}
.advantages-block__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.advantages-block__card:hover {
  transform: scale(1.05);
}
.advantages-block__card-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 3rem;
  text-align: center;
}
.advantages-block__card-subtitle {
  font-size: 18px;
  margin-top: 1.3rem;
  text-align: center;
}
.advantages-block__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
}
.advantages-block__card-icon-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #ff6f82;
}
.advantages-block__card-icon-svg--100 {
  width: 100px;
  height: 100px;
}
.advantages-block__card-icon-svg > svg {
  width: 100%;
  height: 100%;
  color: #ff6f82;
  fill: currentColor;
}
.advantages-block__title {
  padding-top: 0.5rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.advantages-block.animated {
  animation: scale-up-bl 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.site-cookies {
  position: fixed;
  bottom: 20px;
  right: 9.375vw;
  z-index: 5;
  opacity: 0;
  padding: 2.3rem 2rem;
  color: #2b2a35;
  background-color: #f7f6fb;
  border-radius: 2rem;
  transition: opacity 1s ease-out;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}
.site-cookies ~ .site-popbanner_visible {
  bottom: 20px;
}
.site-cookies.site-cookies_visible ~ .site-popbanner_visible {
  bottom: 156px;
}
.site-cookies._show-all .site-cookies__all {
  opacity: 1;
  visibility: visible;
}
.site-cookies__inner {
  display: flex;
  align-items: center;
}
.site-cookies__all {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  opacity: 0;
  visibility: hidden;
  background-color: #f7f6fb;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  transition: opacity 0.3s, visibility 0.3s;
}
.site-cookies__award {
  position: relative;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.site-cookies__close {
  position: absolute;
  top: 1.5rem;
  right: 1.7rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.site-cookies__icon {
  width: 6rem;
  height: 6rem;
}
.site-cookies__text {
  margin-left: 2rem;
  max-width: 15.625vw;
  font-size: 1.6rem;
  line-height: 1.6;
}
.site-cookies__link {
  color: #ea5167;
  transition: 0.5s ease-out;
}
.site-cookies__place {
  font-weight: 700;
}
.site-cookies__row {
  position: relative;
  width: 100%;
}
.site-cookies__row:not(:last-child) {
  margin-bottom: 2.2rem;
}
.preloading .site-cookies {
  opacity: 0;
}
.site-cookies_visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.site-popbanner {
  position: fixed;
  bottom: 156px;
  right: 9.375vw;
  z-index: 5;
  opacity: 0;
  padding: 2.3rem 2rem;
  color: #2b2a35;
  background-color: #f7f6fb;
  border-radius: 2rem;
  transition: bottom 1.25s, opacity 1s ease-out;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}
.site-popbanner._show-all .site-popbanner__all {
  opacity: 1;
  visibility: visible;
}
.site-popbanner__inner {
  display: flex;
  align-items: center;
}
.site-popbanner__all {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  opacity: 0;
  visibility: hidden;
  background-color: #f7f6fb;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  transition: opacity 0.3s, visibility 0.3s;
}
.site-popbanner__award {
  position: relative;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.site-popbanner__close {
  position: absolute;
  top: 1.5rem;
  right: 1.7rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.site-popbanner__icon {
  width: 6rem;
  height: 6rem;
}
.site-popbanner__text {
  margin-left: 2rem;
  max-width: 15.625vw;
  font-size: 1.6rem;
  line-height: 1.6;
}
.site-popbanner__link {
  color: #ea5167;
  transition: 0.5s ease-out;
}
.site-popbanner__place {
  font-weight: 700;
}
.site-popbanner__row {
  position: relative;
  width: 100%;
}
.site-popbanner__row:not(:last-child) {
  margin-bottom: 2.2rem;
}
.preloading .site-popbanner {
  opacity: 0;
}
.site-popbanner_visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.prop-block-orange {
  color: #fff;
  margin-bottom: 14rem;
}
.prop-block-orange__container {
  position: relative;
  border-radius: 2rem;
  background-color: #ffb804;
  padding: 13.5rem 0 11.3rem;
  overflow: hidden;
}
.prop-block-orange__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.prop-block-orange__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prop-block-orange__pic {
  position: absolute;
  width: 600px;
  right: 80px;
  bottom: -40%;
}
.prop-block-orange__pic > img {
  width: 100%;
}
.prop-block-orange__pic.flyin {
  animation: flyin 2s ease-in-out;
}
.prop-block-orange__pic.floated {
  animation: floated 2s ease-in-out infinite;
  animation-delay: 2s;
}
.prop-block-orange__pic-lay {
  position: absolute;
  width: 640px;
  height: 720px;
  right: 20px;
  bottom: 20px;
  animation: floatedLay 3s ease-in-out infinite;
}
.prop-block-orange__pic-lay > img {
  width: 100%;
}
.prop-block-orange__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-left: 16rem;
}
.prop-block-orange__title {
  margin-bottom: 5rem;
  font-size: 56px;
  line-height: 120%;
  font-weight: 800;
  max-width: 660px;
  text-transform: uppercase;
}
.prop-block-orange__description {
  margin-bottom: 5rem;
  max-width: 530px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.prop-block-orange__form {
  width: 50%;
  margin-bottom: 10rem;
}
.prop-block-orange__form .input.invalid .input__input {
  border-color: rgba(180, 125, 0, 0.9215686275);
}
.prop-block-orange__form .input input,
.prop-block-orange__form .input textarea {
  border-color: #fff;
}
.prop-block-orange__form .input__notification {
  color: rgba(180, 125, 0, 0.9215686275);
}
.prop-block-orange__form .disabled {
  opacity: 0.75 !important;
  pointer-events: none;
}
.prop-block-orange .contact-button {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  background-color: #fff;
  color: #202020;
  border-color: hsla(0, 0%, 100%, 0.2);
  transition: 0.25s ease-out;
}
.prop-block-orange .contact-button > .contact-button__title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
}
.prop-block-orange .contact-button:active,
.prop-block-orange .contact-button:focus,
.prop-block-orange .contact-button:hover {
  outline: none;
  border-color: #fff;
  color: #202020;
  transform: scale(1.05);
  opacity: 0.99;
}
.prop-block-orange__subtitle {
  max-width: 660px;
  margin-bottom: 2.2rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.prop-block-orange__subdescription {
  font-size: 2.4rem;
  line-height: 1.6;
}
.prop-block-orange__inputs {
  overflow: hidden;
  width: 90%;
}
.prop-block-orange__input:not(:last-child) {
  margin-bottom: 3.5rem;
}
.prop-block-orange__mobile-img {
  margin: 2rem -2rem;
  width: calc(100% + 4rem);
  height: 100%;
}
.prop-block-orange__mobile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prop-block-orange__bottom {
  display: flex;
  align-items: flex-start;
}
.prop-block-orange__bottom-info {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 5.2rem;
  width: 20.83335vw;
  overflow: hidden;
}
.prop-block-orange__bottom-info p {
  margin-bottom: 0;
  opacity: 0.9;
}
.prop-block-orange__bottom-info a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.25s;
}
.prop-block-orange__bottom-info a:hover {
  border-color: #fff;
}
.prop-block-orange__errors.error-block {
  margin-top: -10px;
}
.prop-block-custom {
  color: #fff;
  margin-bottom: 14rem;
}
.prop-block-custom__container {
  position: relative;
  border-radius: 2rem;
  background-color: #7c4ffc;
  padding: 13.5rem 0 11.3rem;
  overflow: hidden;
}
.prop-block-custom__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.prop-block-custom__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prop-block-custom__pic {
  position: absolute;
  width: 600px;
  right: 80px;
  bottom: -40%;
}
.prop-block-custom__pic > img {
  width: 100%;
}
.prop-block-custom__pic.flyin {
  animation: flyin 2s ease-in-out;
}
.prop-block-custom__pic.floated {
  animation: floated 2s ease-in-out infinite;
  animation-delay: 2s;
}
@keyframes floated {
  0% {
    bottom: -40%;
  }
  50% {
    bottom: -35%;
  }
  to {
    bottom: -40%;
  }
}
.prop-block-custom__pic-lay {
  position: absolute;
  width: 640px;
  height: 720px;
  right: 20px;
  bottom: 20px;
  animation: floatedLay 3s ease-in-out infinite;
}
.prop-block-custom__pic-lay > img {
  width: 100%;
}
@keyframes floatedLay {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 60px;
  }
  to {
    bottom: 20px;
  }
}
.prop-block-custom__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-left: 16rem;
}
.prop-block-custom__title {
  margin-bottom: 5rem;
  font-size: 56px;
  line-height: 120%;
  font-weight: 800;
  max-width: 660px;
  text-transform: uppercase;
}
.prop-block-custom__description {
  margin-bottom: 5rem;
  max-width: 530px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.prop-block-custom__form {
  width: 50%;
  margin-bottom: 10rem;
}
.prop-block-custom__form .input.invalid .input__input {
  border-color: rgba(180, 125, 0, 0.9215686275);
}
.prop-block-custom__form .input input,
.prop-block-custom__form .input textarea {
  border-color: #fff;
}
.prop-block-custom__form .input__notification {
  color: rgba(180, 125, 0, 0.9215686275);
}
.prop-block-custom__form .disabled {
  opacity: 0.75 !important;
  pointer-events: none;
}
.prop-block-custom .contact-button {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  background-color: #fff;
  color: #202020;
  border-color: hsla(0, 0%, 100%, 0.2);
  transition: 0.25s ease-out;
}
.prop-block-custom .contact-button > .contact-button__title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
}
.prop-block-custom .contact-button:active,
.prop-block-custom .contact-button:focus,
.prop-block-custom .contact-button:hover {
  outline: none;
  border-color: #fff;
  color: #202020;
  transform: scale(1.05);
  opacity: 0.99;
}
.prop-block-custom__subtitle {
  max-width: 660px;
  margin-bottom: 2.2rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.prop-block-custom__subdescription {
  font-size: 2.4rem;
  line-height: 1.6;
}
.prop-block-custom__inputs {
  overflow: hidden;
  width: 90%;
}
.prop-block-custom__input:not(:last-child) {
  margin-bottom: 3.5rem;
}
.prop-block-custom__mobile-img {
  margin: 2rem -2rem;
  width: calc(100% + 4rem);
  height: 100%;
}
.prop-block-custom__mobile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prop-block-custom__bottom {
  display: flex;
  align-items: flex-start;
}
.prop-block-custom__bottom-info {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 5.2rem;
  width: 20.83335vw;
  overflow: hidden;
}
.prop-block-custom__bottom-info p {
  margin-bottom: 0;
  opacity: 0.9;
}
.prop-block-custom__bottom-info a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.25s;
}
.prop-block-custom__bottom-info a:hover {
  border-color: #fff;
}
.prop-block-custom__errors.error-block {
  margin-top: -10px;
}
.lang-card {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  overflow: visible;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  transition: 0.3s ease-out;
}
.lang-card:hover .lang-card__text-block {
  transform: scale(1.05);
}
.lang-card:nth-child(2) .lang-card__text {
  background-color: #ffb804;
}
.lang-card:nth-child(3) .lang-card__text {
  background-color: #ffb804;
}
.lang-card:nth-child(2n) .lang-card__mascot {
  display: block;
  right: -30px;
  width: 70px;
  bottom: 0;
  transform: rotate(-270deg);
}
.lang-card:nth-child(odd) .lang-card__mascot {
  left: -70px;
  width: 70px;
  bottom: 150px;
}
.lang-card__text-block {
  position: absolute;
  width: 60%;
  background-color: #fff;
  border-radius: 20px;
  bottom: 54px;
  padding: 15px;
  transition: 0.5s;
}
.lang-card__text {
  padding: 35px 40px;
  border-radius: 20px;
  background-color: #ff6f82;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.lang-card__mascot {
  position: absolute;
  height: 100px;
}
.lang-card__mascot > svg {
  width: 100%;
  height: 100%;
}
.lang-card__pic {
  border-radius: 20px;
  margin-bottom: 108px;
  margin-left: 40px;
}
.lang-card__pic > img {
  width: 100%;
}
.lang-card_small {
  height: 59rem;
  background-color: #faf8f8;
}
.lang-card_small .course-card__img {
  overflow: hidden;
}
.lang-card_small .course-card__img img {
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.activities-list {
  margin-bottom: 14rem;
  margin-top: 14rem;
}
.activities-list__wrapper {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.activities-list__item {
  width: 25%;
  transition: 0.4s ease-out;
}
.activities-list__item:first-child,
.activities-list__item:nth-child(3),
.activities-list__item:nth-child(6),
.activities-list__item:nth-child(8) {
  background-color: #fbf8f9;
}
.activities-list__item:hover {
  transform: scale(1.05);
}
.activities-list__card {
  padding: 46px 42px 42px;
}
.activities-list__card-icon {
  width: 88px;
  height: 88px;
  margin-bottom: 36px;
}
.activities-list__card-icon--width {
  width: 110px;
}
.activities-list__card-icon > svg {
  width: 100%;
  height: 100%;
}
.activities-list__card-title {
  font-size: 24px;
  min-height: 72px;
  font-weight: 800;
  margin-bottom: 20px;
}
.activities-list__card-description {
  font-size: 18px;
  line-height: 1.65em;
}
.activities-list_downward-left {
  margin-bottom: 34rem;
}
.activities-list_downward-left .activities-list__item:nth-child(odd) {
  transform: translateY(8rem);
}
.activities-list_downward-right {
  padding-top: 2.5rem;
}
.activities-list_downward-right .activities-list__item:nth-child(2n) {
  transform: translateY(8rem);
}
.activities-list_downward-right
  .activities-list__item:nth-child(2n):last-of-type {
  margin-bottom: 8rem;
}
.activities-list_downward-right2 {
  padding-top: 2.5rem;
}
.activities-list_downward-right2 .activities-list__item:not(:last-of-type) {
  margin-bottom: 8rem;
}
.activities-list_downward-right2 .activities-list__item:nth-child(2n) {
  transform: translateY(9rem);
}
.activities-list_downward-right2
  .activities-list__item:nth-child(2n):last-of-type {
  margin-bottom: 9rem;
}
.activities-list_offset-lr .activities-list__item:nth-child(odd) {
  padding-left: 8.33334vw;
}
.activities-list_offset-lr .activities-list__item:nth-child(2n) {
  padding-right: 8.33334vw;
}
.activities-list_offset-lr-reverse .activities-list__wrapper {
  flex-direction: row-reverse;
}
.activities-list_offset-lr-reverse .activities-list__item:nth-child(odd) {
  padding-right: 8.33334vw;
}
.activities-list_offset-lr-reverse .activities-list__item:nth-child(2n) {
  padding-left: 8.33334vw;
}
.activities-list_offset-list {
  margin-top: 9rem;
  margin-bottom: 2rem;
}
.activities-list_offset-list .activities-list__item:nth-child(odd) {
  padding-left: 18.75001vw;
}
.activities-list_offset-list .activities-list__item:nth-child(2n) {
  padding-right: 18.75001vw;
}
.activities-list_two-per-row .activities-list__item {
  margin-bottom: 8rem;
}
.activities-list_two-per-row .activities-list__item:last-of-type {
  margin-bottom: 0;
}
.activities-list_no-mb {
  margin-bottom: 0;
}
.line-icons {
  position: relative;
  padding-bottom: 15rem;
  padding-top: 15rem;
  background-color: #ffb804;
  overflow: hidden;
}
.line-icons__left-bg {
  position: absolute;
  top: 0;
  left: -60px;
  height: 100%;
  width: 320px;
}
.line-icons__left-bg > svg {
  width: 100%;
  height: 100%;
}
.line-icons__right-bg {
  position: absolute;
  top: 0;
  right: -20px;
  height: 460px;
  width: 320px;
}
.line-icons__right-bg > svg {
  width: 100%;
  height: 100%;
}
.line-icons__title {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10rem;
}
.line-icons__wrapper {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.line-icons__item {
  width: 25%;
  transition: 0.4s ease-out;
}
.line-icons__item:hover {
  transform: scale(1.05);
}
.line-icons__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.line-icons__card-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 36px;
}
.line-icons__card-icon--width {
  width: 94px;
}
.line-icons__card-icon > svg {
  width: 100%;
  height: 100%;
}
.line-icons__card-title {
  font-size: 24px;
  min-height: 72px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.line-icons__card-description {
  font-size: 18px;
  line-height: 1.65em;
}
.line-icons_downward-left {
  margin-bottom: 34rem;
}
.line-icons_downward-left .line-icons__item:nth-child(odd) {
  transform: translateY(8rem);
}
.line-icons_downward-right {
  padding-top: 2.5rem;
}
.line-icons_downward-right .line-icons__item:nth-child(2n) {
  transform: translateY(8rem);
}
.line-icons_downward-right .line-icons__item:nth-child(2n):last-of-type {
  margin-bottom: 8rem;
}
.line-icons_downward-right2 {
  padding-top: 2.5rem;
}
.line-icons_downward-right2 .line-icons__item:not(:last-of-type) {
  margin-bottom: 8rem;
}
.line-icons_downward-right2 .line-icons__item:nth-child(2n) {
  transform: translateY(9rem);
}
.line-icons_downward-right2 .line-icons__item:nth-child(2n):last-of-type {
  margin-bottom: 9rem;
}
.line-icons_offset-lr .line-icons__item:nth-child(odd) {
  padding-left: 8.33334vw;
}
.line-icons_offset-lr .line-icons__item:nth-child(2n) {
  padding-right: 8.33334vw;
}
.line-icons_offset-lr-reverse .line-icons__wrapper {
  flex-direction: row-reverse;
}
.line-icons_offset-lr-reverse .line-icons__item:nth-child(odd) {
  padding-right: 8.33334vw;
}
.line-icons_offset-lr-reverse .line-icons__item:nth-child(2n) {
  padding-left: 8.33334vw;
}
.line-icons_offset-list {
  margin-top: 9rem;
  margin-bottom: 2rem;
}
.line-icons_offset-list .line-icons__item:nth-child(odd) {
  padding-left: 18.75001vw;
}
.line-icons_offset-list .line-icons__item:nth-child(2n) {
  padding-right: 18.75001vw;
}
.line-icons_two-per-row .line-icons__item {
  margin-bottom: 8rem;
}
.line-icons_two-per-row .line-icons__item:last-of-type {
  margin-bottom: 0;
}
.line-icons_no-mb {
  margin-bottom: 0;
}
.grey-form {
  position: relative;
  padding: 13.2rem 0;
  background-color: #faf8f8;
  border-radius: 2rem;
  overflow: hidden;
}
.grey-form_vacancy {
  padding: 15rem 0 12.4rem;
}
.grey-form_vacancy .grey-form__left-top {
  width: 27.29169vw;
}
.grey-form_vacancy .grey-form__title {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.grey-form_contacts {
  padding-top: 18.9rem;
  padding-bottom: 12rem;
}
.grey-form_contacts .grey-form__inputs {
  margin-bottom: 0;
}
.grey-form_contacts .grey-form__bottom {
  align-items: center;
}
.grey-form_free-popup {
  padding: 8rem 0 8.6rem;
}
.grey-form_free-popup .grey-form__left {
  margin-left: 4.1666666667vw;
  width: 18.75vw;
}
.grey-form_free-popup .grey-form__form {
  margin-left: 4.16667vw;
  width: 18.75001vw;
}
.grey-form_free-popup .grey-form__title-top {
  margin-left: 4.16667vw;
}
.grey-form_free-popup .grey-form__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.grey-form_free-popup .grey-form__middle {
  margin-bottom: 0;
}
.grey-form_pr {
  padding-top: 19rem;
  padding-bottom: 10.5rem;
}
.grey-form_pr .grey-form__inputs {
  margin-bottom: 2rem;
}
.grey-form_pr .grey-form__hand {
  left: 13.48959vw;
  width: 25.25002vw;
}
.grey-form_callback {
  padding-top: 8rem;
  padding-bottom: 7.3rem;
}
.grey-form_callback .grey-form__container {
  flex-direction: column;
}
.grey-form_callback .grey-form__form,
.grey-form_callback .grey-form__left {
  margin-left: 4.16667vw;
  margin-right: 4.16667vw;
  width: auto;
}
.grey-form_callback .grey-form__bottom {
  align-items: flex-end;
}
.grey-form_callback .grey-form__title {
  font-family: Gilroy;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 4.2rem;
}
.grey-form_callback .grey-form__hand {
  left: auto;
  right: -8rem;
  bottom: 23%;
  width: 45%;
}
.grey-form_comment {
  padding-top: 19rem;
}
.grey-form_comment .input textarea {
  margin-bottom: 0;
  min-height: 20rem;
}
.grey-form_comment .grey-form__hand {
  left: 13.33334vw;
  bottom: -7rem;
  transform: rotate(20deg);
  width: 25.00002vw;
}
.grey-form_pink {
  background-color: #ff6072;
}
.grey-form_whisper2 {
  background-color: #f7f6fb;
}
.grey-form__container {
  position: relative;
  z-index: 2;
  display: flex;
}
.grey-form__container_dark {
  color: #242424;
}
.grey-form__container_dark .grey-form__bottom-info p {
  color: rgba(36, 36, 36, 0.6);
}
.grey-form__container_dark .grey-form__bottom-info a {
  color: #242424;
}
.grey-form__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #faf8f8;
}
.grey-form__bg img,
.grey-form__bg picture {
  width: 100%;
  height: 100%;
}
.grey-form__bg img {
  -o-object-fit: cover;
  object-fit: cover;
}
.grey-form__bg_contain img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
.grey-form__hand {
  position: absolute;
  left: 9.16667vw;
  bottom: -5rem;
  width: 22.50002vw;
}
.grey-form__hand img {
  width: 100%;
  height: auto;
}
.grey-form__left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8.33334vw;
  width: 31.25003vw;
}
.grey-form__title {
  font-family: GothamPro;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 5rem;
}
.grey-form__title-top {
  position: relative;
  z-index: 2;
  font-family: Gilroy;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 4rem;
  margin-left: 8.33334vw;
}
.grey-form__bottom-text p,
.grey-form__text p {
  margin-bottom: 3rem;
}
.grey-form__bottom-text p:last-child,
.grey-form__text p:last-child {
  margin-bottom: 0;
}
.grey-form__text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.grey-form__bottom-text {
  margin-top: 3rem;
  width: 19.16668vw;
  font-size: 1.8rem;
  line-height: 1.8;
  opacity: 0.6;
}
.grey-form__form {
  margin-left: 4.16667vw;
  width: 31.25003vw;
}
.grey-form__inputs {
  margin-bottom: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grey-form__inputs-item {
  width: 100%;
}
.grey-form__inputs-item:not(:last-child) {
  margin-bottom: 3.5rem;
}
.grey-form__middle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.grey-form__middle:empty {
  margin-bottom: 0;
}
.grey-form__middle-item {
  margin-bottom: 2rem;
}
.grey-form__middle-item:not(:last-child) {
  margin-right: 4rem;
}
.grey-form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.grey-form__bottom-info {
  flex-basis: 20.83335vw;
  margin-right: 10px;
}
.grey-form__left-info {
  margin-top: 2.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.grey-form__bottom-info {
  font-size: 1.8rem;
  line-height: 1.8;
}
.grey-form__subtitle {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
}
.grey-form__subdescription {
  font-size: 2.4rem;
  line-height: 1.6;
}
.grey-form__bottom-info p,
.grey-form__left-info p {
  margin-bottom: 0;
}
.grey-form__bottom-info a,
.grey-form__left-info a {
  color: #202020;
  white-space: nowrap;
  box-shadow: 0 1px 0 0 rgba(32, 32, 32, 0);
  transition: box-shadow 0.3s ease-out;
}
.grey-form__bottom-info a:active,
.grey-form__bottom-info a:focus,
.grey-form__bottom-info a:hover,
.grey-form__left-info a:active,
.grey-form__left-info a:focus,
.grey-form__left-info a:hover {
  outline: none;
  box-shadow: 0 1px 0 0 #202020;
}
.grey-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  border: none;
  background-color: #ff7c8c;
  padding: 16px 38px;
  outline: none;
}
.grey-form__button-icon {
  width: 20px;
  height: 20px;
  fill: #f8f8f8;
  margin-left: 20px;
}
.grey-form__button:focus {
  outline: none;
}
.grey-form__questionnaire-button {
  display: flex;
  align-items: center;
  margin-right: 5.20834vw;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.grey-form__questionnaire-button:focus {
  outline: none;
}
.grey-form__questionnaire-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}
.grey-form__questionnaire-icon {
  width: 1.6rem;
  height: 2.2rem;
  margin-right: 1.8rem;
}
.grey-form__questionnaire-icon svg {
  width: 100%;
  height: 100%;
}
.main-new-form {
  color: #202020;
  margin-top: 0;
}
.main-new-form__container {
  position: relative;
  background-color: #faf8f8;
  color: #202020;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 70px 65px;
}
.main-new-form__bottom-info {
  margin: 24px 0;
  width: 45%;
  text-align: right;
}
.main-new-form__bottom-info > p {
  font-size: 14px;
  text-align: right;
}
.main-new-form__bottom-info > p > a {
  color: #202020;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.main-new-form__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-new-form__bottom,
.main-new-form__btn {
  position: relative;
  z-index: 2;
}
.main-new-form__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-new-form__bg,
.main-new-form__bg picture {
  width: 100%;
  height: 100%;
}
.main-new-form__bg img {
  height: 100%;
}
.main-new-form__wrap {
  position: relative;
  z-index: 2;
}
.main-new-form__inputs {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin-left: 25%;
  margin-top: 40px;
}
.main-new-form__item:nth-child(2n) {
  margin-left: 18px;
  width: calc(50% - 18px);
}
.main-new-form__item:nth-child(odd) {
  margin-right: 18px;
  width: calc(50% - 18px);
}
.main-new-form__item:first-child,
.main-new-form__item:nth-child(2) {
  margin-bottom: 24px;
}
.main-new-form__item:nth-child(3),
.main-new-form__item:nth-child(4) {
  margin-bottom: 0;
}
.main-new-form__title {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: center;
}
.main-new-form__title > span {
  color: #7c4ffc;
}
.main-new-form__text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
}
.lead-corporate {
  position: relative;
  color: #242424;
}
.lead-corporate__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.lead-corporate__bg img,
.lead-corporate__bg picture {
  width: 100%;
  height: auto;
}
.lead-corporate__wrapper {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding-top: 27.7vh;
}
.lead-corporate__flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lead-corporate__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.lead-corporate__title > span {
  transform: scale(1.1);
  color: #ff6f82;
}
.lead-corporate__description {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
.lead-corporate__description p {
  margin-bottom: 2rem;
}
.lead-corporate__description p:last-child {
  margin-bottom: 0;
}
.lead-corporate__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8rem;
  width: 100%;
}
.lead-corporate__details-item {
  max-width: 31%;
}
.lead-corporate__details-text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.lead-corporate__details-value {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.6;
  color: #ff6072;
  text-align: center;
}
.lead-corporate__btn {
  margin-bottom: 7rem;
}
.m-corporate-slider {
  display: none;
  padding: 70px 0 40px;
}
.m-corporate-slider__slide {
  width: 100%;
}
.m-corporate-slider__slide-pic {
  height: 240px;
}
.m-corporate-slider__slide-pic picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.m-corporate-slider__slide-pic img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-corporate-slider__slide-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  margin: 3rem 0;
}
.m-corporate-slider__slide-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.m-corporate-slider__slide-text b {
  font-weight: 600;
}
.m-corporate-slider__slide-text span {
  color: #7c4ffc;
}
.m-corporate-slider__slide-discount {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3rem;
  padding: 3rem 2rem;
}
.m-corporate-slider__slide-btn {
  display: block;
  max-width: 280px;
  margin: 2rem auto;
}
.m-corporate-slider .swiper-slide {
  width: 100% !important;
}
.m-corporate-slider .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.m-corporate-slider .swiper-container-3d {
  perspective: inherit;
}
.corporate-slider {
  padding: 4rem 0;
}
.corporate-slider__container {
  position: relative;
  overflow: hidden;
}
.corporate-slider .swiper-cube-shadow {
  opacity: 0;
}
.corporate-slider__slide-second .swiper-container {
  overflow: visible;
}
.corporate-slider__slide-pic {
  width: 200px;
  height: 170px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.corporate-slider__slide-pic .swiper-container {
  height: 100%;
  overflow: visible;
}
.corporate-slider__slide-pic .swiper-wrapper,
.corporate-slider__slide-pic img {
  height: 100%;
}
.corporate-slider__slide-content {
  padding: 0;
  background-color: #fff;
}
.corporate-slider__btn {
  display: flex;
  justify-content: center;
  margin-top: 3.33rem;
  max-width: 360px;
}
.corporate-slider__slide-title {
  font-size: 4.44rem;
  font-weight: 800;
  line-height: 5rem;
}
.corporate-slider__slide-subtitle {
  font-size: 2.22rem;
  font-weight: 400;
  line-height: 3.6rem;
}
.corporate-slider__slide-subtitle b {
  font-weight: 600;
}
.corporate-slider__slide-subtitle span {
  color: #7c4ffc;
}
.corporate-slider__counters {
  display: flex;
  margin-top: 9rem;
}
.corporate-slider__discount {
  margin-top: 5rem;
  font-size: 22px;
  font-weight: 600;
}
.corporate-slider__counter {
  display: flex;
  flex-direction: column;
}
.corporate-slider__counter:not(:first-child) {
  margin-left: 9rem;
}
.corporate-slider__counter-num {
  font-size: 7.5rem;
  font-weight: 800;
  color: #ff6f82;
}
.corporate-slider__counter-label {
  font-size: 2.25rem;
  font-weight: 400;
  color: #202020;
}
.corporate-slider__nav {
  position: absolute;
  z-index: 8;
  bottom: -11.75rem;
  padding-bottom: 2rem;
  left: calc(50% - 11.75rem);
}
.corporate-slider__nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.5rem;
  height: 23.5rem;
  border-radius: 100px;
}
.corporate-slider__nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 4rem;
  color: #ff6f82;
}
.corporate-slider__nav-btn--right {
  transform: rotate(180deg);
  margin-left: 11rem;
}
.corporate-slider__nav-btn:hover {
  color: #ff6f82;
  opacity: 0.75;
}
.corporate-slider__nav-btn svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.corporate-slider__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
  height: calc(99.9vh - 19.3rem);
  padding: 7rem 0 0;
  margin-bottom: 4rem;
  min-height: calc(100vh - 19.3rem);
}
.franchise-package {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.franchise-package__desc {
  position: relative;
  z-index: 8;
  background-color: #764ced;
}
.franchise-package__desc:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #764ced;
}
.franchise-package .swiper-container {
  overflow: visible;
}
.franchise-package__title {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: left;
}
.franchise-package__subtitle {
  margin-top: 4rem;
  font-size: 2.6rem;
  line-height: 1.6;
  max-width: 65%;
  text-align: left;
}
.franchise-package__subtitle > span {
  font-weight: 600;
}
.franchise-package__subtext {
  margin-top: 3rem;
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: left;
}
.franchise-package__subtext > a {
  color: #ffb804;
}
.franchise-package .swiper-slide:nth-child(1n) .franchise-package__card {
  background-color: #3cc3e1;
}
.franchise-package .swiper-slide:nth-child(2n) .franchise-package__card {
  background-color: #ffb804;
}
.franchise-package .swiper-slide:nth-child(3n) .franchise-package__card {
  background-color: #fef4f8;
  color: #000;
}
.franchise-package .swiper-slide:nth-child(3n) .franchise-package__card-icon {
  border-color: #000;
}
.franchise-package__card {
  padding: 32px;
  border-radius: 20px;
  cursor: grab;
}
.franchise-package__card:hover .franchise-package__card-text,
.franchise-package__card:hover .franchise-package__card-title {
  transform: scale(1.01);
}
.franchise-package__card:hover .franchise-package__card-icon {
  transform: scale(1.075);
}
.franchise-package__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: 0.4s;
}
.franchise-package__card-icon-svg {
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 6rem;
  font-weight: 600;
}
.franchise-package__card-icon-svg > svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.franchise-package__card-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
  transition: 0.45s;
}
.franchise-package__card-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  transition: 0.5s;
}
.franchise-package__nav {
  width: 200px;
  height: 80px;
  margin: 3rem 0 0;
  position: relative;
}
.franchise-package__nav-btn {
  position: absolute;
  z-index: 14;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 2px solid hsla(0, 0%, 100%, 0.4588235294);
  border-radius: 100%;
  transition: 0.25s;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.franchise-package__nav-btn.is-disabled {
  opacity: 0.25;
}
.franchise-package__nav-btn-left {
  left: 0;
}
.franchise-package__nav-btn-right {
  right: 0;
  transform: rotate(180deg);
}
.franchise-package__nav-btn:hover {
  border-color: #fff;
  cursor: pointer;
}
.franchise-package__nav-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
.franchise-package__nav-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.premium-banners .swiper-container {
  overflow: visible;
}
.premium-banners__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 4rem;
  background-color: #f5f0f2;
  box-shadow: 0 3rem 8rem rgba(55, 84, 170, 0.1);
  border-radius: 30px;
}
.premium-banners__card--premium {
  background-color: #3cc3e1;
}
.premium-banners__card--premium .premium-banners__card-description {
  font-size: 2.6rem;
}
.premium-banners__card--native {
  background-color: #ff798a;
}
.premium-banners__card-title {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
}
.premium-banners__card-title img {
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
}
.premium-banners__card-description {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  max-width: 30rem;
  margin-bottom: 2rem;
  height: 10rem;
  margin-top: 2rem;
  text-align: center;
}
.premium-banners__card-bonus {
  font-size: 2.2rem;
  font-weight: 700;
}
.premium-banners__card-btn {
  margin-top: 2rem;
  background-color: #00b7ff;
  border-color: #fff;
  padding: 1.2rem 3.4rem;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  text-shadow: 2px 2px rgba(34, 60, 80, 0.2);
  color: #fff;
}
.premium-banners__card-btn:hover {
  outline: none;
  border-color: #fff;
  transform: scale(1.05);
  color: #202020;
  opacity: 0.99;
  color: #ffb100;
}
.premium-banners__card-list {
  padding-left: 0;
  margin-top: 4rem;
  list-style-type: none;
  font-size: 2rem;
}
.premium-banners__card-list li {
  display: flex;
  align-items: center;
}
.premium-banners__card-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.premium-banners__card-list li img {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}
.premium-banners__slider {
  justify-content: center;
  align-items: center;
}
.advantages-block-group-landing {
  overflow: hidden;
}
.advantages-block-group-landing__list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages-block-group-landing__item {
  width: 20%;
  margin-bottom: 0;
}
.advantages-block-group-landing__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.advantages-block-group-landing__card:hover {
  transform: scale(1.05);
}
.advantages-block-group-landing__card-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 3rem;
  text-align: center;
}
.advantages-block-group-landing__card-subtitle {
  font-size: 18px;
  margin-top: 1.3rem;
  text-align: center;
}
.advantages-block-group-landing__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
}
.advantages-block-group-landing__card-icon-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #ff6f82;
}
.advantages-block-group-landing__card-icon-svg--100 {
  width: 100px;
  height: 100px;
}
.advantages-block-group-landing__card-icon-svg > svg {
  width: 100%;
  height: 100%;
  color: #ff6f82;
  fill: currentColor;
}
.advantages-block-group-landing__title {
  padding-top: 0.5rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.advantages-block-group-landing.animated {
  animation: scale-up-bl 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.teachers-main-group-landing {
  width: 100%;
  overflow: visible;
}
.teachers-main-group-landing__content {
  display: flex;
  justify-content: center;
}
.teachers-main-group-landing__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 0;
}
.teachers-main-group-landing__header-bg {
  position: absolute;
  bottom: 2rem;
}
.teachers-main-group-landing__header-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: -132px;
  max-width: 396px;
  max-height: 225px;
  margin: 0 auto;
}
.teachers-main-group-landing__header-pic > img {
  max-width: 100%;
  max-height: 100%;
}
.teachers-main-group-landing__title {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.2;
  text-align: center;
  color: #242424;
  margin-bottom: 4rem;
}
.teachers-main-group-landing__subtitle {
  padding: 0 1rem;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  color: #242424;
}
.teachers-main-group-landing__btn {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  color: #2b2a35;
  border-color: #ffbf00;
}
.teachers-main-group-landing__btn:hover {
  color: #fff;
  background-color: #ffbf00;
}
.teachers-main-group-landing__select {
  position: relative;
  width: 634px;
  height: 62px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.25s;
  opacity: 1;
}
.teachers-main-group-landing__select:hover {
  opacity: 0.85;
}
.teachers-main-group-landing__select-label {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 36px;
  margin: auto 0;
  font-size: 2rem;
  line-height: 3.2rem;
}
.teachers-main-group-landing__select-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 36px;
  margin: auto 0;
  transform: rotate(270deg);
}
.teachers-main-group-landing__select-icon > svg {
  width: 100%;
  height: 100%;
  color: #ff6f82;
  fill: #ff6f82;
}
.price-banner-group-landing {
  position: relative;
  padding: 8.5rem 0 3rem;
  color: #242424;
}
.price-banner-group-landing__picture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25rem;
  transform: translate(-50%, -65%);
}
.price-banner-group-landing__picture img {
  max-width: 100%;
  height: auto;
}
.price-banner-group-landing__content {
  margin-left: 29.1666666667vw;
  width: 41.6666666667vw;
  text-align: center;
}
.price-banner-group-landing__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  font-size: 4rem;
}
.price-banner-group-landing__text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.price-banner-group-landing__btn {
  margin-top: 5rem;
}
.price-slider-group-landing__tabs {
  display: flex;
  justify-content: space-between;
  margin-left: 22.9166666667vw;
  width: 54.1666666667vw;
  padding-top: 1rem;
}
.price-slider-group-landing.speaking-clubs .price-slider-group-landing__tabs {
  justify-content: center;
}
.price-slider-group-landing__tab-title {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.price-slider-group-landing__tab-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ff6072;
  transform: translateY(-50%);
}
.price-slider-group-landing.speaking-clubs
  .price-slider-group-landing__tab-title {
  text-align: center;
}
.price-slider-group-landing.speaking-clubs
  .price-slider-group-landing__tab-title:before {
  left: 50px;
}
.price-slider-group-landing__tab-btn {
  display: none;
  border-color: #3cc3e1;
  background-color: #fff;
  color: #242424;
}
.price-slider-group-landing__tab-btn:active,
.price-slider-group-landing__tab-btn:focus,
.price-slider-group-landing__tab-btn:hover {
  outline: none;
  border-color: #3cc3e1;
  background: #3cc3e1;
  color: #242424;
}
.price-slider-group-landing__tab-btn.active,
.price-slider-group-landing__tab-btn:hover {
  background-color: #3cc3e1;
}
.price-slider-group-landing.speaking-clubs
  .price-slider-group-landing__tab-btn {
  border-color: #3cc3e1;
}
.price-slider-group-landing.speaking-clubs
  .price-slider-group-landing__tab-btn:active,
.price-slider-group-landing.speaking-clubs
  .price-slider-group-landing__tab-btn:focus,
.price-slider-group-landing.speaking-clubs
  .price-slider-group-landing__tab-btn:hover {
  outline: none;
  border-color: #3cc3e1;
  background: #3cc3e1;
  color: #242424;
}
.price-slider-group-landing.speaking-clubs
  .price-slider-group-landing__tab-btn.active,
.price-slider-group-landing.speaking-clubs
  .price-slider-group-landing__tab-btn:hover {
  background-color: #3cc3e1;
}
.price-slider-group-landing__container {
  display: none;
  padding-left: 6.25vw;
  padding-bottom: 14rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.price-slider-group-landing__container.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.price-slider-group-landing__wrapper {
  padding-top: 2rem;
}
.price-item-group-landing {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 20.8333333333vw;
  height: auto;
  margin-right: 2.08333vw;
  padding: 4rem 2.08333vw;
  color: #242424;
  background-color: #fff;
  box-shadow: 0 3rem 8rem rgba(55, 84, 170, 0.1);
  border-radius: 30px;
  cursor: grab;
}
.price-item-group-landing:active {
  cursor: grabbing;
}
.price-item-group-landing_hot {
  position: relative;
  color: #fff;
  background-color: #3cc3e1;
  z-index: 2;
}
.price-item-group-landing_hot .price-item-group-landing__sticker {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #222;
}
.price-item-group-landing__sticker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.5rem;
  height: 11.5rem;
  color: #3cc3e1;
  background-color: #fff;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 30px;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}
.price-item-group-landing__sticker > span {
  position: absolute;
  top: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  right: 1rem;
  height: 6rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}
.price-item-group-landing__sticker--payment {
  color: #fff;
  background-color: #3cc3e1;
  border: 2px solid #3cc3e1;
}
.price-item-group-landing__sticker--optimal {
  color: #222;
  background-color: #ffb804;
  border: 2px solid #ffb804;
}
.price-item-group-landing__sticker--cheap {
  color: #fff;
  background-color: #ff6072;
  border: 2px solid #ff6072;
}
.price-item-group-landing__lessons {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.price-item-group-landing__cost-new {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.price-item-group-landing__cost-new > span {
  font-size: 3rem;
}
.price-item-group-landing__cost-old {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.6;
  color: rgba(36, 36, 36, 0.5);
}
.price-item-group-landing__cost-old:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(36, 36, 36, 0.5);
  transform: translateY(-50%);
}
.price-item-group-landing__cost-one {
  font-size: 2.4rem;
  line-height: 1.6;
}
.price-item-group-landing__subtitle {
  margin-top: 6rem;
}
.price-item-group-landing__subtitle > span {
  font-size: 2rem;
}
.price-item-group-landing__subtitle img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: inline-flex;
  align-items: center;
}
.price-item-group-landing__subtitle img:nth-child(2) {
  margin-right: 1.4rem;
}
.price-item-group-landing__speaking {
  margin: 6.4rem 0 8rem;
  min-height: 54px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.price-item-group-landing__speaking--smargin {
  margin: 1rem 0;
}
.price-item-group-landing__buy {
  padding: 1.4rem 6rem;
  margin: 0 auto;
  min-width: 216px;
}
.price-item-group-landing__buy:not(:last-child) {
  margin-bottom: 2rem;
}
.price-item-group-landing__btn-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  align-items: center;
  align-content: flex-end;
  flex-grow: 1;
}
[data-namespace="relocants"] .relocants__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50vw;
  margin-left: 25vw;
}
[data-namespace="relocants"] .relocants__slider-section:before {
  height: 68%;
}
.price-advantages-relocants {
  overflow: hidden;
}
.price-advantages-relocants__list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.price-advantages-relocants__item {
  width: 20%;
  margin-bottom: 0;
}
.price-advantages-relocants__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.price-advantages-relocants__card:hover {
  transform: scale(1.05);
}
.price-advantages-relocants__card-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 3rem;
  text-align: center;
}
.price-advantages-relocants__card-subtitle {
  font-size: 18px;
  margin-top: 1.3rem;
  text-align: center;
}
.price-advantages-relocants__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
}
.price-advantages-relocants__card-icon-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #ff6f82;
}
.price-advantages-relocants__card-icon-svg--100 {
  width: 100px;
  height: 100px;
}
.price-advantages-relocants__card-icon-svg > svg {
  width: 100%;
  height: 100%;
  color: #ff6f82;
  fill: currentColor;
}
.price-advantages-relocants__title {
  padding-top: 0.5rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.price-advantages-relocants.animated {
  animation: scale-up-bl 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.advantages-block-relocants {
  overflow: hidden;
}
.advantages-block-relocants__list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages-block-relocants__item {
  width: 20%;
  margin-bottom: 0;
}
.advantages-block-relocants__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.advantages-block-relocants__card:hover {
  transform: scale(1.05);
}
.advantages-block-relocants__card-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 3rem;
  text-align: center;
}
.advantages-block-relocants__card-subtitle {
  font-size: 18px;
  margin-top: 1.3rem;
  text-align: center;
}
.advantages-block-relocants__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
}
.advantages-block-relocants__card-icon-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #ff6f82;
}
.advantages-block-relocants__card-icon-svg--100 {
  width: 100px;
  height: 100px;
}
.advantages-block-relocants__card-icon-svg > svg {
  width: 100%;
  height: 100%;
  color: #ff6f82;
  fill: currentColor;
}
.advantages-block-relocants__title {
  padding-top: 0.5rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  text-align: center;
}
.advantages-block-relocants.animated {
  animation: scale-up-bl 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.advantages-block-relocants__point {
  width: 100%;
  height: 100%;
}
@keyframes scale-up-br {
  0% {
    transform: scale(0);
    transform-origin: 100% 100%;
  }
  to {
    transform: scale(1);
    transform-origin: 100% 100%;
  }
}
@keyframes scale-up-bl {
  0% {
    transform: scale(0);
    transform-origin: 0 100%;
  }
  to {
    transform: scale(1);
    transform-origin: 0 100%;
  }
}
.price-banner-relocants {
  position: relative;
  padding: 23.5rem 0 12rem;
  margin-top: 40rem;
  color: #fff;
  background-color: #ff6072;
}
.price-banner-relocants__picture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 51rem;
  transform: translate(-50%, -65%);
}
.price-banner-relocants__picture img {
  max-width: 100%;
  height: auto;
}
.price-banner-relocants__content {
  margin-left: 29.1666666667vw;
  width: 41.6666666667vw;
  text-align: center;
}
.price-banner-relocants__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.price-banner-relocants__text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: left;
  list-style-type: none;
}
.price-banner-relocants__btn {
  margin-top: 5rem;
}
.price-banner-relocants__point {
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
.price-banner-relocants__line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 30px;
}
.price-banner-relocants__line-content {
  font-size: 25px;
  line-height: 1.3;
}
.price-banner-emigration {
  position: relative;
  padding: 20rem 0 12rem;
  margin-top: 20rem;
  color: #fff;
  background-color: #ff6072;
}
.price-banner-emigration__picture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 51rem;
  transform: translate(-50%, -65%);
}
.price-banner-emigration__picture img {
  max-width: 100%;
  height: auto;
}
.price-banner-emigration__content {
  margin-left: 29.1666666667vw;
  width: 41.6666666667vw;
  text-align: center;
}
.price-banner-emigration__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.price-banner-emigration__text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  list-style-type: none;
}
.price-banner-emigration__btn {
  margin-top: 5rem;
}
.price-banner-emigration__point {
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
.price-banner-emigration__line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 30px;
}
.price-banner-emigration__line-content {
  font-size: 25px;
  line-height: 1.3;
}
.price-item-relocants {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 20.8333333333vw;
  height: auto;
  margin-right: 2.08333vw;
  padding: 4rem 2.08333vw;
  color: #242424;
  background-color: #fff;
  box-shadow: 0 3rem 8rem rgba(55, 84, 170, 0.1);
  border-radius: 30px;
  cursor: grab;
}
.price-item-relocants:active {
  cursor: grabbing;
}
.price-item-relocants_hot {
  position: relative;
  color: #fff;
  background-color: #3cc3e1;
  z-index: 2;
}
.price-item-relocants_hot .price-item-relocants__sticker {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #222;
}
.price-item-relocants__sticker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.5rem;
  height: 11.5rem;
  color: #3cc3e1;
  background-color: #fff;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 30px;
  box-shadow: 0 30px 80px rgba(55, 84, 170, 0.1);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}
.price-item-relocants__sticker > span {
  position: absolute;
  top: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  right: 1rem;
  height: 6rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}
.price-item-relocants__sticker--payment {
  color: #fff;
  background-color: #3cc3e1;
  border: 2px solid #3cc3e1;
}
.price-item-relocants__sticker--optimal {
  color: #222;
  background-color: #ffb804;
  border: 2px solid #ffb804;
}
.price-item-relocants__sticker--cheap {
  color: #fff;
  background-color: #ff6072;
  border: 2px solid #ff6072;
}
.price-item-relocants__lessons {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.price-item-relocants__cost-new {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}
.price-item-relocants__cost-new > span {
  font-size: 3rem;
}
.price-item-relocants__cost-old {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.6;
  color: rgba(36, 36, 36, 0.5);
}
.price-item-relocants__cost-old:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(36, 36, 36, 0.5);
  transform: translateY(-50%);
}
.price-item-relocants__cost-one {
  font-size: 2.4rem;
  line-height: 1.6;
}
.price-item-relocants__subtitle {
  margin-top: 6rem;
}
.price-item-relocants__subtitle > span {
  font-size: 2rem;
}
.price-item-relocants__subtitle img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: inline-flex;
  align-items: center;
}
.price-item-relocants__subtitle img:nth-child(2) {
  margin-right: 1.4rem;
}
.price-item-relocants__speaking {
  margin: 6.4rem 0 8rem;
  min-height: 54px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.price-item-relocants__speaking--smargin {
  margin: 1rem 0;
}
.price-item-relocants__buy {
  padding: 1.4rem 6rem;
  margin: 0 auto;
  min-width: 216px;
}
.price-item-relocants__buy:not(:last-child) {
  margin-bottom: 2rem;
}
.price-item-relocants__btn-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  align-items: center;
  align-content: flex-end;
  flex-grow: 1;
}
.price-slider-relocants__tabs {
  display: flex;
  justify-content: space-between;
  margin-left: 22.9166666667vw;
  width: 54.1666666667vw;
  padding-top: 1rem;
}
.price-slider-relocants.speaking-clubs .price-slider-relocants__tabs {
  justify-content: center;
}
.price-slider-relocants__tab-title {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.price-slider-relocants__tab-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ff6072;
  transform: translateY(-50%);
}
.price-slider-relocants.speaking-clubs .price-slider-relocants__tab-title {
  text-align: center;
}
.price-slider-relocants.speaking-clubs
  .price-slider-relocants__tab-title:before {
  left: 50px;
}
.price-slider-relocants__tab-btn {
  display: none;
  border-color: #3cc3e1;
  background-color: #fff;
  color: #242424;
}
.price-slider-relocants__tab-btn:active,
.price-slider-relocants__tab-btn:focus,
.price-slider-relocants__tab-btn:hover {
  outline: none;
  border-color: #3cc3e1;
  background: #3cc3e1;
  color: #242424;
}
.price-slider-relocants__tab-btn.active,
.price-slider-relocants__tab-btn:hover {
  background-color: #3cc3e1;
}
.price-slider-relocants.speaking-clubs .price-slider-relocants__tab-btn {
  border-color: #3cc3e1;
}
.price-slider-relocants.speaking-clubs .price-slider-relocants__tab-btn:active,
.price-slider-relocants.speaking-clubs .price-slider-relocants__tab-btn:focus,
.price-slider-relocants.speaking-clubs .price-slider-relocants__tab-btn:hover {
  outline: none;
  border-color: #3cc3e1;
  background: #3cc3e1;
  color: #242424;
}
.price-slider-relocants.speaking-clubs .price-slider-relocants__tab-btn.active,
.price-slider-relocants.speaking-clubs .price-slider-relocants__tab-btn:hover {
  background-color: #3cc3e1;
}
.price-slider-relocants__container {
  display: none;
  padding-left: 6.25vw;
  padding-bottom: 14rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.price-slider-relocants__container.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.price-slider-relocants__wrapper {
  padding-top: 2rem;
}
.price-banner-relogift {
  position: relative;
  padding: 8.5rem 0 3rem;
  margin-top: 20rem;
  color: #242424;
}
.price-banner-relogift__picture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25rem;
  transform: translate(-50%, -65%);
}
.price-banner-relogift__picture img {
  max-width: 100%;
  height: auto;
}
.price-banner-relogift__content {
  margin-left: 29.1666666667vw;
  width: 41.6666666667vw;
  text-align: center;
}
.price-banner-relogift__title {
  margin-bottom: 6rem;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  font-size: 4rem;
}
.price-banner-relogift__text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.price-banner-relogift__btn {
  margin-top: 5rem;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxs-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xxs-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxs-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxs-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxs-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xxs-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xxs-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxs-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxs-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxs-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xxs-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xxs-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxs-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxs-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxs-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xxs-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xxs-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxs-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxs-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxs-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xxs-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxs-first {
    order: -1;
  }
  .order-xxs-last {
    order: 25;
  }
  .order-xxs-0 {
    order: 0;
  }
  .order-xxs-1 {
    order: 1;
  }
  .order-xxs-2 {
    order: 2;
  }
  .order-xxs-3 {
    order: 3;
  }
  .order-xxs-4 {
    order: 4;
  }
  .order-xxs-5 {
    order: 5;
  }
  .order-xxs-6 {
    order: 6;
  }
  .order-xxs-7 {
    order: 7;
  }
  .order-xxs-8 {
    order: 8;
  }
  .order-xxs-9 {
    order: 9;
  }
  .order-xxs-10 {
    order: 10;
  }
  .order-xxs-11 {
    order: 11;
  }
  .order-xxs-12 {
    order: 12;
  }
  .order-xxs-13 {
    order: 13;
  }
  .order-xxs-14 {
    order: 14;
  }
  .order-xxs-15 {
    order: 15;
  }
  .order-xxs-16 {
    order: 16;
  }
  .order-xxs-17 {
    order: 17;
  }
  .order-xxs-18 {
    order: 18;
  }
  .order-xxs-19 {
    order: 19;
  }
  .order-xxs-20 {
    order: 20;
  }
  .order-xxs-21 {
    order: 21;
  }
  .order-xxs-22 {
    order: 22;
  }
  .order-xxs-23 {
    order: 23;
  }
  .order-xxs-24 {
    order: 24;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxs-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxs-3 {
    margin-left: 12.5%;
  }
  .offset-xxs-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxs-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxs-6 {
    margin-left: 25%;
  }
  .offset-xxs-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxs-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxs-9 {
    margin-left: 37.5%;
  }
  .offset-xxs-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxs-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxs-12 {
    margin-left: 50%;
  }
  .offset-xxs-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xxs-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xxs-15 {
    margin-left: 62.5%;
  }
  .offset-xxs-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xxs-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xxs-18 {
    margin-left: 75%;
  }
  .offset-xxs-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xxs-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xxs-21 {
    margin-left: 87.5%;
  }
  .offset-xxs-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xxs-23 {
    margin-left: 95.8333333333%;
  }
  .d-xxs-none {
    display: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
  .float-xxs-left {
    float: left !important;
  }
  .float-xxs-right {
    float: right !important;
  }
  .float-xxs-none {
    float: none !important;
  }
  .m-xxs-0 {
    margin: 0 !important;
  }
  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0 !important;
  }
  .mr-xxs-0,
  .mx-xxs-0 {
    margin-right: 0 !important;
  }
  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxs-0,
  .mx-xxs-0 {
    margin-left: 0 !important;
  }
  .m-xxs-1 {
    margin: 0.25rem !important;
  }
  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxs-1,
  .mx-xxs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxs-1,
  .mx-xxs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxs-2 {
    margin: 0.5rem !important;
  }
  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxs-2,
  .mx-xxs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxs-2,
  .mx-xxs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxs-3 {
    margin: 1rem !important;
  }
  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 1rem !important;
  }
  .mr-xxs-3,
  .mx-xxs-3 {
    margin-right: 1rem !important;
  }
  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxs-3,
  .mx-xxs-3 {
    margin-left: 1rem !important;
  }
  .m-xxs-4 {
    margin: 1.5rem !important;
  }
  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxs-4,
  .mx-xxs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxs-4,
  .mx-xxs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxs-5 {
    margin: 3rem !important;
  }
  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 3rem !important;
  }
  .mr-xxs-5,
  .mx-xxs-5 {
    margin-right: 3rem !important;
  }
  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxs-5,
  .mx-xxs-5 {
    margin-left: 3rem !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0 !important;
  }
  .pr-xxs-0,
  .px-xxs-0 {
    padding-right: 0 !important;
  }
  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxs-0,
  .px-xxs-0 {
    padding-left: 0 !important;
  }
  .p-xxs-1 {
    padding: 0.25rem !important;
  }
  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxs-1,
  .px-xxs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxs-2 {
    padding: 0.5rem !important;
  }
  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxs-2,
  .px-xxs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxs-3 {
    padding: 1rem !important;
  }
  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 1rem !important;
  }
  .pr-xxs-3,
  .px-xxs-3 {
    padding-right: 1rem !important;
  }
  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 1rem !important;
  }
  .p-xxs-4 {
    padding: 1.5rem !important;
  }
  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxs-4,
  .px-xxs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxs-5 {
    padding: 3rem !important;
  }
  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 3rem !important;
  }
  .pr-xxs-5,
  .px-xxs-5 {
    padding-right: 3rem !important;
  }
  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 3rem !important;
  }
  .m-xxs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxs-n1,
  .my-xxs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxs-n1,
  .mx-xxs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxs-n1,
  .my-xxs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxs-n1,
  .mx-xxs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxs-n2,
  .my-xxs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxs-n2,
  .mx-xxs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxs-n2,
  .my-xxs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxs-n2,
  .mx-xxs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxs-n3 {
    margin: -1rem !important;
  }
  .mt-xxs-n3,
  .my-xxs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxs-n3,
  .mx-xxs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxs-n3,
  .my-xxs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxs-n3,
  .mx-xxs-n3 {
    margin-left: -1rem !important;
  }
  .m-xxs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxs-n4,
  .my-xxs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxs-n4,
  .mx-xxs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxs-n4,
  .my-xxs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxs-n4,
  .mx-xxs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxs-n5 {
    margin: -3rem !important;
  }
  .mt-xxs-n5,
  .my-xxs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxs-n5,
  .mx-xxs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxs-n5,
  .my-xxs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxs-n5,
  .mx-xxs-n5 {
    margin-left: -3rem !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mt-xxs-auto,
  .my-xxs-auto {
    margin-top: auto !important;
  }
  .mr-xxs-auto,
  .mx-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-auto,
  .my-xxs-auto {
    margin-bottom: auto !important;
  }
  .ml-xxs-auto,
  .mx-xxs-auto {
    margin-left: auto !important;
  }
  .text-xxs-left {
    text-align: left !important;
  }
  .text-xxs-right {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 568px) {
  .container {
    max-width: 568px;
  }
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xs-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xs-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xs-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xs-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xs-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xs-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xs-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xs-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xs-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xs-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xs-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xs-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 25;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .order-xs-13 {
    order: 13;
  }
  .order-xs-14 {
    order: 14;
  }
  .order-xs-15 {
    order: 15;
  }
  .order-xs-16 {
    order: 16;
  }
  .order-xs-17 {
    order: 17;
  }
  .order-xs-18 {
    order: 18;
  }
  .order-xs-19 {
    order: 19;
  }
  .order-xs-20 {
    order: 20;
  }
  .order-xs-21 {
    order: 21;
  }
  .order-xs-22 {
    order: 22;
  }
  .order-xs-23 {
    order: 23;
  }
  .order-xs-24 {
    order: 24;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xs-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-3 {
    margin-left: 12.5%;
  }
  .offset-xs-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xs-6 {
    margin-left: 25%;
  }
  .offset-xs-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xs-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-9 {
    margin-left: 37.5%;
  }
  .offset-xs-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xs-12 {
    margin-left: 50%;
  }
  .offset-xs-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xs-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-15 {
    margin-left: 62.5%;
  }
  .offset-xs-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xs-18 {
    margin-left: 75%;
  }
  .offset-xs-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xs-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-21 {
    margin-left: 87.5%;
  }
  .offset-xs-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xs-23 {
    margin-left: 95.8333333333%;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 667px) {
  .container {
    max-width: 667px;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 25;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .order-sm-21 {
    order: 21;
  }
  .order-sm-22 {
    order: 22;
  }
  .order-sm-23 {
    order: 23;
  }
  .order-sm-24 {
    order: 24;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }
  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }
  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
  .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;
  }
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .footer__trial-lesson {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 25;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .order-md-21 {
    order: 21;
  }
  .order-md-22 {
    order: 22;
  }
  .order-md-23 {
    order: 23;
  }
  .order-md-24 {
    order: 24;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .offset-md-11 {
    margin-left: 45.8333333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.1666666667%;
  }
  .offset-md-14 {
    margin-left: 58.3333333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.6666666667%;
  }
  .offset-md-17 {
    margin-left: 70.8333333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.1666666667%;
  }
  .offset-md-20 {
    margin-left: 83.3333333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.6666666667%;
  }
  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .footer__mobile-logo {
    width: 14.8rem;
    height: 8.1rem;
  }
  .footer__mobile-logo:last-child {
    margin-left: 4rem;
  }
  .square-card_small:hover .course-card__img img {
    transform: scale(1.05);
  }
  .lead-2_about .btn {
    border: 1px solid #fff;
    box-shadow: 0 0.4rem 1.5rem rgba(55, 84, 170, 0.08);
  }
  [data-namespace="reviews"] .reviews__achievements-title {
    margin-bottom: 8.6rem;
  }
  .contact-button_subscription:focus {
    border-color: hsla(0, 0%, 100%, 0.8);
  }
  .input_subscription .input__notification {
    top: auto;
    bottom: -4rem;
    left: 3.5rem;
    text-align: left;
    transform-origin: bottom left;
  }
  .exam-results-circle__student.clicked,
  .exam-results-circle__student:hover {
    opacity: 1;
  }
  .exam-results-circle__student.clicked .exam-results-circle__img,
  .exam-results-circle__student:hover .exam-results-circle__img {
    transform: scale(1.0417);
  }
  .lang-card_small:hover .course-card__img img {
    transform: scale(1.05);
  }
}
@media (min-width: 823px) {
  .container {
    max-width: 823px;
  }
  .col-new {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-new-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-new-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-new-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-new-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-new-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-new-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-new-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-new-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-new-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-new-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-new-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-new-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-new-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-new-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-new-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-new-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-new-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-new-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-new-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-new-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-new-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-new-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-new-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-new-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-new-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-new-first {
    order: -1;
  }
  .order-new-last {
    order: 25;
  }
  .order-new-0 {
    order: 0;
  }
  .order-new-1 {
    order: 1;
  }
  .order-new-2 {
    order: 2;
  }
  .order-new-3 {
    order: 3;
  }
  .order-new-4 {
    order: 4;
  }
  .order-new-5 {
    order: 5;
  }
  .order-new-6 {
    order: 6;
  }
  .order-new-7 {
    order: 7;
  }
  .order-new-8 {
    order: 8;
  }
  .order-new-9 {
    order: 9;
  }
  .order-new-10 {
    order: 10;
  }
  .order-new-11 {
    order: 11;
  }
  .order-new-12 {
    order: 12;
  }
  .order-new-13 {
    order: 13;
  }
  .order-new-14 {
    order: 14;
  }
  .order-new-15 {
    order: 15;
  }
  .order-new-16 {
    order: 16;
  }
  .order-new-17 {
    order: 17;
  }
  .order-new-18 {
    order: 18;
  }
  .order-new-19 {
    order: 19;
  }
  .order-new-20 {
    order: 20;
  }
  .order-new-21 {
    order: 21;
  }
  .order-new-22 {
    order: 22;
  }
  .order-new-23 {
    order: 23;
  }
  .order-new-24 {
    order: 24;
  }
  .offset-new-0 {
    margin-left: 0;
  }
  .offset-new-1 {
    margin-left: 4.1666666667%;
  }
  .offset-new-2 {
    margin-left: 8.3333333333%;
  }
  .offset-new-3 {
    margin-left: 12.5%;
  }
  .offset-new-4 {
    margin-left: 16.6666666667%;
  }
  .offset-new-5 {
    margin-left: 20.8333333333%;
  }
  .offset-new-6 {
    margin-left: 25%;
  }
  .offset-new-7 {
    margin-left: 29.1666666667%;
  }
  .offset-new-8 {
    margin-left: 33.3333333333%;
  }
  .offset-new-9 {
    margin-left: 37.5%;
  }
  .offset-new-10 {
    margin-left: 41.6666666667%;
  }
  .offset-new-11 {
    margin-left: 45.8333333333%;
  }
  .offset-new-12 {
    margin-left: 50%;
  }
  .offset-new-13 {
    margin-left: 54.1666666667%;
  }
  .offset-new-14 {
    margin-left: 58.3333333333%;
  }
  .offset-new-15 {
    margin-left: 62.5%;
  }
  .offset-new-16 {
    margin-left: 66.6666666667%;
  }
  .offset-new-17 {
    margin-left: 70.8333333333%;
  }
  .offset-new-18 {
    margin-left: 75%;
  }
  .offset-new-19 {
    margin-left: 79.1666666667%;
  }
  .offset-new-20 {
    margin-left: 83.3333333333%;
  }
  .offset-new-21 {
    margin-left: 87.5%;
  }
  .offset-new-22 {
    margin-left: 91.6666666667%;
  }
  .offset-new-23 {
    margin-left: 95.8333333333%;
  }
  .d-new-none {
    display: none !important;
  }
  .d-new-inline {
    display: inline !important;
  }
  .d-new-inline-block {
    display: inline-block !important;
  }
  .d-new-block {
    display: block !important;
  }
  .d-new-table {
    display: table !important;
  }
  .d-new-table-row {
    display: table-row !important;
  }
  .d-new-table-cell {
    display: table-cell !important;
  }
  .d-new-flex {
    display: flex !important;
  }
  .d-new-inline-flex {
    display: inline-flex !important;
  }
  .flex-new-row {
    flex-direction: row !important;
  }
  .flex-new-column {
    flex-direction: column !important;
  }
  .flex-new-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-new-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-new-wrap {
    flex-wrap: wrap !important;
  }
  .flex-new-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-new-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-new-fill {
    flex: 1 1 auto !important;
  }
  .flex-new-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-new-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-new-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-new-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-new-start {
    justify-content: flex-start !important;
  }
  .justify-content-new-end {
    justify-content: flex-end !important;
  }
  .justify-content-new-center {
    justify-content: center !important;
  }
  .justify-content-new-between {
    justify-content: space-between !important;
  }
  .justify-content-new-around {
    justify-content: space-around !important;
  }
  .align-items-new-start {
    align-items: flex-start !important;
  }
  .align-items-new-end {
    align-items: flex-end !important;
  }
  .align-items-new-center {
    align-items: center !important;
  }
  .align-items-new-baseline {
    align-items: baseline !important;
  }
  .align-items-new-stretch {
    align-items: stretch !important;
  }
  .align-content-new-start {
    align-content: flex-start !important;
  }
  .align-content-new-end {
    align-content: flex-end !important;
  }
  .align-content-new-center {
    align-content: center !important;
  }
  .align-content-new-between {
    align-content: space-between !important;
  }
  .align-content-new-around {
    align-content: space-around !important;
  }
  .align-content-new-stretch {
    align-content: stretch !important;
  }
  .align-self-new-auto {
    align-self: auto !important;
  }
  .align-self-new-start {
    align-self: flex-start !important;
  }
  .align-self-new-end {
    align-self: flex-end !important;
  }
  .align-self-new-center {
    align-self: center !important;
  }
  .align-self-new-baseline {
    align-self: baseline !important;
  }
  .align-self-new-stretch {
    align-self: stretch !important;
  }
  .float-new-left {
    float: left !important;
  }
  .float-new-right {
    float: right !important;
  }
  .float-new-none {
    float: none !important;
  }
  .m-new-0 {
    margin: 0 !important;
  }
  .mt-new-0,
  .my-new-0 {
    margin-top: 0 !important;
  }
  .mr-new-0,
  .mx-new-0 {
    margin-right: 0 !important;
  }
  .mb-new-0,
  .my-new-0 {
    margin-bottom: 0 !important;
  }
  .ml-new-0,
  .mx-new-0 {
    margin-left: 0 !important;
  }
  .m-new-1 {
    margin: 0.25rem !important;
  }
  .mt-new-1,
  .my-new-1 {
    margin-top: 0.25rem !important;
  }
  .mr-new-1,
  .mx-new-1 {
    margin-right: 0.25rem !important;
  }
  .mb-new-1,
  .my-new-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-new-1,
  .mx-new-1 {
    margin-left: 0.25rem !important;
  }
  .m-new-2 {
    margin: 0.5rem !important;
  }
  .mt-new-2,
  .my-new-2 {
    margin-top: 0.5rem !important;
  }
  .mr-new-2,
  .mx-new-2 {
    margin-right: 0.5rem !important;
  }
  .mb-new-2,
  .my-new-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-new-2,
  .mx-new-2 {
    margin-left: 0.5rem !important;
  }
  .m-new-3 {
    margin: 1rem !important;
  }
  .mt-new-3,
  .my-new-3 {
    margin-top: 1rem !important;
  }
  .mr-new-3,
  .mx-new-3 {
    margin-right: 1rem !important;
  }
  .mb-new-3,
  .my-new-3 {
    margin-bottom: 1rem !important;
  }
  .ml-new-3,
  .mx-new-3 {
    margin-left: 1rem !important;
  }
  .m-new-4 {
    margin: 1.5rem !important;
  }
  .mt-new-4,
  .my-new-4 {
    margin-top: 1.5rem !important;
  }
  .mr-new-4,
  .mx-new-4 {
    margin-right: 1.5rem !important;
  }
  .mb-new-4,
  .my-new-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-new-4,
  .mx-new-4 {
    margin-left: 1.5rem !important;
  }
  .m-new-5 {
    margin: 3rem !important;
  }
  .mt-new-5,
  .my-new-5 {
    margin-top: 3rem !important;
  }
  .mr-new-5,
  .mx-new-5 {
    margin-right: 3rem !important;
  }
  .mb-new-5,
  .my-new-5 {
    margin-bottom: 3rem !important;
  }
  .ml-new-5,
  .mx-new-5 {
    margin-left: 3rem !important;
  }
  .p-new-0 {
    padding: 0 !important;
  }
  .pt-new-0,
  .py-new-0 {
    padding-top: 0 !important;
  }
  .pr-new-0,
  .px-new-0 {
    padding-right: 0 !important;
  }
  .pb-new-0,
  .py-new-0 {
    padding-bottom: 0 !important;
  }
  .pl-new-0,
  .px-new-0 {
    padding-left: 0 !important;
  }
  .p-new-1 {
    padding: 0.25rem !important;
  }
  .pt-new-1,
  .py-new-1 {
    padding-top: 0.25rem !important;
  }
  .pr-new-1,
  .px-new-1 {
    padding-right: 0.25rem !important;
  }
  .pb-new-1,
  .py-new-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-new-1,
  .px-new-1 {
    padding-left: 0.25rem !important;
  }
  .p-new-2 {
    padding: 0.5rem !important;
  }
  .pt-new-2,
  .py-new-2 {
    padding-top: 0.5rem !important;
  }
  .pr-new-2,
  .px-new-2 {
    padding-right: 0.5rem !important;
  }
  .pb-new-2,
  .py-new-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-new-2,
  .px-new-2 {
    padding-left: 0.5rem !important;
  }
  .p-new-3 {
    padding: 1rem !important;
  }
  .pt-new-3,
  .py-new-3 {
    padding-top: 1rem !important;
  }
  .pr-new-3,
  .px-new-3 {
    padding-right: 1rem !important;
  }
  .pb-new-3,
  .py-new-3 {
    padding-bottom: 1rem !important;
  }
  .pl-new-3,
  .px-new-3 {
    padding-left: 1rem !important;
  }
  .p-new-4 {
    padding: 1.5rem !important;
  }
  .pt-new-4,
  .py-new-4 {
    padding-top: 1.5rem !important;
  }
  .pr-new-4,
  .px-new-4 {
    padding-right: 1.5rem !important;
  }
  .pb-new-4,
  .py-new-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-new-4,
  .px-new-4 {
    padding-left: 1.5rem !important;
  }
  .p-new-5 {
    padding: 3rem !important;
  }
  .pt-new-5,
  .py-new-5 {
    padding-top: 3rem !important;
  }
  .pr-new-5,
  .px-new-5 {
    padding-right: 3rem !important;
  }
  .pb-new-5,
  .py-new-5 {
    padding-bottom: 3rem !important;
  }
  .pl-new-5,
  .px-new-5 {
    padding-left: 3rem !important;
  }
  .m-new-n1 {
    margin: -0.25rem !important;
  }
  .mt-new-n1,
  .my-new-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-new-n1,
  .mx-new-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-new-n1,
  .my-new-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-new-n1,
  .mx-new-n1 {
    margin-left: -0.25rem !important;
  }
  .m-new-n2 {
    margin: -0.5rem !important;
  }
  .mt-new-n2,
  .my-new-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-new-n2,
  .mx-new-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-new-n2,
  .my-new-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-new-n2,
  .mx-new-n2 {
    margin-left: -0.5rem !important;
  }
  .m-new-n3 {
    margin: -1rem !important;
  }
  .mt-new-n3,
  .my-new-n3 {
    margin-top: -1rem !important;
  }
  .mr-new-n3,
  .mx-new-n3 {
    margin-right: -1rem !important;
  }
  .mb-new-n3,
  .my-new-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-new-n3,
  .mx-new-n3 {
    margin-left: -1rem !important;
  }
  .m-new-n4 {
    margin: -1.5rem !important;
  }
  .mt-new-n4,
  .my-new-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-new-n4,
  .mx-new-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-new-n4,
  .my-new-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-new-n4,
  .mx-new-n4 {
    margin-left: -1.5rem !important;
  }
  .m-new-n5 {
    margin: -3rem !important;
  }
  .mt-new-n5,
  .my-new-n5 {
    margin-top: -3rem !important;
  }
  .mr-new-n5,
  .mx-new-n5 {
    margin-right: -3rem !important;
  }
  .mb-new-n5,
  .my-new-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-new-n5,
  .mx-new-n5 {
    margin-left: -3rem !important;
  }
  .m-new-auto {
    margin: auto !important;
  }
  .mt-new-auto,
  .my-new-auto {
    margin-top: auto !important;
  }
  .mr-new-auto,
  .mx-new-auto {
    margin-right: auto !important;
  }
  .mb-new-auto,
  .my-new-auto {
    margin-bottom: auto !important;
  }
  .ml-new-auto,
  .mx-new-auto {
    margin-left: auto !important;
  }
  .text-new-left {
    text-align: left !important;
  }
  .text-new-right {
    text-align: right !important;
  }
  .text-new-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 25;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .order-lg-21 {
    order: 21;
  }
  .order-lg-22 {
    order: 22;
  }
  .order-lg-23 {
    order: 23;
  }
  .order-lg-24 {
    order: 24;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }
  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }
  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 25;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .order-xl-21 {
    order: 21;
  }
  .order-xl-22 {
    order: 22;
  }
  .order-xl-23 {
    order: 23;
  }
  .order-xl-24 {
    order: 24;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
  .modal-xl {
    max-width: 1140px;
  }
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .footer__mobile-logo-wrap {
    display: none;
  }
  .footer__logo {
    display: block;
    margin-left: -0.5rem;
    margin-top: 1rem;
  }
  .grid-list__item {
    width: calc(50% - 4rem);
  }
  .grid-list__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .grid-list__item_alt {
    justify-content: space-between;
    width: calc(50% - 8rem);
  }
  .grid-list_two-per-row .grid-list__item:nth-last-of-type(2) {
    margin-bottom: 8rem;
  }
  .grid-list_two-per-row .grid-list__item:last-child:nth-child(2n),
  .grid-list_two-per-row .grid-list__item:last-child:nth-child(odd),
  .grid-list_two-per-row .grid-list__item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  .person-card__item:nth-last-of-type(2) {
    margin-bottom: 10rem;
  }
  .person-card__item_mb14:nth-last-of-type(2) {
    margin-bottom: 14rem;
  }
  .lead-contacts__messenger_desktop {
    display: block;
  }
  .activities-list_two-per-row .activities-list__item:nth-last-of-type(2) {
    margin-bottom: 8rem;
  }
  .activities-list_two-per-row .activities-list__item:last-child:nth-child(2n),
  .activities-list_two-per-row .activities-list__item:last-child:nth-child(odd),
  .activities-list_two-per-row
    .activities-list__item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  .line-icons_two-per-row .line-icons__item:nth-last-of-type(2) {
    margin-bottom: 8rem;
  }
  .line-icons_two-per-row .line-icons__item:last-child:nth-child(2n),
  .line-icons_two-per-row .line-icons__item:last-child:nth-child(odd),
  .line-icons_two-per-row .line-icons__item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 25;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .order-xxl-13 {
    order: 13;
  }
  .order-xxl-14 {
    order: 14;
  }
  .order-xxl-15 {
    order: 15;
  }
  .order-xxl-16 {
    order: 16;
  }
  .order-xxl-17 {
    order: 17;
  }
  .order-xxl-18 {
    order: 18;
  }
  .order-xxl-19 {
    order: 19;
  }
  .order-xxl-20 {
    order: 20;
  }
  .order-xxl-21 {
    order: 21;
  }
  .order-xxl-22 {
    order: 22;
  }
  .order-xxl-23 {
    order: 23;
  }
  .order-xxl-24 {
    order: 24;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.8333333333%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xxxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xxxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xxxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xxxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xxxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xxxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xxxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xxxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 25;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .order-xxxl-13 {
    order: 13;
  }
  .order-xxxl-14 {
    order: 14;
  }
  .order-xxxl-15 {
    order: 15;
  }
  .order-xxxl-16 {
    order: 16;
  }
  .order-xxxl-17 {
    order: 17;
  }
  .order-xxxl-18 {
    order: 18;
  }
  .order-xxxl-19 {
    order: 19;
  }
  .order-xxxl-20 {
    order: 20;
  }
  .order-xxxl-21 {
    order: 21;
  }
  .order-xxxl-22 {
    order: 22;
  }
  .order-xxxl-23 {
    order: 23;
  }
  .order-xxxl-24 {
    order: 24;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxxl-6 {
    margin-left: 25%;
  }
  .offset-xxxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxxl-12 {
    margin-left: 50%;
  }
  .offset-xxxl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xxxl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxxl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xxxl-18 {
    margin-left: 75%;
  }
  .offset-xxxl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xxxl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxxl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xxxl-23 {
    margin-left: 95.8333333333%;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1830px;
  }
  .col-fhd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-fhd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-fhd-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-fhd-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-fhd-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-fhd-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-fhd-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-fhd-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-fhd-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-fhd-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-fhd-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-fhd-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-fhd-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-fhd-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-fhd-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-fhd-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-fhd-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-fhd-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-fhd-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-fhd-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-fhd-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-fhd-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-fhd-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-fhd-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-fhd-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-fhd-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-fhd-first {
    order: -1;
  }
  .order-fhd-last {
    order: 25;
  }
  .order-fhd-0 {
    order: 0;
  }
  .order-fhd-1 {
    order: 1;
  }
  .order-fhd-2 {
    order: 2;
  }
  .order-fhd-3 {
    order: 3;
  }
  .order-fhd-4 {
    order: 4;
  }
  .order-fhd-5 {
    order: 5;
  }
  .order-fhd-6 {
    order: 6;
  }
  .order-fhd-7 {
    order: 7;
  }
  .order-fhd-8 {
    order: 8;
  }
  .order-fhd-9 {
    order: 9;
  }
  .order-fhd-10 {
    order: 10;
  }
  .order-fhd-11 {
    order: 11;
  }
  .order-fhd-12 {
    order: 12;
  }
  .order-fhd-13 {
    order: 13;
  }
  .order-fhd-14 {
    order: 14;
  }
  .order-fhd-15 {
    order: 15;
  }
  .order-fhd-16 {
    order: 16;
  }
  .order-fhd-17 {
    order: 17;
  }
  .order-fhd-18 {
    order: 18;
  }
  .order-fhd-19 {
    order: 19;
  }
  .order-fhd-20 {
    order: 20;
  }
  .order-fhd-21 {
    order: 21;
  }
  .order-fhd-22 {
    order: 22;
  }
  .order-fhd-23 {
    order: 23;
  }
  .order-fhd-24 {
    order: 24;
  }
  .offset-fhd-0 {
    margin-left: 0;
  }
  .offset-fhd-1 {
    margin-left: 4.1666666667%;
  }
  .offset-fhd-2 {
    margin-left: 8.3333333333%;
  }
  .offset-fhd-3 {
    margin-left: 12.5%;
  }
  .offset-fhd-4 {
    margin-left: 16.6666666667%;
  }
  .offset-fhd-5 {
    margin-left: 20.8333333333%;
  }
  .offset-fhd-6 {
    margin-left: 25%;
  }
  .offset-fhd-7 {
    margin-left: 29.1666666667%;
  }
  .offset-fhd-8 {
    margin-left: 33.3333333333%;
  }
  .offset-fhd-9 {
    margin-left: 37.5%;
  }
  .offset-fhd-10 {
    margin-left: 41.6666666667%;
  }
  .offset-fhd-11 {
    margin-left: 45.8333333333%;
  }
  .offset-fhd-12 {
    margin-left: 50%;
  }
  .offset-fhd-13 {
    margin-left: 54.1666666667%;
  }
  .offset-fhd-14 {
    margin-left: 58.3333333333%;
  }
  .offset-fhd-15 {
    margin-left: 62.5%;
  }
  .offset-fhd-16 {
    margin-left: 66.6666666667%;
  }
  .offset-fhd-17 {
    margin-left: 70.8333333333%;
  }
  .offset-fhd-18 {
    margin-left: 75%;
  }
  .offset-fhd-19 {
    margin-left: 79.1666666667%;
  }
  .offset-fhd-20 {
    margin-left: 83.3333333333%;
  }
  .offset-fhd-21 {
    margin-left: 87.5%;
  }
  .offset-fhd-22 {
    margin-left: 91.6666666667%;
  }
  .offset-fhd-23 {
    margin-left: 95.8333333333%;
  }
  .d-fhd-none {
    display: none !important;
  }
  .d-fhd-inline {
    display: inline !important;
  }
  .d-fhd-inline-block {
    display: inline-block !important;
  }
  .d-fhd-block {
    display: block !important;
  }
  .d-fhd-table {
    display: table !important;
  }
  .d-fhd-table-row {
    display: table-row !important;
  }
  .d-fhd-table-cell {
    display: table-cell !important;
  }
  .d-fhd-flex {
    display: flex !important;
  }
  .d-fhd-inline-flex {
    display: inline-flex !important;
  }
  .flex-fhd-row {
    flex-direction: row !important;
  }
  .flex-fhd-column {
    flex-direction: column !important;
  }
  .flex-fhd-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-fhd-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-fhd-wrap {
    flex-wrap: wrap !important;
  }
  .flex-fhd-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-fhd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fhd-fill {
    flex: 1 1 auto !important;
  }
  .flex-fhd-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-fhd-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-fhd-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-fhd-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-fhd-start {
    justify-content: flex-start !important;
  }
  .justify-content-fhd-end {
    justify-content: flex-end !important;
  }
  .justify-content-fhd-center {
    justify-content: center !important;
  }
  .justify-content-fhd-between {
    justify-content: space-between !important;
  }
  .justify-content-fhd-around {
    justify-content: space-around !important;
  }
  .align-items-fhd-start {
    align-items: flex-start !important;
  }
  .align-items-fhd-end {
    align-items: flex-end !important;
  }
  .align-items-fhd-center {
    align-items: center !important;
  }
  .align-items-fhd-baseline {
    align-items: baseline !important;
  }
  .align-items-fhd-stretch {
    align-items: stretch !important;
  }
  .align-content-fhd-start {
    align-content: flex-start !important;
  }
  .align-content-fhd-end {
    align-content: flex-end !important;
  }
  .align-content-fhd-center {
    align-content: center !important;
  }
  .align-content-fhd-between {
    align-content: space-between !important;
  }
  .align-content-fhd-around {
    align-content: space-around !important;
  }
  .align-content-fhd-stretch {
    align-content: stretch !important;
  }
  .align-self-fhd-auto {
    align-self: auto !important;
  }
  .align-self-fhd-start {
    align-self: flex-start !important;
  }
  .align-self-fhd-end {
    align-self: flex-end !important;
  }
  .align-self-fhd-center {
    align-self: center !important;
  }
  .align-self-fhd-baseline {
    align-self: baseline !important;
  }
  .align-self-fhd-stretch {
    align-self: stretch !important;
  }
  .float-fhd-left {
    float: left !important;
  }
  .float-fhd-right {
    float: right !important;
  }
  .float-fhd-none {
    float: none !important;
  }
  .m-fhd-0 {
    margin: 0 !important;
  }
  .mt-fhd-0,
  .my-fhd-0 {
    margin-top: 0 !important;
  }
  .mr-fhd-0,
  .mx-fhd-0 {
    margin-right: 0 !important;
  }
  .mb-fhd-0,
  .my-fhd-0 {
    margin-bottom: 0 !important;
  }
  .ml-fhd-0,
  .mx-fhd-0 {
    margin-left: 0 !important;
  }
  .m-fhd-1 {
    margin: 0.25rem !important;
  }
  .mt-fhd-1,
  .my-fhd-1 {
    margin-top: 0.25rem !important;
  }
  .mr-fhd-1,
  .mx-fhd-1 {
    margin-right: 0.25rem !important;
  }
  .mb-fhd-1,
  .my-fhd-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-fhd-1,
  .mx-fhd-1 {
    margin-left: 0.25rem !important;
  }
  .m-fhd-2 {
    margin: 0.5rem !important;
  }
  .mt-fhd-2,
  .my-fhd-2 {
    margin-top: 0.5rem !important;
  }
  .mr-fhd-2,
  .mx-fhd-2 {
    margin-right: 0.5rem !important;
  }
  .mb-fhd-2,
  .my-fhd-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-fhd-2,
  .mx-fhd-2 {
    margin-left: 0.5rem !important;
  }
  .m-fhd-3 {
    margin: 1rem !important;
  }
  .mt-fhd-3,
  .my-fhd-3 {
    margin-top: 1rem !important;
  }
  .mr-fhd-3,
  .mx-fhd-3 {
    margin-right: 1rem !important;
  }
  .mb-fhd-3,
  .my-fhd-3 {
    margin-bottom: 1rem !important;
  }
  .ml-fhd-3,
  .mx-fhd-3 {
    margin-left: 1rem !important;
  }
  .m-fhd-4 {
    margin: 1.5rem !important;
  }
  .mt-fhd-4,
  .my-fhd-4 {
    margin-top: 1.5rem !important;
  }
  .mr-fhd-4,
  .mx-fhd-4 {
    margin-right: 1.5rem !important;
  }
  .mb-fhd-4,
  .my-fhd-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-fhd-4,
  .mx-fhd-4 {
    margin-left: 1.5rem !important;
  }
  .m-fhd-5 {
    margin: 3rem !important;
  }
  .mt-fhd-5,
  .my-fhd-5 {
    margin-top: 3rem !important;
  }
  .mr-fhd-5,
  .mx-fhd-5 {
    margin-right: 3rem !important;
  }
  .mb-fhd-5,
  .my-fhd-5 {
    margin-bottom: 3rem !important;
  }
  .ml-fhd-5,
  .mx-fhd-5 {
    margin-left: 3rem !important;
  }
  .p-fhd-0 {
    padding: 0 !important;
  }
  .pt-fhd-0,
  .py-fhd-0 {
    padding-top: 0 !important;
  }
  .pr-fhd-0,
  .px-fhd-0 {
    padding-right: 0 !important;
  }
  .pb-fhd-0,
  .py-fhd-0 {
    padding-bottom: 0 !important;
  }
  .pl-fhd-0,
  .px-fhd-0 {
    padding-left: 0 !important;
  }
  .p-fhd-1 {
    padding: 0.25rem !important;
  }
  .pt-fhd-1,
  .py-fhd-1 {
    padding-top: 0.25rem !important;
  }
  .pr-fhd-1,
  .px-fhd-1 {
    padding-right: 0.25rem !important;
  }
  .pb-fhd-1,
  .py-fhd-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-fhd-1,
  .px-fhd-1 {
    padding-left: 0.25rem !important;
  }
  .p-fhd-2 {
    padding: 0.5rem !important;
  }
  .pt-fhd-2,
  .py-fhd-2 {
    padding-top: 0.5rem !important;
  }
  .pr-fhd-2,
  .px-fhd-2 {
    padding-right: 0.5rem !important;
  }
  .pb-fhd-2,
  .py-fhd-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-fhd-2,
  .px-fhd-2 {
    padding-left: 0.5rem !important;
  }
  .p-fhd-3 {
    padding: 1rem !important;
  }
  .pt-fhd-3,
  .py-fhd-3 {
    padding-top: 1rem !important;
  }
  .pr-fhd-3,
  .px-fhd-3 {
    padding-right: 1rem !important;
  }
  .pb-fhd-3,
  .py-fhd-3 {
    padding-bottom: 1rem !important;
  }
  .pl-fhd-3,
  .px-fhd-3 {
    padding-left: 1rem !important;
  }
  .p-fhd-4 {
    padding: 1.5rem !important;
  }
  .pt-fhd-4,
  .py-fhd-4 {
    padding-top: 1.5rem !important;
  }
  .pr-fhd-4,
  .px-fhd-4 {
    padding-right: 1.5rem !important;
  }
  .pb-fhd-4,
  .py-fhd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-fhd-4,
  .px-fhd-4 {
    padding-left: 1.5rem !important;
  }
  .p-fhd-5 {
    padding: 3rem !important;
  }
  .pt-fhd-5,
  .py-fhd-5 {
    padding-top: 3rem !important;
  }
  .pr-fhd-5,
  .px-fhd-5 {
    padding-right: 3rem !important;
  }
  .pb-fhd-5,
  .py-fhd-5 {
    padding-bottom: 3rem !important;
  }
  .pl-fhd-5,
  .px-fhd-5 {
    padding-left: 3rem !important;
  }
  .m-fhd-n1 {
    margin: -0.25rem !important;
  }
  .mt-fhd-n1,
  .my-fhd-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-fhd-n1,
  .mx-fhd-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-fhd-n1,
  .my-fhd-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-fhd-n1,
  .mx-fhd-n1 {
    margin-left: -0.25rem !important;
  }
  .m-fhd-n2 {
    margin: -0.5rem !important;
  }
  .mt-fhd-n2,
  .my-fhd-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-fhd-n2,
  .mx-fhd-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-fhd-n2,
  .my-fhd-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-fhd-n2,
  .mx-fhd-n2 {
    margin-left: -0.5rem !important;
  }
  .m-fhd-n3 {
    margin: -1rem !important;
  }
  .mt-fhd-n3,
  .my-fhd-n3 {
    margin-top: -1rem !important;
  }
  .mr-fhd-n3,
  .mx-fhd-n3 {
    margin-right: -1rem !important;
  }
  .mb-fhd-n3,
  .my-fhd-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-fhd-n3,
  .mx-fhd-n3 {
    margin-left: -1rem !important;
  }
  .m-fhd-n4 {
    margin: -1.5rem !important;
  }
  .mt-fhd-n4,
  .my-fhd-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-fhd-n4,
  .mx-fhd-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-fhd-n4,
  .my-fhd-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-fhd-n4,
  .mx-fhd-n4 {
    margin-left: -1.5rem !important;
  }
  .m-fhd-n5 {
    margin: -3rem !important;
  }
  .mt-fhd-n5,
  .my-fhd-n5 {
    margin-top: -3rem !important;
  }
  .mr-fhd-n5,
  .mx-fhd-n5 {
    margin-right: -3rem !important;
  }
  .mb-fhd-n5,
  .my-fhd-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-fhd-n5,
  .mx-fhd-n5 {
    margin-left: -3rem !important;
  }
  .m-fhd-auto {
    margin: auto !important;
  }
  .mt-fhd-auto,
  .my-fhd-auto {
    margin-top: auto !important;
  }
  .mr-fhd-auto,
  .mx-fhd-auto {
    margin-right: auto !important;
  }
  .mb-fhd-auto,
  .my-fhd-auto {
    margin-bottom: auto !important;
  }
  .ml-fhd-auto,
  .mx-fhd-auto {
    margin-left: auto !important;
  }
  .text-fhd-left {
    text-align: left !important;
  }
  .text-fhd-right {
    text-align: right !important;
  }
  .text-fhd-center {
    text-align: center !important;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 2470px;
  }
  .col-rt {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-rt-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-rt-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-rt-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-rt-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-rt-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-rt-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-rt-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-rt-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-rt-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-rt-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-rt-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-rt-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-rt-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-rt-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-rt-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-rt-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-rt-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-rt-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-rt-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-rt-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-rt-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-rt-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-rt-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-rt-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-rt-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-rt-first {
    order: -1;
  }
  .order-rt-last {
    order: 25;
  }
  .order-rt-0 {
    order: 0;
  }
  .order-rt-1 {
    order: 1;
  }
  .order-rt-2 {
    order: 2;
  }
  .order-rt-3 {
    order: 3;
  }
  .order-rt-4 {
    order: 4;
  }
  .order-rt-5 {
    order: 5;
  }
  .order-rt-6 {
    order: 6;
  }
  .order-rt-7 {
    order: 7;
  }
  .order-rt-8 {
    order: 8;
  }
  .order-rt-9 {
    order: 9;
  }
  .order-rt-10 {
    order: 10;
  }
  .order-rt-11 {
    order: 11;
  }
  .order-rt-12 {
    order: 12;
  }
  .order-rt-13 {
    order: 13;
  }
  .order-rt-14 {
    order: 14;
  }
  .order-rt-15 {
    order: 15;
  }
  .order-rt-16 {
    order: 16;
  }
  .order-rt-17 {
    order: 17;
  }
  .order-rt-18 {
    order: 18;
  }
  .order-rt-19 {
    order: 19;
  }
  .order-rt-20 {
    order: 20;
  }
  .order-rt-21 {
    order: 21;
  }
  .order-rt-22 {
    order: 22;
  }
  .order-rt-23 {
    order: 23;
  }
  .order-rt-24 {
    order: 24;
  }
  .offset-rt-0 {
    margin-left: 0;
  }
  .offset-rt-1 {
    margin-left: 4.1666666667%;
  }
  .offset-rt-2 {
    margin-left: 8.3333333333%;
  }
  .offset-rt-3 {
    margin-left: 12.5%;
  }
  .offset-rt-4 {
    margin-left: 16.6666666667%;
  }
  .offset-rt-5 {
    margin-left: 20.8333333333%;
  }
  .offset-rt-6 {
    margin-left: 25%;
  }
  .offset-rt-7 {
    margin-left: 29.1666666667%;
  }
  .offset-rt-8 {
    margin-left: 33.3333333333%;
  }
  .offset-rt-9 {
    margin-left: 37.5%;
  }
  .offset-rt-10 {
    margin-left: 41.6666666667%;
  }
  .offset-rt-11 {
    margin-left: 45.8333333333%;
  }
  .offset-rt-12 {
    margin-left: 50%;
  }
  .offset-rt-13 {
    margin-left: 54.1666666667%;
  }
  .offset-rt-14 {
    margin-left: 58.3333333333%;
  }
  .offset-rt-15 {
    margin-left: 62.5%;
  }
  .offset-rt-16 {
    margin-left: 66.6666666667%;
  }
  .offset-rt-17 {
    margin-left: 70.8333333333%;
  }
  .offset-rt-18 {
    margin-left: 75%;
  }
  .offset-rt-19 {
    margin-left: 79.1666666667%;
  }
  .offset-rt-20 {
    margin-left: 83.3333333333%;
  }
  .offset-rt-21 {
    margin-left: 87.5%;
  }
  .offset-rt-22 {
    margin-left: 91.6666666667%;
  }
  .offset-rt-23 {
    margin-left: 95.8333333333%;
  }
  .d-rt-none {
    display: none !important;
  }
  .d-rt-inline {
    display: inline !important;
  }
  .d-rt-inline-block {
    display: inline-block !important;
  }
  .d-rt-block {
    display: block !important;
  }
  .d-rt-table {
    display: table !important;
  }
  .d-rt-table-row {
    display: table-row !important;
  }
  .d-rt-table-cell {
    display: table-cell !important;
  }
  .d-rt-flex {
    display: flex !important;
  }
  .d-rt-inline-flex {
    display: inline-flex !important;
  }
  .flex-rt-row {
    flex-direction: row !important;
  }
  .flex-rt-column {
    flex-direction: column !important;
  }
  .flex-rt-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-rt-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-rt-wrap {
    flex-wrap: wrap !important;
  }
  .flex-rt-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-rt-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-rt-fill {
    flex: 1 1 auto !important;
  }
  .flex-rt-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-rt-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-rt-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-rt-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-rt-start {
    justify-content: flex-start !important;
  }
  .justify-content-rt-end {
    justify-content: flex-end !important;
  }
  .justify-content-rt-center {
    justify-content: center !important;
  }
  .justify-content-rt-between {
    justify-content: space-between !important;
  }
  .justify-content-rt-around {
    justify-content: space-around !important;
  }
  .align-items-rt-start {
    align-items: flex-start !important;
  }
  .align-items-rt-end {
    align-items: flex-end !important;
  }
  .align-items-rt-center {
    align-items: center !important;
  }
  .align-items-rt-baseline {
    align-items: baseline !important;
  }
  .align-items-rt-stretch {
    align-items: stretch !important;
  }
  .align-content-rt-start {
    align-content: flex-start !important;
  }
  .align-content-rt-end {
    align-content: flex-end !important;
  }
  .align-content-rt-center {
    align-content: center !important;
  }
  .align-content-rt-between {
    align-content: space-between !important;
  }
  .align-content-rt-around {
    align-content: space-around !important;
  }
  .align-content-rt-stretch {
    align-content: stretch !important;
  }
  .align-self-rt-auto {
    align-self: auto !important;
  }
  .align-self-rt-start {
    align-self: flex-start !important;
  }
  .align-self-rt-end {
    align-self: flex-end !important;
  }
  .align-self-rt-center {
    align-self: center !important;
  }
  .align-self-rt-baseline {
    align-self: baseline !important;
  }
  .align-self-rt-stretch {
    align-self: stretch !important;
  }
  .float-rt-left {
    float: left !important;
  }
  .float-rt-right {
    float: right !important;
  }
  .float-rt-none {
    float: none !important;
  }
  .m-rt-0 {
    margin: 0 !important;
  }
  .mt-rt-0,
  .my-rt-0 {
    margin-top: 0 !important;
  }
  .mr-rt-0,
  .mx-rt-0 {
    margin-right: 0 !important;
  }
  .mb-rt-0,
  .my-rt-0 {
    margin-bottom: 0 !important;
  }
  .ml-rt-0,
  .mx-rt-0 {
    margin-left: 0 !important;
  }
  .m-rt-1 {
    margin: 0.25rem !important;
  }
  .mt-rt-1,
  .my-rt-1 {
    margin-top: 0.25rem !important;
  }
  .mr-rt-1,
  .mx-rt-1 {
    margin-right: 0.25rem !important;
  }
  .mb-rt-1,
  .my-rt-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-rt-1,
  .mx-rt-1 {
    margin-left: 0.25rem !important;
  }
  .m-rt-2 {
    margin: 0.5rem !important;
  }
  .mt-rt-2,
  .my-rt-2 {
    margin-top: 0.5rem !important;
  }
  .mr-rt-2,
  .mx-rt-2 {
    margin-right: 0.5rem !important;
  }
  .mb-rt-2,
  .my-rt-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-rt-2,
  .mx-rt-2 {
    margin-left: 0.5rem !important;
  }
  .m-rt-3 {
    margin: 1rem !important;
  }
  .mt-rt-3,
  .my-rt-3 {
    margin-top: 1rem !important;
  }
  .mr-rt-3,
  .mx-rt-3 {
    margin-right: 1rem !important;
  }
  .mb-rt-3,
  .my-rt-3 {
    margin-bottom: 1rem !important;
  }
  .ml-rt-3,
  .mx-rt-3 {
    margin-left: 1rem !important;
  }
  .m-rt-4 {
    margin: 1.5rem !important;
  }
  .mt-rt-4,
  .my-rt-4 {
    margin-top: 1.5rem !important;
  }
  .mr-rt-4,
  .mx-rt-4 {
    margin-right: 1.5rem !important;
  }
  .mb-rt-4,
  .my-rt-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-rt-4,
  .mx-rt-4 {
    margin-left: 1.5rem !important;
  }
  .m-rt-5 {
    margin: 3rem !important;
  }
  .mt-rt-5,
  .my-rt-5 {
    margin-top: 3rem !important;
  }
  .mr-rt-5,
  .mx-rt-5 {
    margin-right: 3rem !important;
  }
  .mb-rt-5,
  .my-rt-5 {
    margin-bottom: 3rem !important;
  }
  .ml-rt-5,
  .mx-rt-5 {
    margin-left: 3rem !important;
  }
  .p-rt-0 {
    padding: 0 !important;
  }
  .pt-rt-0,
  .py-rt-0 {
    padding-top: 0 !important;
  }
  .pr-rt-0,
  .px-rt-0 {
    padding-right: 0 !important;
  }
  .pb-rt-0,
  .py-rt-0 {
    padding-bottom: 0 !important;
  }
  .pl-rt-0,
  .px-rt-0 {
    padding-left: 0 !important;
  }
  .p-rt-1 {
    padding: 0.25rem !important;
  }
  .pt-rt-1,
  .py-rt-1 {
    padding-top: 0.25rem !important;
  }
  .pr-rt-1,
  .px-rt-1 {
    padding-right: 0.25rem !important;
  }
  .pb-rt-1,
  .py-rt-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-rt-1,
  .px-rt-1 {
    padding-left: 0.25rem !important;
  }
  .p-rt-2 {
    padding: 0.5rem !important;
  }
  .pt-rt-2,
  .py-rt-2 {
    padding-top: 0.5rem !important;
  }
  .pr-rt-2,
  .px-rt-2 {
    padding-right: 0.5rem !important;
  }
  .pb-rt-2,
  .py-rt-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-rt-2,
  .px-rt-2 {
    padding-left: 0.5rem !important;
  }
  .p-rt-3 {
    padding: 1rem !important;
  }
  .pt-rt-3,
  .py-rt-3 {
    padding-top: 1rem !important;
  }
  .pr-rt-3,
  .px-rt-3 {
    padding-right: 1rem !important;
  }
  .pb-rt-3,
  .py-rt-3 {
    padding-bottom: 1rem !important;
  }
  .pl-rt-3,
  .px-rt-3 {
    padding-left: 1rem !important;
  }
  .p-rt-4 {
    padding: 1.5rem !important;
  }
  .pt-rt-4,
  .py-rt-4 {
    padding-top: 1.5rem !important;
  }
  .pr-rt-4,
  .px-rt-4 {
    padding-right: 1.5rem !important;
  }
  .pb-rt-4,
  .py-rt-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-rt-4,
  .px-rt-4 {
    padding-left: 1.5rem !important;
  }
  .p-rt-5 {
    padding: 3rem !important;
  }
  .pt-rt-5,
  .py-rt-5 {
    padding-top: 3rem !important;
  }
  .pr-rt-5,
  .px-rt-5 {
    padding-right: 3rem !important;
  }
  .pb-rt-5,
  .py-rt-5 {
    padding-bottom: 3rem !important;
  }
  .pl-rt-5,
  .px-rt-5 {
    padding-left: 3rem !important;
  }
  .m-rt-n1 {
    margin: -0.25rem !important;
  }
  .mt-rt-n1,
  .my-rt-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-rt-n1,
  .mx-rt-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-rt-n1,
  .my-rt-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-rt-n1,
  .mx-rt-n1 {
    margin-left: -0.25rem !important;
  }
  .m-rt-n2 {
    margin: -0.5rem !important;
  }
  .mt-rt-n2,
  .my-rt-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-rt-n2,
  .mx-rt-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-rt-n2,
  .my-rt-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-rt-n2,
  .mx-rt-n2 {
    margin-left: -0.5rem !important;
  }
  .m-rt-n3 {
    margin: -1rem !important;
  }
  .mt-rt-n3,
  .my-rt-n3 {
    margin-top: -1rem !important;
  }
  .mr-rt-n3,
  .mx-rt-n3 {
    margin-right: -1rem !important;
  }
  .mb-rt-n3,
  .my-rt-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-rt-n3,
  .mx-rt-n3 {
    margin-left: -1rem !important;
  }
  .m-rt-n4 {
    margin: -1.5rem !important;
  }
  .mt-rt-n4,
  .my-rt-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-rt-n4,
  .mx-rt-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-rt-n4,
  .my-rt-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-rt-n4,
  .mx-rt-n4 {
    margin-left: -1.5rem !important;
  }
  .m-rt-n5 {
    margin: -3rem !important;
  }
  .mt-rt-n5,
  .my-rt-n5 {
    margin-top: -3rem !important;
  }
  .mr-rt-n5,
  .mx-rt-n5 {
    margin-right: -3rem !important;
  }
  .mb-rt-n5,
  .my-rt-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-rt-n5,
  .mx-rt-n5 {
    margin-left: -3rem !important;
  }
  .m-rt-auto {
    margin: auto !important;
  }
  .mt-rt-auto,
  .my-rt-auto {
    margin-top: auto !important;
  }
  .mr-rt-auto,
  .mx-rt-auto {
    margin-right: auto !important;
  }
  .mb-rt-auto,
  .my-rt-auto {
    margin-bottom: auto !important;
  }
  .ml-rt-auto,
  .mx-rt-auto {
    margin-left: auto !important;
  }
  .text-rt-left {
    text-align: left !important;
  }
  .text-rt-right {
    text-align: right !important;
  }
  .text-rt-center {
    text-align: center !important;
  }
}
@media (min-width: 2880px) {
  .container {
    max-width: 2790px;
  }
  .col-rt15 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-rt15-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-rt15-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-rt15-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-rt15-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-rt15-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-rt15-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-rt15-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-rt15-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-rt15-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-rt15-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-rt15-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-rt15-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-rt15-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-rt15-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-rt15-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-rt15-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-rt15-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-rt15-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-rt15-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-rt15-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-rt15-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-rt15-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-rt15-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-rt15-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-rt15-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-rt15-first {
    order: -1;
  }
  .order-rt15-last {
    order: 25;
  }
  .order-rt15-0 {
    order: 0;
  }
  .order-rt15-1 {
    order: 1;
  }
  .order-rt15-2 {
    order: 2;
  }
  .order-rt15-3 {
    order: 3;
  }
  .order-rt15-4 {
    order: 4;
  }
  .order-rt15-5 {
    order: 5;
  }
  .order-rt15-6 {
    order: 6;
  }
  .order-rt15-7 {
    order: 7;
  }
  .order-rt15-8 {
    order: 8;
  }
  .order-rt15-9 {
    order: 9;
  }
  .order-rt15-10 {
    order: 10;
  }
  .order-rt15-11 {
    order: 11;
  }
  .order-rt15-12 {
    order: 12;
  }
  .order-rt15-13 {
    order: 13;
  }
  .order-rt15-14 {
    order: 14;
  }
  .order-rt15-15 {
    order: 15;
  }
  .order-rt15-16 {
    order: 16;
  }
  .order-rt15-17 {
    order: 17;
  }
  .order-rt15-18 {
    order: 18;
  }
  .order-rt15-19 {
    order: 19;
  }
  .order-rt15-20 {
    order: 20;
  }
  .order-rt15-21 {
    order: 21;
  }
  .order-rt15-22 {
    order: 22;
  }
  .order-rt15-23 {
    order: 23;
  }
  .order-rt15-24 {
    order: 24;
  }
  .offset-rt15-0 {
    margin-left: 0;
  }
  .offset-rt15-1 {
    margin-left: 4.1666666667%;
  }
  .offset-rt15-2 {
    margin-left: 8.3333333333%;
  }
  .offset-rt15-3 {
    margin-left: 12.5%;
  }
  .offset-rt15-4 {
    margin-left: 16.6666666667%;
  }
  .offset-rt15-5 {
    margin-left: 20.8333333333%;
  }
  .offset-rt15-6 {
    margin-left: 25%;
  }
  .offset-rt15-7 {
    margin-left: 29.1666666667%;
  }
  .offset-rt15-8 {
    margin-left: 33.3333333333%;
  }
  .offset-rt15-9 {
    margin-left: 37.5%;
  }
  .offset-rt15-10 {
    margin-left: 41.6666666667%;
  }
  .offset-rt15-11 {
    margin-left: 45.8333333333%;
  }
  .offset-rt15-12 {
    margin-left: 50%;
  }
  .offset-rt15-13 {
    margin-left: 54.1666666667%;
  }
  .offset-rt15-14 {
    margin-left: 58.3333333333%;
  }
  .offset-rt15-15 {
    margin-left: 62.5%;
  }
  .offset-rt15-16 {
    margin-left: 66.6666666667%;
  }
  .offset-rt15-17 {
    margin-left: 70.8333333333%;
  }
  .offset-rt15-18 {
    margin-left: 75%;
  }
  .offset-rt15-19 {
    margin-left: 79.1666666667%;
  }
  .offset-rt15-20 {
    margin-left: 83.3333333333%;
  }
  .offset-rt15-21 {
    margin-left: 87.5%;
  }
  .offset-rt15-22 {
    margin-left: 91.6666666667%;
  }
  .offset-rt15-23 {
    margin-left: 95.8333333333%;
  }
  .d-rt15-none {
    display: none !important;
  }
  .d-rt15-inline {
    display: inline !important;
  }
  .d-rt15-inline-block {
    display: inline-block !important;
  }
  .d-rt15-block {
    display: block !important;
  }
  .d-rt15-table {
    display: table !important;
  }
  .d-rt15-table-row {
    display: table-row !important;
  }
  .d-rt15-table-cell {
    display: table-cell !important;
  }
  .d-rt15-flex {
    display: flex !important;
  }
  .d-rt15-inline-flex {
    display: inline-flex !important;
  }
  .flex-rt15-row {
    flex-direction: row !important;
  }
  .flex-rt15-column {
    flex-direction: column !important;
  }
  .flex-rt15-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-rt15-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-rt15-wrap {
    flex-wrap: wrap !important;
  }
  .flex-rt15-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-rt15-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-rt15-fill {
    flex: 1 1 auto !important;
  }
  .flex-rt15-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-rt15-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-rt15-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-rt15-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-rt15-start {
    justify-content: flex-start !important;
  }
  .justify-content-rt15-end {
    justify-content: flex-end !important;
  }
  .justify-content-rt15-center {
    justify-content: center !important;
  }
  .justify-content-rt15-between {
    justify-content: space-between !important;
  }
  .justify-content-rt15-around {
    justify-content: space-around !important;
  }
  .align-items-rt15-start {
    align-items: flex-start !important;
  }
  .align-items-rt15-end {
    align-items: flex-end !important;
  }
  .align-items-rt15-center {
    align-items: center !important;
  }
  .align-items-rt15-baseline {
    align-items: baseline !important;
  }
  .align-items-rt15-stretch {
    align-items: stretch !important;
  }
  .align-content-rt15-start {
    align-content: flex-start !important;
  }
  .align-content-rt15-end {
    align-content: flex-end !important;
  }
  .align-content-rt15-center {
    align-content: center !important;
  }
  .align-content-rt15-between {
    align-content: space-between !important;
  }
  .align-content-rt15-around {
    align-content: space-around !important;
  }
  .align-content-rt15-stretch {
    align-content: stretch !important;
  }
  .align-self-rt15-auto {
    align-self: auto !important;
  }
  .align-self-rt15-start {
    align-self: flex-start !important;
  }
  .align-self-rt15-end {
    align-self: flex-end !important;
  }
  .align-self-rt15-center {
    align-self: center !important;
  }
  .align-self-rt15-baseline {
    align-self: baseline !important;
  }
  .align-self-rt15-stretch {
    align-self: stretch !important;
  }
  .float-rt15-left {
    float: left !important;
  }
  .float-rt15-right {
    float: right !important;
  }
  .float-rt15-none {
    float: none !important;
  }
  .m-rt15-0 {
    margin: 0 !important;
  }
  .mt-rt15-0,
  .my-rt15-0 {
    margin-top: 0 !important;
  }
  .mr-rt15-0,
  .mx-rt15-0 {
    margin-right: 0 !important;
  }
  .mb-rt15-0,
  .my-rt15-0 {
    margin-bottom: 0 !important;
  }
  .ml-rt15-0,
  .mx-rt15-0 {
    margin-left: 0 !important;
  }
  .m-rt15-1 {
    margin: 0.25rem !important;
  }
  .mt-rt15-1,
  .my-rt15-1 {
    margin-top: 0.25rem !important;
  }
  .mr-rt15-1,
  .mx-rt15-1 {
    margin-right: 0.25rem !important;
  }
  .mb-rt15-1,
  .my-rt15-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-rt15-1,
  .mx-rt15-1 {
    margin-left: 0.25rem !important;
  }
  .m-rt15-2 {
    margin: 0.5rem !important;
  }
  .mt-rt15-2,
  .my-rt15-2 {
    margin-top: 0.5rem !important;
  }
  .mr-rt15-2,
  .mx-rt15-2 {
    margin-right: 0.5rem !important;
  }
  .mb-rt15-2,
  .my-rt15-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-rt15-2,
  .mx-rt15-2 {
    margin-left: 0.5rem !important;
  }
  .m-rt15-3 {
    margin: 1rem !important;
  }
  .mt-rt15-3,
  .my-rt15-3 {
    margin-top: 1rem !important;
  }
  .mr-rt15-3,
  .mx-rt15-3 {
    margin-right: 1rem !important;
  }
  .mb-rt15-3,
  .my-rt15-3 {
    margin-bottom: 1rem !important;
  }
  .ml-rt15-3,
  .mx-rt15-3 {
    margin-left: 1rem !important;
  }
  .m-rt15-4 {
    margin: 1.5rem !important;
  }
  .mt-rt15-4,
  .my-rt15-4 {
    margin-top: 1.5rem !important;
  }
  .mr-rt15-4,
  .mx-rt15-4 {
    margin-right: 1.5rem !important;
  }
  .mb-rt15-4,
  .my-rt15-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-rt15-4,
  .mx-rt15-4 {
    margin-left: 1.5rem !important;
  }
  .m-rt15-5 {
    margin: 3rem !important;
  }
  .mt-rt15-5,
  .my-rt15-5 {
    margin-top: 3rem !important;
  }
  .mr-rt15-5,
  .mx-rt15-5 {
    margin-right: 3rem !important;
  }
  .mb-rt15-5,
  .my-rt15-5 {
    margin-bottom: 3rem !important;
  }
  .ml-rt15-5,
  .mx-rt15-5 {
    margin-left: 3rem !important;
  }
  .p-rt15-0 {
    padding: 0 !important;
  }
  .pt-rt15-0,
  .py-rt15-0 {
    padding-top: 0 !important;
  }
  .pr-rt15-0,
  .px-rt15-0 {
    padding-right: 0 !important;
  }
  .pb-rt15-0,
  .py-rt15-0 {
    padding-bottom: 0 !important;
  }
  .pl-rt15-0,
  .px-rt15-0 {
    padding-left: 0 !important;
  }
  .p-rt15-1 {
    padding: 0.25rem !important;
  }
  .pt-rt15-1,
  .py-rt15-1 {
    padding-top: 0.25rem !important;
  }
  .pr-rt15-1,
  .px-rt15-1 {
    padding-right: 0.25rem !important;
  }
  .pb-rt15-1,
  .py-rt15-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-rt15-1,
  .px-rt15-1 {
    padding-left: 0.25rem !important;
  }
  .p-rt15-2 {
    padding: 0.5rem !important;
  }
  .pt-rt15-2,
  .py-rt15-2 {
    padding-top: 0.5rem !important;
  }
  .pr-rt15-2,
  .px-rt15-2 {
    padding-right: 0.5rem !important;
  }
  .pb-rt15-2,
  .py-rt15-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-rt15-2,
  .px-rt15-2 {
    padding-left: 0.5rem !important;
  }
  .p-rt15-3 {
    padding: 1rem !important;
  }
  .pt-rt15-3,
  .py-rt15-3 {
    padding-top: 1rem !important;
  }
  .pr-rt15-3,
  .px-rt15-3 {
    padding-right: 1rem !important;
  }
  .pb-rt15-3,
  .py-rt15-3 {
    padding-bottom: 1rem !important;
  }
  .pl-rt15-3,
  .px-rt15-3 {
    padding-left: 1rem !important;
  }
  .p-rt15-4 {
    padding: 1.5rem !important;
  }
  .pt-rt15-4,
  .py-rt15-4 {
    padding-top: 1.5rem !important;
  }
  .pr-rt15-4,
  .px-rt15-4 {
    padding-right: 1.5rem !important;
  }
  .pb-rt15-4,
  .py-rt15-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-rt15-4,
  .px-rt15-4 {
    padding-left: 1.5rem !important;
  }
  .p-rt15-5 {
    padding: 3rem !important;
  }
  .pt-rt15-5,
  .py-rt15-5 {
    padding-top: 3rem !important;
  }
  .pr-rt15-5,
  .px-rt15-5 {
    padding-right: 3rem !important;
  }
  .pb-rt15-5,
  .py-rt15-5 {
    padding-bottom: 3rem !important;
  }
  .pl-rt15-5,
  .px-rt15-5 {
    padding-left: 3rem !important;
  }
  .m-rt15-n1 {
    margin: -0.25rem !important;
  }
  .mt-rt15-n1,
  .my-rt15-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-rt15-n1,
  .mx-rt15-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-rt15-n1,
  .my-rt15-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-rt15-n1,
  .mx-rt15-n1 {
    margin-left: -0.25rem !important;
  }
  .m-rt15-n2 {
    margin: -0.5rem !important;
  }
  .mt-rt15-n2,
  .my-rt15-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-rt15-n2,
  .mx-rt15-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-rt15-n2,
  .my-rt15-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-rt15-n2,
  .mx-rt15-n2 {
    margin-left: -0.5rem !important;
  }
  .m-rt15-n3 {
    margin: -1rem !important;
  }
  .mt-rt15-n3,
  .my-rt15-n3 {
    margin-top: -1rem !important;
  }
  .mr-rt15-n3,
  .mx-rt15-n3 {
    margin-right: -1rem !important;
  }
  .mb-rt15-n3,
  .my-rt15-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-rt15-n3,
  .mx-rt15-n3 {
    margin-left: -1rem !important;
  }
  .m-rt15-n4 {
    margin: -1.5rem !important;
  }
  .mt-rt15-n4,
  .my-rt15-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-rt15-n4,
  .mx-rt15-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-rt15-n4,
  .my-rt15-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-rt15-n4,
  .mx-rt15-n4 {
    margin-left: -1.5rem !important;
  }
  .m-rt15-n5 {
    margin: -3rem !important;
  }
  .mt-rt15-n5,
  .my-rt15-n5 {
    margin-top: -3rem !important;
  }
  .mr-rt15-n5,
  .mx-rt15-n5 {
    margin-right: -3rem !important;
  }
  .mb-rt15-n5,
  .my-rt15-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-rt15-n5,
  .mx-rt15-n5 {
    margin-left: -3rem !important;
  }
  .m-rt15-auto {
    margin: auto !important;
  }
  .mt-rt15-auto,
  .my-rt15-auto {
    margin-top: auto !important;
  }
  .mr-rt15-auto,
  .mx-rt15-auto {
    margin-right: auto !important;
  }
  .mb-rt15-auto,
  .my-rt15-auto {
    margin-bottom: auto !important;
  }
  .ml-rt15-auto,
  .mx-rt15-auto {
    margin-left: auto !important;
  }
  .text-rt15-left {
    text-align: left !important;
  }
  .text-rt15-right {
    text-align: right !important;
  }
  .text-rt15-center {
    text-align: center !important;
  }
}
@media (min-width: 3840px) {
  .container {
    max-width: 3810px;
  }
  .col-uhd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-uhd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-uhd-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-uhd-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-uhd-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-uhd-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-uhd-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-uhd-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-uhd-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-uhd-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-uhd-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-uhd-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-uhd-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-uhd-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-uhd-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-uhd-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-uhd-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-uhd-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-uhd-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-uhd-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-uhd-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-uhd-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-uhd-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-uhd-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-uhd-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-uhd-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-uhd-first {
    order: -1;
  }
  .order-uhd-last {
    order: 25;
  }
  .order-uhd-0 {
    order: 0;
  }
  .order-uhd-1 {
    order: 1;
  }
  .order-uhd-2 {
    order: 2;
  }
  .order-uhd-3 {
    order: 3;
  }
  .order-uhd-4 {
    order: 4;
  }
  .order-uhd-5 {
    order: 5;
  }
  .order-uhd-6 {
    order: 6;
  }
  .order-uhd-7 {
    order: 7;
  }
  .order-uhd-8 {
    order: 8;
  }
  .order-uhd-9 {
    order: 9;
  }
  .order-uhd-10 {
    order: 10;
  }
  .order-uhd-11 {
    order: 11;
  }
  .order-uhd-12 {
    order: 12;
  }
  .order-uhd-13 {
    order: 13;
  }
  .order-uhd-14 {
    order: 14;
  }
  .order-uhd-15 {
    order: 15;
  }
  .order-uhd-16 {
    order: 16;
  }
  .order-uhd-17 {
    order: 17;
  }
  .order-uhd-18 {
    order: 18;
  }
  .order-uhd-19 {
    order: 19;
  }
  .order-uhd-20 {
    order: 20;
  }
  .order-uhd-21 {
    order: 21;
  }
  .order-uhd-22 {
    order: 22;
  }
  .order-uhd-23 {
    order: 23;
  }
  .order-uhd-24 {
    order: 24;
  }
  .offset-uhd-0 {
    margin-left: 0;
  }
  .offset-uhd-1 {
    margin-left: 4.1666666667%;
  }
  .offset-uhd-2 {
    margin-left: 8.3333333333%;
  }
  .offset-uhd-3 {
    margin-left: 12.5%;
  }
  .offset-uhd-4 {
    margin-left: 16.6666666667%;
  }
  .offset-uhd-5 {
    margin-left: 20.8333333333%;
  }
  .offset-uhd-6 {
    margin-left: 25%;
  }
  .offset-uhd-7 {
    margin-left: 29.1666666667%;
  }
  .offset-uhd-8 {
    margin-left: 33.3333333333%;
  }
  .offset-uhd-9 {
    margin-left: 37.5%;
  }
  .offset-uhd-10 {
    margin-left: 41.6666666667%;
  }
  .offset-uhd-11 {
    margin-left: 45.8333333333%;
  }
  .offset-uhd-12 {
    margin-left: 50%;
  }
  .offset-uhd-13 {
    margin-left: 54.1666666667%;
  }
  .offset-uhd-14 {
    margin-left: 58.3333333333%;
  }
  .offset-uhd-15 {
    margin-left: 62.5%;
  }
  .offset-uhd-16 {
    margin-left: 66.6666666667%;
  }
  .offset-uhd-17 {
    margin-left: 70.8333333333%;
  }
  .offset-uhd-18 {
    margin-left: 75%;
  }
  .offset-uhd-19 {
    margin-left: 79.1666666667%;
  }
  .offset-uhd-20 {
    margin-left: 83.3333333333%;
  }
  .offset-uhd-21 {
    margin-left: 87.5%;
  }
  .offset-uhd-22 {
    margin-left: 91.6666666667%;
  }
  .offset-uhd-23 {
    margin-left: 95.8333333333%;
  }
  .d-uhd-none {
    display: none !important;
  }
  .d-uhd-inline {
    display: inline !important;
  }
  .d-uhd-inline-block {
    display: inline-block !important;
  }
  .d-uhd-block {
    display: block !important;
  }
  .d-uhd-table {
    display: table !important;
  }
  .d-uhd-table-row {
    display: table-row !important;
  }
  .d-uhd-table-cell {
    display: table-cell !important;
  }
  .d-uhd-flex {
    display: flex !important;
  }
  .d-uhd-inline-flex {
    display: inline-flex !important;
  }
  .flex-uhd-row {
    flex-direction: row !important;
  }
  .flex-uhd-column {
    flex-direction: column !important;
  }
  .flex-uhd-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-uhd-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-uhd-wrap {
    flex-wrap: wrap !important;
  }
  .flex-uhd-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-uhd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-uhd-fill {
    flex: 1 1 auto !important;
  }
  .flex-uhd-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-uhd-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-uhd-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-uhd-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-uhd-start {
    justify-content: flex-start !important;
  }
  .justify-content-uhd-end {
    justify-content: flex-end !important;
  }
  .justify-content-uhd-center {
    justify-content: center !important;
  }
  .justify-content-uhd-between {
    justify-content: space-between !important;
  }
  .justify-content-uhd-around {
    justify-content: space-around !important;
  }
  .align-items-uhd-start {
    align-items: flex-start !important;
  }
  .align-items-uhd-end {
    align-items: flex-end !important;
  }
  .align-items-uhd-center {
    align-items: center !important;
  }
  .align-items-uhd-baseline {
    align-items: baseline !important;
  }
  .align-items-uhd-stretch {
    align-items: stretch !important;
  }
  .align-content-uhd-start {
    align-content: flex-start !important;
  }
  .align-content-uhd-end {
    align-content: flex-end !important;
  }
  .align-content-uhd-center {
    align-content: center !important;
  }
  .align-content-uhd-between {
    align-content: space-between !important;
  }
  .align-content-uhd-around {
    align-content: space-around !important;
  }
  .align-content-uhd-stretch {
    align-content: stretch !important;
  }
  .align-self-uhd-auto {
    align-self: auto !important;
  }
  .align-self-uhd-start {
    align-self: flex-start !important;
  }
  .align-self-uhd-end {
    align-self: flex-end !important;
  }
  .align-self-uhd-center {
    align-self: center !important;
  }
  .align-self-uhd-baseline {
    align-self: baseline !important;
  }
  .align-self-uhd-stretch {
    align-self: stretch !important;
  }
  .float-uhd-left {
    float: left !important;
  }
  .float-uhd-right {
    float: right !important;
  }
  .float-uhd-none {
    float: none !important;
  }
  .m-uhd-0 {
    margin: 0 !important;
  }
  .mt-uhd-0,
  .my-uhd-0 {
    margin-top: 0 !important;
  }
  .mr-uhd-0,
  .mx-uhd-0 {
    margin-right: 0 !important;
  }
  .mb-uhd-0,
  .my-uhd-0 {
    margin-bottom: 0 !important;
  }
  .ml-uhd-0,
  .mx-uhd-0 {
    margin-left: 0 !important;
  }
  .m-uhd-1 {
    margin: 0.25rem !important;
  }
  .mt-uhd-1,
  .my-uhd-1 {
    margin-top: 0.25rem !important;
  }
  .mr-uhd-1,
  .mx-uhd-1 {
    margin-right: 0.25rem !important;
  }
  .mb-uhd-1,
  .my-uhd-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-uhd-1,
  .mx-uhd-1 {
    margin-left: 0.25rem !important;
  }
  .m-uhd-2 {
    margin: 0.5rem !important;
  }
  .mt-uhd-2,
  .my-uhd-2 {
    margin-top: 0.5rem !important;
  }
  .mr-uhd-2,
  .mx-uhd-2 {
    margin-right: 0.5rem !important;
  }
  .mb-uhd-2,
  .my-uhd-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-uhd-2,
  .mx-uhd-2 {
    margin-left: 0.5rem !important;
  }
  .m-uhd-3 {
    margin: 1rem !important;
  }
  .mt-uhd-3,
  .my-uhd-3 {
    margin-top: 1rem !important;
  }
  .mr-uhd-3,
  .mx-uhd-3 {
    margin-right: 1rem !important;
  }
  .mb-uhd-3,
  .my-uhd-3 {
    margin-bottom: 1rem !important;
  }
  .ml-uhd-3,
  .mx-uhd-3 {
    margin-left: 1rem !important;
  }
  .m-uhd-4 {
    margin: 1.5rem !important;
  }
  .mt-uhd-4,
  .my-uhd-4 {
    margin-top: 1.5rem !important;
  }
  .mr-uhd-4,
  .mx-uhd-4 {
    margin-right: 1.5rem !important;
  }
  .mb-uhd-4,
  .my-uhd-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-uhd-4,
  .mx-uhd-4 {
    margin-left: 1.5rem !important;
  }
  .m-uhd-5 {
    margin: 3rem !important;
  }
  .mt-uhd-5,
  .my-uhd-5 {
    margin-top: 3rem !important;
  }
  .mr-uhd-5,
  .mx-uhd-5 {
    margin-right: 3rem !important;
  }
  .mb-uhd-5,
  .my-uhd-5 {
    margin-bottom: 3rem !important;
  }
  .ml-uhd-5,
  .mx-uhd-5 {
    margin-left: 3rem !important;
  }
  .p-uhd-0 {
    padding: 0 !important;
  }
  .pt-uhd-0,
  .py-uhd-0 {
    padding-top: 0 !important;
  }
  .pr-uhd-0,
  .px-uhd-0 {
    padding-right: 0 !important;
  }
  .pb-uhd-0,
  .py-uhd-0 {
    padding-bottom: 0 !important;
  }
  .pl-uhd-0,
  .px-uhd-0 {
    padding-left: 0 !important;
  }
  .p-uhd-1 {
    padding: 0.25rem !important;
  }
  .pt-uhd-1,
  .py-uhd-1 {
    padding-top: 0.25rem !important;
  }
  .pr-uhd-1,
  .px-uhd-1 {
    padding-right: 0.25rem !important;
  }
  .pb-uhd-1,
  .py-uhd-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-uhd-1,
  .px-uhd-1 {
    padding-left: 0.25rem !important;
  }
  .p-uhd-2 {
    padding: 0.5rem !important;
  }
  .pt-uhd-2,
  .py-uhd-2 {
    padding-top: 0.5rem !important;
  }
  .pr-uhd-2,
  .px-uhd-2 {
    padding-right: 0.5rem !important;
  }
  .pb-uhd-2,
  .py-uhd-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-uhd-2,
  .px-uhd-2 {
    padding-left: 0.5rem !important;
  }
  .p-uhd-3 {
    padding: 1rem !important;
  }
  .pt-uhd-3,
  .py-uhd-3 {
    padding-top: 1rem !important;
  }
  .pr-uhd-3,
  .px-uhd-3 {
    padding-right: 1rem !important;
  }
  .pb-uhd-3,
  .py-uhd-3 {
    padding-bottom: 1rem !important;
  }
  .pl-uhd-3,
  .px-uhd-3 {
    padding-left: 1rem !important;
  }
  .p-uhd-4 {
    padding: 1.5rem !important;
  }
  .pt-uhd-4,
  .py-uhd-4 {
    padding-top: 1.5rem !important;
  }
  .pr-uhd-4,
  .px-uhd-4 {
    padding-right: 1.5rem !important;
  }
  .pb-uhd-4,
  .py-uhd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-uhd-4,
  .px-uhd-4 {
    padding-left: 1.5rem !important;
  }
  .p-uhd-5 {
    padding: 3rem !important;
  }
  .pt-uhd-5,
  .py-uhd-5 {
    padding-top: 3rem !important;
  }
  .pr-uhd-5,
  .px-uhd-5 {
    padding-right: 3rem !important;
  }
  .pb-uhd-5,
  .py-uhd-5 {
    padding-bottom: 3rem !important;
  }
  .pl-uhd-5,
  .px-uhd-5 {
    padding-left: 3rem !important;
  }
  .m-uhd-n1 {
    margin: -0.25rem !important;
  }
  .mt-uhd-n1,
  .my-uhd-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-uhd-n1,
  .mx-uhd-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-uhd-n1,
  .my-uhd-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-uhd-n1,
  .mx-uhd-n1 {
    margin-left: -0.25rem !important;
  }
  .m-uhd-n2 {
    margin: -0.5rem !important;
  }
  .mt-uhd-n2,
  .my-uhd-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-uhd-n2,
  .mx-uhd-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-uhd-n2,
  .my-uhd-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-uhd-n2,
  .mx-uhd-n2 {
    margin-left: -0.5rem !important;
  }
  .m-uhd-n3 {
    margin: -1rem !important;
  }
  .mt-uhd-n3,
  .my-uhd-n3 {
    margin-top: -1rem !important;
  }
  .mr-uhd-n3,
  .mx-uhd-n3 {
    margin-right: -1rem !important;
  }
  .mb-uhd-n3,
  .my-uhd-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-uhd-n3,
  .mx-uhd-n3 {
    margin-left: -1rem !important;
  }
  .m-uhd-n4 {
    margin: -1.5rem !important;
  }
  .mt-uhd-n4,
  .my-uhd-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-uhd-n4,
  .mx-uhd-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-uhd-n4,
  .my-uhd-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-uhd-n4,
  .mx-uhd-n4 {
    margin-left: -1.5rem !important;
  }
  .m-uhd-n5 {
    margin: -3rem !important;
  }
  .mt-uhd-n5,
  .my-uhd-n5 {
    margin-top: -3rem !important;
  }
  .mr-uhd-n5,
  .mx-uhd-n5 {
    margin-right: -3rem !important;
  }
  .mb-uhd-n5,
  .my-uhd-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-uhd-n5,
  .mx-uhd-n5 {
    margin-left: -3rem !important;
  }
  .m-uhd-auto {
    margin: auto !important;
  }
  .mt-uhd-auto,
  .my-uhd-auto {
    margin-top: auto !important;
  }
  .mr-uhd-auto,
  .mx-uhd-auto {
    margin-right: auto !important;
  }
  .mb-uhd-auto,
  .my-uhd-auto {
    margin-bottom: auto !important;
  }
  .ml-uhd-auto,
  .mx-uhd-auto {
    margin-left: auto !important;
  }
  .text-uhd-left {
    text-align: left !important;
  }
  .text-uhd-right {
    text-align: right !important;
  }
  .text-uhd-center {
    text-align: center !important;
  }
}
@media (min-width: 4096px) {
  .container {
    max-width: 4006px;
  }
  .col-4k {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-4k-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-4k-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-4k-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-4k-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-4k-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-4k-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-4k-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4k-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-4k-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-4k-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-4k-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-4k-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-4k-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-4k-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-4k-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-4k-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-4k-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-4k-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-4k-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-4k-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-4k-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-4k-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-4k-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-4k-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-4k-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-4k-first {
    order: -1;
  }
  .order-4k-last {
    order: 25;
  }
  .order-4k-0 {
    order: 0;
  }
  .order-4k-1 {
    order: 1;
  }
  .order-4k-2 {
    order: 2;
  }
  .order-4k-3 {
    order: 3;
  }
  .order-4k-4 {
    order: 4;
  }
  .order-4k-5 {
    order: 5;
  }
  .order-4k-6 {
    order: 6;
  }
  .order-4k-7 {
    order: 7;
  }
  .order-4k-8 {
    order: 8;
  }
  .order-4k-9 {
    order: 9;
  }
  .order-4k-10 {
    order: 10;
  }
  .order-4k-11 {
    order: 11;
  }
  .order-4k-12 {
    order: 12;
  }
  .order-4k-13 {
    order: 13;
  }
  .order-4k-14 {
    order: 14;
  }
  .order-4k-15 {
    order: 15;
  }
  .order-4k-16 {
    order: 16;
  }
  .order-4k-17 {
    order: 17;
  }
  .order-4k-18 {
    order: 18;
  }
  .order-4k-19 {
    order: 19;
  }
  .order-4k-20 {
    order: 20;
  }
  .order-4k-21 {
    order: 21;
  }
  .order-4k-22 {
    order: 22;
  }
  .order-4k-23 {
    order: 23;
  }
  .order-4k-24 {
    order: 24;
  }
  .offset-4k-0 {
    margin-left: 0;
  }
  .offset-4k-1 {
    margin-left: 4.1666666667%;
  }
  .offset-4k-2 {
    margin-left: 8.3333333333%;
  }
  .offset-4k-3 {
    margin-left: 12.5%;
  }
  .offset-4k-4 {
    margin-left: 16.6666666667%;
  }
  .offset-4k-5 {
    margin-left: 20.8333333333%;
  }
  .offset-4k-6 {
    margin-left: 25%;
  }
  .offset-4k-7 {
    margin-left: 29.1666666667%;
  }
  .offset-4k-8 {
    margin-left: 33.3333333333%;
  }
  .offset-4k-9 {
    margin-left: 37.5%;
  }
  .offset-4k-10 {
    margin-left: 41.6666666667%;
  }
  .offset-4k-11 {
    margin-left: 45.8333333333%;
  }
  .offset-4k-12 {
    margin-left: 50%;
  }
  .offset-4k-13 {
    margin-left: 54.1666666667%;
  }
  .offset-4k-14 {
    margin-left: 58.3333333333%;
  }
  .offset-4k-15 {
    margin-left: 62.5%;
  }
  .offset-4k-16 {
    margin-left: 66.6666666667%;
  }
  .offset-4k-17 {
    margin-left: 70.8333333333%;
  }
  .offset-4k-18 {
    margin-left: 75%;
  }
  .offset-4k-19 {
    margin-left: 79.1666666667%;
  }
  .offset-4k-20 {
    margin-left: 83.3333333333%;
  }
  .offset-4k-21 {
    margin-left: 87.5%;
  }
  .offset-4k-22 {
    margin-left: 91.6666666667%;
  }
  .offset-4k-23 {
    margin-left: 95.8333333333%;
  }
  .d-4k-none {
    display: none !important;
  }
  .d-4k-inline {
    display: inline !important;
  }
  .d-4k-inline-block {
    display: inline-block !important;
  }
  .d-4k-block {
    display: block !important;
  }
  .d-4k-table {
    display: table !important;
  }
  .d-4k-table-row {
    display: table-row !important;
  }
  .d-4k-table-cell {
    display: table-cell !important;
  }
  .d-4k-flex {
    display: flex !important;
  }
  .d-4k-inline-flex {
    display: inline-flex !important;
  }
  .flex-4k-row {
    flex-direction: row !important;
  }
  .flex-4k-column {
    flex-direction: column !important;
  }
  .flex-4k-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-4k-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-4k-wrap {
    flex-wrap: wrap !important;
  }
  .flex-4k-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-4k-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-4k-fill {
    flex: 1 1 auto !important;
  }
  .flex-4k-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-4k-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-4k-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-4k-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-4k-start {
    justify-content: flex-start !important;
  }
  .justify-content-4k-end {
    justify-content: flex-end !important;
  }
  .justify-content-4k-center {
    justify-content: center !important;
  }
  .justify-content-4k-between {
    justify-content: space-between !important;
  }
  .justify-content-4k-around {
    justify-content: space-around !important;
  }
  .align-items-4k-start {
    align-items: flex-start !important;
  }
  .align-items-4k-end {
    align-items: flex-end !important;
  }
  .align-items-4k-center {
    align-items: center !important;
  }
  .align-items-4k-baseline {
    align-items: baseline !important;
  }
  .align-items-4k-stretch {
    align-items: stretch !important;
  }
  .align-content-4k-start {
    align-content: flex-start !important;
  }
  .align-content-4k-end {
    align-content: flex-end !important;
  }
  .align-content-4k-center {
    align-content: center !important;
  }
  .align-content-4k-between {
    align-content: space-between !important;
  }
  .align-content-4k-around {
    align-content: space-around !important;
  }
  .align-content-4k-stretch {
    align-content: stretch !important;
  }
  .align-self-4k-auto {
    align-self: auto !important;
  }
  .align-self-4k-start {
    align-self: flex-start !important;
  }
  .align-self-4k-end {
    align-self: flex-end !important;
  }
  .align-self-4k-center {
    align-self: center !important;
  }
  .align-self-4k-baseline {
    align-self: baseline !important;
  }
  .align-self-4k-stretch {
    align-self: stretch !important;
  }
  .float-4k-left {
    float: left !important;
  }
  .float-4k-right {
    float: right !important;
  }
  .float-4k-none {
    float: none !important;
  }
  .m-4k-0 {
    margin: 0 !important;
  }
  .mt-4k-0,
  .my-4k-0 {
    margin-top: 0 !important;
  }
  .mr-4k-0,
  .mx-4k-0 {
    margin-right: 0 !important;
  }
  .mb-4k-0,
  .my-4k-0 {
    margin-bottom: 0 !important;
  }
  .ml-4k-0,
  .mx-4k-0 {
    margin-left: 0 !important;
  }
  .m-4k-1 {
    margin: 0.25rem !important;
  }
  .mt-4k-1,
  .my-4k-1 {
    margin-top: 0.25rem !important;
  }
  .mr-4k-1,
  .mx-4k-1 {
    margin-right: 0.25rem !important;
  }
  .mb-4k-1,
  .my-4k-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-4k-1,
  .mx-4k-1 {
    margin-left: 0.25rem !important;
  }
  .m-4k-2 {
    margin: 0.5rem !important;
  }
  .mt-4k-2,
  .my-4k-2 {
    margin-top: 0.5rem !important;
  }
  .mr-4k-2,
  .mx-4k-2 {
    margin-right: 0.5rem !important;
  }
  .mb-4k-2,
  .my-4k-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-4k-2,
  .mx-4k-2 {
    margin-left: 0.5rem !important;
  }
  .m-4k-3 {
    margin: 1rem !important;
  }
  .mt-4k-3,
  .my-4k-3 {
    margin-top: 1rem !important;
  }
  .mr-4k-3,
  .mx-4k-3 {
    margin-right: 1rem !important;
  }
  .mb-4k-3,
  .my-4k-3 {
    margin-bottom: 1rem !important;
  }
  .ml-4k-3,
  .mx-4k-3 {
    margin-left: 1rem !important;
  }
  .m-4k-4 {
    margin: 1.5rem !important;
  }
  .mt-4k-4,
  .my-4k-4 {
    margin-top: 1.5rem !important;
  }
  .mr-4k-4,
  .mx-4k-4 {
    margin-right: 1.5rem !important;
  }
  .mb-4k-4,
  .my-4k-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-4k-4,
  .mx-4k-4 {
    margin-left: 1.5rem !important;
  }
  .m-4k-5 {
    margin: 3rem !important;
  }
  .mt-4k-5,
  .my-4k-5 {
    margin-top: 3rem !important;
  }
  .mr-4k-5,
  .mx-4k-5 {
    margin-right: 3rem !important;
  }
  .mb-4k-5,
  .my-4k-5 {
    margin-bottom: 3rem !important;
  }
  .ml-4k-5,
  .mx-4k-5 {
    margin-left: 3rem !important;
  }
  .p-4k-0 {
    padding: 0 !important;
  }
  .pt-4k-0,
  .py-4k-0 {
    padding-top: 0 !important;
  }
  .pr-4k-0,
  .px-4k-0 {
    padding-right: 0 !important;
  }
  .pb-4k-0,
  .py-4k-0 {
    padding-bottom: 0 !important;
  }
  .pl-4k-0,
  .px-4k-0 {
    padding-left: 0 !important;
  }
  .p-4k-1 {
    padding: 0.25rem !important;
  }
  .pt-4k-1,
  .py-4k-1 {
    padding-top: 0.25rem !important;
  }
  .pr-4k-1,
  .px-4k-1 {
    padding-right: 0.25rem !important;
  }
  .pb-4k-1,
  .py-4k-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-4k-1,
  .px-4k-1 {
    padding-left: 0.25rem !important;
  }
  .p-4k-2 {
    padding: 0.5rem !important;
  }
  .pt-4k-2,
  .py-4k-2 {
    padding-top: 0.5rem !important;
  }
  .pr-4k-2,
  .px-4k-2 {
    padding-right: 0.5rem !important;
  }
  .pb-4k-2,
  .py-4k-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-4k-2,
  .px-4k-2 {
    padding-left: 0.5rem !important;
  }
  .p-4k-3 {
    padding: 1rem !important;
  }
  .pt-4k-3,
  .py-4k-3 {
    padding-top: 1rem !important;
  }
  .pr-4k-3,
  .px-4k-3 {
    padding-right: 1rem !important;
  }
  .pb-4k-3,
  .py-4k-3 {
    padding-bottom: 1rem !important;
  }
  .pl-4k-3,
  .px-4k-3 {
    padding-left: 1rem !important;
  }
  .p-4k-4 {
    padding: 1.5rem !important;
  }
  .pt-4k-4,
  .py-4k-4 {
    padding-top: 1.5rem !important;
  }
  .pr-4k-4,
  .px-4k-4 {
    padding-right: 1.5rem !important;
  }
  .pb-4k-4,
  .py-4k-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-4k-4,
  .px-4k-4 {
    padding-left: 1.5rem !important;
  }
  .p-4k-5 {
    padding: 3rem !important;
  }
  .pt-4k-5,
  .py-4k-5 {
    padding-top: 3rem !important;
  }
  .pr-4k-5,
  .px-4k-5 {
    padding-right: 3rem !important;
  }
  .pb-4k-5,
  .py-4k-5 {
    padding-bottom: 3rem !important;
  }
  .pl-4k-5,
  .px-4k-5 {
    padding-left: 3rem !important;
  }
  .m-4k-n1 {
    margin: -0.25rem !important;
  }
  .mt-4k-n1,
  .my-4k-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-4k-n1,
  .mx-4k-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-4k-n1,
  .my-4k-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-4k-n1,
  .mx-4k-n1 {
    margin-left: -0.25rem !important;
  }
  .m-4k-n2 {
    margin: -0.5rem !important;
  }
  .mt-4k-n2,
  .my-4k-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-4k-n2,
  .mx-4k-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-4k-n2,
  .my-4k-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-4k-n2,
  .mx-4k-n2 {
    margin-left: -0.5rem !important;
  }
  .m-4k-n3 {
    margin: -1rem !important;
  }
  .mt-4k-n3,
  .my-4k-n3 {
    margin-top: -1rem !important;
  }
  .mr-4k-n3,
  .mx-4k-n3 {
    margin-right: -1rem !important;
  }
  .mb-4k-n3,
  .my-4k-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-4k-n3,
  .mx-4k-n3 {
    margin-left: -1rem !important;
  }
  .m-4k-n4 {
    margin: -1.5rem !important;
  }
  .mt-4k-n4,
  .my-4k-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-4k-n4,
  .mx-4k-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-4k-n4,
  .my-4k-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-4k-n4,
  .mx-4k-n4 {
    margin-left: -1.5rem !important;
  }
  .m-4k-n5 {
    margin: -3rem !important;
  }
  .mt-4k-n5,
  .my-4k-n5 {
    margin-top: -3rem !important;
  }
  .mr-4k-n5,
  .mx-4k-n5 {
    margin-right: -3rem !important;
  }
  .mb-4k-n5,
  .my-4k-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-4k-n5,
  .mx-4k-n5 {
    margin-left: -3rem !important;
  }
  .m-4k-auto {
    margin: auto !important;
  }
  .mt-4k-auto,
  .my-4k-auto {
    margin-top: auto !important;
  }
  .mr-4k-auto,
  .mx-4k-auto {
    margin-right: auto !important;
  }
  .mb-4k-auto,
  .my-4k-auto {
    margin-bottom: auto !important;
  }
  .ml-4k-auto,
  .mx-4k-auto {
    margin-left: auto !important;
  }
  .text-4k-left {
    text-align: left !important;
  }
  .text-4k-right {
    text-align: right !important;
  }
  .text-4k-center {
    text-align: center !important;
  }
}
@media (min-width: 8192px) {
  .container {
    max-width: 8102px;
  }
  .col-8k {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-8k-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-8k-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-8k-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-8k-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-8k-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-8k-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-8k-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-8k-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-8k-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-8k-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-8k-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-8k-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-8k-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-8k-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-8k-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8k-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-8k-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-8k-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-8k-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-8k-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-8k-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-8k-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-8k-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-8k-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-8k-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-8k-first {
    order: -1;
  }
  .order-8k-last {
    order: 25;
  }
  .order-8k-0 {
    order: 0;
  }
  .order-8k-1 {
    order: 1;
  }
  .order-8k-2 {
    order: 2;
  }
  .order-8k-3 {
    order: 3;
  }
  .order-8k-4 {
    order: 4;
  }
  .order-8k-5 {
    order: 5;
  }
  .order-8k-6 {
    order: 6;
  }
  .order-8k-7 {
    order: 7;
  }
  .order-8k-8 {
    order: 8;
  }
  .order-8k-9 {
    order: 9;
  }
  .order-8k-10 {
    order: 10;
  }
  .order-8k-11 {
    order: 11;
  }
  .order-8k-12 {
    order: 12;
  }
  .order-8k-13 {
    order: 13;
  }
  .order-8k-14 {
    order: 14;
  }
  .order-8k-15 {
    order: 15;
  }
  .order-8k-16 {
    order: 16;
  }
  .order-8k-17 {
    order: 17;
  }
  .order-8k-18 {
    order: 18;
  }
  .order-8k-19 {
    order: 19;
  }
  .order-8k-20 {
    order: 20;
  }
  .order-8k-21 {
    order: 21;
  }
  .order-8k-22 {
    order: 22;
  }
  .order-8k-23 {
    order: 23;
  }
  .order-8k-24 {
    order: 24;
  }
  .offset-8k-0 {
    margin-left: 0;
  }
  .offset-8k-1 {
    margin-left: 4.1666666667%;
  }
  .offset-8k-2 {
    margin-left: 8.3333333333%;
  }
  .offset-8k-3 {
    margin-left: 12.5%;
  }
  .offset-8k-4 {
    margin-left: 16.6666666667%;
  }
  .offset-8k-5 {
    margin-left: 20.8333333333%;
  }
  .offset-8k-6 {
    margin-left: 25%;
  }
  .offset-8k-7 {
    margin-left: 29.1666666667%;
  }
  .offset-8k-8 {
    margin-left: 33.3333333333%;
  }
  .offset-8k-9 {
    margin-left: 37.5%;
  }
  .offset-8k-10 {
    margin-left: 41.6666666667%;
  }
  .offset-8k-11 {
    margin-left: 45.8333333333%;
  }
  .offset-8k-12 {
    margin-left: 50%;
  }
  .offset-8k-13 {
    margin-left: 54.1666666667%;
  }
  .offset-8k-14 {
    margin-left: 58.3333333333%;
  }
  .offset-8k-15 {
    margin-left: 62.5%;
  }
  .offset-8k-16 {
    margin-left: 66.6666666667%;
  }
  .offset-8k-17 {
    margin-left: 70.8333333333%;
  }
  .offset-8k-18 {
    margin-left: 75%;
  }
  .offset-8k-19 {
    margin-left: 79.1666666667%;
  }
  .offset-8k-20 {
    margin-left: 83.3333333333%;
  }
  .offset-8k-21 {
    margin-left: 87.5%;
  }
  .offset-8k-22 {
    margin-left: 91.6666666667%;
  }
  .offset-8k-23 {
    margin-left: 95.8333333333%;
  }
  .d-8k-none {
    display: none !important;
  }
  .d-8k-inline {
    display: inline !important;
  }
  .d-8k-inline-block {
    display: inline-block !important;
  }
  .d-8k-block {
    display: block !important;
  }
  .d-8k-table {
    display: table !important;
  }
  .d-8k-table-row {
    display: table-row !important;
  }
  .d-8k-table-cell {
    display: table-cell !important;
  }
  .d-8k-flex {
    display: flex !important;
  }
  .d-8k-inline-flex {
    display: inline-flex !important;
  }
  .flex-8k-row {
    flex-direction: row !important;
  }
  .flex-8k-column {
    flex-direction: column !important;
  }
  .flex-8k-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-8k-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-8k-wrap {
    flex-wrap: wrap !important;
  }
  .flex-8k-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-8k-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-8k-fill {
    flex: 1 1 auto !important;
  }
  .flex-8k-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-8k-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-8k-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-8k-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-8k-start {
    justify-content: flex-start !important;
  }
  .justify-content-8k-end {
    justify-content: flex-end !important;
  }
  .justify-content-8k-center {
    justify-content: center !important;
  }
  .justify-content-8k-between {
    justify-content: space-between !important;
  }
  .justify-content-8k-around {
    justify-content: space-around !important;
  }
  .align-items-8k-start {
    align-items: flex-start !important;
  }
  .align-items-8k-end {
    align-items: flex-end !important;
  }
  .align-items-8k-center {
    align-items: center !important;
  }
  .align-items-8k-baseline {
    align-items: baseline !important;
  }
  .align-items-8k-stretch {
    align-items: stretch !important;
  }
  .align-content-8k-start {
    align-content: flex-start !important;
  }
  .align-content-8k-end {
    align-content: flex-end !important;
  }
  .align-content-8k-center {
    align-content: center !important;
  }
  .align-content-8k-between {
    align-content: space-between !important;
  }
  .align-content-8k-around {
    align-content: space-around !important;
  }
  .align-content-8k-stretch {
    align-content: stretch !important;
  }
  .align-self-8k-auto {
    align-self: auto !important;
  }
  .align-self-8k-start {
    align-self: flex-start !important;
  }
  .align-self-8k-end {
    align-self: flex-end !important;
  }
  .align-self-8k-center {
    align-self: center !important;
  }
  .align-self-8k-baseline {
    align-self: baseline !important;
  }
  .align-self-8k-stretch {
    align-self: stretch !important;
  }
  .float-8k-left {
    float: left !important;
  }
  .float-8k-right {
    float: right !important;
  }
  .float-8k-none {
    float: none !important;
  }
  .m-8k-0 {
    margin: 0 !important;
  }
  .mt-8k-0,
  .my-8k-0 {
    margin-top: 0 !important;
  }
  .mr-8k-0,
  .mx-8k-0 {
    margin-right: 0 !important;
  }
  .mb-8k-0,
  .my-8k-0 {
    margin-bottom: 0 !important;
  }
  .ml-8k-0,
  .mx-8k-0 {
    margin-left: 0 !important;
  }
  .m-8k-1 {
    margin: 0.25rem !important;
  }
  .mt-8k-1,
  .my-8k-1 {
    margin-top: 0.25rem !important;
  }
  .mr-8k-1,
  .mx-8k-1 {
    margin-right: 0.25rem !important;
  }
  .mb-8k-1,
  .my-8k-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-8k-1,
  .mx-8k-1 {
    margin-left: 0.25rem !important;
  }
  .m-8k-2 {
    margin: 0.5rem !important;
  }
  .mt-8k-2,
  .my-8k-2 {
    margin-top: 0.5rem !important;
  }
  .mr-8k-2,
  .mx-8k-2 {
    margin-right: 0.5rem !important;
  }
  .mb-8k-2,
  .my-8k-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-8k-2,
  .mx-8k-2 {
    margin-left: 0.5rem !important;
  }
  .m-8k-3 {
    margin: 1rem !important;
  }
  .mt-8k-3,
  .my-8k-3 {
    margin-top: 1rem !important;
  }
  .mr-8k-3,
  .mx-8k-3 {
    margin-right: 1rem !important;
  }
  .mb-8k-3,
  .my-8k-3 {
    margin-bottom: 1rem !important;
  }
  .ml-8k-3,
  .mx-8k-3 {
    margin-left: 1rem !important;
  }
  .m-8k-4 {
    margin: 1.5rem !important;
  }
  .mt-8k-4,
  .my-8k-4 {
    margin-top: 1.5rem !important;
  }
  .mr-8k-4,
  .mx-8k-4 {
    margin-right: 1.5rem !important;
  }
  .mb-8k-4,
  .my-8k-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-8k-4,
  .mx-8k-4 {
    margin-left: 1.5rem !important;
  }
  .m-8k-5 {
    margin: 3rem !important;
  }
  .mt-8k-5,
  .my-8k-5 {
    margin-top: 3rem !important;
  }
  .mr-8k-5,
  .mx-8k-5 {
    margin-right: 3rem !important;
  }
  .mb-8k-5,
  .my-8k-5 {
    margin-bottom: 3rem !important;
  }
  .ml-8k-5,
  .mx-8k-5 {
    margin-left: 3rem !important;
  }
  .p-8k-0 {
    padding: 0 !important;
  }
  .pt-8k-0,
  .py-8k-0 {
    padding-top: 0 !important;
  }
  .pr-8k-0,
  .px-8k-0 {
    padding-right: 0 !important;
  }
  .pb-8k-0,
  .py-8k-0 {
    padding-bottom: 0 !important;
  }
  .pl-8k-0,
  .px-8k-0 {
    padding-left: 0 !important;
  }
  .p-8k-1 {
    padding: 0.25rem !important;
  }
  .pt-8k-1,
  .py-8k-1 {
    padding-top: 0.25rem !important;
  }
  .pr-8k-1,
  .px-8k-1 {
    padding-right: 0.25rem !important;
  }
  .pb-8k-1,
  .py-8k-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-8k-1,
  .px-8k-1 {
    padding-left: 0.25rem !important;
  }
  .p-8k-2 {
    padding: 0.5rem !important;
  }
  .pt-8k-2,
  .py-8k-2 {
    padding-top: 0.5rem !important;
  }
  .pr-8k-2,
  .px-8k-2 {
    padding-right: 0.5rem !important;
  }
  .pb-8k-2,
  .py-8k-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-8k-2,
  .px-8k-2 {
    padding-left: 0.5rem !important;
  }
  .p-8k-3 {
    padding: 1rem !important;
  }
  .pt-8k-3,
  .py-8k-3 {
    padding-top: 1rem !important;
  }
  .pr-8k-3,
  .px-8k-3 {
    padding-right: 1rem !important;
  }
  .pb-8k-3,
  .py-8k-3 {
    padding-bottom: 1rem !important;
  }
  .pl-8k-3,
  .px-8k-3 {
    padding-left: 1rem !important;
  }
  .p-8k-4 {
    padding: 1.5rem !important;
  }
  .pt-8k-4,
  .py-8k-4 {
    padding-top: 1.5rem !important;
  }
  .pr-8k-4,
  .px-8k-4 {
    padding-right: 1.5rem !important;
  }
  .pb-8k-4,
  .py-8k-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-8k-4,
  .px-8k-4 {
    padding-left: 1.5rem !important;
  }
  .p-8k-5 {
    padding: 3rem !important;
  }
  .pt-8k-5,
  .py-8k-5 {
    padding-top: 3rem !important;
  }
  .pr-8k-5,
  .px-8k-5 {
    padding-right: 3rem !important;
  }
  .pb-8k-5,
  .py-8k-5 {
    padding-bottom: 3rem !important;
  }
  .pl-8k-5,
  .px-8k-5 {
    padding-left: 3rem !important;
  }
  .m-8k-n1 {
    margin: -0.25rem !important;
  }
  .mt-8k-n1,
  .my-8k-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-8k-n1,
  .mx-8k-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-8k-n1,
  .my-8k-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-8k-n1,
  .mx-8k-n1 {
    margin-left: -0.25rem !important;
  }
  .m-8k-n2 {
    margin: -0.5rem !important;
  }
  .mt-8k-n2,
  .my-8k-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-8k-n2,
  .mx-8k-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-8k-n2,
  .my-8k-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-8k-n2,
  .mx-8k-n2 {
    margin-left: -0.5rem !important;
  }
  .m-8k-n3 {
    margin: -1rem !important;
  }
  .mt-8k-n3,
  .my-8k-n3 {
    margin-top: -1rem !important;
  }
  .mr-8k-n3,
  .mx-8k-n3 {
    margin-right: -1rem !important;
  }
  .mb-8k-n3,
  .my-8k-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-8k-n3,
  .mx-8k-n3 {
    margin-left: -1rem !important;
  }
  .m-8k-n4 {
    margin: -1.5rem !important;
  }
  .mt-8k-n4,
  .my-8k-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-8k-n4,
  .mx-8k-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-8k-n4,
  .my-8k-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-8k-n4,
  .mx-8k-n4 {
    margin-left: -1.5rem !important;
  }
  .m-8k-n5 {
    margin: -3rem !important;
  }
  .mt-8k-n5,
  .my-8k-n5 {
    margin-top: -3rem !important;
  }
  .mr-8k-n5,
  .mx-8k-n5 {
    margin-right: -3rem !important;
  }
  .mb-8k-n5,
  .my-8k-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-8k-n5,
  .mx-8k-n5 {
    margin-left: -3rem !important;
  }
  .m-8k-auto {
    margin: auto !important;
  }
  .mt-8k-auto,
  .my-8k-auto {
    margin-top: auto !important;
  }
  .mr-8k-auto,
  .mx-8k-auto {
    margin-right: auto !important;
  }
  .mb-8k-auto,
  .my-8k-auto {
    margin-bottom: auto !important;
  }
  .ml-8k-auto,
  .mx-8k-auto {
    margin-left: auto !important;
  }
  .text-8k-left {
    text-align: left !important;
  }
  .text-8k-right {
    text-align: right !important;
  }
  .text-8k-center {
    text-align: center !important;
  }
}
@media (max-width: 319.98px) {
  .table-responsive-xxs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 567.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 666.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .footer__menu {
    justify-content: center;
  }
  .pagination__btn-arrow_prev {
    margin-right: 4.6rem;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .swiper-custom-scrollbar {
    height: 5px;
  }
  .container-fluid_fix-right_mobile {
    padding-left: 0;
    margin-left: calc(30px + (5000vw - 16000px) / 1600);
  }
  html {
    font-size: 10px;
  }
  .barba-container.barba-container-inner {
    padding-top: 15rem;
  }
  mark[data-translation] {
    border: none;
  }
  mark[data-translation]:before {
    display: none;
  }
  mark[data-translation]:after {
    display: none;
  }
  span[data-textHint] {
    display: none;
  }
  span[data-textHint]:before {
    display: none;
  }
  span[data-textHint]:after {
    display: none;
  }
  .ya-share2 .ya-share2__item:not(:last-child) {
    margin-right: 1rem !important;
  }
  .header {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .header__logo {
    padding-right: 0;
    width: 8.5rem;
    height: 3.4rem;
  }
  .header__link {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .header__left-item:not(:last-child) {
    margin-right: 3.33334vw;
  }
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer__col_last a {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .footer__phone {
    font-size: 2rem;
    line-height: 1.6;
  }
  .footer__phone-description {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .footer__btn {
    margin-bottom: 2rem;
  }
  .footer__menu-item {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .footer__socials {
    justify-content: space-between;
    padding: 0 1.7rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .footer__social {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  .footer__contract,
  .footer__privacy-policy {
    font-size: 1.2rem;
    line-height: 2.92;
  }
  .footer__row-bottom {
    text-align: center;
  }
  .sandwich-menu__menu-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sandwich-menu__main-menu-item {
    font-size: 2rem;
    line-height: 1.6;
  }
  .sandwich-menu__submenu-item {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .two-cols {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .two-cols_reverse .two-cols__wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .two-cols__btn-wrapper {
    margin-top: 2rem;
  }
  .two-cols__big-title {
    font-size: 2rem;
    line-height: 1.6;
    padding-top: 4rem;
    margin-bottom: 2.5rem;
  }
  .two-cols__btn {
    font-size: 1.4rem;
    line-height: 3.5rem;
  }
  .two-cols__title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1.7rem;
  }
  .two-cols__description {
    font-size: 1.6rem;
  }
  .square-card {
    height: 36.1rem;
    padding: 3.5rem 2rem 2.5rem;
  }
  .square-card_small {
    height: 35rem;
  }
  .section_gift {
    margin-top: 4rem;
  }
  .section_gift__left-pic {
    display: none;
  }
  .section_gift__right-pic {
    display: block;
    width: 145px;
    height: 100px;
    position: relative;
    margin: 0 auto 2rem;
  }
  .section_mobile-white {
    background-color: #fff;
  }
  .lead__description {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 1;
    text-align: center;
  }
  .lead__svg {
    display: none;
  }
  .lead__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: auto;
    justify-content: flex-end;
    height: 100vh;
    text-align: center;
    transition: opacity 0.3s;
  }
  .preloading .lead__wrapper {
    opacity: 0;
  }
  .lead__badge-1 {
    display: none;
  }
  .lead .btn {
    padding: 0.6rem 3rem;
    margin-bottom: 2rem;
    opacity: 1;
  }
  .exercise-card__wrapper {
    padding-top: 0;
  }
  .exercise-card__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .exercise-card__footer {
    margin-top: 2.4rem;
    flex: 1 1 100%;
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .exercise-card__footer-free {
    padding: 0.5rem 3rem;
  }
  .exercise-card__footer-link {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .exercise-card__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .exercise-card__svg,
  .exercise-card__svg-text {
    display: none;
  }
  .btn {
    font-size: 1.6rem;
    line-height: 3.5rem;
    padding: 0.6rem 5rem;
  }
  .btn_mobile-padding21 {
    padding: 0.4rem 2.1rem;
  }
  .btn_mobile-padding28 {
    padding: 0.4rem 2.8rem;
  }
  .btn_mobile-padding38 {
    padding: 0.4rem 3.8rem;
  }
  .btn_link {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .btn_custom-padding {
    padding: 0.6rem 3rem;
  }
  .btn_header,
  .btn_lk .btn__text {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .grid-list__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .grid-list__item:hover .square-card {
    padding: 2.5rem 2rem;
  }
  .grid-list__item {
    margin-bottom: 2rem;
  }
  .grid-list_downward-right {
    padding-top: 0.5rem;
  }
  .grid-list_downward-right2 {
    padding-top: 0;
  }
  .grid-list_downward-right2 .grid-list__item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .grid-list_offset-lr .grid-list__item:nth-child(odd) {
    padding-left: 0;
  }
  .grid-list_offset-lr .grid-list__item:nth-child(2n) {
    padding-right: 0;
  }
  .grid-list_offset-lr-reverse .grid-list__item:nth-child(odd) {
    padding-right: 0;
  }
  .grid-list_offset-lr-reverse .grid-list__item:nth-child(2n) {
    padding-left: 0;
  }
  .grid-list_offset-list .grid-list__item:nth-child(odd) {
    padding-left: 0;
  }
  .grid-list_offset-list .grid-list__item:nth-child(2n) {
    padding-right: 0;
  }
  .grid-list_two-per-row .grid-list__item {
    margin-bottom: 3rem;
  }
  .grid-list_two-per-row .grid-list__item:last-of-type {
    margin-bottom: 3rem;
  }
  .register-proposal {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .register-proposal_line-bottom .register-proposal__description {
    margin-bottom: 2rem;
  }
  .register-proposal__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .register-proposal__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .block-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .block-title_h3 .block-title__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .block-title_mobile-title-left .block-title__title {
    text-align: left;
  }
  .block-title__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .block-title__description,
  .block-title__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .course-card__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .course-card__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .course-card__footer {
    margin-top: 0;
  }
  .prop-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .prop-block__container {
    padding: 4rem 2rem 3.8rem;
  }
  .prop-block__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .prop-block__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .prop-block__subtitle {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .prop-block__subdescription {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .prop-block__bottom-info {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .prop-block__bottom-info p {
    margin-bottom: 1rem;
  }
  .header-menu__link {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .content-area {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .content-area_wrapped {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content-area__group {
    margin-bottom: 4rem;
  }
  .content-area h1,
  .content-area h2 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .content-area h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .content-area .content-area_no-margin {
    margin-bottom: 0;
  }
  .content-area h2,
  .content-area h3,
  .content-area ol,
  .content-area p,
  .content-area ul {
    margin-bottom: 2rem;
  }
  .content-area h2:last-child,
  .content-area h3:last-child,
  .content-area ol:last-child,
  .content-area p:last-child,
  .content-area ul:last-child {
    margin-bottom: 0;
  }
  .content-area__a_inline-block {
    margin-bottom: 2rem;
  }
  .content-area ul > li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .content-area ul > li {
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
  .content-area ul > li:last-child {
    margin-bottom: 0;
  }
  .content-area ul > li:before {
    width: 5px;
    height: 5px;
  }
  .content-area .content-area__ol_with-h2-headers > li:before {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .content-area .content-area__ol_with-h3-headers > li:before {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .content-area__li_with-h2-header:before {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .content-area__li_with-h3-header:before {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .content-area .content-area__ol_margin-top,
  .content-area .content-area__p_margin-top,
  .content-area .content-area__ul_margin-top {
    margin-top: 2rem;
  }
  .content-area_about-the-organisation ol li,
  .content-area_about-the-organisation ul li {
    margin-bottom: 0;
  }
  .content-area_document ol h2,
  .content-area_document ol h3,
  .content-area_document ol h4,
  .content-area_document ol h5,
  .content-area_document ol h6 {
    margin-bottom: 2rem;
  }
  .content-area_document ol h2 + p,
  .content-area_document ol h3 + p {
    margin-top: 2rem;
  }
  .content-area_document ol > li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .content-area_document ol > li:before {
    margin-right: 1.5rem;
  }
  .upcoming-lesson__title {
    font-size: 1.2rem;
  }
  .upcoming-lesson__info-day {
    font-size: 2rem;
    line-height: 1.6;
  }
  .last-work__name {
    font-size: 1.4rem;
  }
  [data-namespace="404"] {
    background-image: radial-gradient(
      51.55% 80.28% at 65.21% 105.28%,
      rgba(215, 208, 237, 0.6) 0,
      hsla(0, 0%, 100%, 0) 100%
    );
  }
  .not-found {
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }
  .not-found__wrapper {
    margin-top: 21vh;
    height: calc(var(--vh, 1vh) * 21);
    text-align: center;
  }
  .not-found__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 6.1rem;
  }
  .not-found__image img {
    -o-object-position: bottom;
    object-position: bottom;
  }
  .lead-2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }
  .lead-2_stick-bottom .lead-2__figure img,
  .lead-2_stick-bottom .lead-2__shadow img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .lead-2_stick-bottom .lead-2__wrapper {
    justify-content: flex-start;
    padding-top: 21.1vh;
    padding-top: calc(var(--vh, 1vh) * 21.1);
  }
  .lead-2__figure,
  .lead-2__gradient,
  .lead-2__shadow {
    transition: opacity 0.4s linear;
  }
  .lead-2__figure img,
  .lead-2__shadow img {
    -o-object-position: center;
    object-position: center;
  }
  .lead-2__wrapper {
    text-align: center;
    min-height: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    justify-content: flex-end;
    transition: opacity 0.3s;
  }
  .preloading .lead-2__wrapper {
    opacity: 0;
  }
  .lead-2__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    margin-top: 0;
    opacity: 1;
  }
  .lead-2__description {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 1;
  }
  .lead-2 .btn {
    margin-bottom: 2.6rem;
    opacity: 1;
  }
  .lead-2_child .lead-2__figure img {
    transform: translateX(-18%);
    width: 165%;
  }
  .lead-2_courses .lead-2__figure img {
    transform: translateX(-14%);
    width: 141%;
  }
  .tile-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tile-card__container {
    padding-top: 3.2rem;
    padding-bottom: 4rem;
  }
  .tile-card__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .tile-card__subtitle {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .tile-card__row {
    flex-direction: column;
  }
  .tile-card__case {
    margin-bottom: 3rem;
    width: 100%;
  }
  .tile-card__case:last-child {
    width: 100%;
  }
  .tile-card__case:nth-child(2) {
    order: 3;
    margin-bottom: 0;
  }
  .tile-card a {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .slider {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .slider__pagination {
    margin-bottom: 3rem;
  }
  .pink-text {
    width: auto;
  }
  .pink-text_text-center-mobile {
    text-align: center;
  }
  .pink-text__title {
    font-size: 3.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-top: 0;
  }
  .pink-text__description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .pink-text_reverse .pink-text__description {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .pink-text_big .pink-text__title {
    font-size: 3.5rem;
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 1rem;
  }
  .two-cols-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .about-item {
    margin-top: 0;
    margin-bottom: 2.5rem;
    width: 46.4%;
    min-width: 0;
  }
  .about-item__title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .about-item__image {
    padding-top: 4.3rem;
  }
  .about-item__image img {
    max-width: 70%;
    max-height: 80%;
  }
  .person-card__item:last-child {
    margin-bottom: 3rem;
  }
  .person-card__title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .person-card__description {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .person-card__content ul {
    margin-top: 2rem;
  }
  .person-card__quote svg {
    margin-bottom: 3rem;
    width: 3.5rem;
    height: 2.9rem;
  }
  .person-card__quote-text {
    font-size: 1.8rem;
    line-height: 1.8;
    width: 100%;
  }
  [data-namespace="reviews"] .reviews__text-banner svg {
    width: 8.2rem;
    height: 8.9rem;
  }
  [data-namespace="reviews"]
    .reviews__achievements-title
    .block-title__description {
    margin-top: 2rem;
  }
  [data-namespace="reviews"] .reviews__results-text {
    margin-bottom: 4rem;
  }
  [data-namespace="reviews"] .reviews__achievements-section:before {
    opacity: 0;
  }
  .review {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .review__top-content {
    margin-bottom: 2rem;
  }
  .review__title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .review__img {
    margin-right: 1.9rem;
    width: 4rem;
    height: 4rem;
  }
  .review__social {
    margin-top: 2rem;
  }
  .review__username {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .review__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .review__text-detail p,
  .review__text-preview p {
    margin-bottom: 2rem;
  }
  .review__more-less-hline {
    margin: 2rem 0;
  }
  .reviews-section {
    margin-top: 2rem;
  }
  .reviews-section__list {
    margin-bottom: 0;
  }
  .reviews-section__item:nth-child(2n):last-child {
    margin-bottom: 4rem;
  }
  .text-banner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .text-banner__svg {
    margin-bottom: 3rem;
    width: 8rem;
  }
  .text-banner__svg_brain {
    width: 8.2rem;
  }
  .text-banner__svg_rocket {
    width: 4.25rem;
  }
  .text-banner__text p {
    font-size: 2rem;
    line-height: 1.6;
  }
  .text-banner__btn {
    margin-top: 3rem;
  }
  [data-namespace="vacancies"] .vacancies__lead {
    margin-bottom: 2.4rem;
  }
  [data-namespace="vacancies"] .vacancies__bonuses {
    margin-bottom: 2rem;
  }
  [data-namespace="vacancies"] .vacancies__form-section {
    margin-bottom: 0;
  }
  .info-block-1__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .block-title-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .block-title-2__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .block-title-2__subtitle {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .block-title-2__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .video-block_mb {
    margin-bottom: 4rem;
  }
  .video-block__button {
    width: 4rem;
    height: 4rem;
  }
  .video-block__button svg {
    width: 0.8rem;
  }
  .review-slide__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .review-slide__bottom {
    flex-direction: column;
    margin-top: 3rem;
  }
  .review-slide__img {
    margin-bottom: 2rem;
  }
  .review-slide__title {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    margin-left: 0;
  }
  .contact-form {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .contact-form_vacancy .contact-form__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .contact-form_contacts .contact-form__inputs {
    margin-bottom: 3rem;
  }
  .contact-form_free-popup .contact-form__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contact-form_free-popup .contact-form__left {
    position: static;
  }
  .contact-form_free-popup .contact-form__left-info {
    position: absolute;
    bottom: 0;
  }
  .contact-form_free-popup .contact-form__container {
    padding-bottom: 8rem;
  }
  .contact-form_pr .contact-form__inputs {
    margin-bottom: 3rem;
  }
  .contact-form_callback .contact-form__bottom {
    align-items: flex-start;
  }
  .contact-form_callback .contact-form__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .contact-form__title {
    margin-bottom: 2rem;
    font-family: Gilroy;
  }
  .contact-form__title,
  .contact-form__title-top {
    font-size: 2rem;
    line-height: 1.6;
  }
  .contact-form__bottom-text p,
  .contact-form__text p,
  .contact-form__title-top {
    margin-bottom: 2rem;
  }
  .contact-form__bottom-text,
  .contact-form__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contact-form__inputs {
    margin-bottom: 2rem;
  }
  .contact-form__inputs-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .contact-form__inputs {
    justify-content: flex-start;
    flex-direction: column;
  }
  .contact-form__middle-item:not(:last-child) {
    margin-right: 0;
  }
  .contact-form__left-info {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .contact-form__bottom-info {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .contact-form__bottom-info p,
  .contact-form__left-info p {
    margin-bottom: 1rem;
  }
  .contact-form__button {
    font-size: 1.4rem;
    line-height: 1.8;
    font-size: 18px;
    text-transform: none;
  }
  .contact-form__questionnaire-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .contact-button {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .contact-button__title {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .contact-button_subscription {
    position: relative;
    margin-top: 3rem;
    padding: 0.6rem 2rem !important;
    border-width: 2px;
    border-color: #fff;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  .notification__svg {
    margin-bottom: 4rem;
    width: 6rem;
    height: 6rem;
  }
  .notification__svg_smile {
    width: 6.3rem;
    height: 7.6rem;
  }
  .notification__svg_check-bubble {
    width: 6.2rem;
    height: 6.2rem;
  }
  .notification__title {
    font-size: 2.4rem;
  }
  .notification__subtitle-wrap {
    margin-top: 4rem;
    padding: 20px;
    flex-direction: column;
  }
  .notification__subtitle-icon {
    margin-right: 0;
  }
  .notification__subtitle-content {
    margin: 3rem 0;
  }
  .notification__subtitle-heading,
  .notification__subtitle-text {
    text-align: center;
  }
  .notification__subtitle-btn {
    margin-left: 0;
  }
  .input__label,
  .notification__text {
    font-size: 1.4rem;
  }
  .input__label {
    line-height: 1.8;
    left: 2rem;
    margin-bottom: 3rem;
    width: calc(100% - 2rem);
  }
  textarea + .input__label {
    top: 2.5rem;
  }
  .input__input[type="date"] {
    min-height: 4.6rem;
  }
  .input__input {
    padding: 2.1rem 1.8rem 0.5rem;
    font-size: 1.4rem;
  }
  .input textarea {
    margin-bottom: 0;
  }
  .input__notification {
    right: 1.8rem;
    transform-origin: top right;
    transform: translateY(-70%) scale(0.67);
  }
  .input__notification,
  .input_subscription .input__label {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .input_subscription .input__label {
    left: 2.2rem;
    text-align: left;
  }
  .input_subscription .input__input {
    padding: 2.1rem 2rem 0.5rem;
    height: auto;
  }
  .attach-file label {
    min-width: 100%;
    font-size: 18px;
    text-transform: none;
  }
  .attach-file__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .popup-event__name {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  [data-namespace="courses"] .adult-courses {
    padding-bottom: 4rem;
  }
  [data-namespace="courses"] .adult-courses__description {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="courses"] .adult-courses__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="courses"] .children-courses__block-title,
  [data-namespace="courses"] .corporate__block-title {
    margin-bottom: 3rem;
  }
  [data-namespace="courses"] .exams__block-title {
    margin-bottom: 3rem;
  }
  [data-namespace="courses"] .corporate__steps li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  [data-namespace="courses"] .corporate__steps-number {
    margin-right: 1.8rem;
    width: 4.2rem;
    height: 4.2rem;
  }
  [data-namespace="courses"] .about-classes__row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="courses"] .about-classes__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  [data-namespace="courses"] .about-classes__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="courses"] .about-classes__subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="courses"] .about-classes__bold-text {
    font-size: 2rem;
    line-height: 1.6;
  }
  [data-namespace="courses"] .about-classes__tag-circle {
    margin-right: 1.5rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  [data-namespace="courses"] .about-classes__tag-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="courses"] .about-classes__tag-text {
    width: auto;
  }
  [data-namespace="courses"] .about-classes__level {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .endless-btn {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .course-card-2 {
    padding: 4rem 2rem;
    min-height: auto;
  }
  .course-card-2:hover .course-card-2__more {
    box-shadow: 0 1px 0 0 #fff;
  }
  .course-card-2_violet .course-card-2__more {
    box-shadow: 0 1px 0 0 #fff;
  }
  .course-card-2__bg {
    top: auto;
  }
  .course-card-2__wrapper {
    display: block;
  }
  .course-card-2__main {
    margin-bottom: 2rem;
  }
  .course-card-2__title {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .course-card-2__description {
    font-size: 1.4rem;
    line-height: 1.6;
    width: 100%;
  }
  .course-card-2__sign-up {
    margin: 2rem auto 0;
    order: 2;
  }
  .course-card-2__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .subscription {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .subscription_popup-blog {
    padding-right: 0;
    padding-left: 0;
  }
  .subscription_popup-blog .subscription__bg {
    border-radius: 0;
  }
  .subscription__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .subscription__subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .subscription__form {
    width: 100%;
  }
  .subscription__bottom-info {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .subscription__bottom-info p {
    margin-bottom: 1rem;
  }
  .about-circles {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 5rem;
  }
  [data-namespace="adult-courses"] .adult-courses__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="adult-courses"] .adult-courses__text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="adult-courses"] .adult-courses__text {
    margin-bottom: 4rem;
  }
  .two-cols-with-picture {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .two-cols-with-picture_no-pic .two-cols-with-picture__col {
    margin-bottom: 2rem;
  }
  .two-cols-with-picture_no-pic .two-cols-with-picture__col:first-child {
    margin-bottom: 2rem;
  }
  .two-cols-with-picture_no-pic .two-cols-with-picture__text-row {
    margin-bottom: 0;
  }
  .two-cols-with-picture_no-pic .two-cols-with-picture__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .two-cols-with-picture__col:last-child .two-cols-with-picture__bg {
    right: 0;
  }
  .two-cols-with-picture__col {
    width: 100%;
  }
  .two-cols-with-picture__col:first-child,
  .two-cols-with-picture__col:last-child {
    padding: 0;
    margin: 0 0 4rem;
  }
  .two-cols-with-picture__bg {
    top: -4rem;
    max-width: 30%;
  }
  .two-cols-with-picture__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .two-cols-with-picture__subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .two-cols-with-picture__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .londonexp-features {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .londonexp-features_vacancies
    .londonexp-features__feature:not(:first-child)
    .londonexp-features__feature-svg {
    margin-bottom: 2rem;
  }
  .londonexp-features_vacancies .londonexp-features__feature:nth-child(2n) {
    margin-bottom: 3rem;
  }
  .londonexp-features_vacancies .londonexp-features__feature:nth-child(2n + 3) {
    transform: none;
  }
  .londonexp-features_straight .londonexp-features__feature {
    margin-bottom: 3rem;
  }
  .londonexp-features_straight .londonexp-features__feature:last-child {
    margin-bottom: 3rem;
  }
  .londonexp-features_straight
    .londonexp-features__feature:nth-last-child(2):nth-child(odd) {
    margin-bottom: 3rem;
  }
  .londonexp-features_straight .londonexp-features__feature:nth-child(2n) {
    margin-bottom: 3rem;
  }
  .londonexp-features__list {
    flex-direction: column;
  }
  .londonexp-features__feature:nth-child(2n + 3) {
    transform: none;
  }
  .londonexp-features__feature:nth-child(2n) {
    margin-bottom: 3rem;
    transform: none;
  }
  .londonexp-features__feature:nth-child(2n):last-of-type {
    margin-bottom: 3rem;
  }
  .londonexp-features__feature-svg {
    width: 4.5rem;
    margin-bottom: 2rem;
  }
  .londonexp-features__feature-title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .londonexp-features__feature-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lessons-gift-banner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lessons-gift-banner__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .lessons-gift-banner__subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lessons-gift-banner-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lessons-gift-banner-2__subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .class-format__slider {
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #faf8f8;
    background-clip: padding-box;
    margin-bottom: 3rem;
  }
  .class-format .swiper-slide {
    flex-direction: column;
  }
  .class-format .swiper-slide__title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    text-align: center;
  }
  .class-format .swiper-slide__description {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 3rem;
  }
  .class-format__scrollbar {
    margin-bottom: 4rem;
  }
  .class-format__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .class-format__text,
  .list-circle {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .list-circle ol {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .list-circle ol li:not(:last-child) {
    margin-bottom: 30px;
  }
  .list-circle ol li {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .list-circle ol li:before {
    margin-bottom: 2rem;
    margin-right: 0;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
  .list-circle__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .list-circle__subtitle {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .list-circle__swiper-container {
    margin: 0 auto;
    overflow: hidden;
  }
  .list-circle__swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .list-circle__swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
  }
  .individual-group-classes {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .individual-group-classes__wrapper-even,
  .individual-group-classes__wrapper-odd {
    flex-direction: column;
  }
  .individual-group-classes__wrapper-odd
    .individual-group-classes__text-content {
    padding: 0;
  }
  .individual-group-classes__wrapper-odd .individual-group-classes__title {
    margin-top: 0;
  }
  .individual-group-classes__wrapper-odd .individual-group-classes__picture {
    padding: 0;
  }
  .individual-group-classes__wrapper-odd
    .individual-group-classes__picture_circles-3
    img {
    width: 78.57%;
  }
  .individual-group-classes__wrapper-odd
    .individual-group-classes__picture_circles-2
    img {
    width: 75.357%;
  }
  .individual-group-classes__wrapper-even
    .individual-group-classes__text-content {
    padding: 0;
  }
  .individual-group-classes__wrapper-even .individual-group-classes__picture {
    justify-content: center;
    padding: 0;
    order: 1;
  }
  .individual-group-classes__wrapper-even
    .individual-group-classes__picture_circles-3
    img {
    width: 78.57%;
  }
  .individual-group-classes__wrapper-even
    .individual-group-classes__picture_circles-2
    img {
    width: 75.357%;
  }
  .individual-group-classes__wrapper-even
    .individual-group-classes__picture_circles-1
    img {
    width: 85.71%;
  }
  .individual-group-classes__picture,
  .individual-group-classes__text-content {
    width: 100%;
    padding: 0;
  }
  .individual-group-classes__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .individual-group-classes__description {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .individual-group-classes__text {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
  [data-namespace="teachers"] .about-team {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="teachers"] .about-team__team-col:first-child {
    order: 2;
    margin-bottom: 4rem;
    padding: 0;
  }
  [data-namespace="teachers"] .about-team__team-col:last-child {
    order: 1;
    padding: 0;
    margin-bottom: 3rem;
  }
  [data-namespace="teachers"] .about-team__bottom-span,
  [data-namespace="teachers"] .about-team__top-span {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  [data-namespace="teachers"] .about-team__top-span {
    margin-bottom: 0;
  }
  [data-namespace="teachers"] .about-team__top-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="teachers"] .about-team__top-text {
    margin-bottom: 2rem;
  }
  [data-namespace="teachers"] .about-team__bottom-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .big-text-with-subtitle_bigger .big-text-with-subtitle__big-text {
    font-size: 6rem;
    line-height: 1.2;
    font-family: Gilroy;
    letter-spacing: normal;
  }
  .big-text-with-subtitle__big-text {
    font-size: 3.5rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
  }
  .big-text-with-subtitle__subtitle {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .teacher__name {
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    opacity: 1;
    transform: scaleY(1);
    box-shadow: none;
  }
  .teacher__name:after {
    display: none;
  }
  .slider-history {
    padding: 4rem 0 2.9rem;
  }
  .slider-history__bg {
    width: 81.25%;
    transform: translateY(-90%);
  }
  .slider-history__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .slider-history__container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-right: 0;
  }
  .slider-history__slide {
    width: 25rem;
    padding-right: 2rem;
  }
  .slider-history__date {
    margin-left: 1rem;
    margin-bottom: 1.7rem;
  }
  .slider-history__image {
    margin-bottom: 3rem;
    height: 34.375vw;
  }
  .slider-history__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .slider-history__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2.2rem;
    margin-left: 0;
    width: 100%;
  }
  .slider-history__scrollbar {
    margin-bottom: 0;
  }
  .slider-history__description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .slider-lead__shadow_mobile {
    display: block;
  }
  .slider-lead__new-image-pic img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slider-lead__images {
    display: none;
  }
  .slider-lead__person img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .teachers-list {
    margin-bottom: 4rem;
  }
  .teachers-list__description {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1.8rem;
  }
  .teachers-list__list {
    flex-wrap: nowrap;
  }
  .teachers-list__list li:nth-last-child(-n + 3) {
    margin-right: auto;
  }
  .teachers-list__scrollbar {
    margin-right: 2rem;
    margin-left: 2rem;
    width: 87.5%;
  }
  [data-namespace="news"] .lessons-gift-banner {
    display: none;
  }
  .news-card__date {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .news-card__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .pagination__page {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="news-article"] .news-article__content {
    margin-top: 0;
  }
  [data-namespace="news-article"] .news-article__content p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="news-article"] .news-article__content p:first-child {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="news-article"] .news-article__content p:last-child {
    margin-bottom: 4rem;
  }
  .news-slider__image-wrapper {
    margin-bottom: 6.85rem;
    min-height: 50%;
  }
  .news-slider__caption {
    margin-left: 0;
  }
  .news-slider__caption,
  .news-slider__pagination {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .news-slider__pagination {
    bottom: 4.5rem;
    margin-left: 0;
  }
  [data-namespace="price"] .price__row-content:nth-child(2) {
    order: 3;
  }
  [data-namespace="price"] .price__slider-section:before {
    height: 75%;
  }
  .h1-title {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
  .h1-title__subtitle {
    font-size: 1.8rem;
  }
  .h1-title__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .h1-title__description {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
  .h1-title__btn {
    margin: 2rem auto 0;
  }
  [data-namespace="contacts"] .contacts__cooperation-description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="contacts"] .contacts__cooperation-description {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="contacts"] .contacts__card-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="contacts"] .contacts__care {
    padding-bottom: 0;
  }
  [data-namespace="contacts"] .contacts__care-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="contacts"] .contacts__care-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  [data-namespace="contacts"] .contacts__care-description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="contacts"] .contacts__care-description {
    order: 3;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  [data-namespace="contacts"] .contacts__care-email {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  [data-namespace="contacts"] .contacts__care-email {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .lead-contacts {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
  }
  .lead-contacts__outer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    min-height: inherit;
  }
  .lead-contacts__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    margin-bottom: 3.1rem;
  }
  .lead-contacts__call {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .lead-contacts__schedule {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
  }
  .lead-contacts__title {
    margin-bottom: 3rem;
  }
  .lead-contacts__title .h1-title__title {
    margin-top: calc(30px + 13.9vh);
  }
  .lead-contacts__call-receiver {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .lead-contacts__wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
  .lead-contacts__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lead-contacts__contacts {
    margin-right: 0;
    margin-bottom: 3rem;
    align-items: center;
  }
  .lead-contacts__email {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 3.5rem;
  }
  .lead-contacts__messenger:first-child {
    margin-left: 0;
  }
  .contacts-card__title {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .contacts-card__description {
    margin-bottom: 2rem;
  }
  .contacts-card__description,
  .contacts-card__email,
  .contacts-card__phone {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contacts-card__email {
    margin-bottom: 2rem;
  }
  .educational-methodology:first-of-type {
    margin-top: 4.9rem;
  }
  .educational-methodology__text {
    margin-top: 1.6rem;
  }
  .educational-methodology__small-text {
    margin-top: 2rem;
  }
  .educational-methodology__features {
    flex-direction: column;
    margin-top: 3rem;
  }
  .educational-methodology__feature {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .educational-methodology__feature:nth-child(odd) {
    margin-right: 0;
  }
  .content-picture {
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: column;
    min-height: 0;
  }
  .content-picture_vacancies {
    margin-bottom: 0;
  }
  .content-picture_vacancies .content-picture__h2-title {
    margin-bottom: 2.4rem;
  }
  .content-picture_vacancies .content-picture__small-text {
    margin-bottom: 2rem;
  }
  .content-picture_row-reverse {
    flex-direction: column;
  }
  .content-picture_mob-image-last {
    flex-direction: column-reverse;
  }
  .content-picture__image {
    position: static;
    width: 100%;
  }
  .content-picture__image .picture {
    margin-right: -2rem;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .content-picture__h2-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .content-picture__h3-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .content-picture__small-text,
  .content-picture__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .learning-process-specifics {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
  .learning-process-specifics__main-title {
    margin-bottom: 4rem;
  }
  .learning-process-specifics__item {
    flex-direction: column;
  }
  .learning-process-specifics__picture {
    width: 100%;
    margin-bottom: 2rem;
  }
  .learning-process-specifics__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .learning-process-specifics__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 2.6rem;
  }
  .learning-process-specifics__text-content {
    display: flex;
    flex-direction: column;
  }
  .learning-process-specifics__btn {
    margin: 2rem auto 0;
  }
  .share {
    margin-bottom: 3rem;
  }
  .share__save {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-right: auto;
  }
  .article {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .article__header {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .article__blog-section,
  .article__date {
    font-size: 1.4rem;
    line-height: 1.8;
    order: 2;
    align-self: center;
  }
  .article__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .table-of-contents {
    margin-bottom: 4rem;
  }
  .table-of-contents__title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
  }
  .table-of-contents__list {
    -moz-columns: unset;
    columns: unset;
  }
  .table-of-contents__item {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .table-of-contents__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  .table-of-contents__content-section-wrapper {
    margin-bottom: 4rem;
  }
  .post-stats {
    padding-top: calc(2px + 3rem);
  }
  .post-stats_review {
    padding-top: 0;
  }
  .comments__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  .comments__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .comments__comment-header {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .comments__user {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .comments__text,
  .comments__time {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .submenu__item a {
    font-size: 1.4rem;
  }
  .blog-previews {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blog-previews:nth-of-type(4n + 1) .blog-previews__item:first-child {
    flex: 0 1 100%;
  }
  .blog-previews:nth-of-type(4n + 1) .blog-previews__item:last-child,
  .blog-previews:nth-of-type(4n + 1) .blog-previews__item:nth-child(2) {
    flex: 0 1 100%;
  }
  .blog-previews:nth-of-type(4n + 1)
    .blog-previews__item:last-child
    .blog-previews__item-image {
    height: 87.5vw;
  }
  .blog-previews:nth-of-type(4n + 2) .blog-previews__item:first-child {
    flex: 0 1 100%;
  }
  .blog-previews:nth-of-type(4n + 2) .blog-previews__item:last-child,
  .blog-previews:nth-of-type(4n + 2) .blog-previews__item:nth-child(2) {
    flex: 0 1 100%;
  }
  .blog-previews:nth-of-type(3n + 4) .blog-previews__item:first-child,
  .blog-previews:nth-of-type(3n + 4) .blog-previews__item:last-child {
    flex: 0 1 100%;
  }
  .blog-previews:nth-of-type(3n + 4) .blog-previews__item:nth-child(2) {
    flex: 0 1 100%;
  }
  .blog-previews:nth-of-type(4n + 8) .blog-previews__item:first-child,
  .blog-previews:nth-of-type(4n + 8) .blog-previews__item:nth-child(2) {
    flex: 0 1 100%;
  }
  .blog-previews:nth-of-type(4n + 8) .blog-previews__item:last-child {
    flex: 0 1 100%;
  }
  .blog-previews__head {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .blog-previews__title a {
    font-size: 2rem;
    line-height: 1.6;
  }
  .blog-previews__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .blog-previews__item {
    margin-bottom: 3rem;
  }
  .blog-previews__item-date {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
  .blog-previews__item-title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .blog-popular__slide-article {
    font-size: 1.4rem;
  }
  .blog-popular__slide-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .blog-statistics__item {
    margin-right: 20px;
  }
  .blog-statistics__item-count {
    font-size: 1.2rem;
    line-height: 2.92;
  }
  .blog-new {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blog-new__head {
    margin-bottom: 3rem;
  }
  .blog-new__title,
  .blog-new__title a {
    font-size: 2rem;
    line-height: 1.6;
  }
  .blog-new__list_main .blog-new__item {
    margin-bottom: 3rem;
  }
  .blog-new__list_main .blog-new__item-link {
    padding-bottom: 3rem;
  }
  .blog-new__list_masonry .blog-new__item {
    width: 100%;
  }
  .blog-new__list_masonry .blog-new__item-link {
    margin-left: 0;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
  .blog-new__item-date {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
  .blog-new__item-image .blog-statistics {
    opacity: 1;
  }
  .blog-new__item-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .blog-new__item-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .blog-new__item .blog-statistics {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .blog-new__item .blog-statistics__item {
    margin-right: 20px;
  }
  .blog-new__item .lessons-gift-banner {
    padding: 0;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .blog-new__item .lessons-gift-banner__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .blog-new__item .lessons-gift-banner-2 {
    padding: 0;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .blog-new__item .lessons-gift-banner-2__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .sandwich-menu-btn {
    font-size: 1.2rem;
    line-height: 2.92;
  }
  .sandwich-menu-btn__text {
    font-size: 1.6rem;
    line-height: 3.5rem;
    margin-right: 0;
  }
  .sandwich-menu-btn__burger {
    width: 17px;
    flex: 0 0 17px;
    height: 14px;
  }
  .sandwich-open .sandwich-menu-btn .sandwich-menu-btn__line_top {
    transform: translateY(4px) rotate(45deg);
  }
  .sandwich-open .sandwich-menu-btn .sandwich-menu-btn__line_bottom {
    transform: translateY(-8px) rotate(-45deg);
  }
  .chat__text {
    font-size: 1.2rem;
    min-width: 100px;
    padding: 3px 10px;
  }
  .fixed-content {
    bottom: 112px;
    display: none;
  }
  .fixed-content_fullscreen {
    bottom: 0;
    z-index: 10;
  }
  .subscription-form-side {
    position: absolute;
    padding-top: 4rem;
    top: 50%;
    width: 100%;
    height: auto;
    transition: none;
    border-radius: 0;
    transform: translateY(-50%);
  }
  .subscription-form-side.collapsed {
    position: relative;
    top: auto;
    width: 70px;
    height: 70px;
    transition: none;
    transform: none;
  }
  .subscription-form-side.collapsed .subscription-form-side__bg {
    transition: none;
  }
  .subscription-form-side__close {
    top: 2rem;
  }
  .subscription-form-side__bg {
    width: 80px;
  }
  .subscription-form-side__submit {
    margin-top: 1.5rem;
  }
  .blog-recommendations {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blog-recommendations__post:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .blog-recommendations__section-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .blog-recommendations__title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .blog-recommendations__img {
    height: 79.7vw;
  }
  [data-namespace="blog-section"] .blog-section__empty-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .popup-info {
    border-radius: 0;
  }
  .popup-info__wrap {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .popup-info__title-top {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .popup-info__subtitle-mail,
  .popup-info__subtitle-mail-link,
  .popup-info__subtitle-phone,
  .popup-info__subtitle-phone-link {
    font-size: 16px;
  }
  .popup-info__pic {
    font-size: 16px;
    right: 0;
    top: 20px;
    width: 140px;
    height: 140px;
  }
  .popup-info__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .popup-info__text > span:first-child {
    background-color: hsla(0, 0%, 100%, 0.85);
  }
  .popup-info__list-wrap,
  .popup-info__text {
    margin-bottom: 2rem;
  }
  .article-blog__description,
  .popup-info__link {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .article-blog__description {
    margin-bottom: 4.6rem;
  }
  .article-blog__section:not(:last-child) {
    margin-bottom: 4rem;
  }
  .article-blog__banner {
    padding: 20px;
  }
  .article-blog__banner-btn {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .article-blog__banner-bg {
    display: none;
  }
  .article-blog__banner-wrap {
    width: 100%;
  }
  .article-blog__banner-title {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
  }
  .article-blog__banner-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .article-blog__formbody {
    padding: 20px;
  }
  .article-blog__formbody-btn {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .article-blog__formbody-bg {
    display: none;
  }
  .article-blog__formbody-wrap {
    width: 100%;
  }
  .article-blog__formbody-item:nth-child(2n) {
    margin-left: 0;
    width: 100%;
  }
  .article-blog__formbody-item:nth-child(odd) {
    margin-right: 0;
    width: 100%;
  }
  .article-blog__formbody-item:first-child,
  .article-blog__formbody-item:nth-child(2),
  .article-blog__formbody-item:nth-child(3),
  .article-blog__formbody-item:nth-child(4) {
    margin-bottom: 24px;
  }
  .article-blog__formbody-title {
    text-align: center;
    font-size: 3rem;
    line-height: 4rem;
  }
  .article-blog__formbody-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .article-blog__h3-title {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .article-blog__text,
  .article-blog__text h4 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .article-blog__text em {
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 3rem 0;
    padding: 1.5rem 0 1.5rem calc(2rem + 5px);
  }
  .article-blog__text ol,
  .article-blog__text ul {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .article-blog__figure:not(:first-child) {
    margin-top: 3rem;
  }
  .article-blog__figure:not(:last-child) {
    margin-bottom: 3rem;
  }
  .article-blog__figure_video:not(:first-child) {
    margin-top: 4rem;
  }
  .article-blog__figure_video:not(:last-child) {
    margin-bottom: 4rem;
  }
  .article-blog__figure-caption {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 2rem;
  }
  .article-blog__comments {
    margin-top: 5.5rem;
  }
  .popup-vacancy-questionnaire__logo {
    margin-bottom: 1.2rem;
    width: 12.75rem;
    height: 5.1rem;
  }
  .popup-vacancy-questionnaire__close:after,
  .popup-vacancy-questionnaire__close:before {
    width: 21px;
  }
  .popup-vacancy-questionnaire__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .popup-vacancy-questionnaire_show .popup-vacancy-questionnaire__container {
    top: 0;
  }
  .popup-vacancy-questionnaire__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: left;
  }
  .popup-vacancy-questionnaire__section_collapsible
    .popup-vacancy-questionnaire__section-title {
    margin-bottom: 2rem;
  }
  .popup-vacancy-questionnaire__section-bottom {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .popup-vacancy-questionnaire__bottom-item {
    margin-bottom: 2rem;
  }
  .popup-vacancy-questionnaire__section-title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .popup-vacancy-questionnaire__inputs {
    padding-top: 1rem;
  }
  .popup-vacancy-questionnaire__input:not(
      .popup-vacancy-questionnaire__input_textarea
    ):nth-child(odd) {
    margin-right: 0;
  }
  .popup-vacancy-questionnaire__attach label {
    margin-bottom: 0;
  }
  .popup-vacancy-questionnaire__bottom-info {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .popup-vacancy-questionnaire__bottom-info p {
    margin-bottom: 1rem;
  }
  .btn-expand {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .btn-expand_no-text-mobile .btn-expand__text {
    display: none;
  }
  .price-banner {
    margin-top: 16.5rem;
    padding: 10rem 0 3.5rem;
  }
  .price-banner__picture {
    width: 55%;
  }
  .price-banner__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .price-banner__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .price-advantages__item img {
    width: 7rem;
    margin-bottom: 2rem;
  }
  .price-advantages__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .price-advantages__text {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .new-partners__scrollbar {
    margin-right: 2rem;
    margin-left: 2rem;
    width: 87.5%;
  }
  .great-offers {
    width: auto;
    margin-left: 0;
  }
  .great-offers__navigation {
    display: none;
  }
  .questions-list .endless-btn,
  .questions-new-list .endless-btn {
    margin-top: 2rem;
  }
  .question {
    padding: 4rem 0;
  }
  .question__text,
  .question__title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .question__text-content {
    margin-top: 2rem;
  }
  .question__text p {
    margin-bottom: 2rem;
  }
  .question__more-less-hline {
    margin: 2rem 0;
  }
  .language-selector a {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .price-slider__tab:not(:last-child) {
    margin-bottom: 5rem;
  }
  .price-slider__tab-title {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
  .price-slider__wrapper {
    padding-top: 4.5rem;
  }
  .price-item__sticker > span {
    top: 0.5rem;
    left: 1rem;
    font-size: 1.5rem;
  }
  .price-item__sticker {
    top: 0;
    right: 0;
    width: 18rem;
    height: 8rem;
  }
  .price-item__cost-old,
  .price-item__cost-one,
  .price-item__lessons,
  .price-item__sticker {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .popup-base__container {
    margin-left: 0;
    width: 100%;
  }
  .popup-base__close {
    width: 4rem;
    height: 4rem;
  }
  .popup-base__close:after,
  .popup-base__close:before {
    width: 20px;
  }
  .teachers-main__title {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .teachers-main__select-label,
  .teachers-main__subtitle {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .teacher-new:hover {
    transform: scale(1);
  }
  .teacher-new__name {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    opacity: 1;
    transform: scaleY(1);
    box-shadow: none;
  }
  .teacher-new__name:after {
    display: none;
  }
  .teachers-new-list {
    margin-bottom: 4rem;
    overflow: hidden;
  }
  .teachers-new-list .swiper-container {
    overflow: hidden;
  }
  .teachers-new-list__description {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1.8rem;
  }
  .teachers-new-list__list li:nth-last-child(-n + 3) {
    margin-right: auto;
  }
  .teachers-new-list__scrollbar {
    margin-right: 2rem;
    margin-left: 2rem;
    width: 87.5%;
  }
  .teachers-work {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .teachers-work h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .teachers-work__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .teachers-qualifications__certifications {
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .learn-program__title {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .learn-program__subtitle {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .news-main {
    margin-top: 10rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .news-main__bg {
    width: 91.25%;
    transform: translateY(-90%);
  }
  .news-main__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .news-main__date {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1em;
  }
  .news-main__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .news-main__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .london-logos__circle {
    flex-shrink: 0;
    width: 9.4rem;
    height: 9.4rem;
  }
  .london-logos__circle:before {
    padding-top: 0;
  }
  .london-logos__circle:not(:last-child) {
    margin-right: 0.7rem;
  }
  .about-stats {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 5.25rem;
    margin-bottom: 0;
  }
  .about-stats__content {
    width: 41.6667vw;
  }
  .about-stats__content > * {
    margin-top: 0;
    margin-left: 0;
  }
  .about-stats__content:first-child .pink-text__title {
    padding-top: 0;
  }
  .about-stats__content:not(:first-child) .pink-text__title {
    padding-top: 0;
  }
  .about-stats__pink-text {
    margin-bottom: 3rem;
  }
  .block-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .block-text__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="course"] .course__picture {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lead-course {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lead-course__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 3.2rem;
  }
  .lead-course__description {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  .lead-course__details-text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
  .lead-course__btn {
    margin-bottom: 4.8rem;
  }
  .right-list,
  .right-list_vacancies {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .right-list_vacancies .right-list__image {
    width: 100%;
  }
  .right-list__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .right-list__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .course-modules__module:last-child {
    margin-right: 2rem;
  }
  .course-modules__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .slider-levels {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .slider-levels__level {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .slider-levels__scrollbar {
    margin-bottom: 4rem;
  }
  .slider-levels__slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .slider-levels__level-title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  .slider-levels__level-list {
    -moz-columns: initial;
    columns: initial;
  }
  .slider-achievements {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .slider-achievements__slide-achievement {
    font-size: 2rem;
    line-height: 1.6;
  }
  .slider-achievements__slide-hline {
    margin: 3rem 0;
    width: 51%;
  }
  .slider-achievements__slide-student {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .slider-achievements__scrollbar {
    margin-top: 3rem;
  }
  .exam-results-circle__points {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 19px;
  }
  .exam-results-circle__points-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .exam-results-circle__list-outer-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
  .exam-results-circle__description {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .exam-results-circle__student {
    flex-direction: column;
    width: 68.75%;
    opacity: 1;
  }
  .exam-results-circle__avatar {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  .exam-results-circle__svg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .exam-results-circle__img {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    opacity: 1;
  }
  .exam-results-circle__sm-circle-base,
  .exam-results-circle__sm-circle-dynamic {
    display: block;
  }
  .exam-results-circle__sm-circle-base {
    position: static;
    width: 196px;
    height: 196px;
  }
  .exam-results-circle__sm-circle-base circle {
    stroke-width: 2;
    stroke-linecap: round;
  }
  .exam-results-circle__sm-circle-dynamic {
    top: 0;
    left: 0;
    width: 202px;
    height: 202px;
  }
  .exam-results-circle__sm-circle-dynamic circle {
    stroke: #ff6072;
    stroke-width: 3.5;
    stroke-linecap: round;
  }
  .exam-results-circle__title {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    opacity: 0.5;
  }
  .exam-results-circle__points-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 202px;
    height: 202px;
  }
  .exam-results-circle__points-wrapper span {
    display: block;
    text-align: center;
  }
  .subscription-free-course__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .subscription-free-course__subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .subscription-free-course__bottom-info {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .subscription-free-course__bottom-info p {
    margin-bottom: 1rem;
  }
  [data-namespace="privacy-policy"] .privacy-policy__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="contract-offer"] .contract-offer__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  [data-namespace="corporate"] .corporate__col-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="certificate"] .landing-cert {
    padding: 6rem 0;
  }
  [data-namespace="certificate"] .landing-cert__wrap {
    padding: 0 1rem;
  }
  [data-namespace="certificate"] .landing-cert__cert-text {
    text-align: center;
  }
  [data-namespace="certificate"] .landing-cert__tabs-btn {
    font-size: 1.4rem;
  }
  [data-namespace="certificate"] .landing-cert__tab-smallbtn {
    max-width: 100%;
    padding: 0.6rem 0;
    text-align: center;
    flex-grow: 1;
    margin-bottom: 2rem;
  }
  [data-namespace="certificate"] .landing-cert__footer {
    font-size: 1.6rem;
  }
  [data-namespace="group_landing"] .group_landing__row-content:nth-child(2) {
    order: 3;
  }
  [data-namespace="group_landing"] .group_landing__slider-section:before {
    height: 75%;
  }
  .site-awards {
    bottom: auto;
    top: 6rem;
    right: 1rem;
    padding: 1.3rem 0.9rem;
    width: 6.1rem;
    height: 6.1rem;
    border-radius: 50%;
  }
  .site-awards:hover .site-awards__all {
    opacity: 1;
    visibility: visible;
  }
  .site-awards__all {
    display: table;
    top: 0;
    padding: 2.6rem 2rem;
    width: calc(100vw - 2rem);
  }
  .site-awards__more {
    display: none;
  }
  .site-awards__icon {
    width: 2.7rem;
    height: 3rem;
  }
  .site-awards__award .site-awards__icon {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.2rem;
    height: auto;
    max-height: 2.2rem;
  }
  .site-awards__award .site-awards__text {
    font-size: 1.2rem;
    padding-top: 1.8rem;
    margin-left: 0;
  }
  .site-awards__award .site-awards__nomination,
  .site-awards__place-full {
    display: none;
  }
  .site-awards__nomination {
    font-size: 1.4rem;
  }
  .awards-slider__place-full {
    display: none;
  }
  .awards-slider__nomination {
    font-size: 1.4rem;
  }
  .advantages-block__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .site-cookies {
    display: none;
    bottom: auto;
    top: 6rem;
    right: 1rem;
    padding: 1.3rem 0.9rem;
    width: 6.1rem;
    height: 6.1rem;
    border-radius: 50%;
  }
  .site-cookies:hover .site-cookies__all {
    opacity: 1;
    visibility: visible;
  }
  .site-cookies__all {
    display: table;
    top: 0;
    padding: 2.6rem 2rem;
    width: calc(100vw - 2rem);
  }
  .site-cookies__close {
    display: none;
  }
  .site-cookies__icon {
    width: 2.7rem;
    height: 3rem;
  }
  .site-cookies__award .site-cookies__icon {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.2rem;
    height: auto;
    max-height: 2.2rem;
  }
  .site-cookies__award .site-cookies__text {
    font-size: 1.2rem;
    padding-top: 1.8rem;
    margin-left: 0;
  }
  .site-cookies__award .site-cookies__nomination,
  .site-cookies__place-full {
    display: none;
  }
  .site-cookies__nomination {
    font-size: 1.4rem;
  }
  .site-popbanner {
    display: none;
    bottom: auto;
    top: 6rem;
    right: 1rem;
    padding: 1.3rem 0.9rem;
    width: 6.1rem;
    height: 6.1rem;
    border-radius: 50%;
  }
  .site-popbanner:hover .site-popbanner__all {
    opacity: 1;
    visibility: visible;
  }
  .site-popbanner__all {
    display: table;
    top: 0;
    padding: 2.6rem 2rem;
    width: calc(100vw - 2rem);
  }
  .site-popbanner__close {
    display: none;
  }
  .site-popbanner__icon {
    width: 2.7rem;
    height: 3rem;
  }
  .site-popbanner__award .site-popbanner__icon {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.2rem;
    height: auto;
    max-height: 2.2rem;
  }
  .site-popbanner__award .site-popbanner__text {
    font-size: 1.2rem;
    padding-top: 1.8rem;
    margin-left: 0;
  }
  .site-popbanner__award .site-popbanner__nomination,
  .site-popbanner__place-full {
    display: none;
  }
  .site-popbanner__nomination {
    font-size: 1.4rem;
  }
  .prop-block-orange {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .prop-block-orange__container {
    padding: 4rem 2rem 3.8rem;
  }
  .prop-block-orange__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .prop-block-orange .contact-button {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .prop-block-orange .contact-button > .contact-button__title {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .prop-block-orange__subtitle {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .prop-block-orange__subdescription {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .prop-block-orange__bottom-info {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .prop-block-orange__bottom-info p {
    margin-bottom: 1rem;
  }
  .prop-block-custom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .prop-block-custom__container {
    padding: 4rem 2rem 3.8rem;
  }
  .prop-block-custom__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .prop-block-custom .contact-button {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .prop-block-custom .contact-button > .contact-button__title {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .prop-block-custom__subtitle {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .prop-block-custom__subdescription {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .prop-block-custom__bottom-info {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .prop-block-custom__bottom-info p {
    margin-bottom: 1rem;
  }
  .lang-card_small {
    height: 35rem;
  }
  .activities-list__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .activities-list_downward-right {
    padding-top: 0.5rem;
  }
  .activities-list_downward-right2 {
    padding-top: 0;
  }
  .activities-list_downward-right2 .activities-list__item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .activities-list_offset-lr .activities-list__item:nth-child(odd) {
    padding-left: 0;
  }
  .activities-list_offset-lr .activities-list__item:nth-child(2n) {
    padding-right: 0;
  }
  .activities-list_offset-lr-reverse .activities-list__item:nth-child(odd) {
    padding-right: 0;
  }
  .activities-list_offset-lr-reverse .activities-list__item:nth-child(2n) {
    padding-left: 0;
  }
  .activities-list_offset-list .activities-list__item:nth-child(odd) {
    padding-left: 0;
  }
  .activities-list_offset-list .activities-list__item:nth-child(2n) {
    padding-right: 0;
  }
  .activities-list_two-per-row .activities-list__item {
    margin-bottom: 3rem;
  }
  .activities-list_two-per-row .activities-list__item:last-of-type {
    margin-bottom: 3rem;
  }
  .line-icons__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .line-icons_downward-right {
    padding-top: 0.5rem;
  }
  .line-icons_downward-right2 {
    padding-top: 0;
  }
  .line-icons_downward-right2 .line-icons__item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .line-icons_offset-lr .line-icons__item:nth-child(odd) {
    padding-left: 0;
  }
  .line-icons_offset-lr .line-icons__item:nth-child(2n) {
    padding-right: 0;
  }
  .line-icons_offset-lr-reverse .line-icons__item:nth-child(odd) {
    padding-right: 0;
  }
  .line-icons_offset-lr-reverse .line-icons__item:nth-child(2n) {
    padding-left: 0;
  }
  .line-icons_offset-list .line-icons__item:nth-child(odd) {
    padding-left: 0;
  }
  .line-icons_offset-list .line-icons__item:nth-child(2n) {
    padding-right: 0;
  }
  .line-icons_two-per-row .line-icons__item {
    margin-bottom: 3rem;
  }
  .line-icons_two-per-row .line-icons__item:last-of-type {
    margin-bottom: 3rem;
  }
  .grey-form {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .grey-form_vacancy .grey-form__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .grey-form_contacts .grey-form__inputs {
    margin-bottom: 3rem;
  }
  .grey-form_free-popup .grey-form__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .grey-form_free-popup .grey-form__left {
    position: static;
  }
  .grey-form_free-popup .grey-form__left-info {
    position: absolute;
    bottom: 0;
  }
  .grey-form_free-popup .grey-form__container {
    padding-bottom: 8rem;
  }
  .grey-form_pr .grey-form__inputs {
    margin-bottom: 3rem;
  }
  .grey-form_callback .grey-form__bottom {
    align-items: flex-start;
  }
  .grey-form_callback .grey-form__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .grey-form__title {
    margin-bottom: 2rem;
    font-family: Gilroy;
  }
  .grey-form__title,
  .grey-form__title-top {
    font-size: 2rem;
    line-height: 1.6;
  }
  .grey-form__bottom-text p,
  .grey-form__text p,
  .grey-form__title-top {
    margin-bottom: 2rem;
  }
  .grey-form__bottom-text,
  .grey-form__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .grey-form__inputs {
    margin-bottom: 3rem;
  }
  .grey-form__inputs-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .grey-form__inputs {
    justify-content: flex-start;
    flex-direction: column;
  }
  .grey-form__middle-item:not(:last-child) {
    margin-right: 0;
  }
  .grey-form__left-info {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .grey-form__bottom-info {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .grey-form__subtitle {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .grey-form__subdescription {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .grey-form__bottom-info p,
  .grey-form__left-info p {
    margin-bottom: 1rem;
  }
  .grey-form__button {
    font-size: 1.4rem;
    line-height: 1.8;
    font-size: 18px;
    text-transform: none;
  }
  .grey-form__questionnaire-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .main-new-form__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lead-corporate {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lead-corporate__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 3.2rem;
  }
  .lead-corporate__description {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  .lead-corporate__details-text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
  .lead-corporate__btn {
    margin-bottom: 4.8rem;
  }
  .corporate-slider__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: auto;
    justify-content: flex-end;
    height: 100vh;
    text-align: center;
    transition: opacity 0.3s;
    margin-bottom: 0;
  }
  .preloading .corporate-slider__wrapper {
    opacity: 0;
  }
  .franchise-package__title {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
  }
  .franchise-package__subtext,
  .franchise-package__subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: 100%;
    text-align: center;
  }
  .franchise-package__card {
    padding: 40px;
  }
  .franchise-package__card-text {
    font-size: 14px;
    line-height: 24px;
  }
  .franchise-package__content {
    margin-top: 2rem;
  }
  .advantages-block-group-landing__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .teachers-main-group-landing__title {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .teachers-main-group-landing__select-label,
  .teachers-main-group-landing__subtitle {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .price-banner-group-landing {
    margin-top: 16.5rem;
    padding: 10rem 0 3.5rem;
  }
  .price-banner-group-landing__picture {
    width: 55%;
  }
  .price-banner-group-landing__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .price-banner-group-landing__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .price-slider-group-landing__tab:not(:last-child) {
    margin-bottom: 5rem;
  }
  .price-slider-group-landing__tab-title {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
  .price-slider-group-landing__wrapper {
    padding-top: 4.5rem;
  }
  .price-item-group-landing__sticker > span {
    top: 0.5rem;
  }
  .price-item-group-landing__sticker {
    font-size: 1.4rem;
    line-height: 1.6;
    top: 0;
    right: 0;
    width: 18rem;
    height: 8rem;
  }
  .price-item-group-landing__cost-old,
  .price-item-group-landing__cost-one,
  .price-item-group-landing__lessons {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  [data-namespace="relocants"] .relocants__row-content:nth-child(2) {
    order: 3;
  }
  [data-namespace="relocants"] .relocants__slider-section:before {
    height: 75%;
  }
  .advantages-block-relocants__title,
  .price-advantages-relocants__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .price-banner-relocants {
    margin-top: 16.5rem;
    padding: 10rem 0 3.5rem;
  }
  .price-banner-relocants__picture {
    width: 55%;
  }
  .price-banner-relocants__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .price-banner-relocants__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .price-banner-emigration {
    margin-top: 16.5rem;
    padding: 10rem 0 3.5rem;
  }
  .price-banner-emigration__picture {
    width: 55%;
  }
  .price-banner-emigration__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .price-banner-emigration__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .price-item-relocants__sticker > span {
    top: 0.5rem;
  }
  .price-item-relocants__sticker {
    top: 0;
    right: 0;
    width: 18rem;
    height: 8rem;
  }
  .price-item-relocants__cost-old,
  .price-item-relocants__cost-one,
  .price-item-relocants__lessons,
  .price-item-relocants__sticker {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .price-slider-relocants__tab:not(:last-child) {
    margin-bottom: 5rem;
  }
  .price-slider-relocants__tab-title {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
  .price-slider-relocants__wrapper {
    padding-top: 4.5rem;
  }
  .price-banner-relogift {
    margin-top: 16.5rem;
    padding: 10rem 0 3.5rem;
  }
  .price-banner-relogift__picture {
    width: 55%;
  }
  .price-banner-relogift__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .price-banner-relogift__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 822.98px) {
  .table-responsive-new {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-new > .table-bordered {
    border: 0;
  }
  .footer__col_last {
    flex: 0 0 50%;
  }
  .footer__phone {
    margin-bottom: 0.8rem;
  }
  .footer__phone-description {
    margin-bottom: 2.4rem;
  }
  .footer__trial-lesson {
    margin-bottom: 6rem;
  }
  .footer__menu-item:last-of-type {
    margin-bottom: 0;
  }
  .footer__social:first-of-type {
    margin-left: 0;
  }
  .footer__contract,
  .footer__privacy-policy {
    margin-bottom: 1rem;
  }
  .two-cols:first-of-type {
    margin-top: 3.9rem;
  }
  .lead__image-mobile {
    display: block !important;
  }
  .lead__badge-2 {
    display: none;
  }
  .lead__description {
    font-size: 2rem;
    margin-bottom: 2rem;
    opacity: 1;
    text-align: center;
    text-shadow: 2px 2px rgba(34, 60, 80, 0.2);
  }
  .btn_small {
    padding: 0.5rem 3.2rem;
  }
  .btn_link {
    padding: 0;
  }
  .btn_header {
    padding: 0.9rem 1.5rem;
  }
  .btn_lk {
    padding: 0;
  }
  .grid-list_downward-left {
    margin-bottom: 14rem;
  }
  .grid-list_downward-left .grid-list__item:nth-child(odd) {
    transform: none;
  }
  .register-proposal {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
  .register-proposal_line-bottom {
    margin-bottom: 3rem;
  }
  .register-proposal__description p {
    margin-bottom: 0.5rem;
  }
  .register-proposal__description {
    margin-bottom: 5.6rem;
  }
  .block-title {
    margin-bottom: 4rem;
  }
  .block-title_no-margin {
    margin-bottom: 0;
  }
  .block-title__description {
    margin-top: 2rem;
  }
  .block-title__description p,
  .block-title__text p {
    margin-bottom: 2rem;
  }
  .block-title__text {
    margin-top: 2rem;
  }
  .course-card {
    padding: 0;
  }
  .course-card__title {
    margin-bottom: 2rem;
  }
  .course-card__description {
    margin-bottom: 2rem;
    width: 100%;
  }
  .mobile-fixed-overlay {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  [data-namespace="about"] .about__founders-block-title {
    margin-bottom: 4rem;
  }
  .info-block-1__title {
    margin-bottom: 2rem;
  }
  .block-title-2 {
    margin-bottom: 3rem;
  }
  .block-title-2_no-margin {
    margin-bottom: 0;
  }
  .block-title-2__description,
  .block-title-2__subtitle {
    margin-top: 2.4rem;
  }
  .block-title-2__description p {
    margin-bottom: 0.5rem;
  }
  [data-namespace="courses"] .about-classes__btn {
    margin: 20px auto 0;
  }
  .endless-btn {
    padding: 0.8rem 3.2rem;
  }
  .londonexp-features__block-title {
    margin-bottom: 4rem;
  }
  [data-namespace="teachers"] .teachers__work-title {
    margin-bottom: 4rem;
  }
  [data-namespace="teachers"] .teachers__qualification-title {
    margin-bottom: 4rem;
  }
  [data-namespace="teachers"] .teachers__list-section {
    padding-top: 4rem;
  }
  .slider-lead__new-image {
    display: none;
  }
  .price-banner__btn {
    margin-top: 4rem;
    padding: 0.6rem 3rem;
  }
  .block-text__text p {
    margin-bottom: 0.5rem;
  }
  [data-namespace="course"] .course__features-title {
    margin-bottom: 4rem;
  }
  [data-namespace="corporate"] .corporate__col-text p {
    margin-bottom: 2rem;
  }
  .prop-block-custom .contact-button,
  .prop-block-orange .contact-button {
    padding: 0.9rem 1.5rem;
  }
  .activities-list_downward-left {
    margin-bottom: 14rem;
  }
  .activities-list_downward-left .activities-list__item:nth-child(odd) {
    transform: none;
  }
  .line-icons_downward-left {
    margin-bottom: 14rem;
  }
  .line-icons_downward-left .line-icons__item:nth-child(odd) {
    transform: none;
  }
  .price-banner-emigration__btn,
  .price-banner-group-landing__btn,
  .price-banner-relocants__btn,
  .price-banner-relogift__btn {
    margin-top: 4rem;
    padding: 0.6rem 3rem;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .list-circle {
    padding-top: 0;
  }
  .list-circle ol {
    margin-bottom: 5rem;
    width: auto;
  }
  .list-circle__circle {
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
    width: 70%;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .sandwich-open {
    overflow: hidden;
  }
  .footer {
    padding-bottom: 8.1rem;
  }
  .footer__row {
    display: none;
    align-items: baseline;
    margin-bottom: 0;
  }
  .footer__row:first-child {
    display: flex;
    margin-bottom: 0;
  }
  .footer__col {
    flex: 0 0 75%;
    margin-bottom: 5rem;
  }
  .footer__logo {
    width: 19rem;
    height: 6.8rem;
    margin-bottom: 3.5rem;
  }
  .footer__menu-item {
    flex: 0 0 33%;
  }
  .sandwich-menu__wrapper {
    height: 100%;
    flex-direction: column;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
    padding-bottom: 0;
  }
  .sandwich-menu__figure {
    width: 0;
  }
  .sandwich-menu__menu-container {
    margin-left: 0;
    padding-bottom: 5.2rem;
    width: 100%;
  }
  .sandwich-menu__main-menu {
    margin-bottom: 4rem;
  }
  .sandwich-menu__main-menu:after {
    content: "";
    display: block;
    margin-top: 3rem;
    width: 100%;
    height: 2px;
    background-color: rgba(36, 36, 36, 0.1);
  }
  .sandwich-menu__main-menu-item {
    margin-bottom: 2rem;
  }
  .sandwich-menu__main-menu-item:last-of-type {
    margin-bottom: 0;
  }
  .sandwich-menu__submenu {
    margin-bottom: 1rem;
  }
  .sandwich-menu__top:after {
    content: "";
    display: block;
    margin-top: 3rem;
    width: 100%;
    height: 2px;
    background-color: rgba(36, 36, 36, 0.1);
  }
  .preloader__img {
    width: 40vw;
    height: 40vw;
  }
  .preloader__progress-bar {
    width: 40vw;
    height: 15px;
  }
  .two-cols_has-title .two-cols__wrapper {
    padding-top: 8rem;
    min-height: 74rem;
  }
  .two-cols__wrapper {
    min-height: 60rem;
  }
  .two-cols__image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .two-cols__image_bottom img {
    -o-object-position: bottom;
    object-position: bottom;
  }
  .section_margin {
    margin-bottom: 10rem;
  }
  .section_pt,
  .section_pt16 {
    padding-top: 10rem;
  }
  .section_pb {
    padding-bottom: 10rem;
  }
  .lead__title {
    font-size: 6rem;
    width: 100%;
  }
  .grid-list {
    margin-bottom: 10rem;
  }
  .grid-list_downward-right .grid-list__item:nth-child(2n):last-of-type {
    margin-bottom: 2rem;
  }
  .grid-list_downward-right .grid-list__item:nth-child(2n) {
    transform: none;
  }
  .grid-list_downward-right2 .grid-list__item:nth-child(2n):last-of-type {
    margin-bottom: 2rem;
  }
  .grid-list_downward-right2 .grid-list__item:nth-child(2n) {
    transform: none;
  }
  .register-proposal_line-bottom .register-proposal__bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }
  .register-proposal_smaller .register-proposal__bg {
    margin-left: 0;
  }
  .register-proposal__title {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
  .register-proposal__bg {
    transform: none;
    margin-top: -0.4rem;
    margin-bottom: 2.9rem;
    width: auto;
  }
  .register-proposal__img {
    margin-top: 0.5rem;
  }
  .register-proposal__img,
  .register-proposal__img.animated {
    opacity: 1;
    transform: scale(1);
  }
  .register-proposal__circle-left,
  .register-proposal__circle-right {
    display: none;
  }
  .prop-block {
    margin-bottom: 10rem;
  }
  .prop-block__wrapper {
    align-items: center;
    width: 100%;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
  }
  .prop-block__description,
  .prop-block__title {
    margin-bottom: 3rem;
    text-align: center;
  }
  .prop-block .btn_float {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prop-block__form {
    margin-bottom: 3rem;
    width: 90%;
  }
  .prop-block__subtitle {
    margin-bottom: 1.8rem;
    text-align: center;
  }
  .prop-block__subdescription {
    text-align: center;
  }
  .prop-block__input:not(:last-child) {
    margin-bottom: 2rem;
  }
  .prop-block .input__notification {
    opacity: 0;
  }
  .prop-block__bottom {
    flex-direction: column;
    align-items: center;
  }
  .prop-block__bottom-info {
    margin-left: 0;
    width: 100%;
    text-align: center;
    order: -1;
  }
  .content-area_wrapped {
    margin-top: 16rem;
  }
  .content-area_document ol {
    padding: 0;
  }
  .lead-2_adult .lead-2__figure,
  .lead-2_adult .lead-2__shadow,
  .lead-2_adult .lead-2__svg,
  .lead-2_adult .svg-text,
  .lead-2_courses .lead-2__figure,
  .lead-2_courses .lead-2__shadow,
  .lead-2_courses .lead-2__svg,
  .lead-2_courses .svg-text {
    left: 10rem;
  }
  .lead-2_about .lead-2__figure,
  .lead-2_about .lead-2__shadow,
  .lead-2_about .lead-2__svg,
  .lead-2_about .svg-text {
    left: 4rem;
  }
  .lead-2_teachers .lead-2__figure,
  .lead-2_teachers .lead-2__shadow,
  .lead-2_teachers .lead-2__svg,
  .lead-2_teachers .svg-text {
    left: 8rem;
  }
  .lead-2_child .lead-2__figure,
  .lead-2_child .lead-2__shadow,
  .lead-2_child .lead-2__svg,
  .lead-2_child .svg-text {
    left: 4rem;
  }
  .lead-2_child .lead-2__description {
    width: 80%;
  }
  .person-card {
    margin-bottom: 8rem;
    padding-bottom: 2rem;
  }
  .person-card:before {
    top: 17.1rem;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    border-radius: 0;
  }
  .person-card__image {
    height: 90vw;
  }
  .person-card__title {
    margin-top: 3rem;
  }
  .person-card__bottom {
    margin-top: 6rem;
  }
  .review__background {
    display: none;
  }
  .review__text {
    width: 100%;
  }
  .text-banner {
    min-height: 60rem;
  }
  .text-banner_no-fixed-height {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-form_vacancy .contact-form__left {
    margin-bottom: 5rem;
  }
  .contact-form_vacancy .contact-form__left-top {
    width: 100%;
  }
  .contact-form_free-popup .contact-form__form,
  .contact-form_free-popup .contact-form__left {
    margin-left: 0;
    width: 100%;
  }
  .contact-form_free-popup .contact-form__title-top {
    margin-left: 0;
  }
  .contact-form_callback .contact-form__hand {
    display: block;
  }
  .contact-form__container {
    flex-direction: column;
  }
  .contact-form__hand {
    display: none;
  }
  .contact-form__left {
    margin-bottom: 4rem;
    margin-left: 0;
    width: 100%;
  }
  .contact-form__title-top {
    margin-left: 0;
  }
  .contact-form__bottom-text {
    margin-top: 2rem;
    width: 100%;
    opacity: 1;
  }
  .contact-form__form {
    margin-left: 0;
    width: 100%;
  }
  .contact-form__middle {
    justify-content: flex-start;
  }
  .contact-form__questionnaire-button {
    margin-right: 0;
  }
  .contact-form {
    flex-direction: column;
  }
  .notification {
    width: 83.3334vw;
  }
  [data-namespace="courses"] .adult-courses__description {
    margin-bottom: 10rem;
  }
  [data-namespace="courses"] .about-classes {
    margin-bottom: 10rem;
    overflow: hidden;
  }
  [data-namespace="courses"] .about-classes__row {
    margin-bottom: 4rem;
    flex-direction: column;
  }
  [data-namespace="courses"] .about-classes__row:nth-child(2) {
    margin-bottom: 0;
  }
  [data-namespace="courses"] .about-classes__column {
    width: 100%;
  }
  [data-namespace="courses"] .about-classes__title {
    margin-bottom: 3rem;
  }
  [data-namespace="courses"] .about-classes__description {
    margin-bottom: 2rem;
  }
  [data-namespace="courses"] .about-classes__subtitle {
    margin-bottom: 3rem;
  }
  [data-namespace="courses"] .about-classes__wrapper {
    justify-content: flex-start;
  }
  [data-namespace="courses"] .about-classes__tag {
    margin-right: 4rem;
  }
  [data-namespace="courses"] .about-classes__levels {
    width: 1200px;
    transform: translateX(-15.5%);
  }
  [data-namespace="courses"] .about-classes__level {
    font-size: 14px;
  }
  [data-namespace="courses"] .about-classes__level-progression {
    transform: translateX(-14%);
    width: 1200px;
  }
  .btn-arrow {
    width: 50px;
    height: 50px;
  }
  .subscription {
    margin: 8rem 0;
  }
  .subscription__wrapper {
    width: 91.6666666667vw;
    padding: 7rem 1rem 28.5rem;
    margin-left: 4.16667vw;
  }
  .subscription_popup-blog .subscription__wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
    margin-left: 0;
    width: auto;
  }
  .subscription__content {
    width: auto;
  }
  .subscription__subtitle,
  .subscription__title {
    margin-bottom: 3rem;
  }
  .subscription_popup-blog .subscription__form {
    width: 80%;
  }
  .about-circles__item {
    display: none;
  }
  [data-namespace="adult-courses"] .adult-courses__gift-section {
    padding-bottom: 10rem;
  }
  .two-cols-with-picture__text-row {
    margin-bottom: 10rem;
  }
  .two-cols-with-picture__col:first-child {
    padding-left: 0;
  }
  .two-cols-with-picture__col:last-child {
    padding-right: 0;
  }
  .two-cols-with-picture__horizontal-pic {
    max-width: 80%;
  }
  .londonexp-features {
    padding-top: 10rem;
  }
  .londonexp-features,
  .londonexp-features_straight {
    padding-bottom: 10rem;
  }
  .londonexp-features__col {
    margin-left: 4.16667vw;
    width: 91.66674vw;
  }
  .londonexp-features__feature {
    width: 43.75004vw;
  }
  .londonexp-features__feature:nth-child(odd) {
    margin-right: 4.16667vw;
  }
  .lessons-gift-banner_cups .lessons-gift-banner__bg {
    background-image: linear-gradient(
      168.46deg,
      rgba(255, 184, 4, 0.4) 49.54%,
      rgba(255, 168, 0, 0) 84.52%
    );
    background-blend-mode: multiply;
  }
  .lessons-gift-banner__banner {
    padding: 7rem 1rem 25rem;
  }
  .lessons-gift-banner__bg picture {
    height: 100%;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
  .lessons-gift-banner__bg img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
  }
  .lessons-gift-banner__subtitle {
    margin-bottom: 3rem;
  }
  .lessons-gift-banner-2_cups .lessons-gift-banner-2__bg {
    background-image: linear-gradient(
      168.46deg,
      rgba(255, 184, 4, 0.4) 49.54%,
      rgba(255, 168, 0, 0) 84.52%
    );
    background-blend-mode: multiply;
  }
  .lessons-gift-banner-2__bg picture {
    height: 100%;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
  .lessons-gift-banner-2__bg img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
  }
  .lessons-gift-banner-2__subtitle {
    margin-bottom: 3rem;
  }
  [data-namespace="child-courses"] .child-courses__gift-section {
    padding-bottom: 10rem;
  }
  .individual-group-classes {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .individual-group-classes__wrapper-odd
    .individual-group-classes__picture_circles-1
    img {
    margin-left: 0;
  }
  .individual-group-classes__wrapper-even .individual-group-classes__title {
    margin-top: 0;
  }
  .individual-group-classes__title {
    margin-bottom: 4rem;
  }
  .individual-group-classes__description,
  .individual-group-classes__text {
    max-width: 100%;
  }
  [data-namespace="teachers"] .about-team__team-col {
    margin-bottom: 10rem;
  }
  .teachers-list__list li {
    margin-right: calc((100% - 60rem) / 2);
  }
  .teachers-list__list li:nth-child(3n) {
    margin-right: 0;
  }
  .teachers-list__list li:nth-child(4n) {
    margin-right: calc((100% - 60rem) / 2);
  }
  .pagination__btn-arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .pagination__page {
    width: 6.8rem;
    height: 4.8rem;
  }
  [data-namespace="news-article"] .news-article__hr {
    margin: 6rem 0;
  }
  .news-slider .btn-arrow {
    display: none;
  }
  [data-namespace="price"] .price__row {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .h1-title__title {
    margin-top: 16rem;
  }
  .lead-contacts__phone {
    font-size: 10vw;
  }
  .lead-contacts__description {
    width: 43.75004vw;
  }
  .lead-contacts__messenger_mobile {
    display: block;
  }
  .contacts-card:not(:nth-child(3n)) {
    margin-right: 0;
  }
  [data-namespace="learning-process"] .learning-process__text-banner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .educational-methodology__feature {
    width: 18.50001vw;
  }
  .content-picture_vacancies .content-picture__wrapper {
    padding: 3rem 4.16667vw;
  }
  .content-picture_vacancies .content-picture__content {
    width: 43.75004vw;
  }
  .content-picture__wrapper {
    padding: 3rem 4.16667vw;
  }
  .content-picture__content {
    width: 43.75004vw;
  }
  .learning-process-specifics__item_reverse
    .learning-process-specifics__text-container {
    margin-left: 6.25001vw;
  }
  .learning-process-specifics__item_reverse
    .learning-process-specifics__picture {
    margin-left: 1.5625vw;
  }
  .learning-process-specifics__text-container {
    margin-left: 4.16667vw;
    margin-right: 4.16667vw;
    width: 43.75004vw;
  }
  .article {
    padding-top: 16rem;
    margin-bottom: 10rem;
  }
  .submenu {
    width: 95.8333333333vw;
    margin-left: 4.16667vw;
  }
  .submenu__list {
    justify-content: flex-start;
  }
  .submenu__item {
    padding-right: 30px;
  }
  .blog-previews {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .blog-previews__item-image {
    height: 22.9166666667vw;
  }
  .blog-popular {
    margin-left: 0;
    width: 100%;
  }
  .blog-popular__container {
    padding: 0 4.16667vw;
  }
  .blog-popular__slide-wrapper {
    flex-flow: column wrap;
    padding: 0 2.08334vw;
    background-color: transparent;
  }
  .blog-popular__slide-content {
    width: 100%;
    margin-left: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .blog-popular__slide-image {
    width: 100%;
    height: 55vw;
  }
  .blog-popular__slide-article,
  .blog-popular__slide-title {
    margin-bottom: 2rem;
  }
  .blog-new {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
    margin-bottom: 0;
  }
  .blog-new__list_main {
    width: 100%;
  }
  .blog-new__list_main .blog-new__item-image {
    height: 55vw;
  }
  .blog-new__list_masonry {
    width: 100%;
  }
  .blog-new__list_masonry .blog-new__item:nth-child(odd) .blog-new__item-link {
    margin-left: 0;
    margin-right: 4.16667vw;
  }
  .blog-new__item_image-big .blog-new__item-image {
    height: 55vw;
  }
  .blog-new__item_image-round .blog-new__item-image {
    height: 41.6666666667vw;
  }
  .blog-new__item-image {
    height: 25vw;
  }
  .blog-new__item .lessons-gift-banner-2__banner,
  .blog-new__item .lessons-gift-banner__banner {
    padding: 3vw 2.08333vw 20.83335vw;
  }
  .blog-new .subscription {
    margin: 2rem 0 8rem;
  }
  .blog-new .subscription__wrapper {
    margin-left: 0;
  }
  .blog-recommendations {
    margin-left: 4.16667vw;
    width: 91.66674vw;
  }
  .blog-recommendations__post {
    width: 19.79168vw;
  }
  .popup-free {
    flex-direction: column;
  }
  .popup-info__title-top {
    margin-left: 0;
    margin-right: 0;
  }
  .popup-info__text {
    margin-right: 0;
  }
  .popup-info__btn {
    margin-left: 0;
    margin-right: 0;
  }
  .popup-info__list-wrap {
    margin-left: 0;
  }
  .article-blog__img-wrapper {
    height: 42vw;
  }
  .article-blog__subscription {
    margin-bottom: 10rem;
  }
  .popup-vacancy-questionnaire__close {
    top: 6rem;
    right: 2rem;
  }
  .popup-vacancy-questionnaire__container {
    width: 91.6666666667vw;
    margin-left: 4.1666666667vw;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .popup-vacancy-questionnaire__section:first-child {
    padding-bottom: 8rem;
  }
  .popup-vacancy-questionnaire__section:nth-last-child(2) {
    margin-top: 6rem;
  }
  .popup-vacancy-questionnaire__input {
    width: 35.41669vw;
  }
  .popup-vacancy-questionnaire__input_textarea {
    width: 100%;
  }
  .popup-vacancy-questionnaire__input textarea {
    height: 15rem;
  }
  .popup-vacancy-questionnaire__bottom {
    justify-content: space-between;
  }
  .popup-vacancy-questionnaire__bottom-info {
    width: 50.00004vw;
  }
  .price-banner__content {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .price-advantages {
    padding: 10rem 0;
  }
  .price-advantages__list {
    width: 83.3333333333vw;
    margin-left: 8.3333333333vw;
  }
  .price-advantages__item {
    width: 27.0833333333vw;
  }
  .partners {
    padding: 12rem 0;
  }
  .partners__container {
    height: 8rem;
  }
  .partners__item {
    width: 25vw;
  }
  .new-partners {
    padding: 4rem 0;
  }
  .new-partners__arrow {
    display: none;
  }
  .new-partners__item {
    width: 25vw;
  }
  .new-partners__item img {
    height: 8rem;
  }
  .great-offers .lessons-gift-banner__banner {
    padding: 7rem 1rem 25rem;
  }
  .questions-list__question,
  .questions-new-list__question {
    width: 83.3333333333vw;
    margin-left: 8.3333333333vw;
  }
  .price-slider__tabs {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .price-slider__container {
    padding-left: 4.16667vw;
  }
  .price-item {
    width: 41.6666666667vw;
  }
  .popup-base_callback .popup-base__container {
    width: 83.3333333333vw;
  }
  .popup-base_free .popup-base__container {
    margin-left: 8.3333333333vw;
    width: 83.3333333333vw;
  }
  .popup-base .notification {
    width: 100%;
  }
  .teachers-new-list__list li {
    width: 33.3333%;
  }
  .teachers-new-list__list li:nth-child(3n) {
    margin-right: 0;
  }
  .teachers-new-list__list li:nth-child(4n) {
    margin-right: 0;
  }
  .teachers-qualifications__certifications li {
    margin-right: 2.08334vw;
    width: 20.83335vw;
  }
  .teachers-qualifications__certifications li:first-child {
    margin-left: 0;
  }
  .learn-program {
    padding: 8rem 0 2rem;
  }
  .learn-program__top-svg {
    width: 142px;
    height: 80px;
  }
  .learn-program__bottom-svg {
    display: none;
  }
  .learn-program__column {
    width: 100%;
    padding: 20px;
  }
  .learn-program__column:last-child {
    width: 100%;
    margin-left: 0;
  }
  .learn-program__card:not(:last-child) {
    margin-bottom: 72px;
  }
  .learn-program__card-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .learn-program__card-text {
    font-size: 18px;
    line-height: 28px;
  }
  .learn-program__card-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }
  .learn-program__subtitle {
    margin-bottom: 3rem;
  }
  .news-main__container {
    flex-direction: column;
    margin-left: 4.16667vw;
    width: 91.66674vw;
  }
  .news-main__wrapper {
    margin-top: 0;
    width: 100%;
  }
  .news-main__link_img {
    align-self: stretch;
    margin-bottom: 3rem;
    margin-right: 0;
    width: 100%;
    height: 55vw;
  }
  .news-main__title {
    margin-bottom: 1.5rem;
  }
  .news-main__share {
    margin-left: 0;
  }
  .lead-course__bg picture {
    display: none;
  }
  .lead-course__wrapper {
    padding-top: 16rem;
  }
  .lead-course__details {
    flex-direction: column;
    text-align: center;
  }
  .lead-course__details-item {
    max-width: none;
  }
  .lead-course__details-item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .right-list_image-bottom {
    padding-bottom: 0;
  }
  .right-list__btn {
    margin-top: 6rem;
  }
  .right-list__image {
    position: static;
    margin-top: 6rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .right-list__title {
    text-align: center;
  }
  .right-list__item {
    width: 100%;
  }
  .right-list__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .course-modules {
    margin-bottom: 10rem;
  }
  .course-modules__wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -4rem;
  }
  .course-modules__module {
    margin-right: 0;
    margin-bottom: 4rem;
    flex-basis: 40%;
  }
  .slider-levels__levels {
    justify-content: flex-start;
  }
  .slider-levels__level {
    margin-right: 5%;
    width: 25%;
  }
  .slider-levels__scrollbar:before {
    border-radius: 0;
  }
  .slider-levels__drag {
    margin-right: auto;
    margin-left: auto;
    width: 30%;
  }
  .slider-levels_single-slide {
    min-height: auto;
  }
  .slider-achievements .swiper-slide {
    padding: 6rem 3rem;
    min-height: 27rem;
  }
  .slider-achievements__slide-achievement {
    font-size: 2.5rem;
  }
  .exam-results-circle__list {
    padding-top: 0;
  }
  .exam-results-circle__description {
    width: 100%;
  }
  .subscription-free-course {
    margin: 8rem 0;
  }
  .subscription-free-course_blog .subscription-free-course__wrapper,
  .subscription-free-course_popup-blog .subscription-free-course__wrapper {
    width: 91.6666666667vw;
    padding: 7rem 1rem 28.5rem;
    margin-left: 4.16667vw;
  }
  .subscription-free-course_blog .subscription-free-course__subtitle,
  .subscription-free-course_popup-blog .subscription-free-course__subtitle {
    margin-bottom: 3rem;
  }
  [data-namespace="group_landing"] .group_landing__row {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .site-awards__text {
    max-width: 33.3333333333vw;
  }
  .awards-slider {
    padding: 0 0 6rem;
  }
  .awards-slider__award {
    width: 50%;
    margin-bottom: 3rem;
  }
  .awards-slider__container {
    height: auto;
  }
  .awards-slider__item {
    width: 25vw;
  }
  .advantages-block__list {
    margin-top: 7rem;
  }
  .advantages-block__item {
    width: 50%;
    margin-bottom: 5rem;
  }
  .advantages-block__card-title {
    font-size: 28px;
    margin-top: 2rem;
  }
  .advantages-block__card-subtitle {
    font-size: 16px;
    margin-top: 1rem;
  }
  .advantages-block__card-icon {
    width: 120px;
    height: 120px;
  }
  .advantages-block__card-icon-svg--100 {
    width: 80px;
    height: 80px;
  }
  .advantages-block__card-icon-svg {
    width: 60px;
    height: 60px;
  }
  .site-cookies__text,
  .site-popbanner__text {
    max-width: 33.3333333333vw;
  }
  .prop-block-orange {
    margin-bottom: 10rem;
  }
  .prop-block-orange__wrapper {
    align-items: center;
    width: 100%;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
  }
  .prop-block-orange__title {
    font-size: 48px;
  }
  .prop-block-orange__description,
  .prop-block-orange__title {
    margin-bottom: 3rem;
    text-align: center;
  }
  .prop-block-orange__form {
    margin-bottom: 3rem;
    width: 90%;
  }
  .prop-block-orange__subtitle {
    margin-bottom: 1.8rem;
    text-align: center;
  }
  .prop-block-orange__subdescription {
    text-align: center;
  }
  .prop-block-orange__inputs {
    margin-left: 0;
    margin-right: 0;
  }
  .prop-block-orange__input:not(:last-child) {
    margin-bottom: 2rem;
  }
  .prop-block-orange .input__notification {
    opacity: 0;
  }
  .prop-block-orange__bottom {
    flex-direction: column;
    align-items: center;
  }
  .prop-block-orange__bottom-info {
    margin-left: 0;
    width: 100%;
    text-align: center;
    order: -1;
  }
  .prop-block-custom {
    margin-bottom: 10rem;
  }
  .prop-block-custom__wrapper {
    align-items: center;
    width: 100%;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
  }
  .prop-block-custom__title {
    font-size: 48px;
  }
  .prop-block-custom__description,
  .prop-block-custom__title {
    margin-bottom: 3rem;
    text-align: center;
  }
  .prop-block-custom__form {
    margin-bottom: 3rem;
    width: 90%;
  }
  .prop-block-custom__subtitle {
    margin-bottom: 1.8rem;
    text-align: center;
  }
  .prop-block-custom__subdescription {
    text-align: center;
  }
  .prop-block-custom__inputs {
    margin-left: 0;
    margin-right: 0;
  }
  .prop-block-custom__input:not(:last-child) {
    margin-bottom: 2rem;
  }
  .prop-block-custom .input__notification {
    opacity: 0;
  }
  .prop-block-custom__bottom {
    flex-direction: column;
    align-items: center;
  }
  .prop-block-custom__bottom-info {
    margin-left: 0;
    width: 100%;
    text-align: center;
    order: -1;
  }
  .lang-card {
    padding: 3.5rem 2rem 2.5rem;
  }
  .activities-list {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  .activities-list__item {
    width: 50%;
  }
  .activities-list__card {
    padding: 36px 32px 32px;
  }
  .activities-list__card-title {
    font-size: 22px;
    margin-bottom: 18px;
    min-height: 64px;
  }
  .activities-list__card-description {
    font-size: 18px;
  }
  .activities-list_downward-right
    .activities-list__item:nth-child(2n):last-of-type {
    margin-bottom: 2rem;
  }
  .activities-list_downward-right .activities-list__item:nth-child(2n) {
    transform: none;
  }
  .activities-list_downward-right2
    .activities-list__item:nth-child(2n):last-of-type {
    margin-bottom: 2rem;
  }
  .activities-list_downward-right2 .activities-list__item:nth-child(2n) {
    transform: none;
  }
  .line-icons {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
  .line-icons__title {
    font-size: 32px;
    margin-bottom: 6rem;
  }
  .line-icons__item {
    width: 50%;
  }
  .line-icons__card {
    padding: 20px;
  }
  .line-icons__card-icon {
    margin-bottom: 22px;
  }
  .line-icons__card-title {
    font-size: 22px;
    margin-bottom: 18px;
    min-height: 64px;
  }
  .line-icons__card-description {
    font-size: 18px;
  }
  .line-icons_downward-right .line-icons__item:nth-child(2n):last-of-type {
    margin-bottom: 2rem;
  }
  .line-icons_downward-right .line-icons__item:nth-child(2n) {
    transform: none;
  }
  .line-icons_downward-right2 .line-icons__item:nth-child(2n):last-of-type {
    margin-bottom: 2rem;
  }
  .line-icons_downward-right2 .line-icons__item:nth-child(2n) {
    transform: none;
  }
  .grey-form_vacancy .grey-form__left {
    margin-bottom: 5rem;
  }
  .grey-form_vacancy .grey-form__left-top {
    width: 100%;
  }
  .grey-form_free-popup .grey-form__form,
  .grey-form_free-popup .grey-form__left {
    margin-left: 0;
    width: 100%;
  }
  .grey-form_free-popup .grey-form__title-top {
    margin-left: 0;
  }
  .grey-form_callback .grey-form__hand {
    display: block;
  }
  .grey-form__container {
    flex-direction: column;
  }
  .grey-form__hand {
    display: none;
  }
  .grey-form__left {
    margin-bottom: 4rem;
    margin-left: 0;
    width: 100%;
  }
  .grey-form__title-top {
    margin-left: 0;
  }
  .grey-form__bottom-text {
    margin-top: 2rem;
    width: 100%;
    opacity: 1;
  }
  .grey-form__form {
    margin-left: 0;
    width: 100%;
  }
  .grey-form__middle {
    justify-content: flex-start;
  }
  .grey-form__subtitle {
    margin-bottom: 1.8rem;
    text-align: center;
  }
  .grey-form__subdescription {
    text-align: center;
  }
  .grey-form__questionnaire-button {
    margin-right: 0;
  }
  .grey-form {
    flex-direction: column;
  }
  .main-new-form {
    margin-top: 4rem;
  }
  .main-new-form,
  .main-new-form__container {
    padding: 20px;
    border-radius: 0;
  }
  .main-new-form__bottom-info {
    width: 100%;
    text-align: center;
  }
  .main-new-form__bottom-info > p {
    font-size: 12px;
    text-align: center;
  }
  .main-new-form__bottom-info > p > a {
    color: #202020;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-new-form__bottom {
    align-items: center;
  }
  .main-new-form__btn {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .main-new-form__bg {
    display: none;
  }
  .main-new-form__wrap {
    width: 100%;
  }
  .main-new-form__inputs {
    width: 100%;
    margin-left: 0;
  }
  .main-new-form__item:nth-child(2n) {
    margin-left: 0;
    width: 100%;
  }
  .main-new-form__item:nth-child(odd) {
    margin-right: 0;
    width: 100%;
  }
  .main-new-form__item:first-child,
  .main-new-form__item:nth-child(2),
  .main-new-form__item:nth-child(3),
  .main-new-form__item:nth-child(4) {
    margin-bottom: 24px;
  }
  .main-new-form__title {
    text-align: center;
    font-size: 4rem;
    line-height: 5rem;
  }
  .lead-corporate__wrapper {
    padding-top: 16rem;
  }
  .lead-corporate__details {
    flex-direction: column;
    text-align: center;
  }
  .lead-corporate__details-item {
    max-width: none;
  }
  .lead-corporate__details-item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .m-corporate-slider {
    display: block;
  }
  .corporate-slider__slide {
    flex-wrap: nowrap;
  }
  .advantages-block-group-landing__list {
    margin-top: 7rem;
  }
  .advantages-block-group-landing__item {
    width: 50%;
    margin-bottom: 5rem;
  }
  .advantages-block-group-landing__card-title {
    font-size: 28px;
    margin-top: 2rem;
  }
  .advantages-block-group-landing__card-subtitle {
    font-size: 16px;
    margin-top: 1rem;
  }
  .advantages-block-group-landing__card-icon {
    width: 120px;
    height: 120px;
  }
  .advantages-block-group-landing__card-icon-svg--100 {
    width: 80px;
    height: 80px;
  }
  .advantages-block-group-landing__card-icon-svg {
    width: 60px;
    height: 60px;
  }
  .price-banner-group-landing__content,
  .price-slider-group-landing__tabs {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .price-slider-group-landing__container {
    padding-left: 4.16667vw;
  }
  .price-item-group-landing {
    width: 41.6666666667vw;
  }
  [data-namespace="relocants"] .relocants__row {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .price-advantages-relocants__list {
    margin-top: 7rem;
  }
  .price-advantages-relocants__item {
    width: 50%;
    margin-bottom: 5rem;
  }
  .price-advantages-relocants__card-title {
    font-size: 28px;
    margin-top: 2rem;
  }
  .price-advantages-relocants__card-subtitle {
    font-size: 16px;
    margin-top: 1rem;
  }
  .price-advantages-relocants__card-icon {
    width: 120px;
    height: 120px;
  }
  .price-advantages-relocants__card-icon-svg--100 {
    width: 80px;
    height: 80px;
  }
  .price-advantages-relocants__card-icon-svg {
    width: 60px;
    height: 60px;
  }
  .advantages-block-relocants__list {
    margin-top: 7rem;
  }
  .advantages-block-relocants__item {
    width: 50%;
    margin-bottom: 5rem;
  }
  .advantages-block-relocants__card-title {
    font-size: 28px;
    margin-top: 2rem;
  }
  .advantages-block-relocants__card-subtitle {
    font-size: 16px;
    margin-top: 1rem;
  }
  .advantages-block-relocants__card-icon {
    width: 120px;
    height: 120px;
  }
  .advantages-block-relocants__card-icon-svg--100 {
    width: 80px;
    height: 80px;
  }
  .advantages-block-relocants__card-icon-svg {
    width: 60px;
    height: 60px;
  }
  .price-banner-emigration__content,
  .price-banner-relocants__content {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .price-item-relocants {
    width: 41.6666666667vw;
  }
  .price-slider-relocants__tabs {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
  .price-slider-relocants__container {
    padding-left: 4.16667vw;
  }
  .price-banner-relogift__content {
    width: 91.6666666667vw;
    margin-left: 4.16667vw;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
  .footer__phone,
  .footer__phone-description {
    display: block;
    text-align: center;
  }
  .footer__line {
    width: 91.6666666667%;
    margin: 2.5rem 0 2.5rem 4.1666666667%;
  }
  .sandwich-menu__submenu-item {
    flex: 0 0 49.5%;
  }
  .sandwich-menu__submenu-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .sandwich-menu__submenu-item:not(:nth-child(2n)) {
    margin-right: 1%;
  }
  .register-proposal__video-lay {
    position: absolute;
    top: 18.5rem;
    bottom: 16.4rem;
    left: 12.3rem;
    width: calc(100% - 21.5rem);
    right: 12.3rem;
  }
  .upcoming-lesson {
    padding: 2rem;
  }
  .upcoming-lesson__container {
    padding: 0;
  }
  .upcoming-lesson__text {
    margin-top: 0.5rem;
  }
  .last-work {
    padding: 2rem;
    min-height: 16rem;
  }
  .last-work__container {
    padding: 0;
  }
  .video-block {
    margin-left: 4.16667vw;
    width: 91.66674vw;
    height: 60vh;
  }
  .video-block_blog {
    margin-left: 0;
    width: 100%;
  }
  .contact-form__bottom-info {
    margin-right: 0;
    margin-bottom: 3rem;
    flex-basis: 100%;
  }
  .contact-form__bottom {
    flex-wrap: wrap;
  }
  .class-format {
    margin-bottom: 10rem;
  }
  .individual-group-classes__row:not(:last-child) {
    margin-bottom: 8rem;
  }
  .news-card {
    width: 43.75004vw;
  }
  .news-card__picture {
    height: 30.62503vw;
  }
  .news-list {
    margin-bottom: 10rem;
    margin-left: 4.16667vw;
    width: 91.66674vw;
  }
  .news-list__card:not(:nth-last-child(-n + 4)) {
    margin-bottom: 0;
  }
  .news-list__card:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .news-list__card:not(:nth-last-child(-n + 2)) {
    margin-bottom: 8rem;
  }
  .news-list__card:not(:nth-child(2n)) {
    margin-right: 4.16667vw;
  }
  [data-namespace="contacts"] .contacts__card-wrapper {
    margin-left: 4.16667vw;
    width: 91.66674vw;
  }
  .contacts-card {
    width: 27.50002vw;
  }
  .teachers-main {
    overflow: hidden;
  }
  .teachers-new-list__list {
    justify-content: center;
  }
  .london-logos {
    margin-left: 20.83335vw;
    width: 58.33338vw;
  }
  .right-list__wrapper {
    margin-left: 43.75004vw;
    width: 52.08338vw;
  }
  .grey-form__bottom-info {
    margin-right: 0;
    margin-bottom: 3rem;
    flex-basis: 100%;
  }
  .grey-form__bottom {
    flex-wrap: wrap;
  }
  .teachers-main-group-landing {
    overflow: hidden;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
  .btn_middle {
    min-width: 130px;
  }
  .class-format .swiper-slide__img {
    margin-left: 2.08334vw;
  }
  .class-format .swiper-slide__text-content {
    padding-right: 2.08334vw;
  }
  .contacts-card__top {
    padding-bottom: 40px;
  }
  .teachers-work {
    margin-left: 12.50001vw;
    width: 75.00006vw;
  }
  .teachers-work__col {
    margin-right: 6.25001vw;
    width: 20.83335vw;
  }
  .slider-levels__bg svg {
    max-width: 12.50001vw;
  }
  .slider-levels__bg svg:nth-child(2) {
    max-width: calc(12.50001vw - 4%);
  }
  .exam-results-circle__mark {
    margin-left: 4.16667vw;
    width: 25.00002vw;
    height: 25.00002vw;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-fhd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-fhd > .table-bordered {
    border: 0;
  }
  .lessons-gift-banner__content {
    width: 20.83335vw;
  }
}
@media (max-width: 2559.98px) {
  .table-responsive-rt {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-rt > .table-bordered {
    border: 0;
  }
}
@media (max-width: 2879.98px) {
  .table-responsive-rt15 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-rt15 > .table-bordered {
    border: 0;
  }
}
@media (max-width: 3839.98px) {
  .table-responsive-uhd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-uhd > .table-bordered {
    border: 0;
  }
}
@media (max-width: 4095.98px) {
  .table-responsive-4k {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-4k > .table-bordered {
    border: 0;
  }
}
@media (max-width: 8191.98px) {
  .table-responsive-8k {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-8k > .table-bordered {
    border: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .collapsing,
  .fade,
  .modal.fade .modal-dialog {
    transition: none;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
  [data-anim] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  @page {
    margin: 0.5cm !important;
    padding: 0 !important;
  }
  .row {
    display: block !important;
    width: 100% !important;
  }
  [class*="col-"] {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 8.33334vw !important;
    padding-right: 8.33334vw !important;
    max-width: 100% !important;
  }
  [class*="offset-top-"] {
    margin-top: 20px !important;
  }
  [class*="offset-bottom-"] {
    margin-bottom: 20px !important;
  }
  .no-print {
    display: none !important;
  }
  .visually-hidden {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    white-space: normal;
    clip-path: none;
    overflow: visible;
  }
  .preloader {
    display: none !important;
  }
}
@media (max-width: 1199.98px) and (max-width: 822.98px) and (max-width: 767.98px) {
  .h-block-mobile-btn {
    display: block;
  }
  .footer {
    padding-top: 3rem;
  }
  .franchise-package__nav {
    margin: 3rem auto 0;
  }
}
@media (min-width: 1920px) and (max-aspect-ratio: 16/9) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1920px) and (min-aspect-ratio: 16/9) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-aspect-ratio: 16/9) {
  html {
    font-size: 0.9259259259vh;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 16/9) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .header__left-item:not(:last-child) {
    margin-right: 1.1875vw;
  }
  .header-menu__item {
    margin-right: 1.125vw;
  }
  .header-menu__link {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px) {
  .header__left-item:not(:last-child) {
    margin-right: 1.625vw;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .header__free {
    padding: 1.3rem 2.4rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 822.98px) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .footer__col {
    margin-bottom: 0;
  }
  .footer__menu-item {
    flex: 0 0 50%;
    margin-right: 0;
  }
  .lead__title {
    margin-bottom: 4.1rem;
  }
  .m-corporate-slider {
    display: block;
  }
}
@media (max-width: 1199.98px) and (max-width: 666.98px) {
  .footer__row {
    flex-flow: column nowrap;
    align-items: stretch;
  }
  .footer__col {
    flex: 0 0 auto;
  }
  .pagination__page {
    margin-right: 4.6rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 666.98px) and (max-width: 767.98px) {
  .footer__row {
    align-items: center;
  }
}
@media (max-width: 822.98px) and (max-width: 666.98px) {
  .footer__col_last {
    flex: 0 0 100%;
  }
  .footer__phone-description {
    margin-bottom: 1.4rem;
    text-align: center;
  }
  .btn_link {
    padding: 0;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .footer__logo {
    margin-bottom: 4rem;
  }
  .sandwich-menu__wrapper {
    padding-right: 0;
    padding-left: 0;
    padding-top: 8.2rem;
  }
  .sandwich-menu__submenu {
    justify-content: stretch;
  }
  .sandwich-menu__lang-selector a {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .two-cols__head {
    margin-bottom: 2rem;
  }
  .two-cols_has-title .two-cols__wrapper {
    min-height: 58.9rem;
    padding-top: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .two-cols__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 5.6rem;
    min-height: 46rem;
  }
  .section_margin {
    margin-bottom: 4rem;
  }
  .section_pt,
  .section_pt16 {
    padding-top: 4rem;
  }
  .section_pb {
    padding-bottom: 4rem;
  }
  .lead__title {
    font-size: 2rem;
    line-height: 1.6;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 2rem;
    opacity: 1;
  }
  .grid-list {
    margin-bottom: 0;
  }
  .register-proposal__title {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .register-proposal__bg {
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
  .prop-block {
    margin-bottom: 2rem;
  }
  .prop-block__wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .prop-block__description,
  .prop-block__title {
    margin-bottom: 1.8rem;
  }
  .prop-block .btn_float {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prop-block__form {
    width: 100%;
    margin-bottom: 1.1rem;
  }
  .content-area_wrapped {
    margin-top: 8rem;
  }
  .lead-2_about .lead-2__figure,
  .lead-2_about .lead-2__shadow,
  .lead-2_about .lead-2__svg,
  .lead-2_about .svg-text,
  .lead-2_adult .lead-2__figure,
  .lead-2_adult .lead-2__shadow,
  .lead-2_adult .lead-2__svg,
  .lead-2_adult .svg-text,
  .lead-2_child .lead-2__figure,
  .lead-2_child .lead-2__shadow,
  .lead-2_child .lead-2__svg,
  .lead-2_child .svg-text,
  .lead-2_courses .lead-2__figure,
  .lead-2_courses .lead-2__shadow,
  .lead-2_courses .lead-2__svg,
  .lead-2_courses .svg-text,
  .lead-2_teachers .lead-2__figure,
  .lead-2_teachers .lead-2__shadow,
  .lead-2_teachers .lead-2__svg,
  .lead-2_teachers .svg-text {
    left: 0;
  }
  .lead-2_child .lead-2__description {
    width: 100%;
  }
  .person-card {
    margin-bottom: 3rem;
    padding-bottom: 3.4rem;
  }
  .person-card:last-child {
    margin-bottom: 0;
  }
  .person-card__image {
    height: 106.9vw;
    border-radius: 0;
  }
  .person-card__title {
    margin-top: 1rem;
  }
  .person-card__bottom {
    margin-top: 2rem;
  }
  .text-banner {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .text-banner_no-fixed-height {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-form_vacancy .contact-form__left {
    margin-bottom: 3rem;
  }
  .contact-form_callback .contact-form__hand {
    display: none;
  }
  .contact-form__left,
  .contact-form__title-top {
    margin-bottom: 3rem;
  }
  .contact-form__middle {
    flex-direction: column;
  }
  .contact-button {
    padding: 0.4rem 3.8rem;
  }
  .contact-button_prop {
    padding: 0.4rem 4.8rem;
  }
  .notification {
    width: 83.3334vw;
    padding: 2rem;
  }
  [data-namespace="courses"] .adult-courses__description {
    margin-bottom: 4rem;
  }
  [data-namespace="courses"] .about-classes {
    margin-bottom: 4rem;
  }
  [data-namespace="courses"] .about-classes__row {
    margin-bottom: 0;
  }
  [data-namespace="courses"] .about-classes__tag {
    margin-bottom: 2rem;
  }
  [data-namespace="courses"] .about-classes__tag:last-child {
    margin-bottom: 0;
  }
  [data-namespace="courses"] .about-classes__levels {
    width: 897px;
    transform: translateX(-15.5%);
  }
  [data-namespace="courses"] .about-classes__level {
    font-size: 14px;
  }
  [data-namespace="courses"] .about-classes__level:not(:last-child) {
    margin-right: 50px;
  }
  [data-namespace="courses"] .about-classes__level-progression {
    margin-top: 3rem;
    transform: translateX(-12.15%);
    width: 897px;
  }
  .subscription {
    margin: 0 0 4.5rem;
  }
  .subscription__wrapper {
    width: auto;
    padding: 4rem 2rem 16rem;
    margin-left: 0;
  }
  .subscription_popup-blog .subscription__wrapper {
    border-radius: 0;
  }
  .subscription__title {
    margin-bottom: 2rem;
  }
  .subscription__subtitle {
    margin-bottom: 4rem;
  }
  .subscription_popup-blog .subscription__form {
    width: 100%;
  }
  [data-namespace="adult-courses"] .adult-courses__gift-section {
    padding-bottom: 4rem;
  }
  .two-cols-with-picture__text-row {
    margin-bottom: 0;
  }
  .two-cols-with-picture__horizontal-pic {
    max-width: 40%;
  }
  .londonexp-features {
    padding-top: 4rem;
    padding-bottom: 1.3rem;
  }
  .londonexp-features_straight {
    padding-bottom: 4rem;
  }
  .londonexp-features__col {
    margin-left: 0;
    width: 100%;
  }
  .londonexp-features__feature {
    width: 100%;
    margin-bottom: 3rem;
  }
  .londonexp-features__feature:nth-child(odd) {
    margin-right: 0;
  }
  .lessons-gift-banner {
    text-align: center;
  }
  .lessons-gift-banner__banner {
    padding: 7rem 1rem 16.1rem;
  }
  .lessons-gift-banner-2 {
    text-align: center;
  }
  [data-namespace="child-courses"] .child-courses__gift-section {
    padding-bottom: 4rem;
  }
  .individual-group-classes {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .individual-group-classes__wrapper-odd
    .individual-group-classes__picture_circles-1
    img {
    width: 85.71%;
  }
  .individual-group-classes__title {
    margin-bottom: 2rem;
  }
  .teachers-list__list li {
    margin-right: auto;
  }
  .teachers-list__list li:nth-child(4n) {
    margin-right: auto;
  }
  [data-namespace="news-article"] .news-article__hr {
    margin: 4.2rem 0;
  }
  [data-namespace="price"] .price__row {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin: 0 2rem;
  }
  .h1-title__title {
    margin-top: 8rem;
  }
  .lead-contacts__phone {
    margin-bottom: 0;
    font-family: Gilroy;
    font-size: 10.94vw;
    line-height: 1.6;
  }
  .lead-contacts__description {
    order: 2;
    width: 100%;
  }
  [data-namespace="learning-process"] .learning-process__text-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .educational-methodology__feature {
    width: 100%;
  }
  .educational-methodology__feature:last-child {
    margin-bottom: 0;
  }
  .content-picture_vacancies .content-picture__wrapper {
    padding: 4rem 0;
  }
  .content-picture_vacancies .content-picture__content {
    width: 100%;
    text-align: center;
  }
  .content-picture__wrapper {
    padding: 4rem 0;
  }
  .content-picture__content {
    width: 100%;
  }
  .learning-process-specifics__item_reverse
    .learning-process-specifics__text-container {
    margin-left: 0;
  }
  .learning-process-specifics__item_reverse
    .learning-process-specifics__picture {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .learning-process-specifics__text-container {
    order: 2;
    margin: 0;
    width: 100%;
  }
  .article {
    padding-top: 9.5rem;
    margin-bottom: 4rem;
  }
  .submenu {
    width: calc(100vw - 20px);
    margin-top: 0;
    margin-left: 20px;
  }
  .blog-previews {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .blog-previews__item-image {
    height: 80vw;
    margin-bottom: 2rem;
  }
  .blog-new {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .blog-new__list_main .blog-new__item-image {
    height: 80vw;
  }
  .blog-new__list_masonry .blog-new__item:nth-child(odd) .blog-new__item-link {
    margin-right: 0;
  }
  .blog-new__item_image-big .blog-new__item-image {
    height: 80vw;
  }
  .blog-new__item_image-round .blog-new__item-image {
    height: 87.5vw;
  }
  .blog-new__item-image {
    height: 80vw;
  }
  .blog-new__item .lessons-gift-banner-2__banner,
  .blog-new__item .lessons-gift-banner__banner {
    padding-bottom: 50vw;
  }
  .blog-new .subscription {
    padding: 0;
    margin: 1rem 0 4rem;
  }
  .blog-new .subscription__wrapper {
    margin-left: 0;
  }
  .blog-recommendations {
    margin-left: 0;
    width: 100%;
  }
  .blog-recommendations__post {
    margin-bottom: 3rem;
    width: 100%;
  }
  .popup-info__list-wrap,
  .popup-info__text,
  .popup-info__title-top {
    margin-bottom: 3rem;
  }
  .article-blog__img-wrapper {
    height: 49.1vw;
  }
  .article-blog__subscription {
    margin-bottom: 4rem;
  }
  .popup-vacancy-questionnaire__close {
    top: 3.5rem;
    right: 0.8rem;
    margin-bottom: 3rem;
    width: 4rem;
    height: 4rem;
  }
  .popup-vacancy-questionnaire__container {
    top: 10%;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 3.4rem;
    padding-bottom: 8rem;
    width: 100%;
    border-radius: 0;
  }
  .popup-vacancy-questionnaire__section:first-child {
    padding-bottom: 2rem;
  }
  .popup-vacancy-questionnaire__input {
    margin-bottom: 2rem;
    width: 100%;
  }
  .popup-vacancy-questionnaire__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .popup-vacancy-questionnaire__bottom-info {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 100%;
  }
  .price-banner__content {
    width: auto;
    margin: 0 2rem;
  }
  .price-advantages {
    padding: 5rem 0 0;
  }
  .price-advantages__list {
    flex-wrap: wrap;
    width: auto;
    margin: 0 2rem;
  }
  .price-advantages__item {
    width: auto;
    margin-bottom: 4rem;
  }
  .partners {
    padding: 0;
    margin-bottom: 4rem;
  }
  .partners__container {
    height: 10rem;
  }
  .new-partners {
    padding: 0;
    margin-bottom: 4rem;
  }
  .new-partners__item img {
    height: 10rem;
    max-width: 240px;
  }
  .great-offers .lessons-gift-banner__banner {
    padding: 7rem 1rem 16.1rem;
  }
  .questions-list__question,
  .questions-new-list__question {
    width: auto;
    margin: 0 2rem;
  }
  .price-slider__tabs {
    margin-left: 2rem;
    width: auto;
    flex-wrap: wrap;
  }
  .price-slider__container {
    padding-left: 2rem;
    padding-bottom: 4.5rem;
  }
  .price-item {
    width: 75vw;
    margin-right: 2rem;
    padding: 3.5rem 3rem 3rem;
  }
  .popup-base_callback .popup-base__container {
    width: 100%;
  }
  .popup-base_free .popup-base__container {
    margin-left: 0;
    width: 100%;
  }
  .popup-base .notification {
    width: 100%;
    border-radius: 0;
  }
  .teachers-new-list__list li {
    width: 100%;
    margin-right: auto;
  }
  .teachers-new-list__list li:nth-child(10),
  .teachers-new-list__list li:nth-child(11),
  .teachers-new-list__list li:nth-child(12),
  .teachers-new-list__list li:nth-child(13),
  .teachers-new-list__list li:nth-child(14),
  .teachers-new-list__list li:nth-child(15) {
    display: none;
  }
  .teachers-new-list__list li:nth-child(4n) {
    margin-right: auto;
  }
  .teachers-qualifications__certifications li {
    width: 46.4%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .learn-program {
    padding: 8rem 0 2rem;
  }
  .learn-program__top-svg {
    width: 142px;
    height: 80px;
  }
  .learn-program__bottom-svg {
    display: none;
  }
  .learn-program__column {
    width: 100%;
    padding: 20px;
  }
  .learn-program__column:last-child {
    width: 100%;
    margin-left: 0;
  }
  .learn-program__card:not(:last-child) {
    margin-bottom: 72px;
  }
  .learn-program__card-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .learn-program__card-text {
    font-size: 18px;
    line-height: 28px;
  }
  .learn-program__card-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }
  .learn-program__subtitle {
    margin-bottom: 3rem;
  }
  .news-main__container {
    margin-left: 0;
    width: 100%;
  }
  .news-main__link_img {
    height: 79.7vw;
  }
  .lead-course__wrapper {
    padding-top: 9rem;
  }
  .lead-course__details {
    margin-bottom: 2.9rem;
  }
  .right-list__btn {
    margin-top: 4rem;
  }
  .right-list__image {
    margin-top: 3.2rem;
  }
  .right-list__title {
    text-align: left;
    margin-bottom: 1.6rem;
  }
  .course-modules {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .course-modules__module {
    margin-right: 2rem;
    margin-left: 2rem;
    flex-basis: 33%;
    width: auto;
  }
  .slider-levels__levels {
    margin-bottom: 2.6rem;
  }
  .slider-levels__level {
    margin-right: 10%;
    width: 35%;
  }
  .slider-levels__drag {
    width: 45%;
  }
  .slider-achievements .swiper-slide {
    padding: 4.6rem 1.9rem 4.6rem 2.1rem;
    width: 100%;
    min-height: 27rem;
  }
  .slider-achievements__slide-achievement {
    font-size: 2rem;
  }
  .exam-results-circle__description {
    margin-bottom: 2.6rem;
    text-align: center;
  }
  .subscription-free-course {
    margin: 0 0 4.5rem;
  }
  .subscription-free-course_blog .subscription-free-course__wrapper,
  .subscription-free-course_popup-blog .subscription-free-course__wrapper {
    width: auto;
    padding: 4rem 2rem 18.5rem;
    margin-left: 0;
  }
  .subscription-free-course_blog .subscription-free-course__subtitle,
  .subscription-free-course_popup-blog .subscription-free-course__subtitle {
    margin-bottom: 4rem;
  }
  [data-namespace="group_landing"] .group_landing__row {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin: 0 2rem;
  }
  .site-awards__text {
    margin-left: 4.7rem;
    max-width: none;
  }
  .awards-slider {
    padding: 0;
    margin-bottom: 4rem;
  }
  .awards-slider__award {
    width: 100%;
    margin-bottom: 3rem;
  }
  .awards-slider__container {
    height: auto;
  }
  .awards-slider__text {
    font-size: 2rem;
    max-width: none;
  }
  .advantages-block__list {
    margin-top: 5rem;
  }
  .advantages-block__item {
    width: 100%;
    margin-bottom: 5rem;
  }
  .advantages-block__card-title {
    font-size: 24px;
    margin-top: 1.8rem;
  }
  .advantages-block__card-subtitle {
    font-size: 16px;
    margin-top: 1rem;
  }
  .advantages-block__card-icon {
    width: 100px;
    height: 100px;
  }
  .advantages-block__card-icon-svg,
  .advantages-block__card-icon-svg--100 {
    width: 60px;
    height: 60px;
  }
  .site-cookies__text,
  .site-popbanner__text {
    margin-left: 4.7rem;
    max-width: none;
  }
  .prop-block-orange {
    margin-bottom: 5rem;
  }
  .prop-block-orange__wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .prop-block-orange__title {
    margin-bottom: 1.8rem;
    font-size: 24px;
  }
  .prop-block-orange__description {
    margin-bottom: 6.8rem;
  }
  .prop-block-orange__form {
    width: 100%;
    margin-bottom: 1.1rem;
  }
  .prop-block-orange__inputs {
    margin-left: auto;
    margin-right: auto;
  }
  .prop-block-custom {
    margin-bottom: 5rem;
  }
  .prop-block-custom__wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .prop-block-custom__title {
    margin-bottom: 1.8rem;
    font-size: 24px;
  }
  .prop-block-custom__description {
    margin-bottom: 6.8rem;
  }
  .prop-block-custom__form {
    width: 100%;
    margin-bottom: 1.1rem;
  }
  .prop-block-custom__inputs {
    margin-left: auto;
    margin-right: auto;
  }
  .lang-card {
    padding: 3.5rem 2rem 2.5rem;
    margin-bottom: 1rem;
    display: block;
  }
  .lang-card:nth-child(2n) .lang-card__mascot {
    display: none;
  }
  .lang-card__text-block {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .lang-card__text {
    padding: 15px;
    font-size: 14px;
  }
  .lang-card__pic {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .activities-list {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  .activities-list__item {
    width: 100%;
  }
  .activities-list__card {
    padding: 36px 32px 32px;
  }
  .activities-list__card-title {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 12px;
  }
  .activities-list__card-description {
    font-size: 16px;
  }
  .line-icons {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .line-icons__title {
    font-size: 24px;
    margin-bottom: 4rem;
  }
  .line-icons__item {
    width: 100%;
  }
  .line-icons__card {
    padding: 20px;
  }
  .line-icons__card-icon {
    margin-bottom: 22px;
  }
  .line-icons__card-title {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 12px;
  }
  .line-icons__card-description {
    font-size: 16px;
  }
  .grey-form_vacancy .grey-form__left {
    margin-bottom: 3rem;
  }
  .grey-form_callback .grey-form__hand {
    display: none;
  }
  .grey-form__left,
  .grey-form__title-top {
    margin-bottom: 3rem;
  }
  .grey-form__middle {
    flex-direction: column;
  }
  .lead-corporate__wrapper {
    padding-top: 9rem;
    min-height: 540px;
  }
  .lead-corporate__details {
    margin-bottom: 2.9rem;
  }
  .premium-banners__slider {
    justify-content: inherit;
  }
  .advantages-block-group-landing__list {
    margin-top: 5rem;
  }
  .advantages-block-group-landing__item {
    width: 100%;
    margin-bottom: 5rem;
  }
  .advantages-block-group-landing__card-title {
    font-size: 24px;
    margin-top: 1.8rem;
  }
  .advantages-block-group-landing__card-subtitle {
    font-size: 16px;
    margin-top: 1rem;
  }
  .advantages-block-group-landing__card-icon {
    width: 100px;
    height: 100px;
  }
  .advantages-block-group-landing__card-icon-svg,
  .advantages-block-group-landing__card-icon-svg--100 {
    width: 60px;
    height: 60px;
  }
  .price-banner-group-landing__content {
    width: auto;
    margin: 0 2rem;
  }
  .price-slider-group-landing__tabs {
    margin-left: 2rem;
    width: auto;
    flex-wrap: wrap;
  }
  .price-slider-group-landing__container {
    padding-left: 2rem;
    padding-bottom: 4.5rem;
  }
  .price-item-group-landing {
    width: 75vw;
    margin-right: 2rem;
    padding: 3.5rem 3rem 3rem;
  }
  [data-namespace="relocants"] .relocants__row {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin: 0 2rem;
  }
  .price-advantages-relocants__list {
    margin-top: 5rem;
  }
  .price-advantages-relocants__item {
    width: 100%;
    margin-bottom: 5rem;
  }
  .price-advantages-relocants__card-title {
    font-size: 24px;
    margin-top: 1.8rem;
  }
  .price-advantages-relocants__card-subtitle {
    font-size: 16px;
    margin-top: 1rem;
  }
  .price-advantages-relocants__card-icon {
    width: 100px;
    height: 100px;
  }
  .price-advantages-relocants__card-icon-svg,
  .price-advantages-relocants__card-icon-svg--100 {
    width: 60px;
    height: 60px;
  }
  .advantages-block-relocants__list {
    margin-top: 5rem;
  }
  .advantages-block-relocants__item {
    width: 100%;
    margin-bottom: 5rem;
  }
  .advantages-block-relocants__card-title {
    font-size: 24px;
    margin-top: 1.8rem;
  }
  .advantages-block-relocants__card-subtitle {
    font-size: 16px;
    margin-top: 1rem;
  }
  .advantages-block-relocants__card-icon {
    width: 100px;
    height: 100px;
  }
  .advantages-block-relocants__card-icon-svg,
  .advantages-block-relocants__card-icon-svg--100 {
    width: 60px;
    height: 60px;
  }
  .price-banner-emigration__content,
  .price-banner-relocants__content {
    width: auto;
    margin: 0 2rem;
  }
  .price-item-relocants {
    width: 75vw;
    margin-right: 2rem;
    padding: 3.5rem 3rem 3rem;
  }
  .price-slider-relocants__tabs {
    margin-left: 2rem;
    width: auto;
    flex-wrap: wrap;
  }
  .price-slider-relocants__container {
    padding-left: 2rem;
    padding-bottom: 4.5rem;
  }
  .price-banner-relogift__content {
    width: auto;
    margin: 0 2rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 822.98px) and (max-width: 666.98px) {
  .footer__menu-item {
    flex: 0 0 auto;
    margin: 0 1.5rem 3rem;
  }
  [data-namespace="corporate"] .corporate__prop-title {
    margin-bottom: 4rem;
  }
  [data-namespace="corporate"] .corporate__two-cols--price {
    padding-bottom: 4rem;
  }
  [data-namespace="corporate"] .corporate__col--greybg {
    height: auto;
  }
  [data-namespace="corporate"] .corporate__col-btn {
    display: block;
    margin: 0 auto 4rem;
  }
  [data-namespace="corporate"] .corporate__col-text-heading {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  [data-namespace="corporate"] .corporate__col-text {
    text-align: center;
  }
  .m-corporate-slider {
    display: block;
    padding: 20px 0;
  }
  .corporate-slider {
    padding: 0;
    display: none;
  }
  .corporate-slider__slide {
    flex-wrap: wrap;
  }
}
@media (max-width: 1439.98px) and (max-width: 767.98px) {
  .footer__line {
    width: 100%;
    margin: 2.5rem 0;
  }
  .video-block {
    margin-left: 2rem;
    margin-right: 2rem;
    height: 27.7vh;
    width: auto;
  }
  .video-block_blog {
    margin: 0;
  }
  .contact-form__bottom {
    flex-direction: column;
  }
  .class-format {
    margin-bottom: 4rem;
  }
  .news-card {
    width: 100%;
  }
  .news-card__picture {
    height: 49.21875vw;
  }
  .news-list {
    margin-left: 0;
    margin-bottom: 4.05rem;
    width: 100%;
  }
  .news-list__card:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .news-list__card:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .news-list__card:not(:last-child) {
    margin-bottom: 4.05rem;
  }
  .teachers-new-list__list {
    flex-wrap: nowrap;
    justify-content: inherit;
  }
  .grey-form__bottom {
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (min-aspect-ratio: 120/59) {
  .sandwich-menu__figure img {
    width: 75%;
  }
  .sandwich-menu__main-menu-item {
    font-size: 5rem;
  }
  .sandwich-menu__submenu-item {
    font-size: 2rem;
  }
}
@media (max-width: 1439.98px) and (max-width: 1199.98px) {
  .sandwich-menu__submenu-item {
    flex: 0 0 44%;
    opacity: 1;
    transform: translateY(0);
  }
  .sandwich-menu__submenu-item:not(:nth-child(2n)) {
    margin-right: 12%;
  }
  .register-proposal__video-lay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .individual-group-classes__row:not(:last-child) {
    margin-bottom: 6rem;
  }
  [data-namespace="contacts"] .contacts__card-wrapper {
    margin-top: 10rem;
    padding-bottom: 2rem;
  }
  .contacts-card {
    margin-bottom: 8rem;
    min-height: 45rem;
    width: 100%;
  }
  .london-logos {
    margin-left: 12.50001vw;
    width: 75.00006vw;
  }
  .right-list__wrapper {
    margin-left: 4.16667vw;
    width: 91.66674vw;
  }
}
@media (max-width: 1439.98px) and (max-width: 1199.98px) and (max-width: 767.98px) {
  .sandwich-menu__submenu-item {
    margin-bottom: 1.2rem;
  }
  .individual-group-classes__row:not(:last-child) {
    margin-bottom: 3rem;
  }
  [data-namespace="contacts"] .contacts__card-wrapper {
    margin-left: 0;
    margin-top: 3rem;
    padding-bottom: 4rem;
    width: 100%;
  }
  .contacts-card {
    margin-bottom: 3rem;
    padding: 4rem 2rem;
    width: 100%;
    min-height: 0;
    border-radius: 10px;
  }
  .contacts-card:last-child {
    margin-bottom: 0;
  }
  .london-logos {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: -1.2rem;
    margin-left: 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 100%;
  }
  .london-logos--center {
    margin-bottom: 2.2rem;
  }
  .right-list__wrapper {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 822.98px) and (max-width: 767.98px) {
  .btn_header {
    font-size: 1rem;
    line-height: 1;
  }
  .grid-list_downward-left {
    margin-bottom: 3rem;
  }
  .register-proposal {
    margin-top: 0;
  }
  .block-title {
    padding-top: 0;
    margin-bottom: 3rem;
  }
  [data-namespace="about"] .about__founders-block-title {
    margin-bottom: 3rem;
  }
  .endless-btn {
    padding: 0.7rem 2.8rem;
    margin-bottom: 4rem;
  }
  .londonexp-features__block-title {
    margin-bottom: 0.5rem;
    margin-top: -1.5rem;
  }
  [data-namespace="teachers"] .teachers__work-title {
    padding-top: 0;
    margin-bottom: 3rem;
  }
  [data-namespace="teachers"] .teachers__qualification-title {
    margin-bottom: 3rem;
  }
  [data-namespace="teachers"] .teachers__list-section {
    padding-top: 1.8rem;
  }
  .comments__endless-btn {
    padding: 1.03rem 3.1rem;
    margin: 0;
  }
  [data-namespace="course"] .course__features-title {
    margin-bottom: 4rem;
  }
  .right-list__main-title {
    margin-bottom: 4rem;
  }
  .prop-block-custom .contact-button,
  .prop-block-orange .contact-button {
    font-size: 1rem;
    line-height: 1;
  }
  .activities-list_downward-left,
  .line-icons_downward-left {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .header-menu__item {
    margin-right: 1.625vw;
  }
  .header-menu__link {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) and (max-width: 767.98px) {
  .header-menu__link {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) and (max-width: 767.98px) {
  .header-menu__link {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
}
@media (min-aspect-ratio: 65/33) {
  .lead-2__bg {
    top: 5vh;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .contact-form,
  .grey-form {
    padding: 8rem 6rem;
  }
}
@media (max-width: 767px) {
  [data-namespace="payment"] .payment__head-leftpic {
    display: none;
  }
  [data-namespace="payment"] .payment__head-mobpic {
    display: block;
  }
  [data-namespace="payment"] .payment__head-rightpic {
    display: none;
    position: absolute;
    top: 12%;
    right: -13%;
    max-width: 48%;
  }
  [data-namespace="payment"] .price-slider__tab:not(:last-child) {
    margin-bottom: 2rem;
  }
  [data-namespace="payment"] .payment-rules__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  [data-namespace="payment"] .payment-rules__card-title {
    font-size: 4rem;
  }
  [data-namespace="payment"] .payment-steps__item-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 2rem;
  }
  [data-namespace="payment"] .payment-steps__item-text {
    font-size: 2rem;
  }
  [data-namespace="payment"] .payment-steps__item {
    width: 90%;
    margin: 0 auto;
  }
  [data-namespace="payment"] .payment-steps__item:not(:last-child) {
    margin: 0 auto 4rem;
  }
  [data-namespace="payment"] .payment-faq__item {
    width: 90%;
    margin: 0 auto;
  }
  [data-namespace="payment"] .payment-faq__title {
    font-size: 2.6rem;
    font-weight: 800;
  }
  [data-namespace="payment"] .payment-faq__text {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [data-namespace="payment"] .payment-rules__item {
    width: 48%;
    margin-bottom: 2rem;
  }
  [data-namespace="payment"] .payment-rules__card {
    min-height: 320px;
  }
  [data-namespace="payment"] .payment-rules__card-title {
    font-size: 6rem;
  }
}
@media (max-width: 767.98px) and (max-width: 567.98px) {
  .two-cols-with-picture__bg {
    max-width: 64%;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) and (max-width: 567.98px) {
  .two-cols-with-picture__horizontal-pic {
    max-width: 80%;
  }
  .right-list__image {
    width: 100%;
  }
}
@media (max-width: 1919.98px) and (max-width: 1439.98px) {
  .lessons-gift-banner__content {
    width: 25.00002vw;
  }
}
@media (max-width: 1919.98px) and (max-width: 1439.98px) and (max-width: 1199.98px) {
  .lessons-gift-banner__content {
    width: 100%;
  }
}
@media (max-width: 1599.98px) and (max-width: 767.98px) {
  .class-format .swiper-slide__img {
    margin: 2.3rem 0 2.5rem;
    width: 100%;
  }
  .class-format .swiper-slide__text-content {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .list-circle {
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
  .list-circle ol {
    text-align: center;
    margin-bottom: 0;
  }
  .list-circle__circle {
    padding: 0;
    margin-top: 3rem;
    width: 19rem;
    height: 19rem;
  }
}
@media (max-width: 1439.98px) and (max-width: 767.98px) and (max-width: 767.98px) {
  .news-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 300px) {
  .lead-contacts__phone {
    font-size: 20px;
  }
}
@media (max-width: 1599.98px) and (max-width: 1199.98px) {
  .contacts-card__top {
    padding-bottom: 30px;
  }
  .teachers-work {
    margin-left: 4.16667vw;
    width: 91.66674vw;
  }
  .teachers-work__col {
    margin-right: 4.16667vw;
    width: 27.75002vw;
  }
  .slider-levels__bg svg {
    display: none;
  }
  .exam-results-circle__mark {
    margin-left: 0;
    width: 33.33336vw;
    height: 33.33336vw;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .popup-vacancy-questionnaire__section:nth-last-child(2) {
    margin-top: 2rem;
  }
  .partners__item {
    width: 33.3333333333vw;
  }
  .new-partners__arrow {
    display: none;
  }
  .new-partners__item {
    padding: 20px;
  }
  .awards-slider__item,
  .new-partners__item {
    width: 33.3333333333vw;
  }
}
@media (max-width: 1599.98px) and (max-width: 1199.98px) and (max-width: 767.98px) {
  .teachers-work,
  .teachers-work__col {
    margin-left: 0;
    width: 100%;
  }
  .teachers-work__col {
    margin-bottom: 2rem;
  }
  .teachers-work__col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .news-main {
    margin-top: 6.5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 567.98px) {
  .course-modules__wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
  
.prop-block-intensive {
    color: #fff;
    margin-bottom: 14rem
}

.prop-block-intensive__container {
    position: relative;
    border-radius: 2rem;
    background-color: #ffb804;
    padding: 13.5rem 0 11.3rem;
    overflow: hidden
}

.prop-block-intensive__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.prop-block-intensive__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.prop-block-intensive__pic {
    position: absolute;
    width: 600px;
    right: 80px;
    bottom: -40%
}

.prop-block-intensive__pic>img {
    width: 100%
}

.prop-block-intensive__pic.flyin {
    animation: flyin 2s ease-in-out
}

.prop-block-intensive__pic.floated {
    animation: floated 2s ease-in-out infinite;
    animation-delay: 2s
}

.prop-block-intensive__pic-lay {
    position: absolute;
    width: 640px;
    height: 720px;
    right: 20px;
    bottom: 20px;
    animation: floatedLay 3s ease-in-out infinite
}

.prop-block-intensive__pic-lay>img {
    width: 100%
}

.prop-block-intensive__wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    padding-left: 16rem
}

.prop-block-intensive__title {
    margin-bottom: 5rem;
    font-size: 56px;
    line-height: 120%;
    font-weight: 800;
    max-width: 660px;
    text-transform: uppercase
}

.prop-block-intensive__description {
    margin-bottom: 5rem;
    max-width: 530px;
    font-size: 2.4rem;
    line-height: 1.6
}

.prop-block-intensive__form {
    width: 50%;
    margin-bottom: 10rem
}

.prop-block-intensive__form .input.invalid .input__input {
    border-color: rgba(180,125,0,.9215686275)
}

.prop-block-intensive__form .input input,.prop-block-intensive__form .input textarea {
    border-color: #fff
}

.prop-block-intensive__form .input__notification {
    color: rgba(180,125,0,.9215686275)
}

.prop-block-intensive__form .disabled {
    opacity: .75!important;
    pointer-events: none
}

.prop-block-intensive .contact-button {
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 700;
    background-color: #fff;
    color: #202020;
    border-color: hsla(0,0%,100%,.2);
    transition: .25s ease-out
}

.prop-block-intensive .contact-button>.contact-button__title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 700
}

.prop-block-intensive .contact-button:active,.prop-block-intensive .contact-button:focus,.prop-block-intensive .contact-button:hover {
    outline: none;
    border-color: #fff;
    color: #202020;
    transform: scale(1.05);
    opacity: .99
}

.prop-block-intensive__subtitle {
    max-width: 660px;
    margin-bottom: 2.2rem;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.6
}

.prop-block-intensive__subdescription {
    font-size: 2.4rem;
    line-height: 1.6
}

.prop-block-intensive__inputs {
    overflow: hidden;
    width: 90%
}

.prop-block-intensive__input:not(:last-child) {
    margin-bottom: 3.5rem
}

.prop-block-intensive__mobile-img {
    margin: 2rem -2rem;
    width: calc(100% + 4rem);
    height: 100%
}

.prop-block-intensive__mobile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.prop-block-intensive__bottom {
    display: flex;
    align-items: flex-start
}

.prop-block-intensive__bottom-info {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-left: 5.2rem;
    width: 20.83335vw;
    overflow: hidden
}

.prop-block-intensive__bottom-info p {
    margin-bottom: 0;
    opacity: .9
}

.prop-block-intensive__bottom-info a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: .25s
}

.prop-block-intensive__bottom-info a:hover {
    border-color: #fff
}

.prop-block-intensive__errors.error-block {
    margin-top: -10px
}
</style>
<style>
.prop-block-yellow__container {
  background-image: url('/images/pb-yellow-red/bg.png');
  background-repeat: no-repeat;
  position: relative;
  border-radius: 2rem;
  background-color: #ffb804;
  padding: 20rem 4rem;
  overflow: hidden;
}

.prop-block-yellow__pic {
  position: absolute;
  z-index: 2;
  top: 15rem;
  right: 7rem;
  width: 37%;
}

.prop-block-yellow__logo {
  position: absolute;
  z-index: 4;
  top: 11rem;
  left: 13rem;
  width: 11%;
}

.prop-block-yellow__wrapper {
  top: 5rem;
  padding-left: 8rem;
}

.prop-block-yellow__title {
  font-size: 6.8rem;
  text-transform: none;
}

.prop-block-yellow__description {
  max-width: 60%;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.5;
}

.prop-block-yellow__btn {
  width: 18%;
  background-color: #FF4E46;
  border-color: #FF4E46;
  color: white;
  font-size: 3.4rem;
  position: absolute;
  bottom: -4rem;
  right: 11rem;
  cursor: pointer;
}

.discount-banner {
    position: absolute;
    top: 16.5rem;
    left: -6.5rem;
    background-color: #FF4E46;
    color: white;
    padding: 1.2rem 9rem;
    font-size: 2.5rem;
    font-weight: bold;
    z-index: 5;
    transform: rotate(-45deg);
    transform-origin: 0 0;
}

.discount-text {
  position: absolute;
  top: 6.5rem;
  right: 11rem;
  color: white;
  font-size: 5.5rem;
  font-weight: bold;
  z-index: 5;
}
.discount-subtext {
  position: absolute;
  top: 13.5rem;
  right: 3rem;
  color: white;
  font-size: 3.7rem;
  font-weight: bold;
  z-index: 5;
}

@media (max-width: 1024px) {
  .discount-text-container {
    background-image: url(/images/pb-yellow-red/text-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40rem;
    height: 41rem;
    top: -11rem;
    position: absolute;
    right: -1rem;
  }
}

/* iPhone 12 Pro */
@media (max-width: 390px) and (min-height: 844px) {
  .prop-block-yellow__container {
    padding: 10rem 2rem;
  }

  .prop-block-yellow__pic {
    top: 5rem;
    right: 1rem;
    width: 45%;
  }

  .prop-block-yellow__logo {
    top: 4rem;
    left: 5rem;
    width: 20%;
  }

  .prop-block-yellow__wrapper {
    top: 3rem;
    padding-left: 0rem;
  }

  .prop-block-yellow__title {
    font-size: 4rem;
  }

  .prop-block-yellow__description {
    max-width: 80%;
    font-size: 2rem;
    text-align: left;
    line-height: 1.5;
  }

  .prop-block-yellow__btn {
    width: 74%;
    font-size: 2.5rem;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
  }

  .discount-banner {
    font-size: 1.5rem;
    padding: 0.3rem 4rem;
    top: 9rem;
    left: -2rem;
  }

  .discount-text {
    font-size: 4.5rem;
    top: 5rem;
    right: 8rem;
  }
  .discount-subtext {
    font-size: 3rem;
    top: 10rem;
    right: 2rem;
  }
}

/* iPhone 14 Pro Max */
@media (max-width: 430px) and (min-height: 932px) {
  .prop-block-yellow__container {
    padding: 12rem 3rem;
  }

  .prop-block-yellow__pic {
    top: 6rem;
    right: 2rem;
    width: 50%;
  }

  .prop-block-yellow__logo {
    top: 5rem;
    left: 6rem;
    width: 22%;
  }

  .prop-block-yellow__wrapper {
    top: 3rem;
    padding-left: 0rem;
  }

  .prop-block-yellow__title {
    font-size: 4.5rem;
  }

  .prop-block-yellow__description {
    max-width: 85%;
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.5;
  }

  .prop-block-yellow__btn {
    width: 74%;
    font-size: 2.5rem;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
  }

  .discount-banner {
    font-size: 1.5rem;
    padding: 0.3rem 4rem;
    top: 10rem;
    left: -2rem;
  }

  .discount-text {
    font-size: 4.5rem;
    top: 5rem;
    right: 8rem;
  }
  .discount-subtext {
    font-size: 3rem;
    top: 10rem;
    right: 2rem;
  }
}

/* iPad (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .prop-block-yellow__container {
    padding: 15rem 4rem;
  }

  .prop-block-yellow__pic {
    top: 8rem;
    right: 3rem;
    width: 40%;
  }

  .prop-block-yellow__mobile-img {
    width: calc(77% + 4rem);
  }


  .prop-block-yellow__logo {
    top: 6rem;
    left: 8rem;
    width: 18%;
  }

  .prop-block-yellow__wrapper {
    top: 4rem;
    padding-left: 4rem;
  }

  .prop-block-yellow__title {
    font-size: 5rem;
  }

  .prop-block-yellow__description {
    max-width: 75%;
    font-size: 2.5rem;
    text-align: left;
    line-height: 1.6;
  }

  .prop-block-yellow__btn {
    width: 50%;
    font-size: 2.5rem;
    bottom: 2rem;
    right: 2rem;
  }
  .discount-text {
    font-size: 4.5rem;
    top: 1rem;
    right: 65rem;
  }
  .discount-subtext {
    font-size: 2.8rem;
    top: 6.6rem;
    right: 59rem;
  }

  .discount-text-container {
    background-image: url(/images/pb-yellow-red/text-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 43rem;
    height: 41rem;
    top: -20rem;
    position: absolute;
    left: -2rem;
}
}

/* iPad (landscape) */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .prop-block-yellow__container {
    padding: 18rem 5rem;
  }

  .prop-block-yellow__pic {
    top: 10rem;
    right: 4rem;
    width: 35%;
  }

  .prop-block-yellow__mobile-img {
    width: calc(59% + 4rem);
  }

  .prop-block-yellow__logo {
    top: 8rem;
    left: 10rem;
    width: 15%;
  }

  .prop-block-yellow__wrapper {
    top: 5rem;
    padding-left: 4rem;
  }

  .prop-block-yellow__title {
    font-size: 5.5rem;
  }

  .prop-block-yellow__description {
    max-width: 70%;
    font-size: 2.8rem;
    text-align: left;
  }

  .prop-block-yellow__btn {
    width: 30%;
    font-size: 2.8rem;
    bottom: 2rem;
    right: 2rem;
  }

  .discount-banner {
    font-size: 2.8rem;
    padding: 1rem 11rem;
    top: 20rem;
    left: -7rem;
  }

  .discount-text {
    font-size: 4.5rem;
    top: 5rem;
    right: 8rem;
  }
  .discount-subtext {
    font-size: 3rem;
    top: 10rem;
    right: 2rem;
  }
}

/* Devices with width 425px */
@media (max-width: 425px) {
  .prop-block-yellow__container {
    padding: 4rem 2rem;
  }

  .prop-block-yellow__pic {
    top: 6rem;
    right: 1rem;
    width: 45%;
  }

  .prop-block-yellow__logo {
    top: 5rem;
    left: 5rem;
    width: 20%;
  }

  .prop-block-yellow__wrapper {
    top: 3rem;
    padding-left: 0rem;
  }

  .prop-block-yellow__title {
    font-size: 4.2rem;
  }

  .prop-block-yellow__description {
    max-width: 80%;
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.5;
  }

  .prop-block-yellow__btn {
    width: 70%;
    font-size: 2.5rem;
    bottom: 2rem;
    right: 4rem;
  }

  .chinese-btn-mob {
    font-size: 2rem;
  }

  .discount-banner {
      position: absolute;
      top: 15.5rem;
      left: -7.5rem;
      background-color: #FF4E46;
      color: white;
      padding: 1rem 10rem;
      font-size: 2rem;
      font-weight: bold;
      z-index: 5;
      transform: rotate(-45deg);
      transform-origin: 0 0;
  }

  .discount-text {
    font-size: 3.5rem;
    top: 56rem;
    right: 12rem;
  }
  .discount-subtext {
    font-size: 2.5rem;
    top: 60.5rem;
    right: 6.5rem;
  }
  .discount-text-container {
    width: 32rem;
    height: 27rem;
    right: 3rem;
    top: 49rem;
  }
}

/* Devices with width 375px */
@media (max-width: 375px) {
  .prop-block-yellow__container {
    padding: 10rem 1.5rem;
  }

  .prop-block-yellow__pic {
    top: 5rem;
    right: 1rem;
    width: 45%;
  }

  .prop-block-yellow__logo {
    top: 4rem;
    left: 5rem;
    width: 20%;
  }

  .prop-block-yellow__wrapper {
    top: 3rem;
    padding-left: 0rem;
  }

  .prop-block-yellow__title {
    font-size: 4rem;
  }

  .prop-block-yellow__description {
    max-width: 80%;
    font-size: 2rem;
    text-align: left;
    line-height: 1.5;
  }

  .prop-block-yellow__btn {
    width: 70%;
    font-size: 2.4rem;
    bottom: 2rem;
    right: 4rem;
  }

  .discount-text-container {
      width: 31rem;
      height: 27rem;
      right: 1rem;
      top: 55rem;
  }

  .discount-text {
      font-size: 3.5rem;
      top: 62rem;
      right: 8rem;
  }

  .discount-subtext {
      font-size: 2.5rem;
      top: 66.5rem;
      right: 3.5rem;
  }


}

/* Devices with width 320px */
@media (max-width: 320px) {
  .prop-block-yellow__container {
    padding: 8rem 1rem;
  }

  .prop-block-yellow__pic {
    top: 4rem;
    right: 0.5rem;
    width: 55%;
  }

  .prop-block-yellow__logo {
    top: 3rem;
    left: 3rem;
    width: 16%;
  }

  .prop-block-yellow__wrapper {
    top: 2rem;
    padding-left: 0rem;
  }

  .prop-block-yellow__title {
    font-size: 3.5rem;
  }

  .prop-block-yellow__description {
    max-width: 75%;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.3;
  }

  .prop-block-yellow__btn {
    width: 83%;
    font-size: 2.2rem;
    bottom: 2rem;
    right: 2rem;
  }

  .discount-text-container {
    width: 28rem;
    height: 24rem;
    right: -1rem;
    top: 49rem;
  }

  .discount-text {
      font-size: 2.5rem;
      top: 55.5rem;
      right: 11rem;
  }

  .discount-subtext {
      font-size: 2rem;
      top: 58.5rem;
      right: 2.5rem;
  }
}
