@charset "UTF-8";
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.ALF_logo_ENG-main {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 186px;
  height: 120px;
}

.ALF_logo_RUS-main {
  background-image: url(../images/sprite.png);
  background-position: -189px 0px;
  width: 186px;
  height: 120px;
}

.i_basket {
  background-image: url(../images/sprite.png);
  background-position: -355px -123px;
  width: 16px;
  height: 16px;
}

.i_c-map-marker {
  background-image: url(../images/sprite.png);
  background-position: -320px -123px;
  width: 32px;
  height: 32px;
}

.i_c-people {
  background-image: url(../images/sprite.png);
  background-position: -144px -257px;
  width: 32px;
  height: 32px;
}

.i_c-phone {
  background-image: url(../images/sprite.png);
  background-position: -179px -257px;
  width: 32px;
  height: 32px;
}

.i_c-send-email {
  background-image: url(../images/sprite.png);
  background-position: -214px -257px;
  width: 32px;
  height: 32px;
}

.icon_account {
  background-image: url(../images/sprite.png);
  background-position: 0px -185px;
  width: 69px;
  height: 69px;
}

.icon_analitics {
  background-image: url(../images/sprite.png);
  background-position: -72px -185px;
  width: 69px;
  height: 69px;
}

.icon_dislike {
  background-image: url(../images/sprite.png);
  background-position: -249px -257px;
  width: 30px;
  height: 25px;
}

.icon_dislike_active {
  background-image: url(../images/sprite.png);
  background-position: -282px -257px;
  width: 30px;
  height: 25px;
}

.icon_lectors {
  background-image: url(../images/sprite.png);
  background-position: -144px -185px;
  width: 69px;
  height: 69px;
}

.icon_like {
  background-image: url(../images/sprite.png);
  background-position: -315px -257px;
  width: 30px;
  height: 25px;
}

.icon_like_active {
  background-image: url(../images/sprite.png);
  background-position: -144px -292px;
  width: 30px;
  height: 25px;
}

.icon_parts {
  background-image: url(../images/sprite.png);
  background-position: -216px -185px;
  width: 69px;
  height: 69px;
}

.icon_platforms {
  background-image: url(../images/sprite.png);
  background-position: -288px -185px;
  width: 69px;
  height: 69px;
}

.icon_useful {
  background-image: url(../images/sprite.png);
  background-position: 0px -257px;
  width: 69px;
  height: 69px;
}

.icon_volumes {
  background-image: url(../images/sprite.png);
  background-position: -72px -257px;
  width: 69px;
  height: 69px;
}

.lfa_logo_en {
  background-image: url(../images/sprite.png);
  background-position: 0px -123px;
  width: 92px;
  height: 59px;
}

.lfa_logo_en_small {
  background-image: url(../images/sprite.png);
  background-position: -190px -123px;
  width: 62px;
  height: 40px;
}

.lfa_logo_ru {
  background-image: url(../images/sprite.png);
  background-position: -95px -123px;
  width: 92px;
  height: 59px;
}

.lfa_logo_ru_small {
  background-image: url(../images/sprite.png);
  background-position: -255px -123px;
  width: 62px;
  height: 40px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* TODO: Not used. Should be deleted. */
/* Mixin */
@font-face {
  font-family: "Dinpro";
  src: url("../fonts/dinpro/dinpro-regular-webfont.woff2") format("woff2"), url("../fonts/dinpro/dinpro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dinpro";
  src: url("../fonts/dinpro/dinpro-regularitalic-webfont.woff2") format("woff2"), url("../fonts/dinpro/dinpro-regularitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Dinpro";
  src: url("../fonts/dinpro/dinpro-bold-webfont.woff2") format("woff2"), url("../fonts/dinpro/dinpro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dinpro";
  src: url("../fonts/dinpro/dinpro-bolditalic-webfont.woff2") format("woff2"), url("../fonts/dinpro/dinpro-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DinproLight";
  src: url("../fonts/dinpro/dinpro-light-webfont.woff2") format("woff2"), url("../fonts/dinpro/dinpro-light-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/geometria/regular/geometria.woff2") format("woff2"), url("../fonts/geometria/regular/geometria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/geometria/regular/geometria-italic.woff2") format("woff2"), url("../fonts/geometria/regular/geometria-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/geometria/medium/geometria-medium.woff2") format("woff2"), url("../fonts/geometria/medium/geometria-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/geometria/medium/geometria-medium-italic.woff2") format("woff2"), url("../fonts/geometria/medium/geometria-medium-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/geometria/bold/geometria-bold.woff2") format("woff2"), url("../fonts/geometria/bold/geometria-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/geometria/bold/geometria-bold-italic.woff2") format("woff2"), url("../fonts/geometria/bold/geometria-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  color: #000000;
  text-align: left;
  height: 100%;
  width: 100%;
  font-family: Geometria, sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.text-center {
  text-align: center;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.white {
  color: #ffffff !important;
}

.h1 {
  font-size: 54px;
}

.h2 {
  font-size: 32px;
  font-family: Geometria, sans-serif;
}

.h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.h3 a {
  color: #000000;
  text-decoration: none;
}
.h3 a:hover {
  color: #e30513;
}

.h4 {
  font-size: 18px;
}

.intro {
  margin-top: 45px;
  margin-bottom: 60px;
}
.intro__title {
  margin: 0;
  font-size: 48px;
  line-height: inherit;
  font-weight: bold;
}
.intro__description {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: inherit;
  font-weight: bold;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 2px;
  width: 2px;
  margin: -2px;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 992px) {
  .show-only-desktop {
    display: none !important;
  }
}

.show-only-tablet {
  display: none;
}
@media screen and (max-width: 992px) {
  .show-only-tablet {
    display: block !important;
  }
}

/* Using plain CSS */
.sized-auto {
  width: auto !important;
}

.underline {
  text-decoration: underline !important;
}

.underline-gap {
  text-decoration: underline;
  text-underline-position: under;
}

.red {
  color: #e30513;
}

.error {
  color: #e30513;
}

.center {
  text-align: center;
}

.active-color, .green {
  color: #a2d200;
}

.unactive-color {
  color: #e30513;
}

.block {
  display: block;
}

del, strike, .del {
  text-decoration: none;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.63em, transparent), color-stop(0.63em, #ff0000), color-stop(0.7em, #ff0000), color-stop(0.7em, transparent), to(transparent));
  background-image: -webkit-linear-gradient(top, transparent 0em, transparent 0.63em, #ff0000 0.63em, #ff0000 0.7em, transparent 0.7em, transparent 1.4em);
  background-image: -o-linear-gradient(top, transparent 0em, transparent 0.63em, #ff0000 0.63em, #ff0000 0.7em, transparent 0.7em, transparent 1.4em);
  background-image: linear-gradient(to bottom, transparent 0em, transparent 0.63em, #ff0000 0.63em, #ff0000 0.7em, transparent 0.7em, transparent 1.4em);
  -webkit-background-size: 1.4em 1.4em;
  background-size: 3.4em 1.4em;
  background-repeat: repeat;
}

.rub:after {
  content: "₽";
}

.nowrap {
  white-space: nowrap;
}

.pt2 {
  padding-top: 2px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt11 {
  padding-top: 11px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb11 {
  padding-bottom: 11px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl2 {
  padding-left: 2px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl11 {
  padding-left: 11px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr2 {
  padding-right: 2px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr11 {
  padding-right: 11px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt10 {
  margin-top: 10px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mt60 {
  margin-top: 60px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.h5 {
  height: 5px;
}

.h6 {
  height: 6px;
}

.h7 {
  height: 7px;
}

.h10 {
  height: 10px;
}

.h16 {
  height: 16px;
}

.h20 {
  height: 20px;
}

.h25 {
  height: 25px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h160 {
  height: 160px;
}

.h200 {
  height: 200px;
}

.h300 {
  height: 300px;
}

.h350 {
  height: 350px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}

.w5 {
  width: 5px;
}

.w6 {
  width: 6px;
}

.w7 {
  width: 7px;
}

.w10 {
  width: 10px;
}

.w16 {
  width: 16px;
}

.w20 {
  width: 20px;
}

.w25 {
  width: 25px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w60 {
  width: 60px;
}

.w160 {
  width: 160px;
}

.w200 {
  width: 200px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.ht100 {
  display: none;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

.equal > div[class*=col-] {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .equal2, .equal2 > div[class*=col-] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
}
/*
 * Row with equal height columns
 * http://getbootstrap.com.vn/examples/equal-height-columns/
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

svg {
  transform-origin: 50% 65%;
}

svg polygon {
  stroke-dasharray: 17;
  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport .is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-rtl .flickity-prev-next-button .previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button .next {
  right: auto;
  left: 10px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.top-nav {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-nav__logo {
  margin-right: auto;
}

.top-nav__navigation {
  margin-right: auto;
}

.navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.navigation__item {
  margin-right: 15px;
}
.navigation__item:last-of-type {
  margin-right: 0;
}
.navigation__item_special .navigation__link {
  color: #e30513;
}
.navigation__item_special .navigation__link::after {
  position: absolute;
  background-color: #e30513;
}
.navigation__item_special .navigation__link:hover {
  color: #e30513;
}

.navigation__link {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.25;
}
.navigation__link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 250ms ease;
}
.navigation__link:hover {
  text-decoration: none;
  color: #000000;
}
.navigation__link:hover::after {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .navigation__link {
    font-size: 11px;
  }
}

.navigation__icon {
  position: relative;
  padding-right: 26px;
}
.navigation__icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 14px;
}
.navigation__icon_label:before {
  background-image: url(/components/tpl/lfa2/images/icons/offer-icon.svg);
}

.top-nav__account {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.25;
}
.top-nav__account::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 250ms ease;
}
.top-nav__account:hover {
  text-decoration: none;
  color: #000000;
}
.top-nav__account:hover::after {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .top-nav__account {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .top-nav__account {
    display: none;
  }
}

.top-nav__search {
  margin-right: 20px;
  cursor: pointer;
  height: 22px;
  width: 20px;
}
.top-nav__search .fa-search {
  font-size: 16px;
}
.top-nav__search .top-nav__search-text {
  height: 20px;
}

.top-nav__search-text {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
}
.top-nav__search-text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 250ms ease;
}
.top-nav__search-text:hover::after {
  width: 100%;
}
.top-nav__search-text .fa-search {
  color: red;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .top-nav__search-text {
    font-size: 11px;
  }
}

.search-bar {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.search-bar--open {
  display: flex;
  align-items: center;
}

.search-bar__form {
  width: 100%;
}

.search-bar__input-wrapper {
  display: flex;
  align-items: center;
}

.search-bar__icon {
  margin-right: 30px;
}
.search-bar__icon .fa-search {
  font-size: 20px;
}

.search-bar__input {
  flex-grow: 1;
  padding: 10px;
  margin-right: 30px;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}
.search-bar__input:focus {
  outline: none;
}

.search-bar__close-btn {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.search-bar__close-btn::before, .search-bar__close-btn::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #000000;
}
.search-bar__close-btn::before {
  transform: rotate(45deg);
}
.search-bar__close-btn::after {
  transform: rotate(-45deg);
}

.top-nav__lang-items {
  display: flex;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-nav__lang-item {
  margin-right: 20px;
}
.top-nav__lang-item:last-of-type {
  margin-right: 0;
}
.top-nav__lang-item:last-of-type::after {
  content: " / ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-nav__lang-link {
  position: relative;
  display: block;
  font-family: Geometria, sans-serif, sans-serif;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: #000000;
  text-transform: uppercase;
}
.top-nav__lang-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 250ms ease;
}
.top-nav__lang-link:hover {
  text-decoration: none;
  color: #000000;
}
.top-nav__lang-link:hover::after {
  width: 100%;
}
.top-nav__lang-link--active {
  color: #e30513;
  cursor: default;
}
.top-nav__lang-link--active::after {
  content: none;
}
.top-nav__lang-link--active:hover {
  color: #e30513;
}
@media screen and (min-width: 1200px) {
  .top-nav__lang-link {
    font-size: 11px;
  }
}

.nav-vert {
  list-style: none;
}
.nav-vert li {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
.nav-vert li a {
  color: #000000;
  text-decoration: none;
}
.nav-vert li a:hover {
  color: #e30513;
}

.lang-nav {
  list-style: none;
  padding: 0;
}
.lang-nav li {
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  text-transform: uppercase;
}
.lang-nav li.active a {
  color: #e30513;
}
.lang-nav li a {
  color: #000000;
}
.lang-nav li.divider {
  color: #000000;
  height: 25px;
  width: 10px;
  border-right: 1px solid #000000;
  margin-left: 2px;
  margin-bottom: 2px;
}

.social-nav {
  margin-bottom: 0;
  list-style: none;
  color: #000000;
}
.social-nav .fa-circle {
  color: #ffffff;
}
.social-nav .fa-stack-1x {
  color: #000000;
}
.social-nav li {
  float: left;
  position: relative;
  display: block;
  padding: 0 0 0 5px;
}
.social-nav li.divider {
  width: 1px;
  height: 10px;
  margin-left: 80px;
}
.social-nav li a {
  padding: 0 0 5px 0;
  position: relative;
  display: block;
  color: #ffffff;
}

.social-mright {
  margin-right: 5px;
}
.social-text {
  margin-right: 12px;
  color: #666666;
  font-size: 14px;
}
.social-icon {
  font-size: 20px;
  background: white;
  background: white;
  padding: 3px;
  -webkit-border-radius: 110%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #000000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social-icon:hover {
  background: #e30513;
  cursor: pointer;
}
.social .fix-editor {
  display: none;
}
.social .icon-wrapper {
  display: inline-block;
  max-height: 21px;
}
.social .icon-wrapper .social-icon {
  padding: 0px;
  color: white;
  box-shadow: none;
  font-size: 18px;
}
.social .icon-wrapper .fa-telegram {
  font-size: 30px;
  background-color: white;
  color: #aaadaf;
}

.contacts__item_data_desc .social .icon-wrapper .social-icon {
  background-color: #000000;
}
.contacts__item_data_desc .social .icon-wrapper .social-icon:hover {
  background: #e30513;
  cursor: pointer;
}
.contacts__item_data_desc .social .icon-wrapper .fa-telegram {
  font-size: 30px;
  background-color: white;
  color: #000000;
}
.contacts__item_data_desc .social .icon-wrapper .fa-telegram:hover {
  color: #e30513;
  background-color: white;
}

.social-icon--tg {
  color: #000000;
}
.social-icon--tg:hover {
  color: #e30513 !important;
}

.social-icon--registr {
  background: #aaadaf;
}

.search {
  margin: 20px 10px 0 0;
  position: relative;
  border-bottom: none;
}
.search__left {
  width: 100%;
  padding-right: 100px;
}
.search__left_label {
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  padding: 0px 0px 12px 0;
}
.search__left_input {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  outline: none;
  color: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 12px 0;
  border-bottom: 6px solid #000000;
  background-color: transparent;
}
.search__total {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.search button {
  margin-left: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 550px) {
  .filters-group__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown, .dropup {
    width: 100%;
  }

  .filters-btn {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .filters-select {
    width: -webkit-fill-available;
  }
}
a.button, button.button, input.button {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  background: #e30513;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0;
  outline-offset: 3px;
  cursor: pointer;
  border: 0;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 0;
  min-height: 50px;
}
@media screen and (max-width: 992px) {
  a.button, button.button, input.button {
    padding-top: 11px;
    padding-bottom: 9px;
    padding-right: 16px;
    padding-left: 16px;
    min-height: 40px;
  }
}
a.button_disabled, a.button.disabled, button.button_disabled, button.button.disabled, input.button_disabled, input.button.disabled {
  color: #000000;
  background: #dddddd;
  cursor: not-allowed !important;
}
a.button_small, button.button_small, input.button_small {
  font-size: 12px;
  padding-top: 14px;
  min-height: 45px;
  line-height: 1.2;
}
a.button_invert, button.button_invert, input.button_invert {
  background: #ffffff;
  color: #000000;
  border: 1px solid #e30513;
}
a.button_invert:hover, button.button_invert:hover, input.button_invert:hover {
  background: #dddddd;
}
a.button_gray, button.button_gray, input.button_gray {
  background: #898585;
  color: #ffffff;
  border: 1px solid #dddddd;
}
a.button_gray:hover, button.button_gray:hover, input.button_gray:hover {
  background: #dddddd;
}
a.button_transparent, a.button.transparent, button.button_transparent, button.button.transparent, input.button_transparent, input.button.transparent {
  background: transparent;
  border: 3px solid #e30513;
  padding-top: 14px;
  padding-bottom: 12px;
  color: #e30513;
}
@media screen and (max-width: 992px) {
  a.button_transparent, a.button.transparent, button.button_transparent, button.button.transparent, input.button_transparent, input.button.transparent {
    padding-top: 8px;
    padding-bottom: 6px;
  }
}
a.button_transparent:hover, a.button.transparent:hover, button.button_transparent:hover, button.button.transparent:hover, input.button_transparent:hover, input.button.transparent:hover {
  background-color: #e30513;
  color: #ffffff;
}
a.button_link, button.button_link, input.button_link {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background-color: transparent !important;
  text-decoration: underline;
  min-height: auto !important;
}

.checkbox {
  display: none;
}
.checkbox:checked + .checkbox-label {
  xxxcolor: #000000;
}
.checkbox:checked + .checkbox-label::before {
  border: 1px solid #e30513;
  background: url("../images/controls/checkbox-mark.png") 50% 50% no-repeat, #e30513;
}
.checkbox:disabled + .checkbox-label::before {
  border: 1px solid #dddddd;
  background: url("../images/controls/checkbox-mark.png") 50% 50% no-repeat, #dddddd;
}

.checkbox-label {
  vertical-align: top;
  font-size: 14px;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.checkbox-label::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0px;
  top: 2px;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  background: url("../images/controls/checkbox-mark.png"), #ffffff;
  border: 2px solid #000000;
  border-radius: 4px;
  margin: 0 20px 2px 2px;
  transition: background, border 0.3s;
}

.checkbox-text {
  vertical-align: top;
  font-size: 14px;
  display: inline-block;
  user-select: none;
  position: relative;
  padding-left: 35px;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.section-h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
}
.section-h1.active {
  color: #e30513;
}

.section {
  display: block;
  clear: both;
  xwidth: 100%;
  xxxborder: 1px solid blue;
}
.section.border-top {
  border-top: 6px solid #000000;
}
.section.border-bottom {
  border-bottom: 6px solid #000000;
}
.section.bg-darkgrey {
  background-color: #272727;
}
.section.bg-grey {
  background-color: #40444C;
}
.section.bg-lightgrey {
  background-color: #dddddd;
}
.section.bg-black {
  background-color: #000000;
}
.section-intro {
  font-size: 22px;
}

.form .form-group label {
  font-size: 24px;
  text-transform: uppercase;
}
.form .form-group label.small {
  font-size: 100%;
  text-transform: none;
}
.form-data {
  padding-top: 8px !important;
}
.form-form-header {
  margin-bottom: 30px;
  font-size: 32px;
  text-transform: uppercase;
}
.form .form-control {
  border-radius: 0px;
  font-size: 24px;
  height: auto;
}
.form.form-small .form-control {
  font-size: 14px;
}
.form.form-small a.button, .form.form-small button.button, .form.form-small input.button {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 20px !important;
}
.form .error {
  color: #e30513;
}
.form__link {
  text-decoration: underline;
  color: #e30513;
}
.form__link:hover {
  text-decoration: underline;
  color: #e30513;
}

.control-label-required:after {
  content: "*";
  color: #e30513;
}

.form-wrapper {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.form-row {
  display: flex;
}

.form-col {
  width: 50%;
  border-radius: 3px;
}

.form-item {
  flex-shrink: 0;
  width: 48%;
  max-width: 400px;
}
.form-item--wide {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}

.form-item__title {
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 32px;
  margin-top: 0px;
}

.form-item__title-text {
  position: relative;
}
.form-item__title-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: calc(100% + 50px);
  max-width: 400px;
  height: 2px;
  background-color: #e30513;
}

.form-card {
  padding: 20px 20px;
  background-color: #efefef;
  border-radius: 3px;
}
.form-card--better-offer {
  position: relative;
  padding-top: 40px;
  padding-right: 0;
  padding-left: 0;
}
.form-card--landing-form .form-card__title {
  margin-bottom: 30px;
}
.form-card--landing-form .form-card__button {
  margin-top: 40px;
}
.form-card--flat {
  height: 100%;
  padding: 20px 0;
  border-radius: 0;
}
.form-card--flat .form-card__title {
  padding-right: 30px;
  padding-left: 30px;
}
.form-card--highlight {
  background-color: #ffffff;
}
.form-card__note {
  padding-right: 30px;
  padding-left: 30px;
}
.form-card__alert {
  font-weight: bold;
  color: #e30513;
}

.form-card__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #000000;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

/* &::after
 * content: ""
 * position: absolute
 * height: 1px
 * border-radius: 3px
 * width: 100%
 * background-color: #cccccc
 * left: 0
 * bottom: -20px */
.form-card__themes {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 25px;
}

.form-card__theme {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.form-card__theme::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/icon-check.svg);
}

.form-card__numbers-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}

.form-card__numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
}

.form-card__number {
  margin-right: 40px;
  position: relative;
  color: #033333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.form-card__number::after {
  content: "|";
  color: #033333;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
}
.form-card__number:last-child::after {
  content: none;
}
.form-card__number:first-child {
  margin-left: auto;
}
.form-card__number:last-child {
  margin-right: auto;
}

.form-card__highlight {
  color: #e30513;
  margin-right: 2px;
}

.form-card__numbers-description {
  margin: 0;
  color: #033333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.form-card__special-offer {
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #333333;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 40px;
}

.form-card__cost {
  text-align: center;
}

.form-card__cost label {
  position: relative;
  min-width: 120px;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.form-card__cost label::before {
  font-size: 24px;
  line-height: 1.2;
  color: #999999;
  position: absolute;
  top: -30px;
  left: -15px;
  text-decoration: line-through;
  text-decoration-color: #e30513;
  font-weight: bold;
}
.form-card__cost label::after {
  position: absolute;
  top: -30px;
  right: -15px;
  font-size: 24px;
  line-height: 1.2;
  color: #e30513;
  font-weight: bold;
}

.form-card__cost--partial label::before {
  content: "";
}
.form-card__cost--partial label::after {
  content: "";
}

.form-card__currency {
  font-style: normal;
}

.form-card__button {
  display: block !important;
  margin-right: auto;
  margin-left: auto;
  min-width: 210px;
}

.form-card__checkbox {
  display: none;
}

.form-card__checkboxes-wrapper {
  margin-bottom: 20px;
}

.form-card__label {
  display: block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.form-card__label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/icon-checkbox.svg);
}

.form-card__checkbox:checked + .form-card__label::before {
  background-image: url(../images/icons/icon-checkbox-checked.svg);
}

.form-item__description {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 20px;
}

.form-item__button {
  display: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 100%;
  max-width: 400px;
  padding-top: 10px;
  padding-bottom: 8px;
}

table.no-padding-first thead th:first-child {
  padding-left: 0 !important;
}
table.no-padding-first tbody td:first-child {
  padding-left: 0 !important;
}

/* https://levelup.gitconnected.com/custom-styled-radio-selector-b0137e5af935 */
/*20*/
.sel-radio .radiogroup {
  position: relative;
}
.sel-radio .radiogroup ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.sel-radio .radiogroup ul li {
  xxborder-bottom: 1px solid #ccc;
  border-bottom: none;
}
.sel-radio .radiogroup ul li:last-child {
  border-bottom: 1px solid transparent;
}
.sel-radio .control input {
  position: absolute;
  left: 30px;
  opacity: 0;
}
.sel-radio .control {
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 13px;
  padding-bottom: 10px;
  cursor: pointer;
  xxxfont-size: 1.8rem;
  xxxfont-weight: bold;
}
.sel-radio .control span {
  color: #000;
  transition: color 0.5s;
}
.sel-radio .control span.red {
  color: #e30513;
  transition: color 0.5s;
}
.sel-radio .control span.green {
  color: #a2d200;
  transition: color 0.5s;
}
.sel-radio .control-indicator {
  position: absolute;
  top: 8px;
  left: 0px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 6px solid #ccc;
  border-radius: 50%;
  transition: border-color 0.5s;
}
.sel-radio .control-indicator:after {
  content: "";
  position: absolute;
  display: block;
  xxxleft: 5px;
  xxxtop: 5px;
  xxxheight: 20px;
  width: 20px;
  border-radius: 50%;
  transition: border-color 0.5s, background-color 0.5s;
}
.sel-radio .control input:focus ~ span,
.sel-radio .control input:hover ~ span {
  color: #0D56A6;
}
.sel-radio .control input:focus ~ .control-indicator,
.sel-radio .control input:hover ~ .control-indicator {
  border-color: #5a96bc;
}
.sel-radio .control input:checked ~ span {
  color: #0D56A6;
}
.sel-radio .control input:checked ~ .control-indicator {
  border-color: #0D56A6;
}
.sel-radio .control input:checked ~ .control-indicator:after {
  background-color: #0D56A6;
}

.footer {
  height: 295px;
  margin-top: -295px;
  color: #ffffff;
}
.footer .ajax-loader {
  margin-top: 30px;
}
.footer .text-info {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer__header {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.footer__desc {
  font-size: 14px;
  line-height: 24px;
}
.footer__subscribe_completed-msg {
  margin-top: 30px;
  color: #ffffff;
  font-size: 22px;
}
.footer .nav-vert {
  padding: 0px 0 0 0;
}
.footer .nav-vert li {
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
}
.footer .nav-vert li a {
  color: #ffffff;
}
.footer .nav-vert li a:hover {
  color: #e30513;
}

.header {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
.header__right-position {
  position: absolute;
  top: 0;
  right: 6vw;
  z-index: 42;
}
.header__logo_img {
  width: 188px;
  height: 122px;
}

.banner--fixed_top + .header {
  margin-top: 33px;
}

.header-banner {
  background-color: #c14545;
}
@media screen and (max-width: 420px) {
  .header-banner {
    background-color: #c14545;
  }
}

.main-header {
  display: block;
  position: relative;
  width: 100%;
  xxxborder: 1px solid red;
}
.main-header .overlay-img {
  position: relative;
}
.main-header .overlay-img:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  display: block;
  content: "";
  opacity: 0.55;
  width: 100%;
  left: -49.5%;
}
@media screen and (max-width: 576px) {
  .main-header .overlay-img:after {
    display: none;
  }
}
.main-header .overlay-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.main-header .col-sm-6 {
  width: 50%;
}
.main-header__btn {
  position: absolute;
  top: 50%;
  left: 125px;
  transform: translateY(-50%);
  min-width: 360px;
  border: 2px solid #ffffff;
  background-color: transparent;
  text-align: center;
  color: #ffffff;
  line-height: 64px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.main-header__btn:hover, .main-header__btn:active, .main-header__btn:focus {
  opacity: 0.95;
  color: #ffffff;
  background-color: #e30513;
  border-color: #e30513;
  text-decoration: none;
}
.main-header .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.main-header .container .section {
  xxheight: 100%;
}
.main-header .right-position {
  xxxborder: 1px solid white;
  position: absolute;
  top: 0;
  right: 6vw;
}
.main-header__nav-vert {
  xxxborder: 1px solid green;
  clear: both;
}
.main-header__nav-vert ul {
  display: inline-block;
  list-style: none;
  padding: 10px;
  border: 6px solid;
  border-color: #ffffff;
  margin-bottom: 0;
  margin-left: -10%;
  padding-left: 9%;
}
.main-header__nav-vert ul:before {
  content: "";
  background: #fff;
  width: 8%;
  height: 100%;
  position: absolute;
  left: -7%;
  bottom: 0;
  opacity: 0.7;
}
.main-header__nav-vert ul li {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
.main-header__nav-vert ul li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: block;
}
.main-header__nav-vert ul li a:hover {
  color: #e30513;
}
.main-header__nav-vert ul li a:hover:before {
  content: "";
  position: absolute;
  display: block;
  left: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 27.71px;
  border-color: transparent transparent transparent #e30513;
}
.main-header__bottom {
  position: relative;
  width: 100%;
  height: 160px;
}
.main-header__bottom .container {
  z-index: 100;
  position: relative;
}
.main-header__bottom:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 49.5%;
  height: 150px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}
.main-header__bottom .col-sm-6 {
  width: 50%;
}
.main-header .lang-nav li.active a {
  color: #e30513;
}
.main-header .lang-nav li a {
  color: #ffffff;
}
.main-header .lang-nav li.divider {
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

.pos--rel {
  position: relative;
}

.main-banner {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 24px;
  min-height: 400px;
  min-width: 100% !important;
}
@media screen and (max-width: 576px) {
  .main-banner {
    min-height: 240px;
  }
}

.main-banner .container .section {
  height: 100%;
}

.main-banner__video {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 400px;
}
.main-banner__video a {
  z-index: 1000;
  transition: transform 250ms ease-out;
}
.main-banner__video a:hover {
  transform: scale(1.03);
}
.main-banner__video img {
  width: 536px;
  height: auto;
  box-shadow: 0 2px 20px 1px #000000;
}

.overlay-img {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.overlay-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.55);
  display: none;
}
@media screen and (max-width: 576px) {
  .overlay-img:after {
    display: block;
  }
}
.overlay-img__item {
  background-image: url(../images/main-header-bg-image-2.png);
  overflow: hidden;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .overlay-img__item {
    background-image: url(../images/main-header-bg-image-2.png);
  }
}

.annoucment {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 400px;
  color: #000000;
  z-index: 1;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .annoucment {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .annoucment {
    min-height: 240px;
  }
}
.annoucment__title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .annoucment__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 576px) {
  .annoucment__title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.annoucment__text {
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
}
.annoucment__buttoms {
  display: flex;
  justify-content: start;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .annoucment__buttoms {
    display: none;
  }
}
.annoucment__buttom {
  margin-top: 16px;
  padding: 12px 28px;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  outline-offset: 3px;
  cursor: pointer;
  border: 0;
  box-shadow: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.annoucment__buttom:hover, .annoucment__buttom:focus {
  opacity: 0.85;
  color: #ffffff;
  text-decoration: none;
}
.annoucment__buttom:first-child {
  margin-top: 0;
}
.annoucment__buttom-reg {
  background: #e30513;
}
.annoucment__buttom-search {
  background-color: #000000;
}

.top-nav__mobile--buttons {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.top-nav__mobile--left {
  display: flex;
  width: 100%;
  justify-content: center;
}
.top-nav__mobile--button {
  height: 31px;
  text-align: center;
  background: #F3F3F3;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 8px;
  padding-bottom: 6px;
  margin-right: 5px;
  font-family: Geometria;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  border: 1px solid #F3F3F3;
}
.top-nav__mobile--subscribe {
  border: 1px solid #E01314;
  background: inherit;
}

.hamburger-icon {
  float: right;
  width: 30px;
  height: 20px;
  position: relative;
}
.hamburger-icon .line {
  display: block;
  background: #000;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 1.5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.hamburger-icon .line-1 {
  top: 0;
}
.hamburger-icon .line-2 {
  top: 50%;
}
.hamburger-icon .line-3 {
  top: 100%;
}

.mobile-nav__lang {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-nav__lang {
    display: inline-flex;
  }
}
.mobile-nav__lang .site-switcher__lang {
  display: none;
  margin-top: 10px;
}
.mobile-nav__lang .site-switcher__lang-items {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #A2A2A2;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.mobile-nav__lang .site-switcher__lang-link {
  cursor: pointer;
}
.mobile-nav__lang .site-switcher__lang-link--active {
  color: #E01314;
}
.mobile-nav__lang .site-switcher__lang-item {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .top-nav {
    display: none;
    position: relative;
    height: 70px;
    animation: finish 0.3s ease-in-out;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    min-height: 300px;
    max-width: 300px;
    margin-bottom: 30px;
    animation: start 0.3s ease-in-out;
    z-index: 150;
  }
  .top-nav .hamburger-icon {
    display: block;
  }
  .top-nav__mobile--buttons {
    display: flex;
  }
  .top-nav__navigation {
    display: none;
    float: left;
    position: relative;
    right: 0;
    float: none;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    margin-bottom: 15px;
  }
  .top-nav__navigation .navigation {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .top-nav__navigation .navigation__item {
    margin-right: 0;
  }
  .top-nav__navigation .navigation__link {
    width: fit-content;
    font-size: 16px;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .top-nav__search {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .top-nav__search-text {
    padding-left: 0px;
    font-size: 0;
  }
  .top-nav__search-text::after {
    width: 20px;
    bottom: -10px;
  }
  .top-nav__search .fa-search {
    font-size: 20px;
    margin-right: 5px;
    transform: translateY(-4px);
  }
  .top-nav__lang {
    display: none;
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
  .top-nav .search-bar {
    border-bottom: 2px solid;
    position: absolute;
    height: auto;
    top: 0px;
  }
  .top-nav .search-bar__input {
    font-size: 16px;
    font-weight: 700;
  }

  .header.active {
    height: 100%;
    width: 100%;
    padding-bottom: 30px;
    position: absolute;
    background: white;
    min-height: 450px;
    z-index: 101;
    display: block;
  }
  .header.active .top-nav {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  .header.active .top-nav__navigation {
    display: flex;
    flex-direction: column;
  }
  .header.active .top-nav__lang {
    display: flex;
  }
  .header.active .hamburger-icon .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
  }
  .header.active .hamburger-icon .line-2 {
    opacity: 0;
  }
  .header.active .hamburger-icon .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
  }

  .mobile-nav__lang .site-switcher__lang {
    display: block;
  }
  .mobile-nav__lang .site-switcher__lang-items {
    display: flex;
    flex-direction: row;
  }
  .mobile-nav__lang .site-switcher__lang-item:last-of-type::after {
    top: 10px;
    right: 0;
    left: -5px;
    height: 20px;
    width: 1px;
    transform: rotate3d(1, 1, 1, 45deg);
  }
}
.main-page__feedback .help-block {
  color: #ffffff;
  font-size: 100%;
}
.main-page__feedback_completed-msg {
  color: #ffffff;
  font-size: 24px;
}
.main-page__feedback .text-info {
  color: #ffffff;
}
.main-page__tags {
  margin: auto;
  width: 600px;
  height: 350px;
  font-family: Geometria, sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
.main-page__map {
  position: relative;
}
.main-page__map .image {
  width: 100%;
  height: auto;
}
.main-page__map_metka {
  position: absolute;
  display: inline-block;
  width: auto;
  background: #444444;
  font-size: 0.7vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.main-page__map_metka:hover {
  background-color: #e30513;
}
.main-page__map_metka a {
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}

.more-link {
  margin-top: 20px;
  margin-bottom: 80px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.more-link a {
  text-decoration: none;
  color: #000000;
}
.more-link a:hover {
  color: #000000;
}
.more-link_text {
  font-size: 16px;
  display: block;
  font-weight: bold;
}
.more-link_icon {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 30px solid #e30513;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
.more-link_icon:after {
  content: "";
}

.tabs__buttons {
  background-color: #000000;
}

.tabs__buttons .container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.tabs__button {
  position: relative;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background: none;
  text-transform: uppercase;
  margin-left: 24px;
  padding-top: 19px;
  padding-bottom: 17px;
  outline: none;
  transition: all 125ms ease-in;
}
.tabs__button:first-child {
  margin-left: 0;
}
.tabs__button::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 16px;
  width: 100%;
  height: 2px;
  background-color: #f20000;
  transition: all 125ms ease-in;
}
.tabs__button--current {
  color: #f20000;
}
.tabs__button--current::after {
  opacity: 1;
}

.tabs__content-wrapper {
  background-color: #ebebeb;
}

.tabs__content-wrapper.content-wrapper--white {
  background-color: #fff;
}
.tabs__content-wrapper.content-wrapper--white .flickity-prev-next-button.previous {
  z-index: 10;
}
.tabs__content-wrapper.content-wrapper--white .flickity-prev-next-button.next {
  z-index: 10;
}
.tabs__content-wrapper.content-wrapper--white .flickity-page-dots {
  width: 100%;
}

.tabs__content-wrapper .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs__content {
  display: block !important;
}
.tabs__content--current {
  display: block;
}

.tabs__buttons {
  display: none;
}

.features__top_text_title {
  display: block;
  margin: 0;
  font-size: 45px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 20px;
}
.features__top_text {
  display: block;
}
.features__top_text_desc {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.features__top_advantages {
  display: flex;
  justify-content: center;
}
.features__top_advantages_item:last-child {
  margin-right: 0;
}
.features__top_advantages_item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 20px;
  font-size: 12px;
  color: #000;
  line-height: 22px;
}
.features__top_advantages_item_icon {
  display: block;
  margin: auto;
  min-width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.features__top_advantages_item_text {
  font-size: 16px;
  line-height: 1.2;
}

.main__title {
  display: block;
  font-family: Geometria;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  padding-left: 30px;
}

@media (max-width: 770px) {
  .features__top_text_title {
    font-size: 30px;
    line-height: 40px;
  }
  .features__top_advantages {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 23px;
  }
  .features__top_advantages_item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
  }
  .features__top_advantages_item_icon {
    margin: 0;
    margin-right: 14px;
  }
  .features__top_advantages_item {
    margin-bottom: 19px;
  }
  .features__top_advantages_item:last-child {
    margin-bottom: 0;
  }

  .main__title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .features__top_text_title.text-title {
    font-size: 22px;
    line-height: 28px;
  }
  .features__top_text_desc {
    font-size: 14px;
  }
  .features__top_advantages {
    margin-top: 20px;
  }
  .features__top_advantages_item_icon {
    min-width: 42px;
    height: 42px;
  }
  .features__top_advantages_item_text {
    font-size: 14px;
  }
}
.features__top_advantages .icon_volumes {
  background-image: url(../images/feauteres_icon_1.svg);
}
.features__top_advantages .icon_lectors {
  background-image: url(../images/feauteres_icon_2.svg);
}
.features__top_advantages .icon_parts {
  background-image: url(../images/feauteres_icon_3.svg);
}

.partners .container {
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: space-between;
}

.partners__item {
  flex: 0 1 100%;
  text-align: center;
  width: 180px;
  padding-right: 25px;
  padding-left: 25px;
}

.partners__img {
  margin-bottom: 10px;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 125ms ease-in;
}
.partners__img--minust {
  background-image: url("../images/mibunst_lfa.png");
}
.partners__img--lf {
  background-image: url("../images/lf_lfa.png");
}
.partners__img--coa {
  background-image: url("../images/spbgu_ru_title.png");
}
.partners__img--mgu {
  background-image: url("../images/mgu_lfa.png");
}
.partners__img--okur {
  background-image: url("../images/okur_lfa.png");
}
.partners__img--fpa {
  background-image: url("../images/fpa_lfa.png");
}
.partners__img--mgua {
  background-image: url("../images/mgua_lfa.png");
}
.partners__img--alrosa {
  background-image: url("../images/logo-alrosa.png");
}
.partners__img--gpb {
  background-image: url("../images/partner-img/GPB_logo_hor_ru_blue.svg");
}
.partners__img--gpbrao {
  background-image: url("../images/partner-img/gazrao.svg");
}
.partners__img--interrao {
  background-image: url("../images/partner-img/interRa.svg");
}
.partners__img--pr {
  background-image: url("../images/partner-img/pochta_rossii.svg");
}
.partners__img--pratom {
  background-image: url("../images/partner-img/pochtatom.svg");
}
.partners__img--ra {
  background-image: url("../images/partner-img/Росатом.svg");
}
.partners__img--rk {
  background-image: url("../images/partner-img/roscosmos-logo-main.svg");
}
.partners__img--rktel {
  background-image: url("../images/partner-img/kostelekom.svg");
}
.partners__img--rt {
  background-image: url("../images/partner-img/CMYK_RT_logo-horizontal_main_ru.svg");
}
.partners__img--sber {
  background-image: url("../images/partner-img/Сбер.svg");
}
.partners__img--sberget {
  background-image: url("../images/partner-img/sberget.svg");
}
.partners__img--get {
  background-image: url("../images/partner-img/get.svg");
}
.partners__img--zak {
  background-image: url("../images/partner-img/zakonsob.svg");
}
.partners__img--zakfond {
  background-image: url("../images/partner-img/zakfond.svg");
}
.partners__img--fon {
  background-image: url("../images/partner-img/fondStim.svg");
}
.partners__img--gazEx {
  background-image: url("../images/partner-img/gazExpert.svg");
}
.partners__img--gazExgaz {
  background-image: url("../images/partner-img/gazgaz.svg");
}
.partners__img--gazEn {
  background-image: url("../images/partner-img/gazEnergo.svg");
}
.partners__img--sibur {
  background-image: url("../images/partner-img/sibur.svg");
}
.partners__img--siburyan {
  background-image: url("../images/partner-img/sibyan.svg");
}
.partners__img--yandex {
  background-image: url("../images/partner-img/yandex.svg");
}
.partners__img--rosBank {
  background-image: url("../images/partner-img/rosBank.svg");
}
.partners__img--rosBankcher {
  background-image: url("../images/partner-img/roscher.svg");
}
.partners__img--cherkiz {
  background-image: url("../images/partner-img/cherkizovo.svg");
}
.partners__img--zenit {
  background-image: url("../images/partner-img/zenit.svg");
}
.partners__img--zenittech {
  background-image: url("../images/partner-img/zenitech.svg");
}
.partners__img--sov {
  background-image: url("../images/partner-img/sovTT.svg");
}
.partners__img--mechel {
  background-image: url("../images/partner-img/mechel.svg");
}
.partners__img--mechelplan {
  background-image: url("../images/partner-img/mechplan.svg");
}
.partners__img--evro {
  background-image: url("../images/partner-img/evroplan.svg");
}
.partners__img--pyatiy {
  background-image: url("../images/partner-img/pyatiy.svg");
}
.partners__img--pyatiyoff {
  background-image: url("../images/partner-img/pyatkoff.svg");
}
.partners__img--tinkoff {
  background-image: url("../images/partner-img/tinkoff.svg");
}
.partners__img--uralsib {
  background-image: url("../images/partner-img/uralsib.svg");
}
.partners__img--uralsibural {
  background-image: url("../images/partner-img/urals.svg");
}

.partners__name {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  color: #3F3F3F;
}

.main-broadcast {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #3c3c3c;
  background-image: url("../images/corona_forum_bg.jpg");
  background-size: cover;
  background-position: center;
}
.main-broadcast__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(43, 42, 46, 0.46);
}
.main-broadcast__content {
  position: relative;
  width: 100%;
  max-width: 860px;
  text-align: center;
  color: #ffffff;
}
.main-broadcast__title {
  margin: 32px 0 57px;
  font-szie: 35px;
  line-height: 1.5em;
  font-weight: normal;
}
.main-broadcast__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #4cdfaa;
  margin-right: 13px;
}

.combi-wrapper {
  cursor: pointer;
  background: url("../images/combi-wrapper.png") no-repeat center;
  width: 100%;
  height: auto;
  min-height: 600px;
  background-size: contain;
  position: relative;
}

.combi-hidden {
  background: none;
}

.main-promocode__inner {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.main-promocode__promo {
  position: relative;
  border: 5px solid #b7943b;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}

.main-promocode__text {
  display: block;
  width: 50%;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
}

.main-promocode__promocode {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  font-size: 18px;
  color: #fff;
  background-color: #b7943b;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
}

.main-promocode__procent {
  display: block;
}

.tabs__buttons--new {
  display: flex;
}
.tabs__buttons--new .tabs__button {
  flex: 1 0 0;
  background-color: #c8c8c8;
  border-bottom: 1px solid #dbdbdb;
}
.tabs__buttons--new .tabs__button::after {
  top: 0;
  bottom: auto;
}
.tabs__buttons--new .tabs__button--current {
  background-color: #ebebeb;
  color: #000;
  border-bottom: 1px solid transparent;
}
.tabs__buttons--new .tabs__button--current::after {
  top: 0;
  bottom: auto;
}

.partners__list--mobile {
  display: none;
}

@media (max-width: 550px) {
  .partners__list--mobile .partners__img {
    height: 200px;
  }

  .partners__list {
    display: none;
  }

  .partners__list--mobile {
    flex-wrap: wrap;
    display: block;
  }

  .partners__item {
    flex: 0 1 50%;
    margin-bottom: 30px;
  }

  .combi-wrapper {
    min-height: 300px;
  }
}
.partners-video {
  display: grid;
  gap: 19px;
  grid-template-columns: 50% 50%;
  height: 500px;
  max-width: 1020px;
  margin: 0;
  margin-bottom: 60px;
}
.partners-video .review-image {
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.2s;
}
.partners-video .review-image:hover {
  filter: none;
}

.partners-1 {
  display: grid;
  gap: 19px;
  grid-template-areas: "A A D" "A A E" "B C E";
}
.partners-1 .partners-image--large {
  grid-area: A;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("../images/sec_reviews/feedback_cover-05_Akhilgov.png");
}
.partners-1 .partners-image {
  grid-area: B;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("../images/sec_reviews/feedback_cover-07_Baibak.png");
}
.partners-1 .partners-block {
  grid-area: C;
  background-color: #BEBEBE;
  transition: 0.2s;
}
.partners-1 .partners-block:hover {
  background-color: #C14545;
}
.partners-1 .partners-block--second {
  grid-area: D;
  background-color: #BEBEBE;
  transition: 0.2s;
}
.partners-1 .partners-block--second:hover {
  background-color: #C14545;
}
.partners-1 .partners-image--high {
  grid-area: E;
  background-image: url("../images/sec_reviews/feedback_cover-06_Lashuk.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.partners-2 {
  display: grid;
  gap: 19px;
  grid-template-areas: "A C D" "A E E" "B E E";
}
.partners-2 .partners-block {
  grid-area: B;
  background-color: #BEBEBE;
  transition: 0.2s;
}
.partners-2 .partners-block:hover {
  background-color: #C14545;
}
.partners-2 .partners-image {
  grid-area: A;
  background-color: black;
  background-image: url("../images/sec_reviews/feedback_cover-01_Bezkrovny.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.partners-2 .partners-block--second {
  grid-area: C;
  background-color: #BEBEBE;
  transition: 0.2s;
}
.partners-2 .partners-block--second:hover {
  background-color: #C14545;
}
.partners-2 .partners-image--second {
  grid-area: D;
  background-image: url("../images/sec_reviews/feedback_cover-03_Kirillov.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.partners-2 .partners-image--large {
  grid-area: E;
  background-color: black;
  background-image: url("../images/sec_reviews/feedback_cover-04_Ilyn.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.container .youtube-video {
  margin-left: auto;
  margin-right: auto;
}
.container .youtube-video .youtube-player {
  position: relative;
}
.container .modal-video {
  width: 80%;
  top: 40%;
}
.container .modal-video .modal__content {
  background-color: unset;
}
.container .modal-video .modal__close-button {
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #fff;
  z-index: 1;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  right: -60px;
  width: 32px;
  height: 32px;
}
.container .modal-video .modal__close-button:hover {
  opacity: 1;
  right: -65px;
  top: -1px;
  width: 42px;
  height: 42px;
}
.container .modal__overlay-video {
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 1024px) {
  .partners-video {
    grid-template-columns: 60% 40%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .partners-1 .partners-block--second {
    background-color: #BEBEBE;
  }
  .partners-1 .partners-block {
    background-color: #BEBEBE;
  }

  .partners-2 {
    grid-template-areas: "A D" "A E" "B E";
  }
  .partners-2 .partners-block--second {
    display: none;
  }

  .reviews .review-image {
    filter: none;
  }

  .container .modal-video {
    width: 100%;
    height: 100%;
    top: 70%;
  }
  .container .modal-video .modal__close-button {
    top: 85%;
    right: 45%;
    width: 42px;
    height: 42px;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
  }
  .container .modal-video .youtube-video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .container .modal-video .youtube-video .youtube-player {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    padding-bottom: 200px;
  }
  .container .modal-video .youtube-video .youtube-player .iframe-player {
    position: absolute;
    width: 100%;
    height: 73%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .container .modal-video {
    top: 70%;
  }
  .container .modal-video .youtube-video .youtube-player {
    padding-bottom: 200px;
  }
  .container .modal-video .youtube-video .youtube-player .iframe-player {
    height: 70%;
  }
  .container .modal-video .youtube-video .youtube-player .modal__close-button {
    top: 85%;
    right: 45%;
    width: 42px;
    height: 42px;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .partners-video {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: none;
    gap: 10px;
    grid-template-areas: "A" "B";
  }

  .partners-1 {
    grid-area: A;
    gap: 10px;
  }
  .partners-1 .partners-block--second {
    background-color: #BEBEBE;
  }

  .partners-2 {
    grid-area: B;
    gap: 10px;
  }
  .partners-2 .partners-block--second {
    display: block;
  }

  .partners-2 {
    grid-template-areas: "B E E" "A E E" "A C D";
  }

  .container .modal-video {
    height: 50%;
    top: 40%;
  }
  .container .modal-video .modal__close-button {
    font-size: 15px;
    padding: 0px 3px;
  }
}
@media screen and (min-width: 1024px) {
  .container .modal-video {
    width: 100%;
    height: 100%;
    top: 70%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (max-height: 900px) {
  .container .modal-video {
    width: 100%;
    height: 100%;
    top: 50%;
  }
}
@media (hover: none) and (pointer: coarse) {
  .container .modal-video .modal__close-button {
    width: 42px;
    height: 42px;
  }
}
.modal-video {
  display: none;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  max-width: 1220px;
  max-height: 100%;
  z-index: 2000;
  border-radius: 10px;
}
.modal-video--show {
  display: block;
}
@media screen and (max-width: 576px) {
  .modal-video {
    width: 100%;
    height: 100%;
  }
}

.modal__overlay-video {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal__overlay-video--show {
  display: block;
}

.modal__close-button {
  position: absolute;
  top: -65px;
  right: -25px;
  line-height: 1.23;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  color: white;
  z-index: 1;
  background: #C14545;
  border-radius: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.modal__close-button:hover {
  opacity: unset;
}
@media screen and (max-width: 576px) {
  .modal__close-button {
    font-size: 40px;
    top: 0;
    right: 15px;
    color: #fff;
  }
}

.modal__content {
  position: absolute;
  background-color: #ffffff;
  padding: 40px;
  padding-top: 0;
  top: -40px;
  left: 0;
  width: 100%;
  min-height: 600px;
  color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .modal__content {
    padding: 25px;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .modal__content {
    padding: 15px;
  }
}

.modal__content-main {
  overflow: auto;
  overflow-x: hidden;
  max-height: 400px;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .modal__content-main {
    text-align: left;
    font-size: 12px;
    padding-left: 30px;
  }
}

.modal__content-header {
  display: flex;
}
@media screen and (max-width: 576px) {
  .modal__content-header {
    flex-direction: column;
  }
}

.modal__content-header-text {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  margin-left: 29px;
}
@media screen and (max-width: 992px) {
  .modal__content-header-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .modal__content-header-text {
    margin-left: 29px;
  }
}

.modal__content-left {
  flex: 0 0 325px;
  margin-right: 35px;
}
.modal__content-left--review {
  margin-right: 56px;
}
@media screen and (max-width: 992px) {
  .modal__content-left {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.modal__author-img {
  display: block;
  position: relative;
  top: -55px;
}
@media screen and (max-width: 992px) {
  .modal__author-img {
    width: 25%;
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  .modal__author-img {
    width: 30%;
    top: 0;
    left: 30px;
  }
}

.modal__author-name {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
.modal__author-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 8px;
  background: none;
}
@media screen and (max-width: 992px) {
  .modal__author-name {
    font-size: 32px;
    margin-bottom: 10px;
    font-family: "geometriabold", "Tahoma", sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 576px) {
  .modal__author-name {
    font-size: 22px;
  }
}

.modal__author-name-highlight {
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .modal__author-name-highlight {
    text-transform: none;
  }
}

.modal__author-position {
  font-size: 14px;
  line-height: 1.3;
  color: #999;
}
@media screen and (max-width: 992px) {
  .modal__author-position {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .modal__author-position {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.modal__review-author {
  display: block;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 20px;
}

.modal__review {
  position: relative;
}
.modal__review::before {
  content: "«";
  position: absolute;
  left: -19px;
  top: -5px;
  font-size: 26px;
  line-height: 1;
  color: #E01314;
}
.modal__review::after {
  content: "»";
  position: absolute;
  right: -19px;
  bottom: -5px;
  font-size: 26px;
  line-height: 1;
  color: #E01314;
}
@media screen and (max-width: 576px) {
  .modal__review::before, .modal__review::after {
    content: none;
  }
}

.modal__author-description {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .modal__author-description {
    font-size: 16px;
    line-height: 1.4;
  }
}

.modal__author-description-header {
  color: #C14545;
  font-size: 16px;
  font-size-line-height: 1.4;
}

.modal__content--review {
  display: flex;
}

body.modal-open {
  overflow: hidden;
}

.nav-left {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  margin: 0 10px 20px 0;
  padding: 10px 0;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.7);
}
.nav-left__item {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 0 0 0;
  overflow: hidden;
}
.nav-left__item-chapter {
  float: left;
  width: 50px;
  margin: 0 10px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  font-weight: bold;
  padding-top: 10px;
  text-decoration: none;
  border-top: 1px solid transparent;
}
.nav-left__item-chapter:hover {
  color: #e30513;
  text-decoration: none;
  cursor: pointer;
}
.nav-left__item-link {
  display: block;
  border-top: 1px solid;
  border-color: #212121;
  margin-right: -20px;
  padding-right: 10px;
  text-transform: uppercase;
  color: #212121;
  font-weight: bold;
  padding-top: 10px;
  text-decoration: none;
}
.nav-left__item-link:hover {
  color: #e30513;
  text-decoration: none;
}
.nav-left__item-collapse {
  float: left;
  width: 350px;
}
.nav-left__icon-triangle {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
}
.nav-left__icon-triangle:active {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
}
.nav-left__icon-triangle:before {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 27.71px;
  border-color: transparent transparent transparent #e30513;
  transition: all 0.2s ease-out;
}
.nav-left__icon-triangle-active:before {
  content: "";
  position: absolute;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(90deg);
}

.chapter-active, .chapter-active div, .chapter-active li, .chapter-active a {
  color: #e30513 !important;
}

.categories {
  display: block;
  clear: both;
}
.categories .row {
  margin: 0;
}
.categories .row div[class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

.category {
  display: block;
  clear: both;
}
.category__item {
  width: 203px;
  height: 203px;
  padding: 5px;
}
.category__item_width2 {
  width: 406px;
}
.category__item_height2 {
  height: 406px;
}
.category__item_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  margin: 5px;
  border: 6px solid #e30513;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.category__item_inner:hover {
  color: #ffffff;
  background-color: #e30513;
  text-decoration: none;
}
.category__item_inner a {
  text-decoration: none;
  color: #000000;
}
.category__item_inner a:hover {
  color: #e30513;
  text-decoration: none;
}
.category__item_inner.invert {
  border: 6px solid #000000;
}
.category__item_inner.big {
  padding: 30px;
  min-height: 170px;
  background-color: #e30513;
  color: #ffffff;
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
}

.courses {
  display: block;
  text-transform: uppercase;
  background-color: #dddddd;
}
.courses__progress-bar {
  width: 100%;
  text-align: center;
}
.courses__link {
  text-decoration: none;
  color: #000000;
}
.courses__link:hover {
  text-decoration: none;
  color: #000000;
}
.courses__item {
  background-color: #ffffff;
  padding: 15px 30px 30px 30px;
  margin-bottom: 30px;
  height: auto;
  transition: all 0.15s ease-out;
}
.courses__item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.courses__item_header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.courses__item_info {
  border: 2px solid #000000;
  position: relative;
  background: white;
}
.courses__item_info_label {
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  padding: 0 30px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 190px;
  line-height: 28px;
  transform: translateX(-50%);
}
.courses__item_info_image {
  position: relative;
  padding: 30px 30px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #000000;
}
.courses__item_info_title {
  padding: 24px 30px 0px 30px;
  font-size: 16px;
  font-weight: bold;
}
.courses__item_info_authors {
  padding: 10px 30px 24px;
  font-size: 16px;
}
.courses__item_info_authors_fio {
  display: block;
  padding-top: 0px;
}
.courses__item_info_createdate {
  padding: 0px 0px 10px 30px;
  font-size: 16px;
}
.courses__item_info_stat {
  padding: 0px 0px 10px 30px;
  font-size: 16px;
}
.courses__item_info_rates {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.courses__item_info_rates_item {
  margin-right: 20px;
}
.courses__item_info_rates_item:last-of-type {
  margin-right: 0;
}
.courses__item_info_rates_item_val {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #e30513;
  padding-left: 45px;
}
.courses__item_info_rates_item_val::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
.courses__item_info_rates_item_val--like::after {
  background-image: url("https://static01.spblegalforum.com/cm/userfiles/image/Icons/icon_like.png");
}
.courses__item_info_rates_item_val--dislike::after {
  background-image: url("https://static01.spblegalforum.com/cm/userfiles/image/Icons/icon_dislike.png");
}
.courses__item_info.course-collection-sibur {
  border: 2px solid #4F8485;
}
.courses__item_info.course-collection-sibur .courses__item_info_image {
  border-color: #4F8485;
}
.courses__item_info.course-collection-fpa {
  border: 2px solid #9C2421;
}
.courses__item_info.course-collection-fpa .courses__item_info_image {
  border-color: #9C2421;
}
.courses__item.course-format-roundtable {
  background-color: #add7a1;
}
.courses__item.course-format-case {
  background-color: #40ade3;
}
.courses__item.course-format-expert {
  background-color: #accee6;
}
.courses__item.course-format-lectures {
  background-color: #ffffff;
}
.courses__item.course-format-presentation {
  background-color: #e2d8a0;
}
.courses__item.course-format-workshop {
  background-color: #e2835e;
}
.courses__selected-filters {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
}
.courses__selected-filters_list {
  width: 100%;
  padding-right: 100px;
}
.courses__selected-filters_list_item {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.courses__selected-filters_list_item:hover {
  color: #e30513;
}
.courses__selected-filters_list_item i {
  margin-right: 2px;
  color: #e30513;
}
.courses__selected-filters_reset {
  position: absolute;
  right: 14px;
  top: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.courses__selected-filters_reset:hover {
  color: #e30513;
}
.courses__selected-filters_reset.course-list {
  position: absolute;
  right: 14px;
  top: 20px;
  cursor: pointer;
  z-index: 1;
  text-transform: uppercase;
}
.courses__selected-filters_reset.course-list:hover {
  color: #e30513;
}
@media screen and (max-width: 576px) {
  .courses__selected-filters_reset.course-list {
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .courses__selected-filters_reset.course-list:hover {
    color: #e30513;
  }
}
.courses__filters__sort {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.courses__filters__sort_label {
  display: inline-block;
  text-transform: uppercase;
}
.courses__filters__sort_control {
  padding-left: 20px;
  display: inline-block;
}
.courses__filters__sort_control select {
  text-transform: uppercase;
}
.courses__filters__sort_control select option {
  text-transform: uppercase;
}
.courses__filters .radiobutton {
  display: none;
}
.courses__filters .radiobutton:checked + .radiobutton-label {
  color: #000000;
}
.courses__filters .radiobutton:checked + .radiobutton-label::before {
  border: 6px solid #e30513;
}
.courses__filters .radiobutton.course-format-roundtable:checked + .radiobutton-label::before {
  border-color: #000000;
}
.courses__filters .radiobutton.course-format-case:checked + .radiobutton-label::before {
  border-color: #000000;
}
.courses__filters .radiobutton.course-format-expert:checked + .radiobutton-label::before {
  border-color: #000000;
}
.courses__filters .radiobutton.course-format-lectures:checked + .radiobutton-label::before {
  border-color: #000000;
}
.courses__filters .radiobutton.course-format-presentation:checked + .radiobutton-label::before {
  border-color: #000000;
}
.courses__filters .radiobutton.course-format-workshop:checked + .radiobutton-label::before {
  border-color: #000000;
}
.courses__filters .radiobutton.course-format-all:checked + .radiobutton-label::before {
  border-color: #000000;
}
.courses__filters .radiobutton-label {
  xfont-size: 14px;
  xfont-family: "Dinpro", sans-serif;
  xcolor: #757575;
  font-weight: normal;
  display: block;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
}
.courses__filters .radiobutton-label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 16px;
  margin: 0 20px 3px 2px;
  transition: border 0.3s;
}
.courses__filters .radiobutton-label.course-format-roundtable::before {
  background: #add7a1;
}
.courses__filters .radiobutton-label.course-format-case::before {
  background: #40ade3;
}
.courses__filters .radiobutton-label.course-format-expert::before {
  background: #accee6;
}
.courses__filters .radiobutton-label.course-format-lectures::before {
  background: #ffffff;
}
.courses__filters .radiobutton-label.course-format-presentation::before {
  background: #e2d8a0;
}
.courses__filters .radiobutton-label.course-format-workshop::before {
  background: #e2835e;
}
.courses__filters .radiobutton-label.course-format-all::before {
  background: #e30513;
}
.courses__filters .checkbox-area__title {
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.courses__filters .checkbox-area__title.selected {
  font-weight: bold;
}
.courses__filters .checkbox-area__title::after {
  content: "";
  margin-left: 10px;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 10px solid #e30513;
  border-left: 5.6666666667px solid transparent;
  border-right: 5.6666666667px solid transparent;
}
.courses__filters .checkbox-area__title::after:after {
  content: "";
}
.courses__filters .checkbox-area__title.collapsed::after {
  content: "";
  margin-left: 10px;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.6666666667px solid transparent;
  border-left: 10px solid #e30513;
  border-bottom: 5.6666666667px solid transparent;
}
.courses__filters .checkbox-area__title.collapsed::after:after {
  content: "";
}
.courses__filters .checkbox-area__list.collapsed {
  display: none;
}
.courses__filters .checkbox-area__list_item {
  font-size: 10px;
  padding: 3px;
  margin: 10px 10px 0 0;
  border: 2px solid #000000;
  cursor: pointer;
  width: 130px;
  float: left;
  height: 65px;
  text-transform: uppercase;
  font-weight: bold;
}
.courses__filters .checkbox-area__list_item.selected {
  border: 2px solid #e30513;
  background: #e30513;
  color: #ffffff;
}

.filters-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.filters-group__item:last-child {
  margin-right: 0;
  margin-left: auto;
}
.filters-group__item--left:last-child {
  margin-right: 0;
  margin-left: 0;
}
.filters-group__item option {
  font-weight: bold;
  color: #4c4c4c;
}
.filters-group__item.course-list {
  order: 2;
}
@media screen and (max-width: 576px) {
  .filters-group__item.course-list {
    order: 1;
    display: flex;
    justify-content: center;
  }
}
.filters-group__item.course-list .filters-switch {
  width: 56px;
}
.filters-group__item.course-list .filters__label-text {
  font-weight: normal;
}
.filters-group__item.course-list .filters-switch .filters-switch__checkbox:checked + .filters-switch__slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.filters-group__item.course-list .filters-switch .filters-switch__checkbox:checked + .filters-switch__slider {
  background-color: #C14545;
}
.filters-group__item.course-list .filters-switch .filters-switch__checkbox:focus + .filters-switch__slider {
  box-shadow: 0 0 1px #C14545;
}
.filters-group__item.filters-group__item--left.course-list {
  order: 1;
  max-width: 985px;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .filters-group__item.filters-group__item--left.course-list {
    order: 2;
    z-index: 11;
  }
}
.filters__label-text {
  display: flex;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  opacity: 0.85;
}
.filters-group.course-list {
  flex-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .filters-group.course-list {
    flex-wrap: wrap;
  }
}
.filters-btn {
  margin: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #4c4c4c;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  opacity: 0.85;
  transition: all 0.25s ease-in-out;
}
.filters-btn:hover, .filters-btn:active, .filters-btn:focus {
  opacity: 1;
  color: #000000;
}
.filters-btn .fa {
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.15s ease-in-out;
}
.filters-select {
  margin: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #4c4c4c;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  opacity: 0.85;
  transition: all 0.25s ease-in-out;
}
.filters-select:hover, .filters-select:active, .filters-select:focus {
  opacity: 1;
  color: #000000;
}
.filters-select .fa {
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.15s ease-in-out;
}
.filters-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 260px;
  list-style-type: none;
  margin: 0;
  padding: 16px 12px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.35);
}
.filters-dropdown__item {
  display: block;
  padding: 0;
  margin: 0 0 12px;
}
.filters-dropdown__item.course-list {
  margin: 0 0 6px;
}
@media screen and (max-width: 576px) {
  .filters-dropdown__item.course-list {
    margin: 0 0 12px;
  }
}
.filters-checkbox {
  display: block;
  line-height: 16px;
  cursor: pointer;
}
.filters-checkbox__label {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 24px;
  cursor: pointer;
}
.filters-checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/components/tpl/lfa2/images/icons/icon-filters-checkbox.svg);
}
.filters-checkbox__input {
  display: none;
}
.filters-checkbox__input:checked + .filters-checkbox__label:after {
  background-image: url(/components/tpl/lfa2/images/icons/icon-filters-checkbox-checked.svg);
}
.filters-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 26px;
  margin: 0;
  left: 10px;
}
@media screen and (max-width: 576px) {
  .filters-switch {
    order: 1;
  }
}
.filters-switch .filters-switch__checkbox {
  display: none;
}
.filters-switch .filters-switch__checkbox:checked + .filters-switch__slider {
  background-color: #e30513;
}
.filters-switch .filters-switch__checkbox:focus + .filters-switch__slider {
  box-shadow: 0 0 1px #e30513;
}
.filters-switch .filters-switch__checkbox:checked + .filters-switch__slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.filters-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 28px;
}
.filters-switch__slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.open .filters-dropdown {
  display: block;
}
.open .fa-chevron-down {
  transform: rotate(-180deg);
}

.filters-dropdown__course-list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  border: none;
  box-shadow: none;
  padding: 10px 0px;
}
@media screen and (max-width: 576px) {
  .filters-dropdown__course-list {
    display: none;
    position: absolute;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.35);
    padding: 16px 12px;
  }
}
.filters-dropdown__course-list .filters-checkbox {
  margin-right: 6px;
}
@media screen and (max-width: 576px) {
  .filters-dropdown__course-list .filters-checkbox {
    margin-right: 0px;
  }
}
.filters-dropdown__course-list .filters-checkbox__label {
  padding: 6px 10px;
  background: #EBEBEB;
  border-radius: 5px;
  color: #888888;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .filters-dropdown__course-list .filters-checkbox__label {
    font-weight: 700;
    color: #000000;
  }
}
.filters-dropdown__course-list .filters-checkbox__label:after {
  content: none;
}
@media screen and (max-width: 576px) {
  .filters-dropdown__course-list .filters-checkbox__label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/components/tpl/lfa2/images/icons/icon-filters-checkbox.svg);
  }
}
@media screen and (max-width: 576px) {
  .filters-dropdown__course-list .filters-checkbox__label {
    padding: 0px;
    padding-left: 24px;
    background: none;
    border-radius: 0px;
  }
}
.filters-dropdown__course-list .filters-checkbox__input:checked + .filters-checkbox__label {
  background-color: #C14545;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .filters-dropdown__course-list .filters-checkbox__input:checked + .filters-checkbox__label {
    background: none;
    color: #000000;
  }
}
.filters-dropdown__course-list .filters-checkbox__label:hover {
  background-color: #CCCCCC;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .filters-dropdown__course-list .filters-checkbox__label:hover {
    background: none;
    color: #000000;
  }
}
.filters-dropdown__course-list .filters-checkbox__input:checked + .filters-checkbox__label:hover {
  background-color: #a63939;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .filters-dropdown__course-list .filters-checkbox__input:checked + .filters-checkbox__label:hover {
    background: none;
    color: #000000;
  }
}

.filters-btn.course-list {
  display: none;
}
@media screen and (max-width: 576px) {
  .filters-btn.course-list {
    display: block;
  }
}

.courses__selected-filters.course-list {
  margin-top: 0px;
}
@media screen and (max-width: 576px) {
  .courses__selected-filters.course-list {
    margin-top: 10px;
  }
}
.courses__selected-filters.course-list .courses__selected-filters_list {
  display: none;
}
@media screen and (max-width: 576px) {
  .courses__selected-filters.course-list .courses__selected-filters_list {
    display: block;
  }
}

.form-filters {
  margin: 32px 0 42px;
}

.form-filters.course-list {
  margin: 0px 0 10px;
}
@media screen and (max-width: 576px) {
  .form-filters.course-list {
    margin: 32px 0 42px;
  }
}

.filters-text__course-list {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .filters-text__course-list {
    display: none;
  }
}

.section--cards {
  background-color: #e8e8e8;
}

.cards-list {
  margin: 0 0 60px;
  padding: 0;
  list-style-type: none;
  text-transform: none;
  padding: 0 30px;
}

.card {
  position: relative;
}

.card--course {
  width: 320px;
  min-height: 440px;
  margin: 8px 0 8px;
  background-color: #fff;
  transition: all 0.35s;
  margin-right: 20px;
}
.card--course:last-child {
  margin-right: 0;
}

.card__cover {
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.card__content {
  padding: 16px 24px;
}

.card-labels {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0 0 12px;
  padding: 0;
}
.card-labels:after {
  content: "";
  display: block;
  top: -10px;
  bottom: -5px;
  right: 0;
  width: 42px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  position: absolute;
}

.card__label {
  flex-shrink: 0;
  align-self: center;
  vertical-align: middle;
  margin: 0 6px 6px 0;
  padding: 0 8px;
  font-size: 10px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.card__label--abs {
  position: absolute;
  border-color: #f90000;
  background-color: #f90000;
  color: #fff;
  top: 15px;
  right: 10px;
  flex-shrink: 0;
  align-self: center;
  vertical-align: middle;
  margin: 0 6px 6px 0;
  padding: 0 8px;
  font-size: 10px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.card__label-icon {
  position: relative;
  padding-left: 28px;
  flex-shrink: 1;
  font-size: 9px;
  line-height: 100%;
  font-weight: normal;
  text-transform: none;
}
.card__label-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 26px;
  height: 26px;
}

.card__label-icon--certificate::before {
  background-image: url(/components/tpl/lfa2/images/icons/icon-certificate_black.svg);
}

.card__label--new {
  border-color: #f90000;
  color: #f90000;
}

.card__label--format_lection,
.card__label--format_collection {
  border-color: #838383;
  color: #838383;
}

.card__label--discount {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 3px 12px 3px 6px;
  font-size: 16px;
  line-height: 17.6px;
  font-style: italic;
  text-align: center;
  background-color: #e30513;
  color: #ffffff;
}

.card__speakers {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0;
  padding: 0;
}

.card__prices {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 0;
  padding: 0;
}
.card__prices__row {
  margin: 0;
  margin-right: 8px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: normal;
}
.card__prices__row:last-of-type {
  margin-right: 0;
}

.card__price {
  font-size: 12px;
}
.card__price--old {
  font-size: 12px;
  color: #929292;
  text-decoration: line-through;
  -webkit-text-decoration-color: #929292;
  text-decoration-color: #929292;
}
.card__price--discount {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.card__price--old + .card__price--discount {
  color: #e30513;
}

.card__speaker {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: normal;
}
.card__speaker:last-of-type {
  margin-right: 0;
}

.card__details {
  margin: 16px 0 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  color: #929292;
}

.card__details-item {
  margin-right: 6px;
}
.card__details-item:first-of-type {
  margin-right: auto;
}
.card__details-item:last-of-type {
  margin-right: 0;
  margin-left: 0;
}

.card__details--fixed_bottom {
  margin: 0;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 16px;
}

.card__details--fixed_bottom_last {
  bottom: 16px;
}
.card__details--fixed_bottom_last + .card__details--fixed_bottom {
  bottom: 36px;
}

.card__details-price {
  font-weight: 600;
  color: #000000;
}
.card__details-price--old {
  text-decoration: line-through;
}
.card__details-price--new {
  padding: 4px 8px;
  background-color: #f4bf00;
}

.card-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-control {
  border: none;
  background-color: transparent;
  margin: 0 6px 6px 0;
  padding: 8px 0;
  text-align: left;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #929292;
  transition: all 0.25s ease-in-out;
}
.card-control:hover, .card-control:active, .card-control:focus {
  color: #000000;
}
.card-control[disabled] {
  opacity: 0.85;
}
.card-control[disabled]:hover {
  cursor: not-allowed;
  color: #929292;
  opacity: 0.85;
}

.card-controls--bottom {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.card__btn {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 12px 0;
  padding: 0 16px;
  font-size: 14px;
  line-height: 2.2;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.85;
  transition: all 0.25s ease-in-out;
}
.card__btn:hover, .card__btn:focus {
  text-decoration: none;
  opacity: 1;
}

.card__btn--default {
  background-color: #e20e0e;
  color: #ffffff;
  letter-spacing: 1px;
}
.card__btn--default:hover, .card__btn--default:focus {
  color: #ffffff;
}

.card__desc {
  position: relative;
  height: 270px;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.25;
}
.card__desc:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 24px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, white 100%);
}
.card__desc-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.card__title {
  position: relative;
  height: 80px;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}
.card__title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 32px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, white 100%);
}

.card__front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.55s;
  opacity: 1;
}

.card:hover .card__front {
  opacity: 0;
}

.card__backward {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.55s;
  opacity: 0;
}

.card--course:hover {
  box-shadow: 0 0 38px -2px rgba(0, 0, 0, 0.25);
}

.card:hover .card__backward {
  opacity: 1;
}

.card--partner .card__cover {
  background-position: center center;
}

.card--partner_sibur .card__cover {
  background-color: #4F8485;
}

.card__time {
  display: none;
  position: absolute;
  top: 11px;
  right: 18px;
  color: #ffffff;
  background-color: rgba(78, 78, 78, 0.5);
  padding: 3px 6px;
  border-radius: 6px;
}

.card__lock {
  display: none;
  height: 24px;
  width: 24px;
  position: absolute;
  content: "";
  right: 24px;
  top: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.card__lock.lock {
  background-image: url(../images/icons/courses_lock_icon.svg);
}
.card__lock.unlock {
  background-image: url(../images/icons/courses_unlock_icon.svg);
}

.card__mobile--link {
  display: none;
}

.flickity-button {
  color: #e32e2d;
  background: none;
  opacity: 0.8;
  width: 64px;
  height: 64px;
}
.flickity-button:hover {
  background: none;
  opacity: 1;
}

.flickity-prev-next-button.next {
  right: -30px;
}

.flickity-prev-next-button.previous {
  left: -30px;
}

.flickity-page-dots {
  width: calc(100% - 60px);
}
.flickity-page-dots .dot {
  width: 7px;
  height: 7px;
  margin: 0 6px;
}

.courses .cards-list, .c-courses .cards-list, .course-recommended .cards-list, .subscribe .cards-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px;
  flex-wrap: wrap;
  padding: 0;
}
.courses .card--course, .c-courses .card--course, .course-recommended .card--course, .subscribe .card--course {
  width: 24%;
  max-width: 320px;
  min-height: 440px;
  margin: 8px 0 8px;
  background-color: #fff;
  transition: all 0.35s;
}

.course-recommended__swiper .swiper-pagination {
  top: auto;
  bottom: 0;
}
.course-recommended__swiper .swiper-pagination-bullet-active {
  background-color: #333333;
}

@media (max-width: 768px) {
  .card:hover .card__front {
    opacity: 1;
  }

  .card--course {
    min-height: 400px;
    margin-bottom: 20px;
  }

  .card__label {
    margin-bottom: 0;
  }

  .card-labels:after {
    display: none;
  }

  .card__title {
    max-height: 82px;
    height: auto;
  }
  .card__title::after {
    display: none;
  }

  .card__speakers {
    margin-bottom: 22px;
  }

  .card__prices {
    margin-bottom: 22px;
  }

  .card__content {
    position: relative;
    height: 220px;
  }

  .card__backward {
    display: none;
  }

  .card__front {
    position: relative;
  }

  .card__details {
    display: none;
  }

  .card__details--fixed_bottom_last {
    display: flex;
  }

  .card__time, .card__lock {
    display: block;
  }

  .tabs__buttons {
    display: none;
  }

  .card__mobile--link {
    display: block;
    z-index: 100;
  }

  .card--course {
    min-height: auto;
  }

  .courses .card--course, .c-courses .card--course, .course-recommended .card--course, .subscribe .card--course {
    width: 50%;
    min-height: 350px;
  }

  .course-recommended__swiper .cards-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media (max-width: 610px) {
  .card--course {
    margin-bottom: 20px;
  }

  .main__title {
    margin: 0 auto 10px;
    max-height: 80px;
  }

  .cards-list {
    justify-content: left;
  }

  .courses .cards-list, .c-courses .cards-list, .course-recommended .cards-list, .subscribe .cards-list {
    justify-content: center;
  }
  .courses .card--course, .c-courses .card--course, .course-recommended .card--course, .subscribe .card--course {
    width: 100%;
  }

  .course-recommended__swiper .cards-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media (max-width: 400px) {
  .cards-list {
    padding: 0 5px;
  }

  .flickity-page-dots {
    width: 100%;
  }
  .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
  }

  .flickity-button {
    background: #ebebeb;
    width: 44px;
    height: 44px;
  }
  .flickity-button:hover {
    background: #ebebeb;
  }

  .flickity-prev-next-button.previous {
    left: -21px;
  }

  .flickity-prev-next-button.next {
    right: -20px;
  }

  .card--course {
    width: 100%;
    min-height: 400px;
  }

  .main__title {
    max-height: 80px;
  }

  .courses .card--course, .c-courses .card--course, .course-recommended .card--course, .subscribe .card--course {
    min-height: 400px;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.catalog-header {
  margin: 49px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .catalog-header {
    margin: 32px 0 17px;
  }
}

.catalog-title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .catalog-title {
    font-size: 22px;
    line-height: 130%;
  }
}

.courses.catalog {
  background-color: #EBEBEB;
}

.courses-catalog {
  display: flex;
  flex-direction: row-reverse;
}

.courses-content {
  width: 75.43%;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .courses-content {
    width: 100%;
    padding-left: 0;
  }
  .courses-content .catalog-group {
    display: none;
  }
}

.courses-aside {
  width: 24.57%;
  padding-right: 24px;
  border-right: 1px solid #888888;
}
@media screen and (max-width: 768px) {
  .courses-aside {
    display: none;
  }
}

.courses-catalog .card--course {
  width: 32%;
}
@media screen and (max-width: 992px) {
  .courses-catalog .card--course {
    width: 47.5%;
  }
}
@media screen and (max-width: 610px) {
  .courses-catalog .card--course {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  button[data-role=reset-mobile-filters] {
    display: none;
  }
}

.catalog-mobile {
  display: none;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bebebe;
}
@media screen and (max-width: 768px) {
  .catalog-mobile {
    display: block;
  }
}

.catalog-counter {
  display: none;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  background-color: #E30613;
  border-radius: 50%;
}

.catalog-areas-header {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 115%;
  font-weight: 700;
  border: none;
}

.catalog-label {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  border: none;
}

.catalog-area {
  font-size: 14px;
  line-height: 120%;
  text-transform: none;
  color: #888888;
}
.catalog-area__checkbox {
  position: relative;
  width: 100%;
  padding: 9px 32px 9px 9px;
  font-weight: 700;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}
.catalog-area__checkbox[aria-checked=true] {
  color: #E30613;
}
.catalog-area__checkbox[aria-checked=true] .catalog-area__icon {
  color: #E30613;
  opacity: 1;
  transform: translateY(-50%);
}
.catalog-area__checkbox[aria-checked=true] + .catalog-areas .catalog-area__checkbox .catalog-area__icon {
  top: 50%;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .catalog-area__checkbox:hover {
    background-color: #DADADA;
    transition: background-color 200ms;
  }
}
.catalog-area__text {
  position: relative;
}
.catalog-area input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.catalog-area input[type=checkbox]:checked + .catalog-area__icon {
  color: #E30613;
  opacity: 1;
  transform: translateY(-50%);
}
.catalog-area input[type=checkbox]:checked + .catalog-area__icon + .catalog-area__text {
  color: #E30613;
}
.catalog-area__icon {
  position: absolute;
  right: 8px;
  top: 50%;
  opacity: 0;
}
.catalog-area__icon:after {
  content: "";
}

.catalog-areas--sub {
  padding-left: 8px;
}
.catalog-areas--sub .catalog-area__checkbox {
  font-weight: 400;
}

.catalog-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .catalog-group--stack_yes {
    flex-wrap: wrap;
  }
}
.catalog-group--stack_yes .catalog-group__item {
  margin-bottom: 12px;
}

.catalog-group--mobile {
  flex-direction: column;
  align-items: stretch;
}

.catalog-group__item--mobile {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
}
.catalog-group__item--mobile:first-of-type {
  padding-top: 0;
}
.catalog-group__item--mobile:last-of-type {
  border-bottom: none;
}

.catalog-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.catalog-btn__text {
  padding: 7px 14px;
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  text-transform: none;
  color: #888888;
  background-color: #ebebeb;
  border: 1px solid #888888;
  border-radius: 5px;
}
.catalog-btn__text:hover, .catalog-btn__text:focus {
  background-color: #dadada;
}
.catalog-btn input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.catalog-btn input[type=checkbox]:checked + .catalog-btn__text {
  color: #fff;
  background-color: #E30613;
  border-color: #E30613;
}
.catalog-btn__accent {
  padding: 16px 16px 14px;
  width: 100%;
  max-width: 288px;
  padding: 16px;
  background-color: #E30613;
  font-size: 16px;
  line-height: 108%;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
}
.catalog-btn__accent:hover {
  color: #fff;
}

.catalog-btn__text--mobile {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.catalog-text-btn {
  position: relative;
  padding: 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.32px;
  background-color: transparent;
  border: none;
}
.catalog-text-btn--alert {
  line-height: 110%;
  font-weight: 400;
  color: #E30613;
  text-transform: uppercase;
}
.catalog-text-btn--grey {
  color: #888;
}
.catalog-text-btn--full {
  width: 100%;
  text-align: left;
}
.catalog-text-btn--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catalog-text-btn {
    padding: 0 !important;
  }
}

.catalog-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-toggle input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.catalog-toggle input[type=checkbox]:checked + .catalog-toggle__icon .catalog-toggle__slider {
  background-color: #E30613;
}
.catalog-toggle input[type=checkbox]:checked + .catalog-toggle__icon .catalog-toggle__slider::before {
  background-color: #fff;
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.catalog-toggle__icon {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}
.catalog-toggle__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.catalog-toggle__slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: #EBEBEB;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.catalog-toggle__text {
  order: -1;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

.catalog-fieldgroup {
  display: flex;
  flex-wrap: nowrap;
}
.catalog-fieldgroup .catalog-btn {
  display: inline-flex;
  margin-right: 4px;
  margin-bottom: 0;
}
.catalog-fieldgroup .catalog-btn:last-of-type {
  margin-right: 0;
}
.catalog-fieldgroup .catalog-checkbox {
  margin-right: 10px;
}
.catalog-fieldgroup .catalog-checkbox:last-of-type {
  margin-right: 0;
}

.catalog-checkbox {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px;
  font-size: 14px;
  line-height: 110%;
  color: #888888;
  cursor: pointer;
}
.catalog-checkbox input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.catalog-checkbox input[type=checkbox]:checked + .catalog-checkbox__icon {
  border-color: #E30613;
}
.catalog-checkbox input[type=checkbox]:checked + .catalog-checkbox__icon::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #E30613;
  transform: rotate(45deg) translate(-100%, -25%) scale(1.238);
  width: 40%;
  height: 60%;
  left: 50%;
  top: 50%;
}
.catalog-checkbox__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #888;
  border-radius: 3px;
}
.catalog-checkbox__text {
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  text-transform: none;
  color: #888888;
}

.catalog-checkbox--access_free {
  color: #5B9877;
}
.catalog-checkbox--access_free input[type=checkbox]:checked + .catalog-checkbox__icon {
  border-color: #5B9877;
}
.catalog-checkbox--access_free input[type=checkbox]:checked + .catalog-checkbox__icon::after {
  border-color: #5B9877;
}
.catalog-checkbox--access_free .catalog-checkbox__icon {
  border-color: #5B9877;
}
.catalog-checkbox--access_free .catalog-checkbox__text {
  color: inherit;
}

.catalog-select {
  padding: 7px 4px 6px;
  background-color: #bebebe;
  border: 1px solid #bebebe;
  border-radius: 5px;
  color: #666666;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .catalog-select {
    background-color: #EBEBEB;
    color: #888;
  }
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  height: 90px;
  border-bottom: 0;
}
.modal-fullscreen .modal-body {
  position: absolute;
  top: 90px;
  bottom: 70px;
  left: 0;
  width: 100%;
  max-height: unset !important;
  overflow-y: scroll;
}
.modal-fullscreen .modal-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  border-top: 0;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.modal-footer__note {
  color: #666;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.modal-content-sub .modal-header {
  height: 70px;
}
.modal-content-sub .modal-body {
  top: 70px;
  bottom: 70px;
}
.modal-content-sub .modal-footer {
  height: 74px;
}
.modal-content-sub.active {
  display: block;
}

.course {
  display: block;
}
.course__header {
  display: flex;
  position: relative;
  width: 100%;
}
.course__header::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  right: 0;
  background-color: rgba(221, 221, 221, 0.6);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .course__header::after {
    content: none;
  }
}
.course__header_info {
  border: 6px solid #000000;
  margin-top: 60px;
  padding: 20px;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .course__header_info {
    border: 3px solid #000000;
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 0px;
  }
}
.course__header_info_format {
  color: #e30513;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .course__header_info_format {
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
}
.course__header_info_title {
  margin: 0;
  font-size: 32px;
  line-height: inherit;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .course__header_info_title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
.course__header_info_bottom {
  xxxposition: absolute;
  position: relative;
  bottom: 0;
  margin-top: 20px;
  margin-bottom: 100px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .course__header_info_bottom {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .course__header_info_bottom {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.course__header_info_create-date {
  margin-top: 20px;
  font-size: 22px;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .course__header_info_create-date {
    font-size: 14px;
    line-height: 1.3;
  }
}
.course__header_info_stat {
  margin-top: 10px;
}
.course__header_info_duration {
  color: #e30513;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .course__header_info_duration {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
.course__header_info_desc {
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 22px;
  min-height: 300px;
}
@media screen and (max-width: 1200px) {
  .course__header_info_desc {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .course__header_info_desc {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 16px;
    min-height: auto;
    padding-left: 0px;
  }
}
.course__header__buy_wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .course__header__buy_wrapper {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.course__header_cost {
  padding-left: 20px;
  height: 150px;
  line-height: 150px;
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  .course__header_cost {
    height: auto;
    line-height: 1.3;
  }
}
.course__header_cost_val {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}
.course__header_cost_cur {
  display: inline-block;
  margin-left: 4px;
  font-size: 26px;
}
.course__header .social {
  padding-left: 10px;
  height: 150px;
  line-height: 150px;
}
.course__header .social-icon {
  padding: 0;
  box-shadow: none;
}
.course__header .social-icon:hover {
  background: none;
}
.course__header .social .fa-vk:hover circle {
  fill: #5181B8;
}
.course__header .social .fa-tg:hover .fa-tg-path {
  fill: #3390EC;
}
.course__header .social .fa-ok:hover circle {
  fill: #FF9F4D;
}
.course__details {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .course__details {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.course__details_format {
  border-top: 6px solid #000000;
  padding-top: 10px;
  margin: 0 40px 0 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.course__details_format_name {
  color: #000000;
}
.course__details_format_val {
  color: #e30513;
}
.course__details_purposes {
  margin-bottom: 20px;
}
.course__details_purposes_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .course__details_purposes_title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
  }
}
.course__details_purposes_content {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .course__details_purposes_content {
    margin-top: 0;
  }
}
.course__details_purposes_content_item {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.course__details_purposes_content_item_text {
  font-size: 22px;
  color: #000000;
  vertical-align: top;
  padding-left: 20px;
  position: relative;
}
.course__details_purposes_content_item_text:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-left: 12px solid #e30513;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 992px) {
  .course__details_purposes_content_item_text {
    font-size: 14px;
    line-height: 1.3;
  }
}
.course__details_full-desc {
  padding-left: 10px;
  font-size: 22px;
  min-height: 300px;
}
@media screen and (max-width: 992px) {
  .course__details_full-desc {
    font-size: 14px;
    line-height: 1.3;
    min-height: auto;
  }
}
.course__laws {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .course__laws {
    margin-top: 32px;
  }
}
.course__laws_title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .course__laws_title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.course__laws_item {
  position: relative;
  margin-top: 10px;
}
.course__laws_item_icon {
  width: 30px;
  font-size: 9px;
  position: absolute;
  top: 8px;
  left: 0;
}
.course__laws_item_link {
  position: relative;
  font-size: 22px;
  line-height: 31px;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .course__laws_item_link {
    font-size: 14px;
    line-height: 1.3;
  }
}
.course__appendix {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .course__appendix {
    margin-top: 32px;
  }
}
.course__appendix_title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .course__appendix_title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.course__appendix_item {
  position: relative;
  margin-top: 10px;
}
.course__appendix_item_icon {
  width: 30px;
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: 0;
}
.course__appendix_item_link {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .course__appendix_item_link {
    font-size: 14px;
    line-height: 1.3;
  }
}
.course__attach {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .course__attach {
    margin-top: 32px;
  }
}
.course__attach_title {
  font-size: 32px;
  font-weight: bold;
}
.course__attach_item {
  position: relative;
  margin-bottom: 10px;
}
.course__attach_item_icon {
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  font-size: 20px;
}
.course__attach_item_link {
  position: relative;
  padding-left: 0;
  font-size: 16px;
}
.course__main-information {
  position: relative;
}
@media screen and (max-width: 992px) {
  .course__main-information {
    text-align: left;
    padding-bottom: 90px;
    margin-top: 0px;
  }
}
.course__information {
  position: unset;
}
.course__buttons {
  max-width: 390px;
  position: absolute;
  bottom: 30px;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .course__buttons {
    width: 166px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.course__to-video {
  max-width: 210px;
  margin-right: 10px;
}
.course__to-video .button {
  padding-left: 26px;
  padding-right: 27px;
}
.course__to-video .button:hover {
  background-color: #BA0000;
}
@media screen and (max-width: 992px) {
  .course__to-video {
    display: none;
  }
}
.course__plans {
  margin-right: 10px;
}
.course__plans .button {
  background: #EBEBEB;
  width: 50px;
  height: 50px;
  position: relative;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.course__plans .button::after {
  position: absolute;
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
  z-index: 1;
  top: 14px;
  left: 17px;
}
@media screen and (max-width: 992px) {
  .course__plans {
    margin-right: 6px;
  }
}
.course__rates {
  display: flex;
  min-width: 110px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .course__rates {
    justify-content: space-around;
    min-width: auto;
  }
}
.course__rates_item {
  display: flex;
}
@media screen and (max-width: 992px) {
  .course__rates_item {
    margin-right: 6px;
  }
  .course__rates_item:last-of-type {
    margin-right: 0;
  }
}
.course__rates_item_val {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #030303;
  display: none;
}
.course__rates_item_button {
  position: relative;
  color: #000;
  cursor: pointer;
  background-color: #ddd;
  background-image: none;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
  background: #EBEBEB;
  width: 50px;
  height: 50px;
  position: relative;
  min-height: 50px;
}
.course__rates_item_button:hover, .course__rates_item_button:focus, .course__rates_item_button:visited, .course__rates_item_button:active {
  text-decoration: none;
  color: #000;
}
.course__rates_item_button::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 25px;
  height: 21px;
  z-index: 1;
  top: 12px;
  left: 13px;
}
.course__rates_item_button--dislike::after {
  top: 17px;
  left: 13px;
}
.course__rates_item_button--dislike--active.course__rates_item_button--like::after {
  background-position: -144px -292px;
}
.course__rates_item_button--dislike--active.course__rates_item_button--dislike::after {
  background-position: -282px -257px;
}
.course__rates_item_button--dislike--disabled.course__rates_item_button {
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .course__rates__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
.course__comments {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .course__comments {
    margin-top: 32px;
  }
}
.course__comments_title {
  font-size: 32px;
  font-weight: bold;
  color: #e30513;
}
@media screen and (max-width: 992px) {
  .course__comments_title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.course__comments_list_item {
  margin-top: 10px;
  padding-bottom: 0px;
}
.course__comments_list_item_blocked {
  font-style: italic;
}
.course__comments_list_item_author {
  font-weight: bold;
}
.course__comments_list_item_text {
  display: block;
  padding-left: 10px;
}
.course__comments_list_item_toolbar {
  display: block;
  padding-left: 10px;
  padding-top: 0px;
  height: 35px;
}
.course__comments_list_item_reply {
  display: block;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid #dddfe2;
}
.course__comments_list_item_timestamp {
  padding-left: 20px;
  color: #40444C;
}
.course__comments_list_item_note {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .course__comments_list_item_note {
    font-size: 14px;
    margin-top: 8px;
  }
}
.course__comments_list_item_note a {
  text-decoration: underline;
}
.course__comments__rates {
  padding-left: 20px;
}
.course__comments__rates i {
  padding-top: 10px;
  padding-left: 0px;
}
.course__comments__rates_item {
  display: inline-block;
  font-size: 14px;
}
.course__comments__rates_item_val {
  width: 10px;
  float: left;
  line-height: 50px;
}
.course__comments__rates_item .button {
  font-size: 14px;
  background: #ffffff !important;
  color: #000000;
  padding: 0px 10px 0px 4px !important;
}
.course__comments_form {
  padding-left: 15px;
  padding-right: 10px;
}
.course__comments_form_link {
  font-size: 18px;
}
.course__modules_title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .course__modules_title {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }
}
.course__modules_list_item {
  margin-top: 20px;
}
.course__modules_list_item_title {
  font-size: 26px;
}
.course__modules_list_item_type {
  font-size: 16px;
  line-height: 80px;
  background-color: #EBEBEB;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.course__modules_list_item_type a {
  color: #000000;
  text-decoration: none;
}
.course__modules_list_item_type.active {
  background: #8B8B8B;
  color: #FFFFFF;
  text-decoration: none;
}
.course__modules_list_item_type.active a {
  color: #000000;
}
.course__modules_list_item_type:hover {
  background: #CCCCCC;
}
.course__modules_list_item_type:active {
  background: #8B8B8B;
  color: #FFFFFF;
}
.course__modules_list_item_currency {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  line-height: 150%;
  text-align: center;
  border-radius: 50%;
  background: #E30613;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .course__modules_list_item_currency {
    top: 50%;
    right: 16px;
    background: #000000;
    color: #FFFFFF;
    transform: translate(50%, -50%);
    font-size: 13px;
    width: 20px;
    height: 20px;
  }
}
.course__modules_list_item_content.opened:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 12px solid #e30513;
  position: absolute;
  top: 30px;
  right: 30px;
}
.course__modules_list_item_content.closed {
  /* Settings for hide palyer and material desc.*/
}
.course__modules_list_item_content.closed:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-left: 12px solid #e30513;
  position: absolute;
  top: 30px;
  right: 30px;
}
.course__modules_list_item_content.closed .course__modules_list_item_content_data {
  display: none;
}
.course__modules_list_item_content_title {
  margin: 0;
  padding: 15px 40px 15px 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 80px;
  line-height: 1.3;
  border: 6px solid #000000;
}
@media screen and (max-width: 992px) {
  .course__modules_list_item_content_title {
    font-size: 14px;
  }
}
.course__modules_list_item_content_topic {
  margin: 0;
  padding: 15px 40px 15px 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 80px;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .course__modules_list_item_content_topic {
    font-size: 14px;
  }
}
.course__modules_list_item_content_data {
  padding: 20px;
  border: 6px solid #000000;
  border-top: 0;
}
.course__modules_list_item_content_data_video {
  padding: 10px 10px 10px 0;
  display: inline-block;
}
.course__modules_list_item_content_data_video_commercial_desc {
  margin-top: 10px;
}
.course__modules_list_item_content_data_desc {
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 10px 15px 0;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .course__modules_list_item_content_data_desc {
    font-size: 14px;
  }
}
.course-recommended {
  margin-top: 60px;
  padding-top: 30px;
  background-color: #ebebeb;
}
.course-recommended__title {
  margin-bottom: 0.75em;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .course-recommended__title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.course-banner {
  background-color: #ebebeb;
}
.course__subscription {
  font-size: 18px;
}
.course__subscription .checkbox-label.small {
  font-size: 85% !important;
}
.course__subscription_header {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.course__subscription_completed-msg {
  font-size: 16px;
}
.course-material__content_desc {
  margin-top: 30px;
}
.course-material .course__rates {
  max-width: 110px;
  min-width: 110px;
}
.course-material_wrapper {
  display: flex;
  justify-content: space-between;
  max-height: 50px;
  margin-top: 30px;
}
.course-material_wrapper .course-material_footer {
  padding: 0;
  display: flex;
  width: 100%;
}
.course-material_wrapper .course-material_footer--left {
  width: 100%;
}
.course-material_wrapper .course-material_footer--left a {
  width: 50px;
  height: 50px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .course-material_wrapper .course-material_footer--left a {
    width: 41px;
    height: 41px;
  }
}
.course-material_wrapper .course-material_footer--left a .fa {
  padding-top: 15px;
  font-size: 23px;
  margin-left: 8px;
}
@media screen and (max-width: 992px) {
  .course-material_wrapper .course-material_footer--left a .fa {
    padding-top: 11px;
  }
}
.course-material_wrapper .course-material_footer--right {
  width: 100%;
}
.course-material_wrapper .course-material_footer--right a {
  width: 50px;
  height: 50px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .course-material_wrapper .course-material_footer--right a {
    width: 41px;
    height: 41px;
  }
}
.course-material_wrapper .course-material_footer--right a .fa {
  padding-top: 15px;
  font-size: 23px;
  margin-right: 8px;
}
@media screen and (max-width: 992px) {
  .course-material_wrapper .course-material_footer--right a .fa {
    padding-top: 11px;
  }
}

.subscription_bg {
  width: 100%;
  background-image: url(../images/subscription-bg-default.png);
  min-height: 345px;
  background-size: 100%;
  transition: all 0.15s ease-out;
  background-repeat: no-repeat;
}
.subscription_bg:hover {
  background-image: url(../images/subscription-bg-hover.png);
}
@media screen and (max-width: 576px) {
  .subscription_bg {
    min-height: 145px;
  }
}

.course__rates_item_button--active .course__rates_item_button_icon {
  fill: #8B8B8B;
}

.course__rates_item_button:hover {
  background-color: #CCCCCC;
}
.course__rates_item_button:active svg {
  fill: #8B8B8B;
}
@media screen and (max-width: 992px) {
  .course__rates_item_button {
    min-height: 41px;
    width: 41px;
    height: 41px;
    padding-top: 11px;
  }
}

.course__plans .button {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .course__plans .button {
    width: 41px;
    height: 41px;
    padding-top: 11px;
  }
}
.course__plans .button:hover {
  background-color: #CCCCCC;
}
.course__plans .button:active svg {
  fill: #8B8B8B;
}

.course__to-video--top {
  display: none;
}
@media screen and (max-width: 992px) {
  .course__to-video--top {
    display: block;
    margin-bottom: 20px;
  }
}

.course__rates {
  max-width: 110px;
}

.vebinar {
  margin-bottom: 120px;
}
.vebinar__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.vebinar__comments {
  width: 100%;
  max-width: 750px;
}

.course__attach_item_link a {
  font-size: 22px;
  line-height: 31px;
  padding-left: 30px;
}

@media screen and (max-width: 993px) {
  .vebinar {
    margin: 0px 32px 80px;
  }

  .vebinar__block {
    flex-direction: column;
  }

  .course__attach_item_link a {
    font-size: 14px;
    padding-left: 17px;
  }

  .course__attach_item_icon {
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    font-size: 13px;
  }
}
.course-information {
  margin-top: 60px !important;
}
.course-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 77px !important;
}
.course-details__author {
  width: 100%;
  max-width: 240px;
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .course-details__author {
    margin-right: 0;
    align-items: center;
    max-width: 100%;
  }
}
.course-details__description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 780px;
  padding-top: 16px;
  border-top: 6px solid #000000;
}
.course-details__format {
  margin: 0 40px 0 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 90px;
}
.course-details__info {
  width: 100%;
  max-width: 515px;
  text-align: left;
}

.modules__slider {
  max-width: 180px;
  width: 100%;
  overflow: inherit !important;
}

.modyles__link {
  width: 100%;
}

.slider-btn {
  width: 20px;
  height: 41px;
  background-color: white;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E30613;
}

.slider-btn--hide {
  display: none;
}

.swiper-slide:nth-last-child(1) {
  margin-right: 0;
}

.swiper-button-disabled .fa {
  color: #EBEBEB;
}

.modules__header {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .modules__slider {
    max-width: 150px;
  }
}
@media screen and (min-width: 993px) {
  .modules__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .modules__wrapper, .modules__slide {
    width: 100%;
    height: initial;
  }

  .modules__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 155px;
    min-height: 80px !important;
    margin-bottom: 30px;
    list-style-type: none;
  }

  .slider-btn {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .modules__slider-container {
    position: relative;
    max-width: 195px;
    width: 100%;
    display: flex;
    margin: auto;
    float: none !important;
    overflow: inherit !important;
  }
}
@media screen and (max-width: 992px) {
  .course__modules_list_item_type {
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    padding-left: 16px;
    text-align: left;
  }

  .modules__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 41px;
    min-height: 41px !important;
    margin-bottom: 0;
  }

  .modules__wrapper {
    padding: 0;
    margin: 0;
  }

  .modules__typename {
    display: none;
  }

  .slider-btn-next {
    position: absolute;
    top: 0;
    right: -28px;
    transform: rotate(180deg);
  }

  .slider-btn-prev {
    position: absolute;
    top: 0;
    left: -34px;
  }

  .modules__slide .modyles__link .course__modules_list_item_type {
    padding-left: 0;
    text-align: center;
  }

  .modules__slider {
    max-width: 220px;
    margin-top: 0 !important;
    margin-bottom: 20px;
    overflow: hidden !important;
  }

  .modules__header {
    margin-bottom: 16px;
  }

  .modules__slide .course__modules_list_item_type .course__modules_list_item_currency {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .course-details {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .course-details__description {
    border-top: none;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .course__header_info_duration {
    padding-bottom: 100px;
  }

  .course-details__format {
    max-width: 170px;
  }
}
.course-material {
  display: block;
}
@media screen and (max-width: 992px) {
  .course-material__header {
    border: 3px solid #000000;
  }
}
.course-material__header_format {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .course-material__header_format {
    border-top: none;
  }
}
.course-material__header_format_name {
  color: #000000;
}
.course-material__header_format_val {
  color: #e30513;
}
.course-material__header_title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 6px solid #000000;
}
@media screen and (max-width: 992px) {
  .course-material__header_title {
    padding-top: 20px;
    font-size: 18px;
    line-height: 23px;
    border-bottom: none;
  }
}
.course-material__header_title a {
  text-decoration: none;
  color: #000000;
}
.course-material__header_title a:hover {
  color: #e30513;
}
.course-material__title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .course-material__title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.course-material__content {
  font-size: 16px;
}
.course-material__content_video {
  display: block;
  width: 100%;
}
.course-material__content_title {
  margin-top: 30px;
  display: block;
  font-size: 32px;
  text-transform: uppercase;
}
.course-material__content_title_module {
  font-size: 18px;
  color: #e30513;
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .course-material__content_title_module {
    font-size: 14px;
    line-height: 1.3;
  }
}
.course-material__content_title_desc {
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 992px) {
  .course-material__content_title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.course-material__content_nav {
  margin-top: 30px;
  display: block;
}
.course-material__content_nav .arrow-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.6666666667px solid transparent;
  border-right: 10px solid #e30513;
  border-bottom: 5.6666666667px solid transparent;
  margin-right: 15px;
}
.course-material__content_nav .arrow-left:after {
  content: "";
}
.course-material__content_nav .arrow-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.6666666667px solid transparent;
  border-left: 10px solid #e30513;
  border-bottom: 5.6666666667px solid transparent;
  margin-right: 15px;
}
.course-material__content_nav .arrow-right:after {
  content: "";
}
.course-material__content_nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.course-material__content_nav a:hover {
  color: #e30513;
}
.course-material_footer {
  padding: 30px 0 0;
}
.course-material_footer:after, .course-material_footer:before {
  content: "";
  display: block;
  clear: both;
}
.course-material_footer--left {
  float: left;
  width: 50%;
  text-align: left;
}
.course-material_footer--right {
  float: right;
  width: 50%;
  text-align: right;
}

.course-test {
  display: block;
}
@media screen and (max-width: 992px) {
  .course-test__header {
    margin-bottom: 16px;
    border: 3px solid #000000;
  }
}
.course-test__header_format {
  border-top: 6px solid #000000;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .course-test__header_format {
    border-top: none;
  }
}
.course-test__header_format_name {
  color: #000000;
}
.course-test__header_format_val {
  color: #e30513;
}
.course-test__header_title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 6px solid #000000;
}
@media screen and (max-width: 992px) {
  .course-test__header_title {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.3;
    border-bottom: none;
  }
}
.course-test__content {
  font-size: 16px;
}
.course-test__content_wizard {
  display: block;
  width: 100%;
}
.course-test__content_title {
  margin-top: 0px;
  display: block;
  font-size: 32px;
  text-transform: uppercase;
}
.course-test__content_title_module {
  color: #e30513;
  margin-right: 5px;
}
.course-test__content_desc {
  margin-top: 30px;
  display: block;
}
.course-test__content_nav {
  margin-top: 30px;
  display: block;
}
.course-test__content_nav .arrow-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.6666666667px solid transparent;
  border-right: 10px solid #e30513;
  border-bottom: 5.6666666667px solid transparent;
  margin-right: 15px;
}
.course-test__content_nav .arrow-left:after {
  content: "";
}
.course-test__content_nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.course-test__content_nav a:hover {
  color: #e30513;
}

.case__result__header {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
.case__result__text {
  font-size: 16px;
  margin-bottom: 40px;
}

.test {
  display: block;
}
.test__completed {
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
}
.test__question {
  margin-top: 30px;
}
.test__question_header {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: #dddddd;
  padding-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .test__question_header {
    text-transform: none;
  }
}
.test__question_desc {
  font-size: 14px;
  padding-bottom: 20px;
}
.test__question_result_title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
.test__question_answers {
  padding-bottom: 25px;
}
.test__question_answer {
  font-size: 14px;
  margin-bottom: 15px;
}
.test__question_answer.success {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  margin-left: 8px;
  margin-top: -4px;
  background: url(../images/on.png) no-repeat center center #212121;
  padding-bottom: 0px;
}
.test__question_answer.success .form__radio-label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  margin-left: 8px;
  margin-top: -4px;
  background: url(../images/on.png) no-repeat center center #212121;
}
.test__question_answer__desc {
  margin-bottom: 15px;
  display: none;
  padding-left: 40px;
  font-size: 16px;
  font-style: italic;
}
.test__question_answer.error {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  margin-left: 8px;
  margin-top: -4px;
  background: url(../images/off.png) no-repeat center center #e10f21;
  padding-bottom: 0px;
}
.test__question_answer.error .form__radio-label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  margin-left: 8px;
  margin-top: -4px;
  background: url(../images/off.png) no-repeat center center #e10f21;
}
.test__question_footer {
  border-top: 1px solid #dddddd;
  overflow: hidden;
  padding: 30px 0 0;
}
.test__question_footer:after, .test__question_footer:before {
  content: "";
  display: block;
  clear: both;
}
.test__question_footer--left {
  float: left;
  width: 50%;
  text-align: left;
}
.test__question_footer--right {
  float: right;
  width: 50%;
  text-align: right;
}
.test-table {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.test-table__header {
  background: #eaeaea;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}
.test-table__row {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 16px 20px;
}
.test-table__row:after, .test-table__row:before {
  content: "";
  display: inline-block;
  clear: both;
}
.test-table__body {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.test-table__col {
  float: left;
}
.test-table__col--num {
  width: 30px;
  margin-right: 10px;
  transition: color 0.3s ease;
}
.test-table__col--title {
  width: 700px;
  margin-right: 10px;
  transition: color 0.3s ease;
}
.test-table__col--score {
  width: 60px;
}
.test-table__col--score-percent {
  width: 40px;
}
.test-table__col--score-icon {
  width: 20px;
  text-align: right;
  float: right;
}
.test-results {
  padding: 30px 5px 30px;
  font-size: 16px;
  color: #000000;
}
.test-results__h2 {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.test-results__note {
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.test-statistic {
  padding: 55px 5px 50px;
  font-size: 14px;
  color: #000000;
}
.test-statistic__h1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 30px;
}
.test-statistic__h2 {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.test-statistic__icon {
  color: #dddddd;
  margin: 0 15px 0 0;
}
.test-statistic__big {
  font-size: 24px;
  color: #000000;
}
.test-statistic__alert {
  font-size: 24px;
  color: #000000;
  margin-left: 20px;
}
.test-statistic__col {
  display: inline-block;
  vertical-align: top;
}
.test-statistic__col:last-child {
  margin-right: 0;
}
.test .radiobutton {
  display: none;
}
.test .radiobutton:checked + .radiobutton-label {
  color: #000000;
}
.test .radiobutton:checked + .radiobutton-label::before {
  border: 4px solid #e30513;
}
.test .radiobutton-label {
  vertical-align: top;
  font-weight: normal;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
.test .radiobutton-label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #40444C;
  border-radius: 16px;
  margin: 0 20px 3px 2px;
  transition: border 0.3s;
}
.test .checkbox-label {
  font-size: 16px;
  font-weight: normal;
}

[touch-action=none] {
  -ms-touch-action: none;
  touch-action: none;
}

[touch-action=pan-x] {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

[touch-action=pan-y] {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

[touch-action=scroll], [touch-action="pan-x pan-y"], [touch-action="pan-y pan-x"] {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

/* scrollable root element */
.wizard {
  min-height: 640px;
  margin: 0px auto;
  width: 908px;
  overflow: hidden;
  position: relative;
}

/* scrollable items */
.wizard .items {
  width: 20000em;
  clear: both;
  position: absolute;
}

/* single item */
.wizard .page {
  background: #ffffff;
  padding: 0px 10px 10px 0px;
  width: 908px;
  float: left;
}

.wizard .wizard-progress-wrapper {
  /* border-top: 1px solid #010102; */
  /* border-bottom: 1px solid #ccc; */
  height: 36px;
}

.wizard ul.wizard-progress {
  padding: 0;
  margin: 0;
}

.wizard .wizard-progress li {
  /*margin: -11px 0px 0px 0px; */
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  float: left;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #000;
  margin-left: 12px;
}

.wizard .wizard-progress li.first {
  margin-left: 0px;
}

.wizard .wizard-progress li p {
  text-align: center;
  margin: -4px;
  padding: 0px;
  line-height: 30px;
  color: #fff;
  /*
  position: absolute;
    left: 0;
    text-align: center;
    white-space: nowrap;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 32px;
  */
}

.wizard .wizard-progress li.active {
  background-color: #e00f21;
  font-weight: normal;
}

.wizard .wizard-progress li.active p {
  color: #fff;
}

.wizard .wizard-progress li.last {
  border-radius: 0;
}

.stub--wrapper {
  display: flex;
  padding: 0 20px;
}
.stub--block_left-img {
  width: 100%;
  max-width: 220px;
}
.stub--block_left {
  width: 100%;
  max-width: 512px;
}
.stub--block_right {
  width: 100%;
  max-width: 240px;
}
.stub--info {
  margin-bottom: 28px;
}
.stub--title {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #E30613;
}
.stub--suptitle {
  font-size: 16px;
  line-height: 19px;
}

.stub--wrapper_sub {
  display: flex;
}
.stub--wrapper_sub .stub--block_left {
  width: 100%;
  min-width: 360px;
  margin-right: 30px;
}

.stub--wrapper_buy {
  display: flex;
  padding: 0 20px;
}
.stub--wrapper_buy .stub--block_right {
  max-width: 290px;
}
.stub--wrapper_buy .stub--block_left {
  margin-right: 0px;
}

.stub--wrapper_sub.stub--wrapper_subs {
  margin-top: 20px;
  justify-content: space-around;
}
.stub--wrapper_sub.stub--wrapper_subs .stub--block_left {
  max-width: 330px;
}

.stub--wrapper_subs--veb {
  background-color: #2D2D2D;
  min-height: 306px;
  padding-top: 33px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.stub--wrapper_subs--veb .stub--block_left {
  margin-top: auto;
  margin-right: 0;
}
.stub--wrapper_subs--veb .stub--title {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #C14545;
  text-align: center;
}
.stub--wrapper_subs--veb .stub--button {
  text-align: center;
}
.stub--wrapper_subs--veb .stub--button .button {
  background-color: #C14545;
}
.stub--wrapper_subs--veb .stub--suptitle {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.stub--block_mob-img {
  display: none;
}

.stub--wrapper_buy.stub--wrapper_buys {
  margin-top: 60px;
}
.stub--wrapper_buy.stub--wrapper_buys .stub--block_left {
  max-width: 414px;
  margin-right: 66px;
}

.stub--wrapper.stub--wrappers {
  margin-top: 60px;
}
.stub--wrapper.stub--wrappers .stub--block_left {
  max-width: 512px;
  margin-right: 25px;
}

.course__modules_list_item_content_data {
  padding: 1px;
}

@media (min-width: 320px) and (max-width: 568px) {
  .stub--wrapper {
    flex-direction: column;
    text-align: center;
  }
  .stub--block_left-img {
    display: none;
  }
  .stub--block_left {
    order: 1;
  }
  .stub--block_right {
    order: 0;
    margin: 0 auto;
  }
  .stub--title {
    font-size: 18px;
    line-height: 22px;
  }
  .stub--suptitle {
    font-size: 14px;
    line-height: 17px;
  }

  .stub--wrapper_sub {
    flex-direction: column;
    text-align: center;
  }
  .stub--wrapper_sub .stub--block_left {
    min-width: 260px;
    order: 1;
    text-align: center;
    margin-right: 0;
    margin: 0 auto;
  }
  .stub--wrapper_sub .stub--block_right {
    min-width: 210px;
    order: 0;
  }
  .stub--wrapper_sub .stub-img {
    max-width: 210px;
  }

  .stub--wrapper_subs--veb {
    padding-left: 0px;
    padding-right: 0px;
  }

  .stub--wrapper_subs--veb .stub--title {
    font-size: 18px;
    line-height: 22px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .stub--wrapper_subs--veb .stub--suptitle {
    font-size: 14px;
    line-height: 17px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .stub--wrapper_subs--veb .stub--block_mob-img {
    display: block;
  }

  .stub--wrapper_subs--veb .stub--block_right {
    display: none;
  }

  .stub--wrapper_subs--veb .stub--block_left {
    min-width: 216px;
  }

  .stub--wrapper_buy {
    flex-direction: column;
    text-align: center;
  }
  .stub--wrapper_buy .stub--block_left {
    min-width: 260px;
    order: 1;
    margin-right: 0;
  }
  .stub--wrapper_buy .stub--block_right {
    min-width: 210px;
    order: 0;
  }
  .stub--wrapper_buy .stub-img {
    max-width: 210px;
  }
}
.stub--button_text {
  font-weight: bold;
  margin: 0;
}

@media (min-width: 550px) and (max-width: 720px) {
  .stub--wrapper_sub.stub--wrapper_subs {
    flex-direction: column;
    text-align: center;
  }
  .stub--wrapper_sub.stub--wrapper_subs .stub--block_left {
    min-width: 260px;
    order: 1;
    text-align: center;
    margin-right: 0;
    margin: 0 auto;
  }
  .stub--wrapper_sub.stub--wrapper_subs .stub--block_right {
    min-width: 210px;
    order: 0;
    margin: 0 auto;
  }
  .stub--wrapper_sub.stub--wrapper_subs .stub--block_left-img {
    display: none;
  }

  .stub--wrapper_subs--veb {
    padding-bottom: 40px;
  }
  .stub--wrapper_subs--veb .stub--block_left-img {
    display: none;
  }
  .stub--wrapper_subs--veb .stub--block_right {
    display: none;
  }
  .stub--wrapper_subs--veb .stub--block_mob-img {
    display: block;
    order: 0;
    margin: 0 auto;
  }
  .stub--wrapper_subs--veb .stub--title {
    margin-top: 30px;
  }
}
.rf-card {
  position: relative;
  width: 100%;
  min-height: 316px;
  overflow: hidden;
  font-size: 16px;
  line-height: 125%;
  text-transform: none;
}

.rf-card-prices {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 0;
  padding: 0;
}

.rf-card-prices__item {
  margin: 0;
  margin-right: 8px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: normal;
}

.rf-card__price--old {
  font-size: 12px;
  color: #929292;
  text-decoration: line-through;
  -webkit-text-decoration-color: #929292;
  text-decoration-color: #929292;
}

.rf-card__price--discount {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.rf-card__price--old + .rf-card__price--discount {
  color: #e30513;
}

.rf-card__cover-wrapper {
  position: relative;
  height: 160px;
  transform: translateY(0);
  transition: all 0.15s;
}

.rf-card__cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rf-card__stats {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-content: center;
}

.rf-card__stats .rf-card__label:last-of-type {
  margin-left: auto;
}

.rf-card__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #666666;
}

.rf-card__progress-fill {
  position: absolute;
  height: 100%;
  background-color: #E30613;
}

.rf-card__label {
  padding: 3px 5px 4px;
  font-size: 12px;
  line-height: 13.2px;
  font-weight: 500;
  color: #ffffff;
  background-color: rgba(34, 34, 34, 0.75);
  border-radius: 3px;
}

.rf-card__label--discount {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 3px 12px 3px 6px;
  font-size: 16px;
  line-height: 17.6px;
  font-style: italic;
  text-align: center;
  background-color: #e30513;
  color: #ffffff;
  border-radius: 0;
}

.rf-card__format {
  display: inline-block;
  margin-bottom: 6px;
  text-transform: lowercase;
  background-color: #AAAAAA;
  transition: all 0.15s;
}
.rf-card__format--online-course {
  background-color: #C14545;
}

.rf-card__content {
  position: absolute;
  padding: 20px 24px 24px;
  background-color: #ffffff;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(160px);
  transition: all 0.25s;
}

.rf-card__link {
  color: inherit;
  text-decoration: none;
}

.rf-card__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.rf-card__link:hover {
  color: inherit;
}

.rf-card__link:focus {
  color: inherit;
  text-decoration: none;
}

.rf-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  margin: 0 0 12px;
  font-size: inherit;
  transition: all 0.15s;
}

@media screen and (min-width: 993px) {
  .rf-card:hover .rf-card__content {
    height: 100%;
    transform: translateY(0);
  }
  .rf-card:hover .rf-card__title {
    overflow: auto;
    overflow-y: hidden;
    display: block;
    line-height: 135%;
  }
  .rf-card:hover .rf-card__format--free {
    background-color: #5B9877;
  }
  .rf-card:hover .rf-card__format--paid {
    background-color: #C14545;
  }
  .rf-card:hover .rf-card__speakers {
    row-gap: 3px;
  }
}

.rf-card__speakers {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.rf-card__speaker {
  margin-right: 4px;
  font-size: 14px;
  line-height: 15.4px;
}

.rf-card__speaker:last-of-type {
  margin-right: 0;
}

.rf-cards-list {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .rf-cards-list {
    flex-direction: column;
    align-items: center;
  }
}
.rf-cards-list .rf-card {
  max-width: calc(25% - 11.25px);
}
@media screen and (max-width: 1200px) {
  .rf-cards-list .rf-card {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .rf-cards-list .rf-card {
    max-width: calc(33.3333333333% - 10px);
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .rf-cards-list .rf-card {
    max-width: calc(50% - 20px);
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .rf-cards-list .rf-card {
    max-width: 320px;
  }
}

.rf-cards-list.rf-cards-list--main-page {
  margin: 0 0 60px;
  padding: 0 30px;
  flex-direction: column;
}

@media screen and (max-width: 576px) {
  .rf-cards-list--main-page {
    align-items: normal;
  }
}
.rf-cards-list--main-page .rf-card {
  margin-right: 30px;
  max-width: calc(33.3333333333% - 20px);
  min-height: 354px;
}
.rf-cards-list--main-page .rf-card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .rf-cards-list--main-page .rf-card {
    max-width: calc(50% - 20px);
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .rf-cards-list--main-page .rf-card {
    max-width: 320px;
  }
}
.rf-cards-list--main-page .rf-card__cover-wrapper {
  height: 198px;
}
.rf-cards-list--main-page .rf-card__content {
  transform: translateY(198px);
}
.rf-cards-list--main-page .flickity-page-dots {
  bottom: -32px;
}
@media screen and (max-width: 400px) {
  .rf-cards-list--main-page .flickity-page-dots {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .rf-cards-list--main-page .flickity-prev-next-button {
    transform: none;
  }
}
@media screen and (max-width: 400px) {
  .rf-cards-list--main-page .flickity-prev-next-button.next {
    right: 0;
  }
}
@media screen and (max-width: 400px) {
  .rf-cards-list--main-page .flickity-prev-next-button.previous {
    left: 0;
  }
}

.rf-card.rf-card--admin {
  min-height: 370px;
}

.courses-catalog .rf-card {
  max-width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 1200px) {
  .courses-catalog .rf-card {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .courses-catalog .rf-card {
    max-width: calc(50% - 7.5px);
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .courses-catalog .rf-card {
    max-width: 320px;
  }
}

.rf-cards-list--recommendations {
  flex-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  .rf-cards-list--recommendations {
    gap: 0;
  }
}
@media screen and (max-width: 576px) {
  .rf-cards-list--recommendations {
    flex-direction: row;
  }
}

.swiper.course-recommended__swiper {
  padding-bottom: 24px;
}

.course-recommended {
  padding-bottom: 30px;
}

.course-recommended__swiper .swiper-pagination {
  bottom: 0 !important;
}

.special-projects-list .card__title {
  text-transform: uppercase;
}

.rf-cards-list--books {
  gap: 0;
}

.rf-cards-list--books .rf-card--book {
  width: auto;
  max-width: 29.6296296296%;
  margin-right: 5.5555555556%;
  margin-bottom: 5.5555555556%;
}
.rf-cards-list--books .rf-card--book:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .rf-cards-list--books .rf-card--book:nth-of-type(3n) {
    margin-right: 5.5555555556%;
  }
}
@media screen and (max-width: 576px) {
  .rf-cards-list--books .rf-card--book:nth-of-type(3n) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .rf-cards-list--books .rf-card--book:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .rf-cards-list--books .rf-card--book:nth-of-type(even) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .rf-cards-list--books .rf-card--book {
    max-width: 47.2222222222%;
  }
}
@media screen and (max-width: 576px) {
  .rf-cards-list--books .rf-card--book {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

.rf-card__label--bookshelf {
  background-color: #e30513;
}

.rf-card--book .rf-card__stats {
  right: 24px;
  top: 20px;
  bottom: initial;
}

.rf-card--book .rf-card__content {
  /* display: none */
  transform: translateY(100%);
}

.rf-card--book .rf-card__cover-wrapper {
  height: 100%;
}

.rf-card--book .rf-card__speakers {
  margin: 0 0 12px;
}

.rf-card--book .rf-card__description {
  overflow-y: hidden;
  max-height: 200px;
  overflow-y: hidden;
  position: relative;
}

.rf-card--book .rf-card__description::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 24px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, white 100%);
}

.c-courses__bg {
  padding: 40px 0 20px;
  background-color: rgba(221, 221, 221, 0.6);
}
.c-courses__item-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 30px;
}
.c-courses__item-wrapper:last-child {
  margin-bottom: 0;
}
.c-courses__item-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0.6);
  z-index: -1;
}
.c-courses__item {
  display: flex;
  min-height: 315px;
  border: 6px solid #000000;
}
.c-courses__item .c-course__buy-section {
  margin-top: auto;
  margin-left: auto;
}
.c-courses__item .c-course__buy-section .c-courses__button {
  margin-left: auto;
}
.c-courses__section {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 50%;
}
.c-courses__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.c-courses__name {
  color: #e30513;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 20px;
}
.c-courses__features {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .c-courses__features {
    margin-top: 24px;
    display: block;
  }
}
.c-courses__features-item {
  display: flex;
  align-items: center;
  padding-left: 40px;
  max-width: 165px;
  position: relative;
  margin-right: 12px;
}
.c-courses__features-item:last-child {
  margin-right: 0;
}
.c-courses__features-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .c-courses__features-item {
    margin-bottom: 8px;
  }
  .c-courses__features-item:last-child {
    margin-bottom: 0;
  }
  .c-courses__features-item::before {
    width: 26px;
    height: 26px;
  }
}
.c-courses__features-item--devices::before {
  background-image: url(../images/icon-devices.svg);
}
.c-courses__features-item--clock::before {
  background-image: url(../images/icon-clock.svg);
}
.c-courses__features-item--certificate::before {
  background-image: url(../images/icon-certificate.svg);
}
.c-courses__features-item p {
  margin: 0;
}
.c-courses__feature-number {
  font-size: 40px;
  font-weight: bold;
  color: #e30513;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-courses__feature-number {
    font-size: 32px;
  }
}
.c-courses__feature-name {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.25;
  margin-left: 10px;
}
.c-courses__description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.c-courses__button {
  margin-top: auto !important;
  /*min-width: 235px*/
  align-self: flex-end;
}

.c-course {
  display: block;
}

.c-course__header {
  display: flex;
  position: relative;
  border: 6px solid #000000;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .c-course__header {
    padding: 20px;
    display: block;
    border: 3px solid #000000;
  }
}

.c-course__header-wrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.c-course__header-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0.6);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .c-course__header-wrapper::after {
    content: none;
  }
}

.c-course__section-description {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .c-course__section-description {
    width: 100%;
  }
}

.c-course__header-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: Geometria, sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .c-course__header-title {
    font-size: 14px;
    line-height: 18px;
  }
}

.c-course__header-name {
  margin-bottom: 65px;
  text-transform: uppercase;
  font-family: Geometria, sans-serif;
  color: #ed1c24;
  font-size: 30px;
  line-height: 1.47;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .c-course__header-name {
    font-size: 18px;
    line-height: 23px;
  }
}
.c-course__header-name--small-margin {
  margin-bottom: 15px;
}

.c-course__header-duration {
  text-transform: uppercase;
  font-family: Geometria, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: normal;
}
.c-course__header-duration span {
  font-size: 25px;
  font-weight: bold;
  color: #ed1c24;
}

.c-course__header-stat {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Geometria, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .c-course__header-stat {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
.c-course__header-stat span {
  font-size: 25px;
  font-weight: bold;
  color: #ed1c24;
}
@media screen and (max-width: 992px) {
  .c-course__header-stat span {
    font-size: 14px;
    line-height: 18px;
  }
}
.c-course__header-stat--small span {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .c-course__header-stat--small span {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-course__header-link {
  margin-top: auto;
}

.c-course__section-promo {
  width: 50%;
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  .c-course__section-promo {
    width: 100%;
    padding-left: 0;
  }
}

.c-course__promo-player {
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
}

.c-course__promo-desc {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-course__promo-desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
.c-course__promo-desc__speaker {
  display: block;
  margin-top: 40px;
  margin-bottom: 24px;
}
.c-course__promo-desc__speaker_photo {
  display: block;
}
.c-course__promo-desc__speaker_fio {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  line-height: inherit;
  font-weight: bold;
  text-transform: uppercase;
}
.c-course__promo-desc__speaker_fio a {
  text-decoration: none;
}
.c-course__promo-desc__speaker_fio a:hover {
  text-decoration: none;
  color: #e30513;
}
.c-course__promo-desc__speaker_desc {
  display: block;
  line-height: 1.5;
  margin-top: 20px;
  font-size: 16px;
}
.c-course__promo-desc__speaker_desc span {
  display: inline-block;
  width: 75%;
  font-family: "Geometria";
  font-weight: bold;
  text-transform: uppercase;
}

.c-course__full-description {
  font-size: 16px;
  line-height: 1.42857143;
  margin-top: 40px;
}

.c-course__buy-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .c-course__buy-section {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.c-course__button {
  margin-right: 24px;
}

.c-course__cost {
  margin-right: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .c-course__cost {
    width: 100%;
  }
}
.c-course__cost--old {
  position: relative;
  font-size: 24px;
  font-weight: normal;
  color: #6d6d6d;
}
.c-course__cost--old:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: calc(100% + 10px);
  height: 2px;
  background-color: #e30513;
  transform: translateY(-50%) rotate(170deg);
}

.c-course__currency {
  font-style: normal;
}

.c-course__intro {
  display: block;
  margin-top: 20px;
}
.c-course__intro_left {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  background: #e30513;
  color: #ffffff;
  text-transform: uppercase;
}
.c-course__intro_right {
  border: 2px solid #e30513;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.c-course__intro_right_title {
  font-size: 18px;
}
.c-course__intro_right_content {
  margin-top: 20px;
}
.c-course__intro_right_content_desc {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .c-course__intro_right_content_desc {
    font-size: 14px;
  }
}
.c-course__modules_divider {
  margin-top: 55px;
}
.c-course__modules_divider_title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #ed1c24;
}
@media screen and (max-width: 992px) {
  .c-course__modules_divider_title {
    font-size: 18px;
  }
}
.c-course__modules_divider_desc {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .c-course__modules_divider_desc {
    font-size: 14px;
  }
}
.c-course__modules_row {
  margin-top: 20px;
  border: 2px solid #dddddd;
}
.c-course__modules_row.bought {
  border: 2px solid #000000;
}
.c-course__modules_row.bought .c-course__modules_row_left {
  color: #e30513;
}
.c-course__modules_row.bought .c-course__modules_row_right {
  border-left: 2px solid #000000;
}
.c-course__modules_row_left {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
}
.c-course__modules_row_left_panel {
  text-transform: uppercase;
}
.c-course__modules_row_right {
  border-left: 2px solid #dddddd;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  min-height: 80px;
}
.c-course__modules_row_right_title {
  color: #000000;
}
.c-course__modules_row_right_indicator {
  text-transform: uppercase !important;
  color: #e30513;
  font-weight: bold;
}
.c-course__modules_row_right.closed:after {
  content: "";
  display: block;
  border: 13px solid transparent;
  border-left: 20px solid #e30513;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.c-course.new .c-course__modules_row_left_panel {
  color: #e30513;
}
.c-course.pending .c-course__modules_row_left_panel {
  color: #e30513;
}
.c-course.completed .c-course__modules_row_left_panel {
  color: #000000;
}
.c-course.completed .c-course__modules_row_right_indicator {
  color: #dddddd;
}
.c-course.last .c-course__modules_row {
  border: 2px solid #e30513;
}
.c-course.last .c-course__modules_row_right {
  border: none !important;
}
.c-course.last .c-course__modules_row_left {
  background: #e30513;
}
.c-course.last .c-course__modules_row_left_panel {
  color: #ffffff;
}
.c-course.last .c-course__modules_row_right_title {
  color: #e30513;
}

.c-course-material {
  display: block;
  margin-top: 40px;
}
.c-course-material__homenav {
  display: block;
  margin-bottom: 35px;
}
.c-course-material__homenav .arrow-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.6666666667px solid transparent;
  border-right: 10px solid #e30513;
  border-bottom: 5.6666666667px solid transparent;
  margin-right: 15px;
}
.c-course-material__homenav .arrow-left:after {
  content: "";
}
.c-course-material__homenav .arrow-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5.6666666667px solid transparent;
  border-left: 10px solid #e30513;
  border-bottom: 5.6666666667px solid transparent;
  margin-right: 15px;
}
.c-course-material__homenav .arrow-right:after {
  content: "";
}
.c-course-material__homenav a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.c-course-material__homenav a:hover {
  color: #e30513;
}
.c-course-material__nav {
  margin: 20px 0 40px 0;
}
.c-course-material__nav .nav-tabs li > a {
  background: transparent;
  color: #e30513;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.c-course-material__nav .nav-tabs li.active > a {
  background: #dddddd;
  color: #000000;
}
.c-course-material__nav .tab-content {
  margin-top: 0;
}
.c-course-material__nav .tab-content .tab-pane li a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
  transition: all 0.3s ease;
  border-radius: 0;
  overflow: hidden;
  outline-offset: 3px;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #000000;
  padding: 10px 4px !important;
  line-height: 1.5;
  min-height: 60px;
}
.c-course-material__nav .tab-content .tab-pane li a small {
  font-size: 11px;
  display: block;
  text-transform: lowercase;
}
.c-course-material__nav .tab-content .tab-pane li a small::before {
  content: "(";
}
.c-course-material__nav .tab-content .tab-pane li a small::after {
  content: ")";
}
.c-course-material__nav .tab-content .tab-pane a.active {
  background-color: #ed1c24;
  color: #ffffff;
}
.c-course-material__nav .tab-content .tab-pane .lSSlideWrapper {
  padding: 0 24px;
}
.c-course-material__nav .tab-content .tab-pane .lSSlideWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  z-index: 1;
  background-color: #fff;
}
.c-course-material__nav .tab-content .tab-pane .lSSlideWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  z-index: 1;
  background-color: #fff;
}
.c-course-material__nav .tab-content .tab-pane .lSAction > a {
  width: 18px;
  height: 28px;
  margin-top: -11px;
  background-image: url(/components/tpl/lfa2/images/controls/lightslider-controls_red.png);
}
.c-course-material__nav .tab-content .tab-pane .lSAction > .lSPrev {
  left: 0;
  background-position: -10px -56px;
}
.c-course-material__nav .tab-content .tab-pane .lSAction > .lSNext {
  right: 0;
  background-position: -10px -94px;
}
.c-course-material__header {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 6px solid #000000;
}
@media screen and (max-width: 992px) {
  .c-course-material__header {
    font-size: 18px;
    line-height: 1.3;
    border-bottom: 3px solid #000000;
  }
}
.c-course-material__toolbar {
  display: block;
  margin: 30px 0;
}
.c-course-material__toolbar .nav-tabs {
  border: none !important;
}
.c-course-material__toolbar .nav-tabs li > a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  background: #e30513;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0;
  outline-offset: 3px;
  cursor: pointer;
  border: 0;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 0;
  min-height: 50px;
  background: transparent;
  border: 3px solid #ed1c24;
  color: #ed1c24;
}
@media screen and (max-width: 992px) {
  .c-course-material__toolbar .nav-tabs li > a {
    padding-top: 11px;
    padding-bottom: 9px;
    padding-right: 16px;
    padding-left: 16px;
    min-height: 40px;
  }
}
.c-course-material__toolbar .nav-tabs li > a_disabled, .c-course-material__toolbar .nav-tabs li > a.disabled {
  color: #000000;
  background: #dddddd;
  cursor: not-allowed !important;
}
.c-course-material__toolbar .nav-tabs li > a_small {
  font-size: 12px;
  padding-top: 14px;
  min-height: 45px;
  line-height: 1.2;
}
.c-course-material__toolbar .nav-tabs li > a_invert {
  background: #ffffff;
  color: #000000;
  border: 1px solid #e30513;
}
.c-course-material__toolbar .nav-tabs li > a_invert:hover {
  background: #dddddd;
}
.c-course-material__toolbar .nav-tabs li > a_gray {
  background: #898585;
  color: #ffffff;
  border: 1px solid #dddddd;
}
.c-course-material__toolbar .nav-tabs li > a_gray:hover {
  background: #dddddd;
}
.c-course-material__toolbar .nav-tabs li > a_transparent, .c-course-material__toolbar .nav-tabs li > a.transparent {
  background: transparent;
  border: 3px solid #e30513;
  padding-top: 14px;
  padding-bottom: 12px;
  color: #e30513;
}
@media screen and (max-width: 992px) {
  .c-course-material__toolbar .nav-tabs li > a_transparent, .c-course-material__toolbar .nav-tabs li > a.transparent {
    padding-top: 8px;
    padding-bottom: 6px;
  }
}
.c-course-material__toolbar .nav-tabs li > a_transparent:hover, .c-course-material__toolbar .nav-tabs li > a.transparent:hover {
  background-color: #e30513;
  color: #ffffff;
}
.c-course-material__toolbar .nav-tabs li > a_link {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background-color: transparent !important;
  text-decoration: underline;
  min-height: auto !important;
}
.c-course-material__toolbar .nav-tabs li.active > a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  background: #e30513;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0;
  outline-offset: 3px;
  cursor: pointer;
  border: 0;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 0;
  min-height: 50px;
  background: #ed1c24;
  border: 3px solid #ed1c24;
}
@media screen and (max-width: 992px) {
  .c-course-material__toolbar .nav-tabs li.active > a {
    padding-top: 11px;
    padding-bottom: 9px;
    padding-right: 16px;
    padding-left: 16px;
    min-height: 40px;
  }
}
.c-course-material__toolbar .nav-tabs li.active > a_disabled, .c-course-material__toolbar .nav-tabs li.active > a.disabled {
  color: #000000;
  background: #dddddd;
  cursor: not-allowed !important;
}
.c-course-material__toolbar .nav-tabs li.active > a_small {
  font-size: 12px;
  padding-top: 14px;
  min-height: 45px;
  line-height: 1.2;
}
.c-course-material__toolbar .nav-tabs li.active > a_invert {
  background: #ffffff;
  color: #000000;
  border: 1px solid #e30513;
}
.c-course-material__toolbar .nav-tabs li.active > a_invert:hover {
  background: #dddddd;
}
.c-course-material__toolbar .nav-tabs li.active > a_gray {
  background: #898585;
  color: #ffffff;
  border: 1px solid #dddddd;
}
.c-course-material__toolbar .nav-tabs li.active > a_gray:hover {
  background: #dddddd;
}
.c-course-material__toolbar .nav-tabs li.active > a_transparent, .c-course-material__toolbar .nav-tabs li.active > a.transparent {
  background: transparent;
  border: 3px solid #e30513;
  padding-top: 14px;
  padding-bottom: 12px;
  color: #e30513;
}
@media screen and (max-width: 992px) {
  .c-course-material__toolbar .nav-tabs li.active > a_transparent, .c-course-material__toolbar .nav-tabs li.active > a.transparent {
    padding-top: 8px;
    padding-bottom: 6px;
  }
}
.c-course-material__toolbar .nav-tabs li.active > a_transparent:hover, .c-course-material__toolbar .nav-tabs li.active > a.transparent:hover {
  background-color: #e30513;
  color: #ffffff;
}
.c-course-material__toolbar .nav-tabs li.active > a_link {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background-color: transparent !important;
  text-decoration: underline;
  min-height: auto !important;
}
.c-course-material__video {
  display: block;
  width: 100%;
}
.c-course-material__audio {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.c-course-material__text {
  display: block;
  width: 100%;
  overflow-y: scroll;
  max-height: 400px;
}
.c-course-material__desc {
  display: block;
  margin-top: 30px;
  font-size: 22px;
}
@media screen and (max-width: 576px) {
  .c-course-material__desc {
    font-size: 14px;
  }
}
.c-course-material__homework__title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.c-course-material__homework__link {
  font-weight: normal;
  color: #e30513;
  font-size: 18px;
}
.c-course-material__homework__link .fa {
  position: relative;
  left: -8px;
  opacity: 0;
  transition: all 0.2s;
}
.c-course-material__homework__link:hover, .c-course-material__homework__link:focus {
  color: #e30513;
}
.c-course-material__homework__link:hover .fa, .c-course-material__homework__link:focus .fa {
  left: 5px;
  opacity: 1;
}
.c-course-material__homework .fa {
  padding-right: 5px;
}
.c-course-material__homework ol {
  padding-left: 16px;
}
.c-course-material__homework ol > li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 10px;
}
.c-course-material__homework ol > li div {
  font-weight: normal;
}
.c-course-material__homework ol > li a {
  color: #e30513;
}
.c-course-material__cases {
  margin-top: 20px;
}
.c-course-material__cases_title {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.c-course-material__cases_link {
  font-weight: normal;
  color: #e30513;
}
.c-course-material__cases_link .fa {
  position: relative;
  left: -8px;
  opacity: 0;
  transition: all 0.2s;
}
.c-course-material__cases_link:hover, .c-course-material__cases_link:focus {
  color: #e30513;
}
.c-course-material__cases_link:hover .fa, .c-course-material__cases_link:focus .fa {
  left: 0;
  opacity: 1;
}
.c-course-material__cases ol {
  padding-left: 16px;
}
.c-course-material__cases ol > li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 10px;
}
.c-course-material__cases ol > li div {
  font-weight: normal;
}
.c-course-material .course__laws_title {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.c-course-material__bookmarks {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-course-material__nav-carousel {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-course-material__nav-carousel__item {
  display: inline-block;
  vertical-align: top;
}

.module {
  display: flex;
  align-items: stretch;
  color: #000000;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 10px;
  text-decoration: none;
}
.module:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .module {
    display: block;
    font-size: 16px;
  }
}
.module.new .module__type {
  color: #ffffff;
}
.module.bought .module__type-section {
  border-color: #000000;
}
.module.bought .module__name-section {
  border-color: #000000;
}
.module.pending .module__type-section {
  border-color: #000000;
}
.module.pending .module__name-section {
  border-color: #000000;
}
.module.pending .module__type {
  color: #ed1c24;
}
.module.new .module__type {
  color: #ed1c24;
}
.module.completed .module__type {
  color: #000000;
}
.module.completed .module__indicator {
  color: #d6d6d6;
}
.module.completed .module__type-section {
  border-color: #ddd;
}
.module.completed .module__name-section {
  border-color: #ddd;
}
.module:hover, .module:focus {
  text-decoration: none;
}
.module:hover .module__name-section {
  border-color: #ed1c24;
}
.module:hover .module__name {
  color: #ed1c24;
}
.module:hover .module__type-section {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.module:hover .module__type {
  color: #ffffff;
}

.module__type-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 15%;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  border-left: 3px solid #ddd;
  transition: all 125ms ease-in;
}
@media screen and (max-width: 992px) {
  .module__type-section {
    display: block;
    width: 100%;
    border-right: 3px solid #ddd;
    border-bottom: none;
  }
}

.module__type {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.module__name-section {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  min-height: 80px;
  padding-left: 15px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 80px;
  width: 85%;
  border-left: 3px solid #ddd;
  border: 3px solid #ddd;
  transition: all 125ms ease-in;
}
.module__name-section::after {
  content: "";
  display: block;
  border: 13px solid transparent;
  border-left: 20px solid #c20d19;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .module__name-section {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
  .module__name-section::after {
    content: none;
  }
}

.module__name {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .module__name {
    width: 100%;
  }
}

.module__indicator {
  text-align: right;
  font-weight: 700;
  width: 30%;
  color: #c20d19;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .module__indicator {
    margin-top: 16px;
    text-align: center;
    width: 100%;
  }
}

.c-course-test {
  display: block;
}
.c-course-test__indicators {
  display: block;
  margin-top: 20px;
}
.c-course-test__indicators ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.c-course-test__indicators ul li {
  background-color: #ffffff;
  border: 2px solid #000000;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 10px;
}
.c-course-test__indicators ul li.active {
  background-color: #ffffff;
  border: 2px solid #e30513;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.c-course-test__indicators ul li.completed {
  background-color: #ffffff;
  border: 2px solid #dddddd;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.word-wrap {
  display: block;
}

.page-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page__sale {
  background-color: #11141C;
  color: #fff;
}
.page__sale-top {
  background-color: #21283a;
}
.page__sale .annoucement {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 57px;
  position: relative;
  background-image: url(../images/bg-box.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.page__sale .annoucement__logo {
  display: block;
  margin-bottom: 40px;
  width: fit-content;
  width: -moz-fit-content;
}
.page__sale .annoucement__logo-image {
  width: 48px;
}
.page__sale .annoucement__title {
  position: relative;
  margin-bottom: 50px;
  width: fit-content;
  width: -moz-fit-content;
}
.page__sale .annoucement__title-sub, .page__sale .annoucement__title-main {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 24px;
  text-transform: uppercase;
}
.page__sale .annoucement__title-main {
  display: block;
  margin-top: 23px;
  font-size: 45px;
  font-weight: 700;
}
.page__sale .annoucement__title-discount {
  position: absolute;
  right: -96px;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d92c2d;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-15deg);
  transform-origin: left;
  padding-top: 0.2em;
}
.page__sale .annoucement__icon {
  content: "";
  position: absolute;
  width: 113px;
  height: 96px;
  right: 120px;
  top: -40px;
  background-image: url(../images/icons/sale_annoucement_icon_30.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page__sale .annoucement__icon--percent-20 {
  background-image: url(../images/icons/sale_annoucement_icon_20.png) !important;
}
.page__sale .annoucement__link-item {
  position: relative;
  float: left;
  background: #DC291A;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 40px;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  clear: both;
  margin-bottom: 47px;
}
.page__sale .annoucement__link-item::before {
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0%;
  background-color: #fff;
}
.page__sale .annoucement__link-item span {
  position: relative;
}
.page__sale .annoucement__description {
  max-width: 540px;
  margin-bottom: 0;
  color: #C2BFC9;
}
.page__sale .list {
  margin-bottom: 64px;
}
.page__sale .list__title {
  padding-top: 50px;
  margin-bottom: 60px;
}
.page__sale .list__title h2 {
  font-size: 40px;
  font-weight: 700;
}
.page__sale .list__card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.page__sale .list__card-cover {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 32%;
  min-width: 350px;
  background-color: #0D1117;
}
.page__sale .list__card-cover::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  background-image: url(/components/tpl/lfa2/images/icons/set_cover_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 83px;
  height: 83px;
}
.page__sale .list__card-description {
  display: flex;
  justify-content: space-between;
  padding-top: 37px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 26px;
  width: 68%;
  min-height: 250px;
  background-color: #3D3A44;
}
.page__sale .list__card-info {
  width: 65%;
}
.page__sale .list__card-cta {
  width: 35%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.page__sale .list__card-title {
  display: block;
  font-size: 15px;
  color: #959595;
  margin-bottom: 13px;
}
.page__sale .list__card-line {
  width: 60%;
  margin-right: 10px;
  display: inline-block;
  border: 2px solid #D92C2D;
  background-color: #D92C2D;
}
.page__sale .list__card-name {
  margin-bottom: 40px;
}
.page__sale .list__card-name-item {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0px;
  margin-bottom: 15px;
}
.page__sale .list__card-icons {
  display: flex;
  justify-content: flex-start;
  min-height: 30px;
}
.page__sale .list__card-icons-item {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 30px;
  max-width: 200px;
}
.page__sale .list__card-icons-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.page__sale .list__card-icons-certificate {
  text-transform: lowercase;
}
.page__sale .list__card-icons-clock {
  margin-right: 45px;
  padding-left: 15px;
}
.page__sale .list__card-icons-clock::before {
  background-image: url(/components/tpl/lfa2/images/icons/icon-checklist.png);
}
.page__sale .list__card-icons-period::before {
  height: 23px;
  background-image: url(/components/tpl/lfa2/images/icons/icon-computer.png);
}
.page__sale .list__card-icons-certificate::before {
  background-image: url(/components/tpl/lfa2/images/icons/icon-calendar.png);
}
.page__sale .list__card-quantity {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.page__sale .list__card-clarification {
  font-size: 15px;
  color: #959595;
  line-height: 1.25;
  margin-left: 10px;
  margin-bottom: 0;
}
.page__sale .list__link {
  margin-top: auto;
}
.page__sale .list__link-item {
  position: relative;
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 15px 20px;
  border: 0;
  background-color: #645F71;
  text-decoration: none;
  border-radius: 100px;
  text-transform: uppercase;
  transition: 0.3s;
}
.page__sale .list__link-item span {
  position: relative;
}
.page__sale .list__link-item:hover {
  text-decoration: none;
  color: #fff;
}
.page__sale .list__card-sale-price {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  text-align: right;
  float: right;
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 700;
}
.page__sale .list__card-price {
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  float: right;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 45px;
}
.page__sale .list__card-price::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% + 15px);
  border: 1px solid #e01314;
  background-color: #e01314;
  transform: rotate(170deg) translateY(-12px) translateX(10px);
}
.page__sale .payment h2, .page__sale .payment .section__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 56px;
  margin-top: 0;
}
.page__sale .payment .section {
  padding-bottom: 60px;
}
.page__sale .payment .sale-table {
  font-size: 18px;
  border-radius: 20px;
  border: 0;
}
.page__sale .payment .sale-item {
  background-color: #3D3A44;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.page__sale .payment .sale-item__name {
  width: 76%;
}
.page__sale .payment .sale-item__price {
  width: 12%;
}
.page__sale .payment .sale-item div {
  border: 0;
  padding: 15px 20px;
}
.page__sale .payment .sale-item:nth-child(2n) {
  background-color: #4D4957;
}
.page__sale .payment .sale-item:nth-last-child(2), .page__sale .payment .sale-item:last-child {
  background-color: #ffffff;
  color: #2d2d2d;
}
.page__sale .payment .sale-item:nth-last-child(2) {
  border-bottom: 2px solid #355882;
}
.page__sale .payment .sale-item:first-child {
  border-radius: 20px 20px 0 0;
}
.page__sale .payment .sale-item:last-child {
  border-radius: 0px 0 20px 20px;
}
.page__sale .payment .sale-item del {
  background-image: none;
  position: relative;
}
.page__sale .payment .sale-item del::before {
  content: "";
  position: absolute;
  width: calc(100% + 25px);
  border: 1px solid #e01314;
  background-color: #e01314;
  transform: translateY(11px) translateX(-4px);
}
.page__sale .payment .buy {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  color: #2d2d2d;
  padding: 0;
  border-radius: 22px;
  min-height: 500px;
}
.page__sale .payment .buy__image {
  width: 40%;
  background: #3D3A44;
  border-radius: 20px 0 0 20px;
  padding: 39px 45px;
  background-image: url(/components/tpl/lfa2/images/set_buy_image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.page__sale .payment .buy__title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.page__sale .payment .buy__form {
  width: 60%;
  border-radius: 0px 20px 20px 0px;
  padding: 39px 45px;
}
.page__sale .payment .buy__form .form__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page__sale .payment .buy__form .form__group {
  margin-bottom: 10px;
}
.page__sale .payment .buy__form .form__checkbox {
  margin-bottom: 25px;
}
.page__sale .payment .buy__form .form__checkbox .checkbox-label {
  padding: 0;
  font-weight: normal;
  color: #818181;
  text-decoration: underline;
  transition: 0.2s;
}
.page__sale .payment .buy__form .form__checkbox .checkbox-label::before {
  display: none;
}
.page__sale .payment .buy__form .form__submit {
  margin-bottom: 34px;
}
.page__sale .payment .buy__form .form__description p {
  font-size: 14px;
  margin-bottom: 0px;
}
.page__sale .payment .buy__form .form__link {
  color: #2d2d2d;
  text-decoration: underline;
  transition: 0.2s;
}
.page__sale .payment .ladda-button {
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #D92C2D;
  background-color: #D92C2D;
  transition: 0.3s;
}
.page__sale .payment .ladda-button span {
  position: relative;
}
.page__sale .payment .ladda-button.button_disabled {
  color: #D92C2D;
  background-color: #ffffff;
}
.page__sale .payment .ladda-spinner {
  height: 8px;
}
.page__sale .payment .ladda-button[data-style=expand-left][data-loading] {
  padding-left: 30px;
}
.page__sale .footer {
  height: auto;
  margin-top: 0;
  background-color: #1F1E1E;
  padding: 40px 0;
}
.page__sale .footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page__sale .footer__date {
  font-size: 16px;
  margin-bottom: 0;
}
.page__sale .footer__social {
  width: 200px;
  display: flex;
  align-items: center;
}
.page__sale .footer__social--link {
  width: 19px;
  height: 19px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page__sale .footer__social--link.fb {
  background-image: url(/components/tpl/lfa2/images/icons/course-set-fb.svg);
  width: 9px;
  height: 18px;
}
.page__sale .footer__social--link.vk {
  width: 23px;
  height: 13px;
  background-image: url(/components/tpl/lfa2/images/icons/course-set-vk.svg);
}
.page__sale .footer__social--link.twitter {
  width: 21px;
  height: 17px;
  background-image: url(/components/tpl/lfa2/images/icons/course-set-tw.svg);
}
.page__sale .footer__social--link.youtube {
  background-image: url(/components/tpl/lfa2/images/icons/course-set-yt.svg);
}
.page__sale .footer__social--link.inst {
  background-image: url(/components/tpl/lfa2/images/icons/course-set-ins.svg);
}
.page__sale .footer__social--link.ok {
  width: 12px;
  height: 20px;
  margin-right: 0;
  background-image: url(/components/tpl/lfa2/images/icons/course-set-ok.svg);
}
.page__sale .annoucement__link-item:hover span, .page__sale .annoucement__link-item:hover::before, .page__sale .list__card:hover::before, .page__sale .list__card:hover .list__card-corner::after, .page__sale .list__link-item:hover::before {
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.page__sale .annoucement__link-item:hover span, .page__sale .ladda-button:hover span {
  color: #DC291A;
}
.page__sale .annoucement__link-item:hover::before, .page__sale .list__link-item:hover::before {
  width: 100%;
}
.page__sale .list__link-item:hover {
  background-color: #D92C2D;
  transition: 0.3s;
}
.page__sale .list__link-item:active {
  background-color: #b92728;
  transition: 0.1s;
}
.page__sale .annoucement__link-item a:active::before {
  background-color: #dedede;
}
.page__sale .checkbox-label:hover {
  color: #575757;
  text-decoration: none;
  transition: 0.2s;
}
.page__sale .checkbox-label:active {
  color: #3f3e3e;
  transition: 0.1s;
}
.page__sale .form__link:hover {
  color: #575757;
  text-decoration: none;
  transition: 0.2s;
}
.page__sale .form__link:active {
  color: #3f3e3e;
  transition: 0.1s;
}
.page__sale .ladda-button:hover {
  background-color: #f63536;
  border-color: #f63536;
  transition: 0.3s;
}
.page__sale .ladda-button:hover span {
  color: #ffffff;
}
.page__sale .ladda-button.button_disabled:hover {
  background-color: #ffffff;
}
.page__sale .ladda-button.button_disabled:hover span {
  color: #D92C2D;
}
.page__sale .ladda-button:active {
  background-color: #b82829;
  border-color: #b82829;
  transition: 0.1s;
}
.page__sale .ladda-button.button_disabled:active {
  background-color: #ffffff;
}

@media (min-width: 1500px) {
  .page-sale .list__card-cover img {
    left: -92.5px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .buy__image {
    background-image: url(/components/tpl/lfa2/images/set_buy_image@X2.png);
  }
}
.modal-body h2 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
}

[data-ani], [data-ani="777"] {
  opacity: 1;
  transition: 0.5s;
  transform: translateY(0) rotateX(0deg) scale(1);
}

.speaker-slider {
  display: block;
}
.speaker-slider a {
  text-decoration: none;
  color: #000000;
}
.speaker-slider a:hover {
  color: #000000;
}
.speaker-slider__item {
  position: relative;
  text-align: center;
  background-color: #dddddd;
  padding-top: 40px;
  padding-bottom: 40px;
}
.speaker-slider__item_image {
  position: relative;
  opacity: 1;
  width: 100%;
}
.speaker-slider__item_image img {
  width: 200px;
}
.speaker-slider__item_desc {
  display: flex;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 0px;
  padding: 0 15px 15px 15px;
  opacity: 0;
  background-color: #e30513;
  color: #ffffff;
  font-size: 14px;
}
.speaker-slider__name {
  text-align: center;
  position: relative;
  margin-top: -50px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  border-top: 6px solid #e30513;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.speaker-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.speaker-list__item {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.speaker-list__item a {
  color: inherit;
  text-decoration: none;
}

.speaker-list__photo {
  margin-bottom: 22px;
}
@media screen and (min-width: 993px) {
  .speaker-list__photo {
    filter: url(grayscale.svg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.15s;
  }
}
.speaker-list__photo img {
  width: 100%;
  max-width: 150px;
  object-fit: contain;
}

@media screen and (min-width: 993px) {
  .speaker-list__item:hover .speaker-list__photo,
.speaker-list__link:hover .speaker-list__photo,
.speaker-list__link:focus .speaker-list__photo {
    filter: none;
    -webkit-filter: none;
  }
  .speaker-list__item:hover .speaker-list__info::before,
.speaker-list__link:hover .speaker-list__info::before,
.speaker-list__link:focus .speaker-list__info::before {
    width: 50px;
  }
}

.speaker-list__name {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: inherit;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .speaker-list__name {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }
}

.speaker-list__info {
  position: relative;
  font-size: 16px;
  line-height: 140%;
  display: block;
}
.speaker-list__info:first-child {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .speaker-list__info {
    text-align: center;
  }
}
@media screen and (min-width: 993px) {
  .speaker-list__info {
    padding-top: 10px;
  }
  .speaker-list__info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-top: 4px solid #e30513;
    transition: all 0.15s;
  }
}
@media screen and (max-width: 576px) {
  .speaker-list__info {
    font-size: 14px;
  }
}

.speaker-list__link {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .speaker-list__link {
    align-items: center;
  }
}

.speaker-list__pseudo_link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 10px;
  padding: 10px 12px;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.25s;
  border: 1px solid #E01314;
}
@media screen and (max-width: 992px) {
  .speaker-list__pseudo_link {
    align-self: center;
  }
}
.speaker-list__pseudo_link:hover {
  background-color: #e30513;
  color: #ffffff;
  text-decoration: none;
}

.speaker-list {
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .speaker-list {
    gap: 20px;
  }
}

.speaker-list__item {
  width: 100%;
  max-width: calc(25% - 22.5px);
}
@media screen and (max-width: 992px) {
  .speaker-list__item {
    max-width: calc(25% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .speaker-list__item {
    max-width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 576px) {
  .speaker-list__item {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 413px) {
  .speaker-list__item {
    max-width: 100%;
  }
}

.speaker-list__item.scope-course .speaker-list__pseudo_link {
  display: none;
}

@media screen and (max-width: 992px) {
  .speaker-list--speakers .speaker-list__info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}

.speaker-list--course {
  flex-direction: column;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .speaker-list--course {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.speaker-list--course .speaker-list__item {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .speaker-list--course .speaker-list__item {
    max-width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 576px) {
  .speaker-list--course .speaker-list__item {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 413px) {
  .speaker-list--course .speaker-list__item {
    max-width: 100%;
  }
}

.speaker-list--webinar {
  margin-top: 0;
  padding-inline-start: 0 !important;
}
.speaker-list--webinar .speaker-list__item {
  max-width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1200px) {
  .speaker-list--webinar .speaker-list__item {
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 992px) {
  .speaker-list--webinar .speaker-list__item {
    max-width: calc(25% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .speaker-list--webinar .speaker-list__item {
    max-width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 576px) {
  .speaker-list--webinar .speaker-list__item {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 413px) {
  .speaker-list--webinar .speaker-list__item {
    max-width: 100%;
  }
}

.speaker-list__progress-bar {
  width: 100%;
  text-align: center;
}

.speaker-list__header {
  display: block;
  position: relative;
  width: 100%;
}
.speaker-list__header::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  right: 0;
  background-color: rgba(221, 221, 221, 0.6);
  z-index: 4;
}
.speaker-list__header .overlay-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.speaker-list__header .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  z-index: 40;
}
.speaker-list__header .main-nav {
  z-index: 42;
}
.speaker-list__header_title {
  display: block;
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
  float: left;
  clear: both;
  margin-top: 10%;
  margin-left: 10px;
  text-transform: uppercase;
}
.speaker-list__header_bottom {
  position: relative;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 43px;
  background-color: rgba(221, 221, 221, 0.8);
}
@media screen and (max-width: 992px) {
  .speaker-list__header_bottom .row {
    flex-wrap: wrap;
  }
}

.alphabet-filter {
  display: inline-table;
  margin-left: 6px;
}
@media screen and (max-width: 992px) {
  .alphabet-filter {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .alphabet-filter {
    display: none;
  }
}
.alphabet-filter__item {
  display: inline;
  padding: 0 0 0 2px;
  font-weight: bold;
  cursor: pointer;
}
.alphabet-filter__item.active {
  color: #e30513;
}
.alphabet-filter__item.unactive {
  cursor: auto;
}
.alphabet-filter__item:first-child {
  display: block;
}

.speaker__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 60px;
}
.speaker__header_photo {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .speaker__header_photo {
    width: 100%;
    margin-bottom: 30px;
  }
}
.speaker__header_photo img {
  width: 100%;
  max-width: 270px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .speaker__header_photo img {
    max-width: 150px;
  }
}
.speaker__header_desc {
  order: 1;
  width: 50%;
  border: 6px solid #e30513;
  padding: 40px 40px;
}
@media screen and (max-width: 992px) {
  .speaker__header_desc {
    width: 100%;
    padding: 20px;
  }
}
.speaker__header_desc_name {
  display: block;
  margin: 0;
  font-size: 32px;
  line-height: inherit;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .speaker__header_desc_name {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
}
.speaker__header_desc_bio {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 992px) {
  .speaker__header_desc_bio {
    font-size: 16px;
    text-align: center;
  }
}
.speaker__header_desc_tags {
  margin-top: 20px;
  display: inline-table;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .speaker__header_desc_tags {
    font-size: 16px;
    text-align: center;
  }
}
.speaker__header_desc_tags_item {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.speaker__time-line {
  width: 100%;
}
.speaker__time-line_item {
  float: left;
  border-left: 1px solid #000000;
  width: 20%;
  height: 380px;
  padding: 15px 5px 15px 15px;
}
@media screen and (max-width: 992px) {
  .speaker__time-line_item {
    width: 50%;
    height: 230px;
  }
}
@media screen and (max-width: 576px) {
  .speaker__time-line_item {
    height: 250px;
  }
}
.speaker__time-line_item:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-left: 6px solid #e30513;
  position: relative;
  top: 17px;
  left: -15px;
}
.speaker__time-line_item_year {
  font-weight: bold;
  font-size: 18px;
}
.speaker__time-line_item_desc {
  display: block;
  font-size: 14px;
}
.speaker .carousel-control {
  width: 0;
}
.speaker .carousel-control.left {
  left: -40px;
}
.speaker .carousel-control .right {
  xxxleft: -40px;
}
.speaker .carousel-control span {
  margin-right: -10px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  color: #e30513;
}
.speaker .carousel-control span.glyphicon-triangle-right {
  right: 50%;
  margin-right: -10px;
}
.speaker__info {
  margin-top: 20px;
  color: #000000;
}
.speaker__info_header {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .speaker__info_header {
    font-size: 20px;
  }
}
.speaker__info_desc {
  margin-top: 20px;
  font-size: 22px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .speaker__info_desc {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    font-size: 16px;
  }
}
.speaker__achievement {
  margin-top: 20px;
  color: #000000;
}
.speaker__achievement_header {
  font-size: 32px;
}
.speaker__achievement_list {
  font-size: 22px;
  margin-bottom: 0;
}
.speaker__course-list {
  margin-top: 20px;
  display: block;
}
.speaker__course-list_header {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #e30513;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .speaker__course-list_header {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .speaker__course-list_item {
    margin-top: 20px;
  }
}
.speaker__course-list_item_top-line {
  margin-top: 20px;
  border-top: 6px solid #000000;
  width: 30%;
}
@media screen and (max-width: 992px) {
  .speaker__course-list_item_top-line {
    border-top: 4px solid #000000;
  }
}
.speaker__course-list_item_title {
  margin-top: 5px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .speaker__course-list_item_title {
    font-size: 20px;
  }
}
.speaker__course-list_item_title a {
  text-decoration: none;
}
.speaker__course-list_item_title a:hover {
  color: #e30513;
}
.speaker__course-list_item_create-date {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .speaker__course-list_item_create-date {
    font-size: 16px;
  }
}
.speaker__course-list_item_duration {
  color: #e30513;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .speaker__course-list_item_duration {
    font-size: 16px;
  }
}
.speaker__course-list_item_desc {
  margin-top: 20px;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .speaker__course-list_item_desc {
    font-size: 16px;
  }
}

.page__header {
  display: block;
  position: relative;
  width: 100%;
}
.page__header .overlay-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page__header .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  z-index: 40;
}
.page__header .main-nav {
  z-index: 42;
}
.page__content_title {
  font-size: 54px;
}
.page__content_text {
  margin-top: 30px;
  font-size: 16px;
}
.page__content_text a {
  text-decoration: underline;
}
.page__content_text h3 {
  margin-bottom: 30px;
}

.error__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 65px;
}
.error__images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .error__images {
    margin-bottom: 40px;
  }
}
.error__img {
  max-width: 422px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .error__img {
    max-width: 175px;
  }
}
.error__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .error__title {
    font-size: 22px;
    color: #C14545;
  }
}
.error__text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 576px) {
  .error__text {
    font-size: 16px;
    margin-bottom: 36px;
  }
}
.error__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 60px;
  background: #C14545;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
.error__button:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .error__button {
    max-width: 260px;
    height: 41px;
    font-size: 16px;
  }
}

.text-title {
  display: block;
  margin: 0;
  font-size: 45px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 20px;
}

.page-about__top_text {
  display: block;
  position: relative;
}
.page-about__top_text-caption {
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 608px;
  top: 109px;
  left: 71px;
}
@media screen and (max-width: 576px) {
  .page-about__top_text-caption {
    max-width: 262px;
    font-size: 22px;
    line-height: 28.6px;
    top: 100px;
    left: 20px;
  }
}

.page-about__header-image {
  background-image: url("../images/about_top.png");
  height: 424px;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .page-about__header-image {
    max-height: 240px;
    background-position: right;
  }
}

.page-about__top_advantages {
  display: flex;
  justify-content: center;
}
.page-about__top_advantages_item:last-child {
  margin-right: 0;
}
.page-about__top_advantages_item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 20px;
  font-size: 12px;
  color: #000;
  line-height: 22px;
}
.page-about__top_advantages_item_icon {
  display: block;
  margin: auto;
  width: 69px;
  height: 69px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.page-about__top_advantages_item_text {
  margin-top: 10px;
}

.page-about__middle {
  display: block;
  clear: both;
  position: relative;
  margin-top: 90px;
  padding: 30px 30px;
  padding-bottom: 70px;
}
.page-about__middle_img img {
  position: absolute;
  width: 100%;
  top: -108px;
}

.page-about__bottom {
  display: block;
  clear: both;
  margin-top: 60px;
}

@media only screen and (max-device-width: 1200px) {
  .page-about__middle_img img {
    position: absolute;
    top: -50px;
  }
}
@media (max-width: 1000px) {
  .page-about__middle_img img {
    position: absolute;
    top: -50px;
  }
}
@media (max-width: 770px) {
  .page-about__middle_img img {
    position: relative;
    top: 0;
    margin-top: 20px;
  }

  .page-about__top_advantages {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .page-about__top_advantages {
    margin-top: 20px;
  }

  .page-about__middle {
    padding: 10px 20px;
    margin-top: 39px;
  }
  .page-about__middle_img {
    margin-top: 10px;
  }
  .page-about__middle_img img {
    position: relative;
    margin-top: 20px;
  }
}
.page-about .lang-nav li.active a {
  color: #e30513;
}
.page-about .lang-nav li a {
  color: #ffffff;
}
.page-about .lang-nav li.divider {
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

.icon_volumes {
  background-position: 0px -257px;
}

.icon_lectors {
  background-position: -288px -185px;
}

.icon_parts {
  background-position: -143px -185px;
}

.page-about__features-block {
  display: flex;
}
@media screen and (max-width: 992px) {
  .page-about__features-block {
    flex-direction: column;
  }
}
.page-about__features-block-numbers-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .page-about__features-block-numbers-items {
    margin: 0;
    justify-content: space-around;
  }
}
.page-about__features-block-numbers-item {
  display: flex;
  flex-direction: column;
  min-width: 265px;
}
@media screen and (max-width: 992px) {
  .page-about__features-block-numbers-item {
    min-width: 182px;
  }
}
@media screen and (max-width: 576px) {
  .page-about__features-block-numbers-item {
    min-width: 132px;
    text-align: center;
    margin-bottom: 32px;
  }
}
.page-about__features-item-number {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .page-about__features-item-number {
    font-size: 26px;
    line-height: 32px;
  }
}
.page-about__features-item-caption {
  font-size: 22px;
  line-height: 118.3%;
  color: #E30513;
}
@media screen and (max-width: 576px) {
  .page-about__features-item-caption {
    font-size: 14px;
    line-height: 17px;
  }
}
.page-about__link-more-download {
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .page-about__link-more-download {
    display: none;
  }
}
.page-about__link-more-download--mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .page-about__link-more-download--mobile {
    display: block;
    font-size: 16px;
    line-height: 108%;
    line-height: 108%;
    text-transform: uppercase;
    color: #FFFFFF;
  }
}
.page-about__features-block-mediakit {
  background-color: #B2B2B2;
  min-width: 258px;
  min-height: 259px;
  padding: 22px 21px;
  transition: all 0.2s ease-in;
}
.page-about__features-block-mediakit:hover {
  background-color: #E30513;
}
@media screen and (max-width: 992px) {
  .page-about__features-block-mediakit {
    min-width: 220px;
    min-height: 41px;
    background-color: #E30613;
    text-align: center;
    max-width: 280px;
    width: 100%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-about__features-block-mediakit {
    margin-top: 0;
  }
}
.page-about__features-block-more-caption {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 191px;
}
.page-about__features-block-more-download {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #FFFFFF;
}
.page-about__license-info {
  font-size: 18px;
  line-height: 118.3%;
  text-align: center;
  margin-top: 73px;
}
@media screen and (max-width: 576px) {
  .page-about__license-info {
    font-size: 16px;
    line-height: 118.3%;
  }
}
.page-about__license-info a {
  color: #E30513;
  text-decoration: underline;
}
.page-about__accordion-caption {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 114px;
}
@media screen and (max-width: 576px) {
  .page-about__accordion-caption {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    margin-top: 75px;
  }
}
.page-about__accordion-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 137.8%;
  text-transform: uppercase;
}
.page-about__accordion-block {
  margin-bottom: 74px;
}
.page-about__accordion-text {
  margin-right: 35px;
}

.page-about__features-block-more-download {
  position: absolute;
  bottom: 20px;
}
.page-about__features-block-more-download:before {
  content: "";
  background-image: url(/components/tpl/lfa2/images/controls/about-arrow.svg);
  height: 23px;
  transform: none;
  width: 12px;
  background-repeat: no-repeat;
  right: -15px;
  position: absolute;
}

.page-about__accordion-block-link {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #E30613;
  cursor: pointer;
}
.page-about__accordion-block-link:before {
  content: "";
  background-image: url(/components/tpl/lfa2/images/controls/about-arrow-link.svg);
  height: 23px;
  transform: none;
  width: 12px;
  background-repeat: no-repeat;
  right: -20px;
  top: 0px;
  position: absolute;
}

.nested-accordion__header.page-about__accordion-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 137.8%;
  text-transform: uppercase;
  color: #E30513;
}
.nested-accordion__header.page-about__accordion-header:before {
  background-image: url(/components/tpl/lfa2/images/controls/item-close-cross.svg);
  height: 33px;
  transform: none;
  top: 34%;
}
@media screen and (max-width: 576px) {
  .nested-accordion__header.page-about__accordion-header:before {
    height: 22px;
    width: 22px;
  }
}
@media screen and (max-width: 576px) {
  .nested-accordion__header.page-about__accordion-header {
    padding: 22px 0;
    font-size: 14px;
    line-height: 140%;
  }
}

.nested-accordion__header.page-about__accordion-header.selected:before {
  transform: none;
  transform: rotate(44deg);
}

.nested-accordion.about-last {
  border: none;
}

.page-about__bottom-rec {
  background-color: #EBEBEB;
}

.about-recomendation__header {
  margin-top: 190px;
  font-size: 48px;
  font-family: "geometriabold";
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 114px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .about-recomendation__header {
    margin-top: 55px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .about-recomendation__header {
    margin-top: 55px;
    line-height: 30px;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}

.about-recomendation__background-wrapper {
  background: linear-gradient(60.98deg, #2D2D2D 22.11%, #943939 98.73%);
}
@media screen and (max-width: 992px) {
  .about-recomendation__background-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .about-recomendation__background-wrapper {
    height: auto;
  }
}
.about-recomendation__background-wrapper .page-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.about-recomendation__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .about-recomendation__list {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .about-recomendation__list {
    display: block;
    text-align: center;
    margin-bottom: 120px;
  }
}

.about-recomendation__item {
  background-color: #FFFFFF;
  border-radius: 10px;
  max-height: 411px;
  max-width: 270px;
  width: 100%;
  padding: 30px 30px 40px 30px;
  margin-top: 15px;
  margin-right: 15px;
  min-height: 411px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .about-recomendation__item {
    margin-bottom: 16px;
    padding: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: unset;
  }
}
@media screen and (max-width: 576px) {
  .about-recomendation__item {
    margin-bottom: 16px;
    padding: 32px;
    min-height: 237px;
  }
}
.about-recomendation__item .about-recomendation__caption {
  display: flex;
  align-items: center;
  color: #2D2D2D;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 23px;
  font-family: "geometriabold";
}
@media screen and (max-width: 992px) {
  .about-recomendation__item .about-recomendation__caption {
    display: block;
    padding-left: 0;
    padding-top: 14px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .about-recomendation__item .about-recomendation__caption {
    display: block;
    padding-left: 0;
    padding-top: 14px;
    font-size: 16px;
    line-height: 20px;
  }
}
.about-recomendation__item .about-recomendation__text {
  color: #2D2D2D;
  font-size: 18px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  .about-recomendation__item .about-recomendation__text {
    font-size: 14px;
    line-height: 130%;
  }
}
@media screen and (max-width: 576px) {
  .about-recomendation__item .about-recomendation__text {
    font-size: 16px;
    line-height: 130%;
    text-align: left;
  }
}
.about-recomendation__item .about-recomendation__item-header {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .about-recomendation__item .about-recomendation__item-header {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .about-recomendation__item .about-recomendation__item-header {
    display: block;
    text-align: left;
    margin-bottom: 16px;
    height: 75px;
  }
}
.about-recomendation__caution {
  text-align: center;
  margin: -80px 0 120px;
  color: #FFFFFF;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .about-recomendation__caution {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 61px;
  }
}
@media screen and (max-width: 576px) {
  .about-recomendation__caution {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 61px;
  }
}

.swiper-container--about-swiper {
  max-width: 840px;
  max-height: 200px;
}
@media screen and (max-width: 576px) {
  .swiper-container--about-swiper {
    max-height: 256px;
  }
}

.container.swiper-block-container {
  position: relative;
}
@media screen and (max-width: 576px) {
  .container.swiper-block-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.about-card {
  display: flex;
  height: 140px;
  flex-direction: column;
  padding-left: 34px;
  background-color: #FFFFFF;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  border-left: 6px solid #E30513;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .about-card {
    justify-content: flex-start;
  }
}
.about-card__text p {
  font-size: 22px;
  line-height: 160%;
}
@media screen and (max-width: 576px) {
  .about-card__text p {
    font-size: 16px;
    line-height: 137.8%;
  }
}
.about-card__text-caption {
  color: #E30513;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .about-card {
    border: none;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .swiper-button-prev.swiper-button-prev--preview.swiper-button-prev--about {
    left: 0px;
  }
}
@media screen and (max-width: 992px) {
  .swiper-button-prev.swiper-button-prev--preview.swiper-button-prev--about svg {
    right: 5px;
  }
}

@media screen and (max-width: 992px) {
  .swiper-button-next.swiper-button-next--preview.swiper-button-next--about {
    right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .swiper-button-next.swiper-button-next--preview.swiper-button-next--about svg {
    right: 5px;
  }
}

.swiper-button-next.swiper-button-next--preview.swiper-button-next--about,
.swiper-button-prev.swiper-button-prev--preview.swiper-button-prev--about {
  background-image: none;
  filter: none;
  top: 28%;
  background: none;
}
.swiper-button-next.swiper-button-next--preview.swiper-button-next--about svg,
.swiper-button-prev.swiper-button-prev--preview.swiper-button-prev--about svg {
  position: absolute;
  top: 13px;
}
@media screen and (max-width: 576px) {
  .swiper-button-next.swiper-button-next--preview.swiper-button-next--about svg,
.swiper-button-prev.swiper-button-prev--preview.swiper-button-prev--about svg {
    top: 12px;
  }
}

.about__swiper-header {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 120px;
  margin-bottom: 83px;
}
@media screen and (max-width: 576px) {
  .about__swiper-header {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 6px solid #E30513;
    padding-bottom: 13px;
    margin-bottom: 16px;
    margin-top: 50px;
  }
}

.swiper-container--about-swiper .swiper-pagination.swiper-pagination--about {
  bottom: 10px;
  top: auto;
}
@media screen and (max-width: 576px) {
  .swiper-container--about-swiper .swiper-pagination.swiper-pagination--about {
    bottom: 0px;
  }
}
.swiper-container--about-swiper .swiper-pagination.swiper-pagination--about .swiper-pagination-bullet-active {
  background: #333333;
}

@media screen and (max-width: 992px) {
  .swiper-container {
    margin-top: 60px;
  }
}
.swiper-container--reviews {
  padding-bottom: 80px;
}

.swiper-container--about-swiper .swiper-slide {
  min-height: 380px;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .swiper-container--about-swiper .swiper-slide--cards {
    width: 85%;
    max-width: 340px;
  }
}
@media screen and (max-width: 576px) {
  .swiper-container--about-swiper .swiper-slide--cards {
    max-width: 280px;
    width: 85%;
  }
}

.swiper-pagination {
  top: 0;
  right: 0;
}
.swiper-pagination--cards {
  display: none;
}
@media screen and (max-width: 992px) {
  .swiper-pagination--cards {
    display: block;
    top: -30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination--cards {
    right: 15px;
  }
}

.swiper-pagination-bullet {
  background: #C14545;
  width: 30px;
  height: 5px;
  border-radius: 0;
  opacity: 0.3;
  margin-right: 5px;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev.swiper-button-prev--preview.swiper-button-prev--about {
  transform: rotate(180deg);
  top: 40%;
}
@media screen and (max-width: 576px) {
  .swiper-button-prev.swiper-button-prev--preview.swiper-button-prev--about {
    top: 20%;
  }
}

@media screen and (max-width: 576px) {
  .swiper-button-next.swiper-button-next--preview.swiper-button-next--about {
    top: 12%;
  }
}

.container.about-reviews-block-container {
  margin-top: 77px;
}

.about-video {
  margin-bottom: 174px;
  margin-top: 77px;
  display: flex;
}
@media screen and (max-width: 576px) {
  .about-video {
    flex-direction: column;
    margin-bottom: 87px;
  }
}
.about-video .review-image {
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.2s;
  position: relative;
}
.about-video .review-image:hover {
  filter: none;
}
.about-video .review-image .about-play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg class='about-play' width='88' height='88' viewBox='0 0 88 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_bd_2380_794)'%3E%3Ccircle cx='44' cy='40' r='40' transform='rotate(-90 44 40)' fill='%23E30513' fill-opacity='0.5' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cpath d='M59.7578 37.7616C61.0911 38.5314 61.0911 40.4559 59.7578 41.2257L36.8971 54.4244C35.5637 55.1942 33.8971 54.2319 33.8971 52.6923L33.8971 26.295C33.8971 24.7554 35.5637 23.7932 36.8971 24.563L59.7578 37.7616Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_bd_2380_794' x='-6' y='-10' width='100' height='100' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_2380_794'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='effect1_backgroundBlur_2380_794' result='effect2_dropShadow_2380_794'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_2380_794' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .about-video .review-image .about-play {
    display: block;
  }
}
.about-video .partners-1 {
  display: flex;
  margin-left: 55px;
  width: 100%;
  margin-right: 20px;
  justify-content: right;
}
@media screen and (max-width: 992px) {
  .about-video .partners-1 {
    margin-right: 17px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .about-video .partners-1 {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 36px;
    margin-left: 0px;
  }
}
.about-video .partners-1 .review-image-1 {
  grid-area: A;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("../images/sec_reviews/feedback_cover-02_Gontar.png");
  width: 100%;
  max-width: 258px;
  height: 258px;
  max-height: 258px;
}
@media screen and (max-width: 576px) {
  .about-video .partners-1 .review-image-1 {
    width: 43vw;
    height: 40vw;
  }
}
.about-video .partners-1 .review-image-2 {
  grid-area: B;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("../images/sec_reviews/feedback_cover-07_Baibak.png");
  width: 100%;
  max-width: 258px;
  height: 258px;
}
@media screen and (max-width: 576px) {
  .about-video .partners-1 .review-image-2 {
    width: 43vw;
    height: 40vw;
  }
}
.about-video .partners-1 .review-image-3 {
  background-image: url("../images/sec_reviews/feedback_cover-03_Kirillov.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  max-width: 258px;
  height: 258px;
}
@media screen and (max-width: 576px) {
  .about-video .partners-1 .review-image-3 {
    display: block;
    width: 43vw;
    height: 40vw;
  }
}
.about-video .partners-1 .review-image-4 {
  display: none;
  background-image: url("../images/sec_reviews/feedback_cover-04_Ilyn.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  max-width: 258px;
  height: 258px;
}
@media screen and (max-width: 576px) {
  .about-video .partners-1 .review-image-4 {
    display: block;
    width: 43vw;
    height: 40vw;
  }
}
.about-video .partners-1 .partners-block {
  grid-area: C;
  background-color: #BEBEBE;
  transition: 0.2s;
}
.about-video .partners-1 .partners-block:hover {
  background-color: #C14545;
}
.about-video .partners-1 .partners-block--second {
  grid-area: D;
  background-color: #BEBEBE;
  transition: 0.2s;
}
.about-video .partners-1 .partners-block--second:hover {
  background-color: #C14545;
}
.about-video .partners-1 .partners-image--high {
  grid-area: E;
  background-image: url("../images/sec_reviews/feedback_cover-06_Lashuk.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.about-video .partners-1 .partners-block {
  grid-area: B;
  background-color: #BEBEBE;
  transition: 0.2s;
}
.about-video .partners-1 .partners-block:hover {
  background-color: #C14545;
}
.about-video .partners-1 .partners-image {
  grid-area: A;
  background-color: black;
  background-image: url("../images/sec_reviews/feedback_cover-01_Bezkrovny.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.about-video .partners-1 .partners-block--second {
  grid-area: C;
  background-color: #BEBEBE;
  transition: 0.2s;
}
.about-video .partners-1 .partners-block--second:hover {
  background-color: #C14545;
}
.about-video .partners-1 .partners-image--second {
  grid-area: D;
  background-image: url("../images/sec_reviews/feedback_cover-03_Kirillov.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.about-video .partners-1 .partners-image--large {
  grid-area: E;
  background-color: black;
  background-image: url("../images/sec_reviews/feedback_cover-04_Ilyn.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.container .youtube-video {
  margin-left: auto;
  margin-right: auto;
}
.container .youtube-video .youtube-player {
  position: relative;
}
.container .modal-video {
  width: 80%;
  top: 40%;
}
.container .modal-video .modal__content {
  background-color: unset;
}
.container .modal-video .modal__close-button {
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #fff;
  z-index: 1;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  right: -60px;
  width: 32px;
  height: 32px;
}
.container .modal-video .modal__close-button:hover {
  opacity: 1;
  right: -65px;
  top: -1px;
  width: 42px;
  height: 42px;
}
.container .modal__overlay-video {
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 1200px) {
  .page-about__features-block-numbers-item {
    min-width: 216px;
  }

  .about-video {
    flex-direction: column;
    margin-bottom: 87px;
  }

  .page-about__features-block-mediakit {
    min-width: 220px;
    min-height: 41px;
    background-color: #E30613;
    max-width: 280px;
    width: 100%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .page-about__link-more-download {
    display: none;
  }

  .page-about__link-more-download--mobile {
    display: block;
    font-size: 16px;
    line-height: 108%;
    line-height: 108%;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .about-video .partners-1 {
    justify-content: normal;
  }

  .page-about__features-block-mediakit.mediakit-top {
    min-width: 258px;
    min-height: 259px;
    margin-top: 0px;
    max-width: 258px;
    text-align: left;
    background-color: #b2b2b2;
  }
  .page-about__features-block-mediakit.mediakit-top .page-about__link-more-download {
    display: block;
  }
  .page-about__features-block-mediakit.mediakit-top .page-about__link-more-download--mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-about__features-block-numbers-item {
    min-width: 191px;
  }

  .page-about__features-block-mediakit.mediakit-top {
    min-width: 220px;
    min-height: 41px;
    background-color: #E30613;
    text-align: center;
    max-width: 280px;
    width: 100%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-about__features-block-mediakit.mediakit-top .page-about__link-more-download {
    display: none;
  }
  .page-about__features-block-mediakit.mediakit-top .page-about__link-more-download--mobile {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .about-video .partners-1 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-video .partners-1 .review-image-4 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-about__features-block-numbers-item {
    min-width: 191px;
  }

  .page-about__features-item-number {
    font-size: 30px;
    line-height: 36px;
  }

  .page-about__features-item-caption {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 632px) {
  .page-about__features-block-numbers-item {
    min-width: 150px;
  }

  .page-about__features-item-number {
    font-size: 30px;
    line-height: 36px;
  }

  .page-about__features-item-caption {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .partners-video {
    grid-template-columns: 60% 40%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .partners-1 .partners-block--second {
    background-color: #BEBEBE;
  }
  .partners-1 .partners-block {
    background-color: #BEBEBE;
  }

  .partners-2 {
    grid-template-areas: "A D" "A E" "B E";
  }
  .partners-2 .partners-block--second {
    display: none;
  }

  .reviews .review-image {
    filter: none;
  }

  .container .modal-video {
    width: 100%;
    height: 100%;
    top: 70%;
  }
  .container .modal-video .modal__close-button {
    top: 85%;
    right: 45%;
    width: 42px;
    height: 42px;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
  }
  .container .modal-video .youtube-video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .container .modal-video .youtube-video .youtube-player {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    padding-bottom: 200px;
  }
  .container .modal-video .youtube-video .youtube-player .iframe-player {
    position: absolute;
    width: 100%;
    height: 73%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .container .modal-video {
    top: 70%;
  }
  .container .modal-video .youtube-video .youtube-player {
    padding-bottom: 200px;
  }
  .container .modal-video .youtube-video .youtube-player .iframe-player {
    height: 70%;
  }
  .container .modal-video .youtube-video .youtube-player .modal__close-button {
    top: 85%;
    right: 45%;
    width: 42px;
    height: 42px;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .partners-video {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: none;
    gap: 10px;
    grid-template-areas: "A" "B";
  }

  .partners-1 {
    grid-area: A;
    gap: 10px;
  }
  .partners-1 .partners-block--second {
    background-color: #BEBEBE;
  }

  .partners-2 {
    grid-area: B;
    gap: 10px;
  }
  .partners-2 .partners-block--second {
    display: block;
  }

  .partners-2 {
    grid-template-areas: "B E E" "A E E" "A C D";
  }

  .container .modal-video {
    height: 50%;
    top: 40%;
  }
  .container .modal-video .modal__close-button {
    font-size: 15px;
    padding: 0px 3px;
  }
}
@media screen and (min-width: 1024px) {
  .container .modal-video {
    width: 100%;
    height: 100%;
    top: 70%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (max-height: 900px) {
  .container .modal-video {
    width: 100%;
    height: 100%;
    top: 50%;
  }
}
@media (hover: none) and (pointer: coarse) {
  .container .modal-video .modal__close-button {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .page-about__features-block-numbers-item {
    min-width: 132px;
  }
}
.contacts_column-header {
  margin-bottom: 30px;
  font-size: 32px;
  text-transform: uppercase;
}
.contacts_completed-msg {
  margin-top: 40px;
  font-size: 18px;
}
.contacts__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.contacts__item-line {
  margin: 10px 0;
}
.contacts__item_pic {
  display: table-cell;
  vertical-align: top;
  font-size: 26px;
  height: 100%;
  padding-top: 8px;
  margin-right: 20px;
}
.contacts__item_data {
  display: table-cell;
}
.contacts__item_data_title {
  display: block;
  margin: 0;
  vertical-align: top;
  font-size: 26px;
  line-height: inherit;
}
.contacts__item_data_desc {
  display: block;
  font-size: 16px;
}
.contacts__feedback .help-block {
  color: #e30513;
  font-size: 100%;
}
.contacts__feedback_completed-msg {
  color: #000000;
  font-size: 24px;
}
.contacts__feedback .text-info {
  color: #e30513;
}
.contacts__feedback .form-control-feedback {
  top: 40px !important;
}
.contacts__map {
  width: 100%;
  height: 480px;
  margin-top: 40px;
}
.contacts .social {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .contacts__item_data {
    font-size: 14px;
  }
  .contacts__item_data_desc {
    padding-top: 15px;
  }
  .contacts__item_data_title {
    padding-top: 7px;
    color: #E01314;
    text-transform: uppercase;
  }
  .contacts__item_pic {
    margin-right: 15px;
  }
  .contacts__item:last-child .contacts__item_data {
    margin-bottom: 50px;
  }
  .contacts__link {
    display: block;
    font-weight: bold;
  }
  .contacts .form .form-group label {
    font-size: 20px;
  }
  .contacts .form .form-control {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .contacts_main-header {
    display: none;
  }

  .section-h1.active {
    margin: 17px 15px 0 25px;
    color: #000000;
    font-size: 28px;
    margin-top: 0;
  }

  .contacts_main-header {
    display: none !important;
  }
  .contacts__item_data {
    font-size: 14px;
  }
  .contacts__item_data_desc {
    padding-top: 15px;
    font-size: 14px;
  }
  .contacts__item_data_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .contacts__map {
    height: 320px;
  }

  .i_c-map-marker, .i_c-phone, .i_c-send-email, .i_c-people {
    width: 32px;
    height: 35px;
    margin-top: 3px;
  }

  .social {
    margin-top: 20px;
  }

  .contacts_column-header {
    display: block;
    font-size: 24px;
    font-weight: bold;
  }

  .button {
    margin-bottom: 17px;
  }
  .button .form .form-group label {
    font-size: 14px;
    line-height: 18px;
  }
  .button .form .form-control {
    font-size: 16px;
  }
  .button .form .button {
    margin-bottom: 0px;
  }
}
@media (max-width: 320px) {
  .container .mt20 .pb40 {
    margin: 0;
    padding: 0;
  }

  .section-h1.active {
    font-size: 18px;
    line-height: 23px;
  }

  .contacts__item_data_desc {
    width: 238px;
    margin-bottom: 25px;
    font-size: 14px;
  }
  .contacts__item_data_title {
    font-size: 14px;
  }

  .i_c-map-marker {
    margin-right: 15px;
  }
  .i_c-phone {
    margin-right: 15px;
  }
  .i_c-send-email {
    margin-right: 15px;
  }
  .i_c-people {
    margin-right: 15px;
  }

  .contacts_column-header {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
    padding-left: 15px;
  }
  .contacts_column__feedback {
    margin-left: 15px;
  }

  .form-control {
    width: 290px;
  }

  .button {
    margin: 20px 0;
  }
}
.legal-card {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 36px 0;
  border: 1px solid #e8e8e8;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.25);
}
.legal-card__header {
  padding: 0 30px;
}
.legal-card__title {
  margin: 36px 0 24px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
  text-transform: uppercase;
}
.legal-card__subtitle {
  margin: 36px 0 18px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: bold;
  text-transform: uppercase;
}
.legal-card__body {
  padding: 0 30px 32px;
}

.docs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.docs-list__item {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  font-weight: bold;
  width: 45%;
  margin-bottom: 40px;
}
.docs-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(/components/tpl/lfa2/images/icons/icon-doc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.docs-list__item a {
  text-decoration: none;
  color: #212121;
}
.docs-list__item a:hover {
  opacity: 0.85;
  color: #212121;
  text-decoration: underline;
}

.pl-24 {
  padding-left: 24px;
}

@media (max-width: 768px) {
  .docs-list__item {
    margin-bottom: 20px;
  }

  .mt40 {
    margin-top: 0;
  }

  .page__content_title {
    font-size: 35px;
  }

  .page__content_text h3, .legal-card__subtitle {
    font-size: 18px;
  }

  .page__content_text h3 {
    margin: 20px 0;
    text-transform: uppercase;
  }

  .legal-card__subtitle {
    margin-bottom: 18px;
    margin-top: 0;
  }

  .pl-24 {
    padding-left: 0;
  }
}
.legal__title {
  font-size: 45px;
  margin-bottom: 35px;
  line-height: 50px;
}

@media screen and (max-width: 550px) {
  .docs-list__item {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    padding-left: 17px;
  }

  .page__content_title {
    font-size: 18px;
    line-height: 23px;
  }

  .page__content_text h3, .legal-card__subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .legal-card__header {
    padding: 0 17px;
  }

  .legal-card__body {
    padding: 0 17px;
  }

  .legal-card {
    margin-bottom: 18px;
  }

  .docs-list__item::before {
    width: 11.03px;
    height: 15px;
  }

  .legal__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.tab-item-section {
  visibility: hidden;
  height: 0;
  display: none !important;
}

.tabs-item-content--active {
  height: auto;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.tab-item-active {
  color: #0e0bef !important;
}

.legal__docks {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 35px;
}

.legal__docks-categories {
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.legal__docks-categories--link {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
  text-decoration: none !important;
  width: 100%;
}

.legal__docks-categories--link:nth-last-child(1) {
  margin-bottom: 0;
}

.legal__docks-info {
  width: 100%;
  max-width: 750px;
}

.legal__docks-info--description {
  margin-left: 75px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.legal__docks-info--title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
}

.legal__docks-info--recital {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.recital-info {
  margin: 0 0 10px 0;
}

.recital-info--curs {
  font-style: italic;
}

.legal-info__title {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  text-transform: none;
}

.legal-info__body {
  padding: 0 0 5px;
}

.legal-info__subtitle {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: bold;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .legal__docks {
    flex-direction: column;
  }

  .legal__docks-info--description {
    margin-left: 0;
  }

  .legal__docks-categories {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
    margin: 0 -10px 65px 0;
    justify-content: flex-start;
  }

  .legal__docks-categories--link {
    /* padding-bottom: 25px */
    /* margin-bottom: 35px */
    /* border-bottom: 1px solid #000 */
    /* text-decoration: none !important */
    /* width: 100% */
    /* max-width: 140px */
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 0 10px 10px 0;
    border: 1px solid #000;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
    display: block;
    line-height: 1;
    height: auto;
  }

  .tab-item-active {
    background-color: #0057ac;
    color: #fff !important;
  }
}
.predicament {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  margin-bottom: 10px;
}
.predicament__course {
  margin-bottom: 40px;
}
.predicament__title {
  margin-top: 40px;
}
.predicament__blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 30px;
}
.predicament__blocks:nth-last-child(1) {
  margin-right: 0;
}
.predicament__blocks-link {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: none !important;
}
.predicament__blocks-link:nth-last-child(1) {
  margin-bottom: 0;
}
.predicament__blocks-link:hover {
  color: #E30513 !important;
}

@media (max-width: 768px) {
  .predicament {
    padding-left: 15px;
    grid-gap: 15px;
  }

  .predicament__blocks {
    margin-right: 0;
  }
}
@media screen and (max-width: 658px) {
  .predicament {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 458px) {
  .predicament {
    grid-template-columns: 1fr;
  }
}
.companies {
  padding-bottom: 60px;
}
.companies-list {
  display: flex;
  flex-wrap: wrap;
}
.companies__item {
  width: 48%;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #dddddd;
  transition: all 0.25s;
}
.companies__item:nth-child(odd) {
  margin-right: 15px;
}
.companies__item:nth-child(even) {
  margin-left: 15px;
}
.companies__item:hover {
  background-color: #e30513;
}
.companies__item_content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 15px;
  border: 5px solid #000000;
  background-color: #ffffff;
}
.companies__item_logo {
  display: block;
  width: 30%;
  height: 120px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.companies__item_name {
  width: 70%;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.companies__item_desc {
  margin-top: 16px;
  display: block;
  font-size: 16px;
  color: #000000;
  word-wrap: break-word;
}

.directory-tile {
  padding: 0;
  list-style-type: none;
}
.directory-tile__item {
  display: block;
  text-decoration: none;
  width: 203px;
  height: 203px;
  padding: 5px;
  color: #000000;
}
.directory-tile__item a {
  text-decoration: none;
  color: inherit;
}
.directory-tile__item a:hover {
  text-decoration: none;
}
.directory-tile__item a:hover .directory-tile__item-logo {
  transform: scale(1.1);
}
.directory-tile__item-content {
  display: block;
  width: 100%;
  height: 100%;
  margin: 5px;
  padding: 5px;
  border: 6px solid #40444C;
  transition: all 0.25s;
}
.directory-tile__item-content:hover {
  border-color: #e30513;
}
.directory-tile__item-content.big {
  padding: 30px;
  background-color: #40444C;
  color: #ffffff;
  font-size: 44px;
  line-height: 50px;
  transition: all 0.25s;
}
.directory-tile__item-content.big:hover {
  background-color: #e30513;
}
.directory-tile__item-title {
  margin: 0 0 30px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.directory-tile__item-subtitle {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
.directory-tile__item-logo {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-origin: content-box;
  transition: all 0.2s;
}
.directory-tile__item--width2 {
  width: 406px;
}
.directory-tile__item--height2 {
  height: 406px;
}

@media (max-width: 1200px) {
  .companies__item_name {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .companies__item {
    width: 100%;
  }
  .companies__item_name {
    font-size: 22px;
  }
  .companies__item:nth-child(odd) {
    margin-right: 0;
  }
  .companies__item:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .intro {
    margin-bottom: 15px;
  }
  .intro__title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 44px;
  }

  .f16 {
    margin-left: 0px;
  }

  .companies__item {
    flex-basis: 100%;
    padding: 0;
  }
  .companies__item_name {
    font-size: 17px;
  }
  .companies__item_logo {
    height: 73px;
    min-width: 100px;
  }
}
@media (max-width: 414px) {
  .intro {
    margin-top: 15px;
    padding: 10px;
  }
  .intro__title {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
  }

  .f16 {
    font-size: 14px;
    line-height: 20px;
  }

  .companies {
    padding-bottom: 27px;
  }
  .companies-list {
    flex-direction: column;
  }
  .companies__item_logo {
    background-position: top;
    margin: 0;
    height: 106px;
    float: left;
  }
  .companies__item_name {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .intro__title {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
  }

  .f16 {
    font-size: 14px;
    line-height: 18px;
  }

  .companies__item {
    margin: 10px 0;
  }
  .companies__item_name {
    padding-left: 10px;
  }

  .companies__item:nth-child(even) {
    margin-left: 0;
  }
}
.company {
  display: block;
  margin-top: 50px;
  position: relative;
}
.company:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 52%;
  height: 100%;
  right: 0px;
  /* Background property override on page from specific company properties. */
  background-color: #838884;
  z-index: 1;
}
.company_title {
  font-size: 22px;
}
.company_logo {
  padding-top: 100px;
  padding-bottom: 100px;
  border: 6px solid #e30513;
  z-index: 10;
  margin-right: -30px;
}
.company_logo img {
  max-width: 480px;
}
.company__info {
  margin-top: 20px;
  display: block;
  padding-right: 46px;
}
.company__info label {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.company__info_text {
  margin-top: 10px;
  font-size: 18px;
}
.company__map {
  margin-top: 20px;
  padding-right: 20px;
  width: 90%;
  height: 480px;
}
.company__tools {
  margin-top: 20px;
  position: relative;
}
.company__tools_icon {
  width: 30px;
  font-size: 22px;
  position: absolute;
  top: 0px;
  left: 0;
}
.company__tools_text {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  padding-left: 30px;
  padding-top: 5px;
}
.company__right {
  float: left;
  position: relative;
  width: 50%;
  color: white;
  margin-left: -40px;
  padding-left: 100px;
  padding-right: 0px;
  padding-top: 30px;
  z-index: 9;
}
.company_name {
  color: white;
  font-size: 32px;
  font-weight: bold;
}
.company_short-desc {
  font-size: 26px;
  color: white;
}
.company_full-desc {
  font-size: 18px;
  margin-top: 30px;
  color: white;
}
.company__category {
  border-top: 6px solid white;
  margin-top: 30px;
  padding-top: 30px;
}
.company__category label {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.company__category_items {
  margin-top: 10px;
}
.company__category_items_item {
  display: block;
  font-size: 18px;
}
.company__ilf {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 6px solid #000000;
  border-bottom: 6px solid #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 200px;
}

.org-ilf-ilf {
  background-image: url("../images/org/ilf.png");
  width: 100px;
  height: 100px;
}

.org-ilf-rlf {
  background-image: url("../images/org/ilf.png");
  width: 100px;
  height: 100px;
}

.directory-tile {
  padding: 0;
  list-style-type: none;
}
.directory-tile__item {
  display: block;
  text-decoration: none;
  width: 203px;
  height: 203px;
  padding: 5px;
  color: #000000;
}
.directory-tile__item a {
  text-decoration: none;
  color: inherit;
}
.directory-tile__item a:hover {
  text-decoration: none;
}
.directory-tile__item a:hover .directory-tile__item-logo {
  transform: scale(1.1);
}
.directory-tile__item-content {
  display: block;
  width: 100%;
  height: 100%;
  margin: 5px;
  padding: 5px;
  border: 6px solid #40444C;
  transition: all 0.25s;
}
.directory-tile__item-content:hover {
  border-color: #e30513;
}
.directory-tile__item-content.big {
  padding: 30px;
  background-color: #40444C;
  color: #ffffff;
  font-size: 44px;
  line-height: 50px;
  transition: all 0.25s;
}
.directory-tile__item-content.big:hover {
  background-color: #e30513;
}
.directory-tile__item-title {
  margin: 0 0 30px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.directory-tile__item-subtitle {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
.directory-tile__item-logo {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-origin: content-box;
  transition: all 0.2s;
}
.directory-tile__item--width2 {
  width: 406px;
}
.directory-tile__item--height2 {
  height: 406px;
}

@font-face {
  font-family: geometria;
  src: url("../fonts/geometria.woff2") format("woff2"), url("../fonts/geometria.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: geometriabold;
  src: url("../fonts/geometria-bold.woff2") format("woff2"), url("../fonts/geometria-bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
.page-subscribe {
  /* Стили для активной карточки бонусного курса */
  /* Стили для диактивиронного состояния карточек */
  /* Анимации для карточек бонусного курса */
}
.page-subscribe .radio {
  display: none;
}
.page-subscribe label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  cursor: default;
}
.page-subscribe .form-control--subscription {
  padding-top: 7px;
  padding-bottom: 7px;
  height: 70px;
  font-size: 18px;
  border-radius: 0;
}
.page-subscribe .top {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-subscribe .top__text-title {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
  line-height: 50px;
  margin-bottom: 20px;
}
.page-subscribe .top__text-desc {
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
}
.page-subscribe .top__text-desc-note {
  color: #000000;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-subscribe .section__title {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.page-subscribe .section__title-new {
  margin-bottom: 72px;
}
.page-subscribe .section__subtitle {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.page-subscribe .term__card-item-top {
  margin-bottom: 40px;
}
.page-subscribe .term__card-item-top-month {
  float: left;
  font-size: 18px;
  width: 100%;
  margin-bottom: 5px;
}
.page-subscribe .term__card-item-top-fullprice {
  float: left;
  font-weight: 700;
  font-size: 20px;
  color: #dc291a;
  margin-bottom: 10px;
  width: 100%;
  min-height: 28px;
  transition: 0.4s;
}
.page-subscribe .term__card-item-bottom-price {
  font-size: 36px;
  font-weight: 700;
}
.page-subscribe .term__card-item-bottom-oldprice {
  float: left;
  font-weight: 700;
  font-size: 20px;
  color: #888;
  width: 100%;
  min-height: 28px;
  transition: 0.4s;
  text-decoration: line-through;
}
.page-subscribe .term__card-item-bottom-month {
  font-size: 18px;
}
.page-subscribe .subscribe__bonus {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.page-subscribe .subscribe__bonus--wrapper {
  position: relative;
}
.page-subscribe .subscribe__bonus--item {
  width: 24%;
  height: auto;
  display: flex;
  position: relative;
}
.page-subscribe .subscribe__bonus--card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  border: 3px solid #ebebeb;
  transition: 0.3s;
}
.page-subscribe .subscribe__bonus--image {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.page-subscribe .subscribe__bonus--description {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 20px;
  transition: 0.2s;
}
.page-subscribe .subscribe__bonus--name {
  min-height: 110px;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}
.page-subscribe .subscribe__bonus--footer {
  display: flex;
  justify-content: space-between;
}
.page-subscribe .subscribe__bonus--price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-subscribe .subscribe__bonus--access {
  font-size: 14px;
  color: #c8c8c8;
  line-height: 1.2;
}
.page-subscribe .subscribe__bonus--fullprice {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: line-through;
}
.page-subscribe .subscribe__bonus--sale {
  font-size: 18px;
  line-height: 23px;
  color: #DC291A;
  font-weight: 700;
  transition: 0.2s;
}
.page-subscribe .subscribe__bonus--choice {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 19px;
  height: 19px;
  border: 2px solid #8D8D8D;
  border-radius: 50%;
}
.page-subscribe .subscribe__bonus--icon {
  opacity: 0;
  width: 11px;
  height: auto;
  margin-top: -8px;
  margin-left: 2px;
}
.page-subscribe .subscribe__bonus--cover {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.page-subscribe .subscribe__bonus--card.active {
  border-color: #dc291a;
  transition: 0.3s;
}
.page-subscribe .subscribe__bonus--card.active .subscribe-course-card {
  cursor: default;
}
.page-subscribe .subscribe__bonus--card.active .subscribe__bonus--icon {
  opacity: 1;
  animation: dropDown 0.4s ease-in-out;
  transition: 0.3s;
}
.page-subscribe .subscribe__bonus--wrapper.disable .section__subtitle {
  color: #AEAEAE;
}
.page-subscribe .subscribe__bonus--wrapper.disable .subscribe__bonus--card.active {
  border-color: #ebebeb;
}
.page-subscribe .subscribe__bonus--wrapper.disable .subscribe__bonus--cover {
  display: block;
}
.page-subscribe .subscribe__bonus--wrapper.disable .subscribe__bonus--image {
  filter: grayscale(1);
  transition: 0.2s;
}
.page-subscribe .subscribe__bonus--wrapper.disable .subscribe__bonus--choice {
  opacity: 0;
  transition: 0.2s;
}
.page-subscribe .subscribe__bonus--wrapper.disable .subscribe__bonus--description, .page-subscribe .subscribe__bonus--wrapper.disable .subscribe__bonus--sale {
  color: #9D9D9D;
  transition: 0.2s;
}
.page-subscribe .subsctibe__course--card:hover {
  border-color: #dc291a;
  transition: 0.3s;
}
.page-subscribe .payment-method__card, .page-subscribe .order-type__card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 33px;
  height: 130px;
  padding: 20px;
}
.page-subscribe .payment-method__card:hover .payment-method__card-backward,
.page-subscribe .payment-method__card:hover .order-type__card-backward, .page-subscribe .order-type__card:hover .payment-method__card-backward,
.page-subscribe .order-type__card:hover .order-type__card-backward {
  opacity: 1;
}
.page-subscribe .payment-method__card-item-image, .page-subscribe .order-type__card-item-image {
  display: block;
  max-width: 220px;
}
.page-subscribe .payment-method__card-backward, .page-subscribe .order-type__card-backward {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #dc291a;
  box-shadow: inset 0 0 16px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.4s;
  opacity: 0;
}
.page-subscribe .payment-method__disc, .page-subscribe .order-type__disc {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.page-subscribe .payment-method__disc-icon, .page-subscribe .order-type__disc-icon {
  width: 25px;
  height: 36px;
  float: left;
  margin-right: 15px;
  padding-top: 5px;
}
.page-subscribe .payment-method__disc-text, .page-subscribe .order-type__disc-text {
  font-size: 14px;
}
.page-subscribe .promo-code__title {
  margin-bottom: 30px;
}
.page-subscribe .promo-code__text {
  margin-bottom: 40px;
}
.page-subscribe .promo-code__desc {
  font-size: 18px;
  margin-bottom: 35px;
}
.page-subscribe .promo-code__form {
  display: flex;
  align-items: flex-start;
}
.page-subscribe .promo-code__form-field {
  width: calc(100% - 179px);
  height: 60px;
  margin-right: 15px;
  float: left;
  text-align: left;
  font-size: 18px;
  padding-left: 10px;
  font-family: Geometria, sans-serif;
  margin-bottom: 60px;
}
.page-subscribe .promo-code .button {
  padding-top: 21px;
  padding-bottom: 19px;
  font-weight: 700;
}
.page-subscribe .account__form-field {
  width: 100%;
  margin-bottom: 30px;
}
.page-subscribe .account__form-registration {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  font-family: Geometria, sans-serif;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.page-subscribe .check-desc {
  width: 70%;
  float: left;
  font-size: 18px;
}
.page-subscribe .check-price {
  width: 30%;
  float: left;
  font-size: 18px;
  text-align: right;
  padding-right: 50px;
}
.page-subscribe .check__main-price, .page-subscribe .check__discount, .page-subscribe .check__total-price {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  float: left;
}
.page-subscribe .check__total-price {
  margin-top: 30px;
  padding-left: 10px;
  font-weight: 700;
  box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
  background-color: #ddd;
}
.page-subscribe .check__total-price-left, .page-subscribe .check__total-price-right {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 50px;
  padding-bottom: 15px;
}
.page-subscribe .bottom {
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 40px;
}
.page-subscribe .bottom .confirmation__desc {
  position: relative;
  margin-top: 30px;
}
.page-subscribe .bottom .confirmation__desc-checkbox {
  display: none;
}
.page-subscribe .bottom .confirmation__desc-checkbox:checked + .confirmation__desc-label::before {
  border: 1px solid #e30513;
  background: url(../images/controls/checkbox-mark.png) 50% 50% no-repeat, #e30513;
}
.page-subscribe .bottom .confirmation__desc-label {
  padding-left: 27px;
}
.page-subscribe .bottom .confirmation__desc-label::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  background: url(../images/controls/checkbox-mark.png), #ffffff;
  border: 2px solid #000000;
  border-radius: 4px;
  margin: 0 20px 2px 2px;
  transition: background, border 0.3s;
}
.page-subscribe .bottom .confirmation__desc p {
  margin: 1em 0 0;
}
.page-subscribe .middle {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ebebeb;
}
.page-subscribe .middle__card-item {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  cursor: pointer;
  transition: 0.4s;
}
.page-subscribe .middle__card-item:hover {
  background-color: #dc291a;
  color: #fff;
  transition: 0.4s;
}
.page-subscribe .middle__card-item:hover .term__card-item-top-fullprice {
  color: #fff;
  transition: 0.4s;
}
.page-subscribe .middle__card-item:active {
  background-color: #b82316;
}
.page-subscribe .middle__card-item-disable {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.page-subscribe .middle__form-field {
  height: 60px;
  float: left;
  text-align: left;
  font-size: 18px;
  padding-left: 10px;
  font-family: Geometria, sans-serif;
  margin-bottom: 60px;
}
.page-subscribe .middle .active_card {
  position: relative;
  background-color: #dc291a;
  color: #fff;
  box-shadow: inset 0 0 16px 0px rgba(0, 0, 0, 0.14);
}
.page-subscribe .middle .active_card::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 19px;
  background-image: url(../images/tick-sign.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  animation: drop 0.4s ease-in-out;
}
.page-subscribe .middle .active_card .term__card-item-top-fullprice {
  color: #fff;
}

.subscribe__about {
  background-color: #E5E5E5;
  width: 100%;
  background-image: url(../images/Subscription_about_new.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 85% center;
}
@media screen and (max-width: 992px) {
  .subscribe__about {
    padding-bottom: 40px;
    background-image: url(../images/Subscription_about_tablet.png);
    background-size: contain;
    background-position: right;
  }
}
@media screen and (max-width: 576px) {
  .subscribe__about {
    background-image: url(../images/LA_mobile_new2.png);
    background-size: cover;
    background-position: top center;
    padding-bottom: 0px;
  }
}
.subscribe__about__intro {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .subscribe__about__intro {
    display: flex;
    flex-direction: column;
  }
}
.subscribe__about__description {
  z-index: 100;
}
@media screen and (max-width: 576px) {
  .subscribe__about__description {
    order: 2;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .subscribe__about__description {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .subscribe__about__description {
    left: 52%;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .subscribe__about__description {
    display: block;
    order: 1;
    left: 0;
    width: 100%;
  }
}
.subscribe__about-text {
  background-color: #ffffff;
  font-family: "Geometria";
  font-style: normal;
  color: #000000;
}
.subscribe__about-wrapper {
  padding: 96px 0px 53px;
}
@media screen and (max-width: 576px) {
  .subscribe__about-wrapper {
    padding: 40px 0 0;
  }
}
.subscribe__about-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  font-family: "Geometria";
  font-style: normal;
}
.subscribe__about--text {
  font-weight: 400;
  font-size: 18px;
  font-family: "Geometria";
  line-height: 25px;
  font-style: normal;
  color: #000000;
  margin-bottom: 20px;
}
.subscribe__about--text__grey {
  margin-bottom: 62px;
  color: #888888;
}
.subscribe__title {
  margin-bottom: 0;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-top: 113px;
  line-height: 58px;
  font-size: 48px;
}
@media screen and (max-width: 576px) {
  .subscribe__title {
    line-height: 120%;
    font-size: 22px;
    text-align: center;
  }
}
.subscribe__title-red {
  color: #E30513;
}

.review-main-card-sub {
  background-color: #EBEBEB !important;
  border: solid 5px transparent;
}
.review-main-card-sub:hover {
  border: solid 5px #E30513;
  transition: 0.1s;
}

.reviews__header-sub {
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .reviews__header-sub {
    line-height: 130%;
    font-size: 18px;
    text-align: center;
  }
}

.reviews.page-section {
  position: relative;
}

.subscribe-button--sub {
  margin-bottom: 81px;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .subscribe-button--sub {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 576px) {
  .subscribe-button--sub {
    display: block !important;
  }
}

.swiper-subReviews .swiper-wrapper {
  height: auto;
}

.swiper-button-next.swiper-button-next-subreview {
  width: 5%;
  right: -2%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next.swiper-button-next-subreview {
    width: 8%;
  }
}
@media screen and (max-width: 576px) {
  .swiper-button-next.swiper-button-next-subreview {
    width: 10%;
  }
}

.swiper-button-prev.swiper-button-prev-subreview {
  width: 5%;
  left: -3%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev.swiper-button-prev-subreview {
    width: 8%;
  }
}
@media screen and (max-width: 576px) {
  .swiper-button-prev.swiper-button-prev-subreview {
    width: 10%;
  }
}

.swiper-button-prev.swiper-button-prev-subreview::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.447106 7.29289C0.0565815 7.68342 0.0565815 8.31658 0.447106 8.70711L6.81107 15.0711C7.20159 15.4616 7.83476 15.4616 8.22528 15.0711C8.6158 14.6805 8.6158 14.0474 8.22528 13.6569L2.56843 8L8.22528 2.34315C8.61581 1.95262 8.61581 1.31946 8.22528 0.928932C7.83476 0.538407 7.20159 0.538407 6.81107 0.928932L0.447106 7.29289ZM15.8281 7L1.15421 7L1.15421 9L15.8281 9L15.8281 7Z' fill='white'/%3E%3C/svg%3E%0A");
  border-radius: 50px;
  background-color: #c14545;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 20px;
  background-position: center;
}

.swiper-button-next.swiper-button-next-subreview::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.447106 7.29289C0.0565815 7.68342 0.0565815 8.31658 0.447106 8.70711L6.81107 15.0711C7.20159 15.4616 7.83476 15.4616 8.22528 15.0711C8.6158 14.6805 8.6158 14.0474 8.22528 13.6569L2.56843 8L8.22528 2.34315C8.61581 1.95262 8.61581 1.31946 8.22528 0.928932C7.83476 0.538407 7.20159 0.538407 6.81107 0.928932L0.447106 7.29289ZM15.8281 7L1.15421 7L1.15421 9L15.8281 9L15.8281 7Z' fill='white'/%3E%3C/svg%3E%0A");
  border-radius: 50px;
  background-color: #c14545;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 20px;
  transform: rotate(180deg);
  background-position: center;
}

.swiper .swiper-pagination-bullet {
  background-color: #c4c4c4;
  border-radius: inherit;
  width: 70px;
  height: 2px;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #c14545;
  width: 140px;
}

.swiper-subReviews .swiper-pagination.swiper-pagination-subreview.swiper-pagination-bullets {
  bottom: 0%;
  border-radius: inherit;
}

.term-card label,
.order-type label,
.payment-method label {
  display: block;
}

.check__confirmation-buttom:hover {
  background-color: #dc291a;
  color: #fff;
  transition: 0.4s;
}
.check__confirmation-buttom:active {
  background-color: #b82316;
}

.checkbox {
  display: none;
}

.checkbox-label, .checkbox-text, .confirmation__desc {
  font-size: 16px;
}
.checkbox-label a, .checkbox-text a, .confirmation__desc a {
  color: #e30513;
}

.checkbox-text p {
  font-weight: normal;
}

.account__password-field {
  display: none;
}

.confirmation__buttom--hide {
  display: none !important;
}

/*Анимация*/
@keyframes drop {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dropDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.reviews {
  margin-top: 60px;
}
.reviews__header {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 34px;
}

.review-card {
  display: flex;
  height: calc(100% - 64px);
  height: 100%;
  flex-direction: column;
  padding-top: 21px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 38px;
  background-color: #EBEBEB;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
}
.review-card__course-thumbnail {
  margin-bottom: 24px;
}
.review-card__author {
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.review-card__author--position {
  min-height: 54px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}
.review-card__text {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
.review-card__text::before {
  content: "«";
  position: absolute;
  left: -19px;
  top: -1px;
  font-size: 26px;
  color: #E01314;
}
.review-card__text::after {
  content: "»";
  position: absolute;
  right: -19px;
  bottom: -1px;
  font-size: 26px;
  color: #E01314;
}
.review-card__link {
  margin-top: auto;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #E01314;
}

.modal--page-subscription {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  max-width: 1220px;
  max-height: 100%;
  z-index: 2000;
}
.modal--page-subscription--show {
  display: block;
}
@media screen and (max-width: 576px) {
  .modal--page-subscription {
    width: 100%;
    height: 100%;
  }
}

.modal__overlay {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__overlay--show {
  display: block;
}

.modal__close-button {
  position: absolute;
  top: 5px;
  right: 20px;
  line-height: 1.25;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  color: #E01314;
  z-index: 1;
}
.modal__close-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .modal__close-button {
    font-size: 60px;
    top: 0;
    right: 15px;
    color: #000000;
  }
}

.modal__content {
  position: absolute;
  display: flex;
  background-color: #ffffff;
  padding: 40px;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  color: #000;
  overflow: auto;
  border-radius: 3px;
}
@media screen and (max-width: 992px) {
  .modal__content {
    padding: 25px;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .modal__content {
    padding: 15px;
  }
}

.modal__content-left {
  flex: 0 0 325px;
  margin-right: 35px;
}
.modal__content-left--review {
  margin-right: 56px;
}
@media screen and (max-width: 992px) {
  .modal__content-left {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.modal__author-img {
  display: block;
}

.modal__author-name {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.3;
  margin: 0;
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.modal__author-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 8px;
  background-color: #e30513;
}
@media screen and (max-width: 992px) {
  .modal__author-name {
    font-size: 32px;
    margin-bottom: 10px;
    font-family: "geometriabold", "Tahoma", sans-serif;
    font-weight: 700;
  }
}

.modal__author-position {
  font-size: 18px;
  line-height: 1.3;
  color: #999;
}
@media screen and (max-width: 992px) {
  .modal__author-position {
    font-size: 16px;
    line-height: 1.4;
  }
}

.modal__review-author {
  display: block;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}

.modal__review {
  position: relative;
}
.modal__review::before {
  content: "«";
  position: absolute;
  left: -19px;
  top: -5px;
  font-size: 26px;
  line-height: 1;
  color: #E01314;
}
.modal__review::after {
  content: "»";
  position: absolute;
  right: -19px;
  bottom: -5px;
  font-size: 26px;
  line-height: 1;
  color: #E01314;
}
@media screen and (max-width: 576px) {
  .modal__review::before, .modal__review::after {
    content: none;
  }
}

.modal__author-description {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .modal__author-description {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1978px) {
  .subscribe__about {
    background-size: contain;
    background-position: right;
  }
}
.subscription-step {
  margin: 0 0 60px;
  padding: 0;
  border: none;
}

.subscription-step__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 110%;
  color: #000;
  border: none;
}
@media screen and (max-width: 576px) {
  .subscription-step__title {
    font-size: 16px;
    text-align: center;
  }
}
.subscription-step__title span {
  color: #E30613;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .subscription-step__title span {
    display: block;
  }
}

.subscription-items-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .subscription-items-list {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  .subscription-items-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.subscription-item {
  flex-basis: 33.3%;
  color: #2D2D2D;
  cursor: default;
}
@media screen and (max-width: 576px) {
  .subscription-item {
    width: 100%;
    max-width: 320px;
  }
}

.subscription-item__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 42px 30px 36px;
  background-color: #fff;
  border: 4px solid transparent;
  transition: border-color 0.125s;
}
@media screen and (max-width: 992px) {
  .subscription-item__inner {
    padding: 32px 15px 28px;
  }
}
@media screen and (max-width: 576px) {
  .subscription-item__inner {
    padding: 30px 24px 24px;
  }
}

.subscription-item:hover .subscription-item__inner {
  border-color: #E30613;
}

.subscription-item__notes {
  margin-top: 3px;
  padding: 27px 30px 26px;
  font-size: 20px;
  line-height: 125%;
  font-weight: bold;
  color: #E30613;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 4px solid transparent;
  transition: border-color 0.125s;
}
@media screen and (max-width: 992px) {
  .subscription-item__notes {
    padding: 25px 15px 24px;
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .subscription-item__notes {
    padding: 18px 24px 17px;
  }
}

.subscription-item:hover .subscription-item__inner + .subscription-item__notes {
  border-color: #E30613;
}
.subscription-item input:checked + .subscription-item__inner {
  background-color: #E30613;
  color: #fff;
}
.subscription-item input:checked + .subscription-item__inner .subscription-item__period::after {
  background-color: #fff;
}
.subscription-item input:checked ~ .subscription-item__notes {
  background-color: #E30613;
  color: #fff;
}
.subscription-item input:checked ~ .subscription-item__inner .subscription-item__price-compare {
  color: inherit;
}
.subscription-item input:checked + .subscription-item__inner::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 30px;
  background-image: url("https://legalacademy.ru/components/tpl/lfa2/images/tick-sign.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  animation: drop 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .subscription-item input:checked + .subscription-item__inner::after {
    width: 24px;
    height: 24px;
    top: 30px;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .subscription-item input:checked + .subscription-item__inner::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.subscription-item__period {
  position: relative;
  margin-bottom: 54px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 125%;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .subscription-item__period {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .subscription-item__period {
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
}
.subscription-item__period::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57%;
  height: 6px;
  background-color: #BEBEBE;
}
@media screen and (max-width: 768px) {
  .subscription-item__period::after {
    height: 4px;
  }
}
@media screen and (max-width: 576px) {
  .subscription-item__period::after {
    width: 42%;
  }
}

.subscription-item__price {
  font-size: 48px;
  line-height: 125%;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .subscription-item__price {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .subscription-item__price {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .subscription-item__price {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .subscription-item__price {
    font-size: 36px;
  }
}
.subscription-item__price small {
  font-size: 0.75em;
  line-height: 125%;
  font-weight: normal;
}

.subscription-item__price-compare {
  font-size: 18px;
  line-height: 125%;
  color: #E30613;
}
@media screen and (max-width: 768px) {
  .subscription-item__price-compare {
    font-size: 16px;
  }
}

.subscription-item__price--full {
  text-decoration: line-through;
  font-weight: normal;
}

.subscription-item__price--discount {
  font-weight: bold;
}

.subscription-radio__label {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: default;
  position: relative;
  padding: 15px 0 15px 30px;
  vertical-align: middle;
  transition: color 0.125s, font-weight 0.125s;
}
@media screen and (max-width: 576px) {
  .subscription-radio__label {
    width: 100%;
    padding: 15px 16px;
    padding-left: 46px;
    font-size: 16px;
    line-height: 120%;
  }
}
.subscription-radio__label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDEwQzIgMTQuNDE4MyA1LjU4MTcyIDE4IDEwIDE4QzE0LjQxODMgMTggMTggMTQuNDE4MyAxOCAxMEMxOCA1LjU4MTcyIDE0LjQxODMgMiAxMCAyQzUuNTgxNzIgMiAyIDUuNTgxNzIgMiAxMFpNMTAgMEM0LjQ3NzE1IDAgMCA0LjQ3NzE1IDAgMTBDMCAxNS41MjI4IDQuNDc3MTUgMjAgMTAgMjBDMTUuNTIyOCAyMCAyMCAxNS41MjI4IDIwIDEwQzIwIDQuNDc3MTUgMTUuNTIyOCAwIDEwIDBaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.125s;
}
@media screen and (max-width: 576px) {
  .subscription-radio__label::after {
    left: 16px;
  }
}

.subscription-radio__input[type=radio]:checked + .subscription-radio__label {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .subscription-radio__input[type=radio]:checked + .subscription-radio__label {
    background-color: #DDDDDD;
  }
}
.subscription-radio__input[type=radio]:checked + .subscription-radio__label::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjkiIHN0cm9rZT0iI0UzMDYxMyIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8cmVjdCB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHJ4PSI1IiB5PSI1IiB4PSI1IiBmaWxsPSIjRTMwNjEzIi8+Cjwvc3ZnPgo=);
}

.subscription-radio__note {
  text-transform: none;
  font-weight: normal;
  color: #666666;
  display: block;
}
@media screen and (max-width: 576px) {
  .subscription-radio__note {
    font-size: 12px;
    line-height: 110%;
  }
}

.subscribe__intro {
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
}

.subscribe__image {
  position: relative;
  width: 40%;
  margin-right: 30px;
}
.subscribe__image img {
  position: absolute;
  left: -200px;
  top: 0;
}

.subscribe__description {
  width: 60%;
}

.subscribe__header {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
}
.subscribe__header--intro {
  position: relative;
  font-size: 47px;
  margin-bottom: 75px;
}
.subscribe__header--intro::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 37px;
  height: 4px;
  background-color: #e30513;
}
.subscribe__header--reviews {
  text-align: center;
  margin-bottom: 30px;
}
.subscribe__header--guide {
  text-align: center;
  margin-bottom: 50px;
}
.subscribe__header--cards {
  margin-bottom: 34px;
  font-size: 26px;
  line-height: 1.1;
  text-transform: uppercase;
}
.subscribe__header--examples {
  margin-bottom: 30px;
  text-align: center;
}
.subscribe__header--promo {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  min-height: 71px;
  background-color: #ebebeb;
  position: relative;
  margin-bottom: 35px;
}
.subscribe__header--promo::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 0;
  width: 28px;
  height: 100%;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/triangle_header.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.subscribe__header--advantages {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.subscribe__header--form {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: center;
  min-height: 150px;
  background-color: #ebebeb;
  position: relative;
  margin-bottom: 30px;
  width: calc(100% - 58px);
}
.subscribe__header--form::after {
  content: "";
  position: absolute;
  right: -58px;
  top: 0;
  width: 58px;
  height: 100%;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/triangle_header.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.subscribe__header--faq {
  text-align: center;
}
.subscribe__header--highlight {
  color: #ec1c23;
}

.subscribe__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 50px;
}

.subscribe__capability {
  display: flex;
  margin-bottom: 30px;
}

.subscribe-button--advantages.subscribe__more-reviews-button {
  margin-top: 50px;
}

.subscribe__capability-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  max-height: 190px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.subscribe__capability-item {
  position: relative;
  max-width: 260px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 49px;
  margin-bottom: 20px;
  margin-right: 55px;
}
.subscribe__capability-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 24px;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .subscribe__capability-item::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_check@2x.png);
  }
}
.subscribe-button {
  display: inline-block;
  font-size: 18px;
  min-width: 260px;
  line-height: 1.25;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e30513;
  color: #fff;
  text-align: center;
  border: 0;
  transition: all 125ms;
  cursor: pointer;
  box-sizing: border-box;
}
.subscribe-button:hover, .subscribe-button:focus {
  text-decoration: none;
  color: #fff;
  background-color: #d70511;
}
.subscribe-button--secondary {
  border: 1px solid #ffffff;
  background: transparent;
}
.subscribe-button--secondary:hover, .subscribe-button--secondary:focus {
  color: #e30513;
  background-color: #ffffff;
}
.subscribe-button--cards {
  display: block;
  margin-top: 40px;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}
.subscribe-button--advantages {
  display: block;
  margin-top: 10px;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.subscribe__features {
  display: flex;
  margin-bottom: 70px;
}

.subscribe__feature {
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.subscribe__feature:last-child {
  margin-right: 0;
}

.subscribe__feature-icon {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 95px;
  background-color: #ebebeb;
  border-radius: 50%;
  margin-bottom: 25px;
}
.subscribe__feature-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.subscribe__feature-icon--time::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_time.png);
  width: 39px;
  height: 44px;
}
.subscribe__feature-icon--study::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_study.png);
  width: 43px;
  height: 43px;
}
.subscribe__feature-icon--books::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_books.png);
  width: 39px;
  height: 38px;
}
.subscribe__feature-icon--profile::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_profile.png);
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .subscribe__feature-icon--time::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_time@2x.png);
  }
  .subscribe__feature-icon--study::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_study@2x.png);
  }
  .subscribe__feature-icon--books::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_books@2x.png);
  }
  .subscribe__feature-icon--profile::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_profile@2x.png);
  }
}
.subscribe__feature-description {
  font-size: 18px;
  line-height: 1.25;
}

.subscribe__statistics {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e30513;
}

.subscribe__statistics-items {
  display: flex;
  justify-content: space-between;
}

.subscribe__statistics-item {
  position: relative;
  text-align: center;
  padding-top: 60px;
  width: 33.33333%;
}
.subscribe__statistics-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
}
.subscribe__statistics-item--video::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_video.png);
  width: 50px;
  height: 40px;
}
.subscribe__statistics-item--people::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_people.png);
  width: 63px;
  height: 46px;
}
.subscribe__statistics-item--world::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_world.png);
  width: 52px;
  height: 51px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .subscribe__statistics-item--video::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_video@2x.png);
  }
  .subscribe__statistics-item--people::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_people@2x.png);
  }
  .subscribe__statistics-item--world::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_world@2x.png);
  }
}
.subscribe__statistics-description {
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
}

.subscribe__statistics-highlight {
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.subscribe__reviews {
  margin-top: 50px;
  margin-bottom: 50px;
}

.subscribe__reviews-list-wrapper {
  position: relative;
}

.subscribe__reviews-list {
  margin-left: -88px;
  margin-right: -88px;
}

.review {
  display: flex !important;
  position: relative;
  padding: 40px 30px 25px 30px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.17);
  margin-left: 22px;
  margin-right: 22px;
  margin-top: 60px;
  margin-bottom: 60px;
  min-height: 315px;
}
.review::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 26px;
  color: #e30513;
  width: 32px;
  height: 21px;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/quotation_mark@1x.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .review::after {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/quotation_mark@2x.png);
  }
}
.review__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.review__text {
  font-size: 14px;
  line-height: 1.25;
}

.review__author {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
}

.review__author-postion {
  font-size: 12px;
  font-style: italic;
  line-height: 1.25;
}

.subscribe__guide {
  padding-top: 40px;
  padding-bottom: 35px;
}

.subscribe__guide--items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.subscribe__guide-item {
  text-align: center;
  max-width: 350px;
  position: relative;
}
.subscribe__guide-item::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 360px;
  width: 41px;
  height: 29px;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon__arrow.png);
  background-size: cover;
}
.subscribe__guide-item:first-child::after {
  content: none;
}

.subscribe__item-icon {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 95px;
  background-color: #ebebeb;
  border-radius: 50%;
  margin-bottom: 30px;
}
.subscribe__item-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.subscribe__item-icon--registration::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_registration.png);
  width: 44px;
  height: 49px;
}
.subscribe__item-icon--payment::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_payment.png);
  width: 47px;
  height: 47px;
}
.subscribe__item-icon--pace::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_pace.png);
  width: 48px;
  height: 48px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .subscribe__item-icon--registration::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_registration@2x.png);
  }
  .subscribe__item-icon--payment::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_payment@2x.png);
  }
  .subscribe__item-icon--pace::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_pace@2x.png);
  }
}
.subscribe__item-description {
  font-size: 18px;
  font-weight: 700;
}

.subscribe__guide-description {
  position: relative;
}

.subscribe__guide-text-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.subscribe__guide-text-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60%;
  height: 65%;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/triangle_paragraph.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.subscribe__guide-text {
  font-size: 23px;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0;
}
.subscribe__guide-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-top: 7px solid #eb1c23;
  border-left: 7px solid #eb1c23;
}
.subscribe__guide-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-bottom: 7px solid #eb1c23;
  border-right: 7px solid #eb1c23;
}

.subscribe-button--guide {
  display: block;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.subscribe__cards {
  background-color: #ebebeb;
  padding-top: 64px;
  padding-bottom: 65px;
}

.subscribe__cards-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.subscribe__cards-list .card {
  margin-right: auto;
}

.subscribe__promo {
  background-color: #e30513;
  position: relative;
  padding-bottom: 45px;
}

.subscribe__promo-header-wrapper {
  position: relative;
}
.subscribe__promo-header-wrapper::before {
  content: "";
  position: absolute;
  width: 50%;
  transform: translate(-50%);
  height: 71px;
  left: 0;
  top: 0;
  background-color: #ebebeb;
}

.subscribe__promo-description {
  display: flex;
  align-items: center;
}

.subscribe__promo-text {
  font-size: 18px;
  max-width: 700px;
  margin-bottom: 40px;
  margin-right: 205px;
  line-height: 1.8;
  color: #ffffff;
}

.subscribe__promo-image {
  width: 180px;
  height: auto;
}

.subscribe__advantages {
  margin-bottom: 55px;
}

.subscribe__advantages-header-wrapper {
  position: relative;
}
.subscribe__advantages-header-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 48%;
  height: 100%;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/advantages_header_background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.subscribe__advantages-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.subscribe__advantages-item {
  position: relative;
  text-align: center;
  padding-top: 120px;
  width: 33.33333%;
  margin-bottom: 40px;
}
.subscribe__advantages-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  width: 95px;
  height: 95px;
}
.subscribe__advantages-item--pay::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_pay.png);
}
.subscribe__advantages-item--settings::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_settings.png);
}
.subscribe__advantages-item--update::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_update.png);
}
.subscribe__advantages-item--save::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_save.png);
}
.subscribe__advantages-item--sale::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_sale.png);
}
.subscribe__advantages-item--demo::before {
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_demo.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .subscribe__advantages-item--pay::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_pay@2x.png);
  }
  .subscribe__advantages-item--settings::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_settings@2x.png);
  }
  .subscribe__advantages-item--update::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_update@2x.png);
  }
  .subscribe__advantages-item--save::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_save@2x.png);
  }
  .subscribe__advantages-item--sale::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_sale@2x.png);
  }
  .subscribe__advantages-item--demo::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_demo@2x.png);
  }
}
.subscribe__advantages-description {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.subscribe__form-section {
  background-color: #e30513;
  padding-bottom: 70px;
}

.subscribe__form-section-wrapper {
  display: flex;
  height: 100%;
}

.subscribe__form-description {
  width: 655px;
  margin-right: 115px;
  display: flex;
  flex-direction: column;
}

.subscribe__text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.subscribe__form-paragraph {
  color: #ffffff;
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
}

.subscribe__form-promo {
  position: relative;
  padding-left: 120px;
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
}
.subscribe__form-promo::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 75px;
  height: 77px;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_purse.png);
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .subscribe__form-promo::before {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/icons/icon_purse@2x.png);
  }
}
.subscribe__form-promo-highlight {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.subscribe__form-header-wrapper {
  position: relative;
}
.subscribe__form-header-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: translate(-99%);
  height: 150px;
  left: 0;
  top: 0;
  background-color: #ebebeb;
}

.subscribe__form {
  margin-top: 74px;
  background-color: #fff;
  padding-top: 45px;
  padding-right: 40px;
  padding-bottom: 45px;
  padding-left: 40px;
}

.subscribe__form-input {
  display: block;
  font-family: Geometria, sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.subscribe__form-input::placeholder {
  color: #c6c6c6;
}

.subscribe__faq {
  margin-top: 40px;
  margin-bottom: 40px;
}

.subscribe__examples {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.subscribe__faq-text {
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.25;
}
.subscribe__faq-text a {
  text-decoration: underline;
}
.subscribe__faq-text:last-child {
  margin-bottom: 0;
}

.subscribe__videos {
  display: flex;
}

.subscribe__video {
  width: 49%;
  min-height: 300px;
}

.subscribe__video iframe {
  height: 100%;
  width: 100%;
}

.subscribe__header--mobile {
  display: none;
}

.subscribe__video:not(:last-child) {
  margin-right: 40px;
}

.section__footer {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .subscribe__description, .subscribe__image {
    width: 50%;
  }

  .subscribe__capability-items {
    max-height: none;
  }
}
@media (max-width: 1000px) {
  .subscribe__header--intro {
    display: none;
  }

  .subscribe__header {
    width: 100%;
    font-size: 35px;
    margin-bottom: 35px;
  }

  .subscribe__header--mobile {
    display: block;
    margin-bottom: 35px;
  }
  .subscribe__header--mobile::after {
    display: none;
  }

  .subscribe__intro {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .subscribe__description, .subscribe__image {
    width: 100%;
  }

  .subscribe__image {
    max-width: 300px;
    margin: 0 auto;
    height: fit-content;
    margin-bottom: 20px;
  }

  .subscribe__image img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }

  .subscribe__description {
    display: flex;
    flex-direction: column;
  }

  .subscribe__text {
    font-size: 16px;
  }

  .subscribe__capability {
    flex-wrap: wrap;
  }

  .subscribe__capability-items {
    width: 100%;
    justify-content: space-between;
    flex-direction: inherit;
  }

  .subscribe__capability-item {
    width: 47%;
    max-width: none;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .subscribe__capability-item::before {
    width: 20px;
    height: 19px;
  }

  .subscribe-button {
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
  }

  .subscribe__promo--description--wrapper {
    flex-direction: column;
    display: flex;
  }

  .subscribe__promo-description {
    flex-direction: column-reverse;
  }
  .subscribe__promo-description picture {
    margin-bottom: 30px;
  }
  .subscribe__promo-description .subscribe__promo-image {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  .subscribe__promo-text {
    margin-right: 0;
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .subscribe__header {
    font-size: 18px;
    line-height: 23px;
  }

  .subscribe__image {
    margin-bottom: 28px;
  }

  .subscribe__text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }

  .subscribe__capability {
    flex-direction: column;
  }

  .subscribe__capability-item {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
  }

  .subscribe-button {
    font-size: 14px;
  }

  .subscribe__guide-text-wrapper {
    margin-bottom: 30px;
  }

  .subscribe__guide-text {
    font-size: 16px;
  }

  .subscribe__videos {
    flex-wrap: wrap;
  }

  .subscribe__video {
    width: 100%;
    min-height: auto;
  }

  .subscribe__video:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .subscribe__advantages-item {
    width: 100%;
  }

  .subscribe__guide--items {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .subscribe__guide-item {
    width: 100%;
    max-width: none;
  }
}
.subscribe__bg-shortread {
  background-color: #D9D9D9;
  width: 100%;
}
.subscribe__intro-shortread {
  display: flex;
  background: linear-gradient(90deg, #D9D9D9 0%, #F8F8F8 26.76%, #F8F8F8 78.13%, #D9D9D9 100%);
  overflow: hidden;
}
.subscribe__image-shortread {
  width: 100%;
  max-width: 440px;
  margin-bottom: -120px;
  margin-top: -20px;
}
.subscribe__description-shortread {
  font-family: "Geometria";
  font-style: normal;
}
.subscribe__new-shortread {
  margin-top: 75px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #E30613;
}
.subscribe__header-shortread {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 37px;
  color: #000000;
  text-transform: uppercase;
}
.subscribe__upName {
  text-transform: uppercase;
}
.subscribe__text-shortread {
  padding: 20px 0 25px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.subscribe-button {
  min-width: 200px;
}
.subscribe__about--shortread {
  background-color: #ffffff;
  font-family: "Geometria";
  font-style: normal;
  color: #000000;
}
.subscribe__about--wrapper {
  padding: 91px 0px 100px;
}
.subscribe__about-title {
  margin-top: 0;
  margin-bottom: 43px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
}
.subscribe__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  font-family: "Geometria";
  font-style: normal;
}
.subscribe--text {
  font-weight: 400;
  font-size: 18px;
  font-family: "Geometria";
  line-height: 25px;
  font-style: normal;
  color: #000000;
  margin-bottom: 20px;
}
.subscribe--text__link {
  color: #E30613;
}

.subscribe__subtitle--joint {
  padding: 50px 0 0;
  border-top: 1px solid #D9D9D9;
}
.subscribe__subtitle--joint h3 {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  text-transform: uppercase;
}

.subscribe--text__grey {
  margin-bottom: 62px;
  color: grey;
}

.subscribe-button--des {
  display: block;
  margin: 0 auto;
  max-width: 282px;
}

.subscribe__about--wrappers {
  padding: 91px 0 0;
}

.reviews.page-section {
  margin-bottom: 119px;
}

.subscribe .reviews.page-section {
  margin-bottom: 40px;
}

.subscribe-button--joint {
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .subscribe__intro-shortread {
    padding-bottom: 30px;
  }
  .subscribe__new-shortread {
    font-size: 18px;
    line-height: 19px;
  }
  .subscribe__header-shortread {
    font-size: 23px;
    line-height: 25px;
  }
  .subscribe__image-shortread {
    max-width: 330px;
    margin: 0;
  }
  .subscribe__text-shortread {
    font-size: 14px;
    line-height: 20px;
  }
  .subscribe__about--wrappers {
    padding-top: 50px;
  }
  .subscribe__about--wrapper {
    padding: 50px 0 50px;
  }
}
@media (max-width: 550px) {
  .subscribe__intro-shortread {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .subscribe__image-shortread {
    text-align: center;
    margin: 0;
  }

  .subscribe__description-shortread {
    text-align: center;
  }

  .subscribe__new-shortread {
    margin-top: 30px;
    font-size: 14px;
  }

  .subscribe__header-shortread {
    font-size: 22px;
    line-height: 23px;
    text-transform: uppercase;
    width: 100%;
    max-width: 215px;
  }

  .subscribe__text-shortread {
    display: none;
  }

  .subscribe-button--joint {
    margin: 24px 0 0px;
    min-width: 140px;
  }

  .subscribe__about--wrapper {
    padding: 40px 0 50px;
  }

  .subscribe__about-title {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 23px;
  }

  .subscribe--text {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .subscribe--text__grey {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .subscribe__subtitle--joint {
    padding-top: 30px;
  }
  .subscribe__subtitle--joint h3 {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 23px;
  }
}
.comments {
  width: 100%;
  background-color: #fff;
  xxx-padding: 30px 35px 35px;
  xxx-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.25);
}
.comments__title {
  font-size: 28px;
  font-weight: 700;
  font-family: "geometriabold", "Tahoma", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.comments__title-desc {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.comments__title-desc a {
  color: #08996A;
  font-weight: bold;
}
.comments__title-desc a:hover {
  text-decoration: underline;
}
.comments__header {
  width: 100%;
  margin-bottom: 33px;
}
.comments__pseudo-form {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 7px 15px;
  border: 1px solid #dedede;
  border-radius: 2px;
  cursor: pointer;
}
.comments__pseudo-form:after {
  content: "";
  display: table;
  clear: both;
}
.comments__pseudo-form__text {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 34px;
  color: #BCBCBC;
  white-space: nowrap;
}
.comments__pseudo-form__button {
  width: 34px;
  height: 34px;
  float: right;
  text-align: center;
  vertical-align: bottom;
  border-radius: 50%;
  margin-left: 10px;
}
.comments__pseudo-form__icon {
  margin-top: 6px;
  margin-right: -2px;
  fill: #8c8c8c;
}
.comments__form {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.comments__form-possessed {
  display: none;
  width: 42px;
  position: relative;
  z-index: 3;
}
.comments__form-possessed__avatar {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.comments__form-textarea-holder {
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 2px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.comments__form-textarea {
  width: 100%;
  resize: none;
  display: block;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  min-height: 80px;
  font-size: 15px;
  line-height: 22px;
  box-sizing: border-box;
  outline: 0 !important;
}
.comments__form-panel {
  height: 34px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.comments__form-link {
  display: flex;
  margin-right: 25px;
  align-items: center;
  color: #BCBCBC;
  font-size: 1.2rem;
  transition: 0.2s;
}
.comments__form-reply {
  background-color: #08996A;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  padding: 0 20px;
  border-radius: 4px;
  transition: 0.3s;
  border: none;
  outline: none;
}
.comments__form-reply p {
  margin: 0;
}
.comments__form-btn {
  float: right;
  margin-left: 10px;
  fill: #fff;
  display: flex;
  align-items: center;
}
.comments__form-answer {
  margin-top: 10px;
}
.comments__list {
  width: 100%;
  margin-top: 20px;
}
.comments__list__header {
  color: #ffffff;
  background-color: #08996A;
  padding-left: 10px;
  line-height: 3em;
  margin-bottom: 20px;
}
.comments__list .article__comments_list_item_note {
  z-index: 1;
  background-color: #fff;
  padding: 7px 15px;
  border: 1px solid #dedede;
  border-radius: 2px;
  font-size: 13px;
  line-height: 18px;
  color: #818181;
  /* white-space: nowrap; */
  margin-bottom: 30px;
}
.comments__list .article__comments_list_item_note a {
  color: #c49f55;
  text-decoration: none;
  border-bottom: 1px solid #c49f55;
  transition: 0.2s;
}
.comments__list .article__comments_list_item_note a:visited {
  color: #91948d;
  border-color: #91948d;
}
.comments__list .article__comments_list_item_note a:hover {
  border-color: #fff;
  transition: 0.2s;
  text-decoration: none;
  color: #000;
}
.comments__list .article__comments_list_item_note a:active {
  color: #000;
}
.comments__item {
  width: 100%;
  position: relative;
}
.comments__item-info {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.comments__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.comments__item-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comments__item-img {
  display: none;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.comments__item-name {
  margin: 0;
  margin-right: 9px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #888888;
  font-weight: 700;
}
.comments__item-date {
  margin: 0;
  padding-top: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #888888;
}
.comments__item-text {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #3e3e3e;
  margin-bottom: 15px;
}
.comments__item-btn {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #b5b5b5;
  text-decoration: none;
  cursor: pointer;
}
.comments__item-reply {
  padding-left: 20px;
}
.comments__item-closer {
  display: block;
  content: "";
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 50px;
  left: -5px;
  background-image: url("/components/tpl/news/img/svg/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center 12px;
}
.comments__item-assessment {
  display: flex;
  align-items: center;
}
.comments__item-like, .comments__item-dislike, .comments__item .comments__mobile-like, .comments__item .comments__mobile-dislike {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d8d8d8;
  font-size: 2.5rem;
  line-height: 1rem;
  border: 1px solid #d8d8d8;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.comments__item-like svg, .comments__item-dislike svg, .comments__item .comments__mobile-like svg, .comments__item .comments__mobile-dislike svg {
  fill: #8d8d8d;
  transition: 0.2s;
}
.comments__item-like, .comments__item .comments__mobile-like {
  margin-right: 8px;
}
.comments__item-like-counter, .comments__item-like .comments__mobile-like-counter, .comments__item .comments__mobile-like-counter, .comments__item .comments__mobile-like .comments__mobile-like-counter {
  position: relative;
  margin-right: 8px;
  font-size: 1.2rem;
  height: 20px;
  color: #909090;
  cursor: default;
  display: flex;
  align-items: center;
}
.comments__item-like-modal, .comments__item .comments__mobile-like-modal {
  opacity: 0;
  position: absolute;
  content: "";
  height: 45px;
  background-color: #fff;
  font-size: 1.2rem;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  padding-left: 12px;
  padding-right: 14px;
  padding-top: 12px;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  transition: 0.3;
}
.comments__item-like-modal span, .comments__item .comments__mobile-like-modal span {
  color: #000;
}
.comments__item-like-modal p, .comments__item .comments__mobile-like-modal p {
  min-width: 45px;
  width: max-content;
}
.comments__also-link {
  color: #1d1d1d;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid #888888;
  transition: 0.2s;
}
.comments__mobile-assessment {
  display: none;
}

.comments__visible {
  display: flex;
}

.like__active .comments__item-like, .like__active .comments__mobile-like {
  border-color: #30ab56;
  transition: 0.2s;
}
.like__active .comments__item-like svg, .like__active .comments__mobile-like svg {
  fill: #30ab56;
  transition: 0.2s;
}
.like__active .comments__item-like-number, .like__active .comments__mobile-like-counter {
  color: #30ab56;
  font-weight: 700;
  transition: 0.2s;
}

.dislike__active .comments__item-dislike, .dislike__active .comments__mobile-dislike {
  border-color: #ed1c24;
  transition: 0.2s;
}
.dislike__active .comments__item-dislike svg, .dislike__active .comments__mobile-dislike svg {
  fill: #ed1c24;
  transition: 0.2s;
}
.dislike__active .comments__item-like-number, .dislike__active .comments__mobile-like-counter {
  color: #ed1c24;
  font-weight: 700;
  transition: 0.2s;
}

@media screen and (max-width: 576px) {
  .comments {
    padding: 30px 15px 35px;
  }
  .comments__form {
    padding-bottom: 0;
    padding-top: 0;
    border: 1px solid #dedede;
    width: 100%;
  }
  .comments__form-answer {
    margin-top: 15px;
  }
  .comments__form-textarea {
    font-size: 14px;
  }
  .comments__form-textarea-holder {
    border: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  .comments__form-reply {
    font-size: 13px;
    height: 30px;
  }
  .comments__form-link {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .comments__pseudo-form {
    display: flex;
    justify-content: space-between;
  }
  .comments__pseudo-form__icon {
    width: 25px;
  }
  .comments__pseudo-form:after {
    display: none;
  }
  .comments__item-name {
    font-size: 1.2rem;
  }
  .comments__item-date {
    font-size: 1.2rem;
  }
  .comments__item-assessment {
    display: none;
  }
  .comments__item-text {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .comments__item-reply {
    padding-left: 20px;
  }
  .comments__item-closer {
    background-size: 16px;
    width: 20px;
  }
  .comments__item-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .comments__item-btn {
    margin-right: 5px;
    padding: 3px 13px 4px 12px;
    margin-right: 20px;
    border: 1px solid #d8d8d8;
  }
  .comments__item-btn:hover {
    border: 1px solid #000;
  }
  .comments__also {
    justify-content: center;
  }
  .comments__mobile-assessment {
    display: flex;
    align-items: center;
  }

  .hidden {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .comments__item-btn {
    font-size: 1.2rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .comments__form-btn {
    display: none;
  }
}
/*animation*/
.comments__form-reply:hover {
  background-color: #91948d;
  transition: 0.3s;
}
.comments__form-reply:active .comments__form-btn {
  transform: translateX(40px);
  transition: 0.5s;
  opacity: 0;
}
.comments__form-link:hover {
  transition: 0.2s;
  text-decoration: none;
  color: #000;
}
.comments__form-link:active {
  color: #010101;
}
.comments__item-btn:hover {
  border-bottom: 1px solid #000;
  transition: 0.2s;
  text-decoration: none;
  color: #000;
}
.comments__item-btn:active {
  border-color: #010101;
  color: #010101;
}
.comments__item-like:hover, .comments__item-dislike:hover {
  border-color: #000;
  transition: 0.2s;
}
.comments__item-like:hover svg, .comments__item-dislike:hover svg {
  fill: #000;
}
.comments__item-like:active {
  border-color: #30ab56;
}
.comments__item-like:active svg {
  fill: #30ab56;
}
.comments__item-dislike:active {
  border-color: #ed1c24;
}
.comments__item-dislike:active svg {
  fill: #ed1c24;
}
.comments__item-modal:hover {
  display: block;
}
.comments__item-like-counter:hover .comments__item-like-modal {
  opacity: 1;
  transition: 0.3;
}
.comments__also-link:hover {
  border-color: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}

.comment__close {
  background-image: url("/components/tpl/news/img/svg/arrow-down.svg");
}

.conferences a {
  text-decoration: none;
  height: 100%;
}
.conferences__item {
  border: 6px solid #ffffff;
  height: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.conferences__item:hover {
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.5);
}
.conferences__item_image img {
  width: 100%;
  height: auto;
  display: block;
}
.conferences__item_info {
  position: relative;
  margin-bottom: 15px;
  border-top: 6px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  padding: 15px;
  min-height: 380px;
}
.conferences__item_info_name {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.conferences__item_info_bottom {
  position: absolute;
  bottom: 0px;
}
.conferences-carousel .carousel-control {
  width: 0;
}
.conferences-carousel .carousel-control.left {
  left: -40px;
}
.conferences-carousel .carousel-control.right {
  right: -30px;
}
.conferences-carousel .carousel-control span {
  margin-right: -10px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  color: #e30513;
}
.conferences-carousel .carousel-control span.triangle-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 17px solid transparent;
  border-right: 30px solid #e30513;
  border-bottom: 17px solid transparent;
}
.conferences-carousel .carousel-control span.triangle-left:after {
  content: "";
}
.conferences-carousel .carousel-control span.triangle-right {
  right: 50%;
  margin-right: -10px;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 17px solid transparent;
  border-left: 30px solid #e30513;
  border-bottom: 17px solid transparent;
}
.conferences-carousel .carousel-control span.triangle-right:after {
  content: "";
}
.conferences-tile {
  padding: 0;
  list-style-type: none;
}
.conferences-tile__item {
  display: block;
  width: 285px;
  height: 640px;
  margin-bottom: 20px;
  margin-left: 0px;
  border: 6px solid #40444C;
  transition: all 0.25s;
  text-transform: uppercase;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.conferences-tile__item:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.conferences-tile__item_image img {
  width: 100%;
  height: auto;
  display: block;
}
.conferences-tile__item--past {
  background-color: #dddddd;
  opacity: 0.85;
}
.conferences-tile__item--past .conferences-tile__item_info {
  color: #40444C;
}
.conferences-tile__item_info {
  display: block;
  width: 100%;
  border-top: 0px solid #000000;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 15px 0;
  min-height: 320px;
}
.conferences-tile__item_info_name {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.conferences-tile__item_info_desc {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: none;
}
.conferences-tile__item_info_bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0 15px 15px;
}
.conferences-tile__item_info_bottom-time {
  padding: 0 0 10px;
  text-transform: none;
}
.conferences-tile__item_info_bottom-place {
  padding: 0 0 10px;
  text-transform: none;
}
.conferences-tile__item_info_bottom-link {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 15px;
  background-color: #e30513;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.15s;
}
.conferences-tile__item_info_bottom-link:hover {
  opacity: 0.85;
  color: #ffffff;
  text-decoration: none;
}

.conference {
  display: block;
  margin-bottom: 20px;
}
.conference .section-h1 {
  margin-bottom: 20px;
}
.conference__content {
  font-size: 20px;
  line-height: inherit;
}
.conference__content_time {
  display: block;
  margin-top: 0;
  font-size: 22px;
  line-height: inherit;
  font-weight: bold;
}
.conference__content_type {
  display: block;
  margin-top: 0;
  font-size: 22px;
  line-height: inherit;
  font-weight: bold;
  color: #e30513;
  text-transform: uppercase;
}
.conference__content_poster {
  margin-top: 30px;
  display: block;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.conference__content_desc {
  margin-top: 30px;
  display: block;
}
.conference__content_full-desc {
  margin-top: 30px;
  display: block;
}
.conference__content_place {
  display: block;
  margin-top: 30px;
}
.conference__content_place_title {
  font-weight: bold;
}
.conference__content_place_text {
  margin-top: 10px;
}
.conference__content_contacts {
  display: block;
  margin-top: 30px;
}
.conference__content_contacts_title {
  font-weight: bold;
}
.conference__content_contacts_text {
  margin-top: 10px;
}
.conference__content_postinfo {
  display: block;
  margin-top: 30px;
}
.conference__content_postinfo_title {
  font-weight: bold;
}
.conference__content_postinfo_text {
  margin-top: 10px;
}
.conference__content_map {
  margin-top: 30px;
  margin-bottom: 20px;
  height: 400px;
}
.conference__content_url {
  display: table;
  margin-top: 30px;
}
.conference__content_url_title {
  display: table-cell;
  font-weight: bold;
  padding-right: 20px;
}
.conference__content_url_link {
  display: table-cell;
  margin-top: 10px;
}
.conference__content_video {
  display: table;
  margin-top: 30px;
}
.conference__content_video_title {
  display: table-cell;
  font-weight: bold;
  padding-right: 20px;
}
.conference__content_video_link {
  display: table-cell;
  margin-top: 10px;
}
.conference__attach {
  margin-top: 30px;
}
.conference__attach_title {
  font-weight: bold;
}
.conference__attach_item {
  position: relative;
  margin-bottom: 10px;
}
.conference__attach_item_icon {
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  font-size: 20px;
}
.conference__attach_item_link {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.conference__photos {
  display: block;
  margin-top: 30px;
}
.conference__photos_title {
  display: block;
  font-weight: bold;
}
.conference-slideshow {
  list-style: none outside none;
  padding-left: 0;
}
.conference-slideshow__item {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.conference-slideshow__item.active {
  background-color: #40444C;
}
.conference-slideshow__item-image {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.conference__speakers_title {
  display: block;
  margin-top: 30px;
  font-weight: bold;
}
.conference__speakers_type {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.conference__speakers-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.conference__speakers-list-item {
  width: 25%;
}
.conference__speaker {
  margin: 0;
  padding: 15px 15px;
}
.conference__speaker-photo {
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  filter: grayscale(1);
  transition: all 0.25s ease-in;
}
.conference__speaker:hover .conference__speaker-photo {
  filter: none;
}
.conference__speaker-name {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.conference__speaker-position {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}
.conference__sponsors_title {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
}
.conference__sponsors_type {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.conference__sponsors_list {
  list-style-type: none;
  margin: 10px 0 25px;
  padding: 0;
}
.conference__sponsors_item {
  display: inline-block;
  width: 23%;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-origin: content-box;
  border: 1px solid #dddddd;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease-out;
}
.conference__sponsors_item:hover {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}
.conference__sponsors_item-link {
  display: block;
  width: 100%;
  height: 100%;
}
.conference__sponsors_item_logo {
  display: block;
}
.conference__sponsors_item_name {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.conference__sponsors_item_desc {
  display: block;
}
.conference__comments {
  display: block;
  clear: both;
  margin-top: 20px;
}
.conference__comments_title {
  font-weight: bold;
  font-size: 20px;
}
.conference__comments_content {
  margin-top: 20px;
}
.conference__comments_content_name {
  display: block;
}
.conference__comments_content_company {
  display: block;
}
.conference__comments_content_position {
  display: block;
}
.conference__subscribe {
  display: block;
  clear: both;
  margin-top: 20px;
}
.conference__subscribe_title {
  font-weight: bold;
  font-size: 20px;
}
.conference__subscribe_content {
  margin-top: 20px;
}

.lslide .conference__speaker {
  padding-right: 0;
  padding-left: 0;
}

.conference__speakers .lSAction > a {
  top: 35%;
}

.timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
.timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.timeline .timeline__wrapper {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.timeline .timeline__wrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline .timeline__events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.timeline .timeline__events-wrapper::after {
  /* these are used to create a shadow effect at the sides of the timeline*/
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.timeline .timeline__events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline*/
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  left: 0;
}
.timeline .timeline__events-wrapper::after {
  right: 0;
}
.timeline .timeline__events {
  /* this is the grey line/timeline*/
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 6px;
  /* width will be set using JavaScript*/
  background: #000;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.timeline .timeline__events > ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline .timeline__filling-line {
  /* this is used to create the green line filling the timeline*/
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #e30513;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.timeline .timeline__events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: auto;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 18px;
  color: #000;
  /* fix bug on Safari - text flickering while timeline translates*/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.timeline .timeline__events a:hover {
  text-decoration: none;
}
.timeline .timeline__events a::after {
  /* this is used to create the event spot*/
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .timeline .timeline__events a:hover::after {
  background-color: #e30513;
  border-color: #e30513;
}

.timeline .timeline__events a.selected {
  pointer-events: none;
}
.timeline .timeline__events a.selected::after {
  background-color: #e30513;
  border-color: #e30513;
}
.timeline .timeline__events a.older-event::after {
  border-color: #e30513;
}

@media only screen and (min-width: 1100px) {
  .timeline {
    margin: 6em auto;
  }
  .timeline::before {
    /* never visible - this is used in jQuery to check the current MQ*/
    content: "desktop";
  }
}
.timeline__navigation a {
  /* these are the left/right arrows to navigate the timeline*/
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 3px solid #000;
  /* replace text with an icon*/
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.timeline__navigation a::after {
  /* arrow icon*/
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2IDMyIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwgMCkiPjxwb2x5Z29uIGZpbGw9IiNlMzA1MTMiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjxnICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAxNikiPjxwb2x5Z29uIGZpbGw9IiNkZmRmZGYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
}
.timeline__navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.timeline__navigation a.next {
  right: 0;
}

.no-touch .timeline__navigation a:hover {
  border-color: #e30513;
}

.timeline__navigation a.inactive {
  cursor: not-allowed;
  border-color: #ddd;
}
.timeline__navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .timeline__navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.timeline__events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.timeline__events-content > ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline__events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.timeline__events-content li.selected {
  /* visible event content*/
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.timeline__events-content li.enter-right, .timeline__events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.timeline__events-content li.enter-left, .timeline__events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.timeline__events-content li.leave-right, .timeline__events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.timeline__events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.timeline__events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.timeline__events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.timeline__events-content em::before {
  content: "- ";
}
.timeline__events-content p {
  font-size: 1.4rem;
  color: #000;
}
.timeline__events-content em, .timeline__events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .timeline__events-content h2 {
    font-size: 4rem;
  }
  .timeline__events-content em {
    font-size: 2rem;
  }
  .timeline__events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.collections-carousel {
  position: relative;
  display: block;
}
.collections-carousel__header {
  display: inline-block;
  position: absolute;
  left: 50%;
  padding-left: 10px;
  width: 50%;
  top: 40px;
  z-index: 999999;
  color: #ffffff;
  font-size: 40px;
  line-height: 65px;
  font-weight: bold;
  text-transform: uppercase;
}
.collections-carousel .container {
  padding-left: 0;
  padding-right: 0;
}
.collections-carousel .section-outer:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 140px;
  background-color: #e30513;
  z-index: 100;
}
.collections-carousel .carousel-inner {
  padding-left: 10px;
}
.collections-carousel .container {
  z-index: 1000;
  position: relative;
  display: flex;
}
.collections-carousel .carousel-outer {
  position: relative;
  width: 100%;
}
.collections-carousel .item {
  overflow: hidden;
  width: 100%;
}
.collections-carousel .item-image {
  display: inline-block;
  width: 50%;
  float: left;
}
.collections-carousel .item-image img {
  max-width: 100%;
  width: 600px;
  height: auto;
  display: block;
  position: relative;
  outline: 6px solid white;
  outline-offset: -50px;
}
.collections-carousel .item-info {
  padding-left: 10px;
  display: inline-block;
  width: 40%;
  float: left;
}
.collections-carousel .item-info-tag {
  position: relative;
  display: block;
  padding-top: 200px;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e30513;
}
.collections-carousel .item-info-name {
  display: block;
  padding-top: 40px;
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.collections-carousel .item-info-name a {
  color: #ffffff;
}
.collections-carousel .item-info-desc {
  position: relative;
  display: block;
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.collections-carousel .item-info-counter {
  position: absolute;
  bottom: 16px;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
}
.collections-carousel .carousel-control {
  width: 0;
}
.collections-carousel .carousel-control.left {
  left: -40px;
}
.collections-carousel .carousel-control .right {
  xleft: -40px;
}
.collections-carousel .carousel-control span {
  margin-right: -10px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  color: #e30513;
}
.collections-carousel .carousel-control span.triangle-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 17px solid transparent;
  border-right: 30px solid #e30513;
  border-bottom: 17px solid transparent;
}
.collections-carousel .carousel-control span.triangle-left:after {
  content: "";
}
.collections-carousel .carousel-control span.triangle-right {
  right: 50%;
  margin-right: -10px;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 17px solid transparent;
  border-left: 30px solid #e30513;
  border-bottom: 17px solid transparent;
}
.collections-carousel .carousel-control span.triangle-right:after {
  content: "";
}
.collections-carousel .carousel-indicators {
  margin: 10px 10px 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.collections-carousel .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: 100%;
  max-width: 7.4%;
}
.collections-carousel .carousel-indicators li img {
  width: 95px;
  display: block;
  opacity: 0.5;
}
.collections-carousel .carousel-indicators li.active img {
  opacity: 1;
}
.collections-carousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

/* see board-on-directors.sass */
.accordion {
  background-color: #fff;
  xxxpadding-left: 20px;
  xxxpadding-right: 50px;
  xxxmargin-bottom: 15px;
  border-radius: 3px;
}
.accordion:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .accordion {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 576px) {
  .accordion {
    padding: 0;
    background: transparent;
  }
}
.accordion .accordion__inner {
  cursor: pointer;
  position: relative;
  xxxpadding-top: 15px;
  xxxpadding-bottom: 15px;
}
.accordion .accordion__inner::after {
  content: "";
  background-image: url(../images/controls/accordion-arrow.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* width: 29px */
  /* height: 15px */
  width: 16px;
  height: 8px;
  background-size: cover;
  transition: transform 250ms ease;
}
.accordion .accordion__inner.selected::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .accordion .accordion__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .accordion .accordion__inner {
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }
}
.accordion .accordion__content {
  display: none;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #303030;
}
@media screen and (max-width: 576px) {
  .accordion .accordion__content {
    border: none;
    color: #ffffff;
  }
}
.accordion--no-padding {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.accordion--no-padding .accordion__inner--no-padding {
  padding-top: 0;
}

.player {
  position: relative;
}
.player__history_wrapper {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 5px;
  bottom: 10px;
  background-color: transparent;
}
.player__history_kinescope_wrapper {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 5px;
  bottom: 1px;
  background-color: transparent;
}
.player__history_chunk {
  position: absolute;
  height: 5px;
  background-color: green;
}

.player-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.95);
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.player-banner__content {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: #f7f7f7;
}

@media screen and (max-width: 479px) {
  .player-banner__content {
    padding: 16px 24px;
    font-size: 14px;
  }
}
.player-banner__label {
  margin: 0 0 1.3em;
  font-size: 1.125em;
}

.player-banner__timer {
  margin: 0 0 0.5em;
  font-size: 2.5em;
  font-weight: bold;
}

.player-banner__btn {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  color: #f7f7f7;
  background-color: transparent;
  border: 0;
  transition: opacity 200ms, transform 200ms;
}

.player-banner__btn--play {
  margin-bottom: 1em;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.player-banner__btn--play:hover {
  transform: scale(1.1);
}

.player-banner__btn--cancel {
  opacity: 1;
}
.player-banner__btn--cancel:hover {
  opacity: 0.64;
}

.player-banner__progress {
  transition: all 200ms;
}

.player-banner__btn svg {
  transform-origin: unset;
}

.order__info_name {
  font-size: 16px;
  text-transform: uppercase;
}
.order__info_name label {
  font-size: 16px;
}
.order__info_amount {
  font-size: 16px;
}
.order__info_amount label {
  font-size: 16px;
}
.order__info_status {
  font-size: 16px;
}
.order__info_status label {
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

.nested-accordion {
  border-bottom: 1px solid rgba(150, 150, 150, 0.65);
  cursor: pointer;
}
.nested-accordion__header {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  font-family: Geometria, sans-serif;
  padding: 40px 0;
  padding-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
  color: #2d2d2d;
}
.nested-accordion__header::before {
  content: "";
  background-image: url(/components/tpl/lfa2/images/controls/icon-faq-arrow.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 19px;
  background-size: cover;
  transition: transform 0.3s ease;
}
.nested-accordion__header.selected::before {
  transform: rotate(180deg);
}
.nested-accordion__content {
  padding: 0.8em 0;
  padding-top: 1.5em;
  display: none;
  font-family: Geometria, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #424242;
  padding-bottom: 40px;
  padding-top: 0;
  cursor: default;
}
.nested-accordion__certificates {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 30px;
}
.nested-accordion__separator {
  border-left: 1px solid #a5a4a4;
}
.nested-accordion__certificate {
  width: 45%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .nested-accordion__certificate {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .nested-accordion__certificate {
    width: 100%;
  }
}
.nested-accordion__full-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.faq_table {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .faq_table {
    font-size: 10px;
  }
}

.faq__header-main {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .faq__header-main {
    font-size: 18px;
    margin-top: 40px;
  }
}

.faq__menu {
  display: flex;
  justify-content: space-around;
  margin-bottom: 93px;
}
@media screen and (max-width: 768px) {
  .faq__menu {
    flex-direction: column;
  }
}
.faq__menu-item {
  text-transform: uppercase;
  font-size: 17px;
  color: #c14545;
  font-family: "geometriabold", "Tahoma", sans-serif;
  text-decoration: underline;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq__menu-item {
    text-decoration: none;
    margin-bottom: 27px;
  }
  .faq__menu-item:nth-child(1) {
    max-width: 185px;
  }
  .faq__menu-item:nth-child(2) {
    max-width: 120px;
  }
  .faq__menu-item:nth-child(3) {
    max-width: 80px;
  }
  .faq__menu-item:nth-child(4) {
    max-width: 270px;
  }
  .faq__menu-item::before {
    content: "";
    position: absolute;
    background-image: url(/components/tpl/lfa2/images/controls/faq-nav-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    right: -10px;
    width: 20px;
    height: 20px;
  }
}

.category-header {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
}

.nested-accordion__cards {
  display: flex;
  margin-bottom: 40px;
  margin-top: 34px;
}
@media screen and (max-width: 576px) {
  .nested-accordion__cards {
    display: none;
  }
}

.nested-accordion__card {
  max-height: 496px;
  max-width: 259px;
  width: 25%;
}

.nested-accordion__card-text {
  min-height: 58px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nested-accordion__card-text {
    font-size: 13px;
  }
}

.nested-accordion__text-number {
  color: #C14545;
  font-weight: bold;
}

.page__content_text--faq {
  margin-bottom: 137px;
}

.item-number {
  color: #C14545;
}

.faq_link {
  color: #C14545;
}

.faq_small {
  font-size: 14px;
  padding-left: 34px;
  border-left: 4px solid #888888;
  color: #888888;
}

.steps {
  color: #2D2D2D;
}

.steps__header {
  margin-top: 190px;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #2D2D2D;
  font-weight: bold;
  font-family: "geometriabold";
}
@media screen and (max-width: 576px) {
  .steps__header {
    margin-top: 55px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}

.steps__background-wrapper {
  background: #FFFFFF;
}

.steps__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .steps__list {
    margin-bottom: 75px;
  }
}

.steps__step-card {
  max-width: 231px;
  width: 100%;
  margin-top: 55px;
  margin-right: 33px;
}
.steps__step-card:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .steps__step-card {
    max-width: none;
    margin-right: 0;
  }
}

.steps__step-caption {
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-family: "geometriabold";
}
@media screen and (max-width: 576px) {
  .steps__step-caption {
    font-size: 16px;
    line-height: 22px;
  }
}

.steps__step-text {
  margin-top: 0;
  padding-top: 30px;
  border-top: 6px solid #C14545;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .steps__step-text {
    padding-top: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }
}
.steps__step-text::before {
  content: "";
  position: absolute;
  background-image: url(/components/tpl/lfa2/images/controls/steps-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  top: -23.5px;
  right: -10px;
  width: 40px;
  height: 40px;
}

.steps__caution {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #2D2D2D;
  margin-top: 57px;
  margin-bottom: 195px;
}
@media screen and (max-width: 576px) {
  .steps__caution {
    margin-top: 52px;
    margin-bottom: 75px;
    font-size: 14px;
    line-height: 18px;
  }
}

.faq-table__header {
  font-weight: bold;
}

.social-links__item-faq {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  transition: background 250ms ease;
}

.social-links__item-faq::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links__item--vk-faq::before {
  width: 19px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14' fill='none'%3E%3Cpath d='M22.475 1.38c.16-.505 0-.88-.76-.88H19.2c-.642 0-.936.32-1.094.68 0 0-1.285 2.967-3.093 4.894-.587.558-.857.734-1.174.734-.16 0-.404-.176-.404-.688V1.38c0-.612-.182-.88-.706-.88H8.77c-.404 0-.642.283-.642.55 0 .574.904.71 1 2.332V6.9c0 .772-.143.918-.468.918-.856 0-2.926-2.982-4.156-6.393C4.267.77 4.02.502 3.378.502H.864c-.722 0-.864.32-.864.68 0 .635.856 3.785 3.973 7.945 2.078 2.837 5.012 4.374 7.677 4.374 1.602 0 1.8-.344 1.8-.933 0-2.715-.143-2.967.658-2.967.373 0 1.015.176 2.506 1.545 1.705 1.63 1.99 2.355 2.942 2.355h2.514c.714 0 1.08-.344.872-1.017-.476-1.415-3.71-4.336-3.854-4.527-.373-.46-.262-.658 0-1.063 0-.008 3.07-4.114 3.386-5.514z' fill='%23c14545'/%3E%3C/svg%3E");
}

.social-links__item--tg-faq::before {
  width: 18px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.743 0.05516-15.886 6.178c-1.1032 0.44128-1.1032 0.99289-0.22064 1.3238l4.0819 1.3238 9.4876-5.9573c0.44128-0.33096 0.88256-0.11032 0.5516 0.22064l-7.7224 6.7296-0.33096 4.1922c0.44128 0 0.66192-0.22064 0.88256-0.44128l1.9858-1.8754 4.0819 3.089c0.77224 0.44128 1.3238 0.22064 1.5445-0.66192l2.758-12.797c0.22064-1.1032-0.44128-1.5445-1.2135-1.3238z' fill='%23c14545'/%3E%3C/svg%3E");
}

.social-links__item--yt-faq::before {
  width: 15px;
  height: 18px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' fill='%23c14545'%3E%3Cpath d='M9.646 12.788c-.16 0-.322.076-.484.234v3.26c.162.16.324.24.484.24.28 0 .422-.24.422-.72v-2.28c0-.484-.143-.73-.422-.73zm3.544 0c-.324 0-.487.246-.487.74v.495h.97v-.495c0-.495-.162-.74-.483-.74zm2.015-3.67c-.6-.634-1.3-.636-1.604-.673l-5.604-.16-5.6.16c-.312.036-.993.04-1.603.673C.316 9.6.16 10.695.16 10.695S0 11.982 0 13.268v1.207c0 1.286.16 2.574.16 2.574s.157 1.095.636 1.577c.6.634 1.408.614 1.764.68 1.28.122 5.44.16 5.44.16l5.6-.166c.313-.036.995-.04 1.604-.673.48-.482.636-1.577.636-1.577s.16-1.287.16-2.574V13.27c0-1.287-.16-2.573-.16-2.573s-.157-1.095-.636-1.578zm-11.68 8.2h-1.08v-6.164h-1.14v-1h3.382v1h-1.16v6.164zm3.826 0h-.97v-.583c-.385.44-.753.658-1.1.658-.312 0-.528-.128-.626-.4-.053-.162-.085-.418-.085-.795V11.98h.97v3.935l.007.376c.025.15.1.228.228.228.195 0 .397-.15.613-.454V11.98h.97v5.345zm3.686-1.603c0 .493-.033.85-.098 1.076-.13.398-.4.6-.774.6-.346 0-.68-.192-1.004-.592v.518h-.97v-7.173h.97v2.342c.313-.385.646-.58 1.004-.58.385 0 .644.204.774.603.065.216.098.568.098 1.075v2.13zm3.6-.894h-1.94v.948c0 .495.163.742.496.742.24 0 .378-.13.433-.388.01-.053.022-.27.022-.657h1v.142l-.02.624c-.032.214-.1.408-.227.58-.268.4-.667.58-1.174.58s-.893-.183-1.173-.55c-.206-.267-.3-.7-.3-1.257v-1.872c0-.57.094-.987.3-1.26.28-.366.666-.548 1.162-.548.487 0 .873.182 1.145.548.203.27.3.688.3 1.26v1.108zM5.44 7.75V4.814L6.746.502h-1.1l-.742 2.846-.77-2.846H3l.698 2.02.665 2.292V7.75H5.44zM8 7.824c.5 0 .872-.185 1.143-.552.205-.27.305-.695.305-1.27V4.1c0-.576-.1-.998-.305-1.27C8.87 2.47 8.49 2.286 8 2.286s-.872.184-1.142.554c-.2.273-.306.695-.306 1.27V6c0 .575.097 1 .306 1.27.27.367.652.552 1.142.552zm-.468-3.9c0-.5.152-.75.468-.75s.466.25.466.75v2.272c0 .5-.15.75-.466.75s-.468-.25-.468-.75V3.913zM13 7.75V2.348h-.98v4.13c-.217.306-.423.46-.62.46-.132 0-.2-.08-.23-.23-.012-.032-.012-.15-.012-.38v-3.98h-.978V6.62c0 .382.032.64.087.803.098.273.317.4.632.4.357 0 .73-.217 1.12-.664v.6H13z'/%3E%3C/svg%3E");
}

.social-links__item--ok-faq::before {
  width: 11px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='%23c14545'%3E%3Cpath d='M5.016 14.076c-1.55-.162-2.946-.543-4.142-1.48l-.437-.36c-.523-.503-.576-1.078-.162-1.672.354-.508.95-.644 1.567-.352.12.056.234.127.343.203 2.23 1.53 5.3 1.574 7.528.07.222-.17.46-.3.733-.38a1.15 1.15 0 0 1 1.318.526c.327.534.323 1.054-.08 1.468-.62.635-1.363 1.094-2.2 1.415-.782.303-1.638.456-2.485.557l.268.288 3.453 3.467c.4.395.472.885.257 1.345-.235.502-.762.833-1.278.797-.327-.023-.582-.185-.8-.414l-2.604-2.622c-.248-.26-.367-.2-.585.015l-2.655 2.665c-.4.395-.878.467-1.343.24-.494-.24-.8-.744-.785-1.25.017-.343.185-.605.42-.84l3.4-3.416.255-.273zm.944-3.96c-2.764-.01-5.03-2.3-5.014-5.07C.962 2.248 3.23-.008 6.02 0c2.797.008 5.04 2.295 5.027 5.123-.014 2.763-2.296 5.002-5.088 4.992zm2.512-5.062c-.005-1.374-1.1-2.47-2.47-2.47-1.383-.001-2.488 1.113-2.477 2.5.01 1.37 1.114 2.456 2.5 2.45s2.463-1.106 2.458-2.48z'/%3E%3C/svg%3E");
}

/*@import components/collections-bx*/
.buy {
  padding-top: 40px;
  padding-bottom: 40px;
}
.buy__cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.buy__cards__item {
  margin-bottom: 40px;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3333333333% - 30px);
  padding: 30px 30px 30px 30px;
  background-color: #ffffff;
  color: #000000;
  border-top: 4px solid #e30513;
}
@media screen and (max-width: 992px) {
  .buy__cards__item {
    width: calc(100% - 30px);
  }
}
.buy__cards__item_title {
  font-size: 24px;
  font-family: "geometriabold", "Tahoma", sans-serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.buy__cards__item_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 2px;
  background-color: #40444C;
}
.buy__cards__item_content {
  margin-bottom: 20px;
}
.buy__cards__item_price {
  font-size: 32px;
  text-align: right;
  margin-bottom: 60px;
}
.buy__cards__item_footer {
  background-color: #e30513;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  width: auto;
  left: 0;
  bottom: 0;
  padding: 30px;
  margin: -30px;
}
.buy__cards__item_footer a {
  text-decoration: none;
  color: #ffffff;
}
.buy__cards__item_footer button {
  background: transparent;
  color: #ffffff;
}
.buy__parts {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #ffffff;
}
.buy__parts.form-card {
  color: #000000;
}

.buy__header {
  position: relative;
  padding-top: 26px;
  font-size: 36px;
  line-height: 1.3;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 45px;
}
.buy__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 8px;
  background-color: #e30513;
}

.buy__description {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 45px;
}

.buy__cards {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .buy__cards {
    display: block;
  }
}

.buy-card {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  position: relative;
  min-height: 360px;
  background: #f3f3f3;
  color: #000000;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.buy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #e30513;
}
.buy-card .form-card {
  background-color: #f3f3f3;
}

.buy-card__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: auto;
}

.buy-card__header {
  position: relative;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 10px;
  font-weight: bold;
}
.buy-card__header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #A5A5A5;
}
@media screen and (max-width: 992px) {
  .buy-card__header {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .buy-card__header {
    font-size: 16px;
  }
}

.buy-card__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 15px;
}

.buy-card__item {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.buy-card__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='512' height='512'%3E%3Cpath d='M.3 14c-.2-.2-.3-.5-.3-.7s.1-.5.3-.7l1.4-1.4c.4-.4 1-.4 1.4 0l.1.1 5.5 5.9c.2.2.5.2.7 0L22.8 3.3h.1c.4-.4 1-.4 1.4 0l1.4 1.4c.4.4.4 1 0 1.4l-16 16.6c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L.5 14.3.3 14z' data-original='%23000000' class='active-path' data-old_color='%23dc291a' fill='%23dc291a'/%3E%3C/svg%3E");
  background-size: cover;
}
.buy-card__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .buy-card__item {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .buy-card__item {
    font-size: 14px;
    padding-left: 25px;
  }
  .buy-card__item::before {
    width: 15px;
    height: 15px;
  }
}

.buy-card__info {
  display: flex;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.buy-card__time {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 24px;
  color: #7D7D7D;
}
.buy-card__time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='612' height='612' %3E%3Cpath fill='%237d7d7d' d='M587.572 186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711 8.427 346.992.168 305.497.168c-41.488 0-80.914 8.181-118.784 24.428-75.225 32.265-130.298 86.939-162.621 162.285C7.895 224.629 0 264.176 0 305.664c0 41.496 7.895 81.371 24.092 119.127 32.323 75.346 87.403 130.348 162.621 162.621 37.877 16.247 77.295 24.42 118.784 24.42 41.489 0 81.214-8.259 119.12-24.42C500.47 555.06 555.3 500.009 587.573 424.791 603.819 386.914 612 347.16 612 305.664c0-41.488-8.174-80.907-24.428-118.783zm-48.848 253.972c-24.021 41.195-56.929 73.876-98.375 98.039-41.195 24.021-86.332 36.135-134.845 36.135-36.47 0-71.27-7.024-104.4-21.415-33.129-14.384-61.733-33.294-85.661-57.215-23.928-23.928-42.973-52.811-57.214-85.997-14.199-33.065-21.08-68.258-21.08-104.735 0-48.52 11.921-93.428 35.807-134.509 23.971-41.231 56.886-73.947 98.039-98.04 41.146-24.092 85.99-36.142 134.502-36.142 48.52 0 93.649 12.121 134.845 36.142 41.446 24.164 74.283 56.879 98.375 98.039 24.092 41.153 36.135 85.99 36.135 134.509 0 48.521-11.964 93.735-36.128 135.189z'/%3E%3Cpath fill='%237d7d7d' d='M324.906 302.988V129.659c0-10.372-9.037-18.738-19.41-18.738-9.701 0-18.403 8.366-18.403 18.738v176.005c0 .336.671 1.678.671 2.678-.671 6.024 1.007 11.043 5.019 15.062L392.836 423.45c6.695 6.695 19.073 6.695 25.763 0 7.694-7.695 7.188-18.86 0-26.099l-93.693-94.363z'/%3E%3C/svg%3E");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .buy-card__time {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .buy-card__time {
    font-size: 12px;
  }
  .buy-card__time::before {
    top: -1px;
    width: 15px;
    height: 15px;
  }
}

.buy-card__price-section {
  margin-left: auto;
  position: relative;
  text-align: right;
  padding-top: 30px;
}

.buy-card__price--secondary {
  position: absolute;
  font-size: 20px;
  color: #7D7D7D;
  text-decoration: line-through;
  text-decoration-color: #e30513;
  top: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .buy-card__price--secondary {
    font-size: 18px;
  }
}

.buy-card__price {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .buy-card__price {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .buy-card__price {
    font-size: 24px;
  }
}

.buy-card__button {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  padding-top: 20px;
  padding-bottom: 18px;
  background-color: #e30513;
  color: #ffffff;
  cursor: pointer;
}
.buy-card__button:hover {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .buy-card__button {
    font-size: 18px;
    line-height: 1.4;
  }
}

.instalment-top {
  background-color: #010101;
}
.instalment-top h1 {
  text-transform: uppercase;
  margin-top: 99px;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .instalment-top h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.instalment-top__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 99px;
  color: #BEBEBE;
}
@media screen and (max-width: 992px) {
  .instalment-top__description {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .instalment-top__description {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26.4px;
  }
}
.instalment-top--wrapper {
  display: flex;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .instalment-top--wrapper {
    flex-direction: column;
  }
}
.instalment-top-left {
  width: 99%;
}
@media screen and (max-width: 576px) {
  .instalment-top-left {
    text-align: center;
    order: 2;
  }
}
.instalment-top-left h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52.8px;
}
@media screen and (max-width: 992px) {
  .instalment-top-left h1 {
    font-size: 32px;
    line-height: 42.8px;
  }
}
@media screen and (max-width: 576px) {
  .instalment-top-left h1 {
    font-size: 22px;
    line-height: 26.4px;
  }
}
.instalment-top-right {
  background-image: url("../images/instalment__main-banner@x2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 10% bottom 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .instalment-top-right {
    background-image: url("../images/instalment__main-banner-mobX2.png");
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 576px) {
  .instalment-top-right {
    order: 1;
    height: 20rem;
  }
}
.instalment-tools {
  background-color: #EBEBEB;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 576px) {
  .instalment-tools {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.instalment-tools-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .instalment-tools-wrapper {
    justify-content: center;
  }
}
.instalment-tools-cards {
  width: 100%;
  max-width: 340px;
  height: auto;
  padding: 30px;
  background-color: #FFFFFF;
  margin-top: 20px;
  margin-right: 20px;
}
.instalment-tools-cards:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .instalment-tools-cards {
    max-width: 255px;
    margin-right: 10px;
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .instalment-tools-cards {
    padding-bottom: 10px;
    margin-right: 0px;
  }
}
.instalment-tools-card {
  margin-top: 28px;
}
.instalment-tools-card p {
  margin-bottom: 0;
  margin-top: 64px;
  font-family: Geometria;
  font-weight: 400;
  font-size: 18px;
  line-height: 22.64px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .instalment-tools-card p {
    margin-top: 29px;
  }
}
.instalment-tools-imgcards {
  width: 100%;
  max-width: 200px;
}
.instalment-tools__btn-group {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .instalment-tools__btn-group a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .instalment-tools__btn-group a {
    width: 100%;
  }
}
.instalment-tools__btn-group a:not(:first-child) {
  width: 100%;
  max-width: 280px;
  margin-top: 68px;
}
@media screen and (max-width: 992px) {
  .instalment-tools__btn-group a:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .instalment-tools__btn-group a:not(:first-child) {
    margin-top: 20px;
  }
}
.instalment-tools__desc {
  padding-top: 40px;
}
.instalment-pictures {
  background-color: #EBEBEB;
  padding-top: 48px;
  padding-bottom: 48px;
}
.instalment-conditions {
  background-color: #EBEBEB;
  padding-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .instalment-conditions {
    padding-bottom: 40px;
  }
}
.instalment-conditions__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.instalment-conditions__items__item {
  margin-bottom: 20px;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .instalment-conditions__items__item {
    width: calc(100% - 30px);
  }
}
.instalment-conditions__items__item__title {
  font-weight: bold;
  color: #e30513;
  font-size: 22px;
}
.instalment-content {
  background-color: #DEDEDE;
}
.instalment-img {
  width: 100%;
}

.instalment-form {
  margin-top: 64px;
  margin-bottom: 64px;
  display: block;
  background-color: white;
  padding: 25px 100px 25px 25px;
  font-size: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05), 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .instalment-form {
    padding: 20px;
  }
}
.instalment-form__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.instalment-form__subtitle {
  font-size: 24px;
  margin-bottom: 20px;
  margin-left: 25%;
}
@media screen and (max-width: 992px) {
  .instalment-form__subtitle {
    margin-left: 0;
    margin-top: 40px;
  }
}
.instalment-form .form-control {
  font-weight: normal;
  background-color: #e8e8e8;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.instalment-form .form-group {
  display: table;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .instalment-form .form-group {
    display: flex;
    flex-direction: column;
  }
}
.instalment-form .form-group label.control-label {
  float: left;
  display: table-cell;
  width: 25%;
  font-size: 15px;
  line-height: 200%;
}
@media screen and (max-width: 992px) {
  .instalment-form .form-group label.control-label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.instalment-form .form-group input[type=text],
.instalment-form .form-group input[type=password],
.instalment-form .form-group select {
  float: left;
  display: table-cell;
  width: 75%;
  height: 46px;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .instalment-form .form-group input[type=text],
.instalment-form .form-group input[type=password],
.instalment-form .form-group select {
    width: 100%;
  }
}
.instalment-form .form-group select {
  font-weight: bold;
  color: #3C3A3A;
}
.instalment-form .form-group button.button-submit {
  margin-top: 20px;
  margin-left: 25%;
}
@media screen and (max-width: 992px) {
  .instalment-form .form-group button.button-submit {
    margin-left: 0;
  }
}
.instalment-form .form-group button.button-promocode {
  margin-left: 15px;
}
.instalment-form .promocode-error {
  margin-left: 25%;
}
.instalment-form__preview {
  margin-left: 25%;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  color: #1AB071;
}
@media screen and (max-width: 992px) {
  .instalment-form__preview {
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
  }
}
.instalment-form__note p {
  margin-bottom: 30px;
}
.instalment-form__desc {
  margin-left: 25%;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .instalment-form__desc {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .instalment-form__desc {
    font-size: 12px;
  }
}
.instalment-form__switch {
  margin-left: 25%;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .instalment-form__switch {
    margin-left: 0;
  }
}
.instalment-form__rules {
  margin-left: 25%;
}
@media screen and (max-width: 992px) {
  .instalment-form__rules {
    margin-left: 0;
  }
}
.instalment-form__rules a {
  text-decoration: underline;
  font-weight: normal;
}
.instalment-form__rules label {
  font-weight: normal;
}
.instalment-form__disclaimer-alert {
  color: #e30513;
  font-weight: 500;
}
.instalment-form__help {
  font-weight: 500;
}
.instalment-form__help a {
  text-decoration: underline;
  color: #000000;
}
.instalment-form .error {
  margin-left: 25%;
}
@media screen and (max-width: 992px) {
  .instalment-form .error {
    width: 100%;
    margin-left: 0;
  }
}

.instalment__steps__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 576px) {
  .instalment__steps__list {
    margin-top: 40px;
  }
}
.instalment__steps__list-sberbank {
  justify-content: left;
}
@media screen and (max-width: 992px) {
  .instalment__steps__list-sberbank {
    justify-content: center;
  }
}
.instalment__step-card {
  max-width: 315px;
  width: 100%;
  margin-top: 0px;
  margin-right: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .instalment__step-card {
    max-width: 240px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .instalment__step-card {
    margin-right: 0px;
    margin-bottom: 40px;
    max-width: 345px;
  }
}
.instalment__step-card__split {
  max-width: 225px;
}
@media screen and (max-width: 576px) {
  .instalment__step-card__split {
    max-width: 345px;
  }
}

.instalment__step-caption {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: #E30613;
  display: block;
  margin-bottom: 23px;
}
@media screen and (max-width: 576px) {
  .instalment__step-caption {
    font-size: 16px;
    line-height: 22.37px;
    margin-bottom: 10px;
  }
}

.instalment__step-title {
  border-top: 6px solid #E30613;
  position: relative;
  padding-top: 33px;
  font-family: Geometria;
  font-weight: 700;
  font-size: 18px;
  line-height: 22.64px;
  text-transform: uppercase;
}
.instalment__step-title::before {
  content: "";
  position: absolute;
  background-image: url(../images/instalment__steps-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  top: -23.5px;
  right: -15px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .instalment__step-title {
    font-size: 14px;
    line-height: 17.61px;
    padding-top: 18px;
  }
}

.instalment__step-text {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 576px) {
  .instalment__step-text {
    font-size: 14px;
    line-height: 17.61px;
  }
}

.instalment-bank {
  background-color: #FFDD2D;
  color: #2D2D2D;
}
.instalment-bank h1 {
  text-transform: uppercase;
  margin-top: 99px;
  margin-bottom: 24px;
}
.instalment-bank__nowrap {
  white-space: nowrap;
}
.instalment-bank__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 99px;
}
@media screen and (max-width: 992px) {
  .instalment-bank__description {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .instalment-bank__description {
    margin-bottom: 40px;
  }
}
.instalment-bank--wrapper {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .instalment-bank--wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.instalment-bank-left {
  width: 80%;
  color: #2D2D2D;
}
@media screen and (max-width: 576px) {
  .instalment-bank-left {
    order: 2;
  }
}
.instalment-bank-left h1 {
  font-family: Geometria;
  font-weight: 700;
  font-size: 48px;
  line-height: 52.8px;
}
@media screen and (max-width: 992px) {
  .instalment-bank-left h1 {
    font-size: 34px;
    line-height: 34.8px;
  }
}
@media screen and (max-width: 576px) {
  .instalment-bank-left h1 {
    margin: 23px 0;
    font-size: 22px;
    line-height: 26.4px;
  }
}
.instalment-bank__split {
  background-color: #55D48E;
}
.instalment-bank__split h1 {
  color: #FFFFFF;
  font-size: 46px;
}
@media screen and (max-width: 576px) {
  .instalment-bank__split h1 {
    font-size: 22px;
    line-height: 26.4px;
  }
}
.instalment-bank-right {
  background-image: url("../images/instalment__cards.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: right 0% bottom 0%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .instalment-bank-right {
    background-image: url("../images/instalment__cardsX2.png");
    background-position-y: 50%;
  }
}
@media screen and (max-width: 576px) {
  .instalment-bank-right {
    order: 1;
    height: 17.5rem;
    background-size: contain;
    background-position: center;
    margin-top: 26px;
  }
}
.instalment-sberbank {
  background-color: #21A038;
  background-image: url("../images/instalment__grad.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 85% bottom 45%;
}
@media screen and (max-width: 576px) {
  .instalment-sberbank {
    background-size: 100%;
    background-position: right 130px bottom -100px;
  }
}
.instalment-sberbank-left h1 {
  color: #fff;
}

.instalment__step-card-sberbank {
  max-width: 235px;
  margin-right: 35px;
}
@media screen and (max-width: 992px) {
  .instalment__step-card-sberbank {
    max-width: 220px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .instalment__step-card-sberbank {
    margin-right: 0;
    max-width: 345px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .instalment-top-right {
    background-size: 155%;
  }

  .instalment-top__description {
    margin-bottom: 20px;
  }
}
.lawhacker-view {
  margin-top: 70px;
}
.lawhacker-view__wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  .lawhacker-view__wrapper {
    flex-wrap: wrap;
  }
}
.lawhacker-view__left {
  flex: 0 0 65%;
}
@media screen and (max-width: 992px) {
  .lawhacker-view__left {
    flex-basis: 100%;
  }
}
.lawhacker-view__left .course__comments_title {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.lawhacker-view__right {
  flex: 0 0 35%;
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  .lawhacker-view__right {
    flex-basis: 100%;
    margin-top: 24px;
    padding-left: 0;
  }
}
.lawhacker-view__player {
  display: block;
  margin-bottom: 25px;
}
.lawhacker-view__title {
  font-family: Geometria, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.lawhacker-view__speakers {
  display: block;
  font-family: Geometria, sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #2C2C2C;
  margin-bottom: 40px;
}
.lawhacker-view__desc {
  display: block;
  font-family: Geometria, sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #2C2C2C;
  padding-bottom: 25px;
  border-bottom: 1px solid #B0B2B8;
}
.lawhacker-view__toolbar {
  margin-bottom: 20px;
  display: block;
  display: flex;
}
.lawhacker-view__toolbar .course__rates_item {
  margin-right: 10px;
}
.lawhacker-view__toolbar .course__rates_item_button {
  font-size: 14px;
  paddng-top: 19px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 992px) {
  .lawhacker-view__toolbar .course__rates_item_button {
    border: none;
  }
}
.lawhacker-recommended__title {
  font-family: Geometria, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lawhacker-recommended__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lawhacker-recommended__list__item {
  width: 100%;
  margin-bottom: 25px;
}
.lawhacker-recommended__list__item__cover {
  float: left;
  display: table-cell;
  width: 45%;
  height: 94px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .lawhacker-recommended__list__item__cover {
    min-height: 120px;
  }
}
@media screen and (max-width: 992px) {
  .lawhacker-recommended__list__item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .lawhacker-recommended__list__item {
    width: 100%;
  }
}
.lawhacker-recommended__list__item__content {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 97px;
  width: 55%;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .lawhacker-recommended__list__item__content {
    min-height: 120px;
  }
}
.lawhacker-recommended__list__item__content__format {
  width: fit-content;
  flex-shrink: 0;
  vertical-align: middle;
  margin: 0 6px 3px 0;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  text-transform: lowercase;
  color: #838383;
}
.lawhacker-recommended__list__item__content__title {
  position: relative;
  height: 42px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: bold;
}
.lawhacker-recommended__list__item__content__speakers {
  margin-top: auto;
}
.lawhacker-recommended__list__item__content__speakers .card__speaker {
  margin: 0 0 2px;
  font-size: 13px;
}
.lawhacker-recommended__list__item__content .card__speakers {
  margin: 0;
}
.lawhacker__announcement {
  background-image: url("../images/lawhacker/lawhacker-back.png");
  background-position: right;
  height: 344;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-size: contain;
  background-color: #ebebeb;
}
.lawhacker__announcement .intro {
  margin-top: 80px;
}
.lawhacker__announcement--wrapper {
  padding-left: 100px;
}
@media screen and (max-width: 576px) {
  .lawhacker__announcement--wrapper {
    padding-left: 64px;
  }
}
.lawhacker__announcement--title {
  position: relative;
  font-family: Geometria, sans-serif;
  font-style: normal;
  font-size: 55px;
  font-weight: 400;
  line-height: 69px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .lawhacker__announcement--title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
.lawhacker__announcement--title::after {
  content: "";
  position: absolute;
  width: 63px;
  height: 58px;
  left: -83px;
  background-image: url("../images/lawhacker/lawhacker-titlee-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .lawhacker__announcement--title::after {
    width: 32px;
    height: 29px;
    left: -48px;
  }
}
.lawhacker__announcement--highlight {
  font-weight: bold;
}
.lawhacker__announcement-descrition {
  font-family: Geometria;
  font-size: 18px;
}
.lawhacker__courses {
  background-color: #ebebeb;
}
.lawhacker-top-wrapper {
  height: 344px;
}

.talk__annoucment .intro {
  margin: 32px 0 16px;
}
.talk__annoucment--title {
  font-family: Geometria, sans-serif;
  font-style: normal;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.talk__annoucment--highlight {
  font-weight: bold;
}
.talk__annoucment--description {
  font-family: Geometria;
  font-size: 18px;
}
.talk-filter-nav {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  display: flex;
}
.talk-filter-nav__item {
  margin-left: 8px;
  padding-left: 0px;
  padding-right: 0px;
}
.talk-filter-nav__item button, .talk-filter-nav__item a {
  padding: 4px 8px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  color: #999;
  transition: all 0.15s;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.15s;
}
.talk-filter-nav__item button:hover, .talk-filter-nav__item button:focus, .talk-filter-nav__item a:hover, .talk-filter-nav__item a:focus {
  outline: 0 none;
  outline-width: 0;
}
@media screen and (max-width: 576px) {
  .talk-filter-nav__item button, .talk-filter-nav__item a {
    font-size: 14px;
  }
}
.talk-filter-nav__item:first-child {
  margin-left: 0;
}
.talk-filter-nav__item.selected button {
  font-weight: bold;
  background-color: #e30513;
  color: #ffffff;
}
.talk-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.talk-list__row {
  border-top: 1px solid black;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .talk-list__row {
    font-size: 14px;
  }
}
.talk-list__row__date {
  display: flex;
  flex-wrap: wrap;
  width: 12%;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .talk-list__row__date {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .talk-list__row__date {
    width: 45%;
  }
}
.talk-list__row__date--day {
  color: #e30513;
  margin-left: 6px;
}
.talk-list__row__date--day-time {
  color: inherit;
  flex: 0 0 100%;
}
.talk-list__row__type {
  width: 13%;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .talk-list__row__type {
    width: 45%;
    text-align: left;
    padding-left: 36px;
    margin-left: auto;
  }
}
.talk-list__row__authors {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .talk-list__row__authors {
    order: 1;
    width: 100%;
    margin-top: 12px;
    text-align: left;
  }
}
.talk-list__row__name {
  width: 50%;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .talk-list__row__name {
    width: 100%;
    margin-top: 6px;
  }
}
.talk-list__row__content {
  padding-right: 24px;
}
@media screen and (max-width: 992px) {
  .talk-list__row__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .talk-list__row__content {
    padding-top: 12px;
  }
}
@media screen and (max-width: 576px) {
  .talk-list__row__content {
    color: #000000;
  }
}
.talk-list__row__desc {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .talk-list__row__desc {
    width: 100%;
    font-size: 14px;
  }
}
.talk-list__row__desc__link {
  margin-top: 10px;
  font-weight: bold;
}
.talk-list__row__desc__link:after {
  content: "→";
}
.talk__accordion {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 992px) {
  .talk__accordion {
    padding-right: 0;
    padding-left: 0;
  }
}
.talk-view__poster + .talk-view__header {
  border-top: 4px solid #000000;
}
.talk-view__header {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.talk-view__header__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 18px;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .talk-view__header__info {
    font-size: 16px;
  }
}
.talk-view__header__info__format {
  font-weight: bold;
  text-transform: uppercase;
}
.talk-view__header__info__date {
  display: flex;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
.talk-view__header__info__date--day {
  color: #e30513;
  margin-left: 6px;
}
.talk-view__header__info__date--day-time {
  color: inherit;
  margin-left: 6px;
}
.talk-view__header__title {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .talk-view__header__title {
    font-size: 22px;
  }
}
.talk-view .talk_format {
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .talk-view .talk_format {
    padding-left: 34px;
  }
}
.talk-view .talk_format:after {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .talk-view .talk_format:after {
    width: 26px;
    height: 26px;
  }
}
.talk-view__authors {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .talk-view__authors {
    font-size: 16px;
  }
}
.talk-view__authors--content {
  padding-left: 10px;
  color: #e30513;
}
.talk-view__desc {
  margin-bottom: 20px;
  font-size: 18px;
}
.talk-view__btn {
  margin-bottom: 20px;
}

.talk_format {
  position: relative;
}
.talk_format:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .talk_format:after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
  }
}

.talk_format_webinar:after {
  background-image: url("../images/icons/lf-talks-format-webinar.png");
}

.talk_format_talk_roundtable:after {
  background-image: url("../images/icons/lf-talks-format-roundtable.png");
}

.talk_format_interview:after {
  background-image: url("../images/icons/lf-talks-format-interview.png");
}

.talk_format_talk_discussion:after {
  background-image: url("../images/icons/lf-talks-format-discussion.png");
}

.talk-alert {
  position: relative;
  margin: 48px 0 70px;
  padding-top: 16px;
  font-size: 16px;
  font-weight: bold;
}
.talk-alert::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 4px;
  background-color: #000000;
}

.talk-banner {
  position: relative;
  width: 100%;
  background-color: #D9D9D9;
  margin-bottom: 24px;
  min-height: 400px;
  min-width: 100% !important;
}

.talk_overlay-img {
  background-color: #D9D9D9;
  background-image: url(../images/lftalks/lf-talks-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.talks_overlay-img__item {
  overflow: hidden;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 100%;
}

.talks_annoucment__title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.talks_annoucment__title span {
  color: #E30513;
}

.talks__btn {
  padding: 14px 34px;
  font-weight: normal;
  font-size: 18px;
  background-color: #e30513;
  color: #fff;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  outline-offset: 3px;
  cursor: pointer;
  border: 0;
  box-shadow: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.talks__btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d70511;
}

.talks__blocks {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  color: #000000;
  z-index: 1;
  height: 100px;
}

.talks__partners {
  margin-bottom: 120px;
}

.partners__img {
  margin-bottom: 10px;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 125ms ease-in;
}
.partners__img--bgp {
  background-image: url("../images/lftalks/BGP_logo_BLACK.svg");
}
.partners__img--dentons {
  background-image: url("../images/lftalks/Dentons_Logo.png");
}
.partners__img--iclrc {
  background-image: url("../images/lftalks/ICLRC_logo.jpg");
}
.partners__img--lidings {
  background-image: url("../images/lftalks/Lidings_logo.jpg");
}
.partners__img--naumen {
  background-image: url("../images/lftalks/logo_Naumen.png");
}
.partners__img--nlogic {
  background-image: url("../images/lftalks/Logo_nlogic.png");
}
.partners__img--ipclub {
  background-image: url("../images/lftalks/logo-IPCLUB2.png");
}
.partners__img--mkb {
  background-image: url("../images/lftalks/MKB1.png");
}
.partners__img--spbsseu {
  background-image: url("../images/lftalks/ГУСЭ_logo.png");
}
.partners__img--rgd {
  background-image: url("../images/lftalks/Рыбалкин.png");
}

@media screen and (max-width: 992px) {
  .talk_overlay-img {
    background-image: url(../images/lftalks/lf-talks-banner-media.png);
    background-position: center;
  }

  .talks__blocks {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  .talks_row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .talks_annoucment__title {
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px !important;
  }
}
.partners-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.partners-list__header {
  display: block;
  font-family: Geometria, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.partners-list__items {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  flex-wrap: wrap;
  justify-content: center;
}

.partners-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  margin-left: 16px;
  min-height: 130px;
  min-width: 140px;
  max-width: 163px;
  background-color: #fff;
}

.partners-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.parnters-list__img {
  object-fit: contain;
  width: 90%;
}

.webinar-top {
  background: linear-gradient(248.05deg, #37B8C0 -1.84%, #E5E6B5 52.52%);
}
.webinar-pictures {
  background-color: #EBEBEB;
  padding-top: 48px;
  padding-bottom: 48px;
}
.webinar-content {
  background-color: #DEDEDE;
}
.webinar-img {
  width: 100%;
}

.webinar-form {
  margin-top: 64px;
  margin-bottom: 64px;
  display: block;
  background-color: white;
  padding: 25px 100px 25px 25px;
  font-size: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05), 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.webinar-form__section-top {
  background-color: #fff;
  padding-top: 40px;
}
.webinar-form__section-middle {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
}
.webinar-form__section-middle .promo-code__title {
  margin-bottom: 30px;
}
.webinar-form__section-middle .section__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.webinar-form__section-middle .promo-code__form {
  display: flex;
  align-items: flex-start;
}
.webinar-form__section-middle .promo-code__form-field {
  width: calc(100% - 179px);
  height: 60px;
  margin-right: 15px;
  float: left;
  text-align: left;
  font-size: 18px;
  padding-left: 10px;
  font-family: Geometria, sans-serif;
  margin-bottom: 60px;
}
.webinar-form__section-middle .promo-code .button {
  padding-top: 21px;
  padding-bottom: 19px;
  font-weight: 700;
}
.webinar-form__section-bottom {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .webinar-form {
    padding: 25px 25px 25px 25px;
  }
}
.webinar-form__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.webinar-form__subtitle {
  font-size: 24px;
  margin-bottom: 20px;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .webinar-form__subtitle {
    margin-left: 0;
  }
}
.webinar-form .form-control {
  font-weight: normal;
  background-color: #e8e8e8;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.webinar-form .form-group {
  display: table;
  width: 100%;
  overflow: hidden;
}
.webinar-form .form-group label.control-label {
  float: left;
  display: table-cell;
  width: 0;
  font-size: 15px;
  line-height: 200%;
}
@media screen and (max-width: 992px) {
  .webinar-form .form-group label.control-label {
    width: 100%;
  }
}
.webinar-form .form-group input[type=text],
.webinar-form .form-group input[type=password],
.webinar-form .form-group select {
  float: left;
  display: table-cell;
  width: 75%;
  height: 46px;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .webinar-form .form-group input[type=text],
.webinar-form .form-group input[type=password],
.webinar-form .form-group select {
    width: 100%;
  }
}
.webinar-form .form-group select {
  font-weight: bold;
  color: #3C3A3A;
}
.webinar-form .form-group button.button-submit {
  margin-top: 20px;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .webinar-form .form-group button.button-submit {
    margin-left: 0;
  }
}
.webinar-form .form-group--promo-code input[type=text] {
  float: left;
  display: table-cell;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .webinar-form .form-group--promo-code input[type=text] {
    width: 100%;
  }
}
.webinar-form .form-group--promo-code button {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 45px;
}
@media screen and (max-width: 992px) {
  .webinar-form .form-group--promo-code button {
    margin-left: 0;
    margin-top: 24px;
  }
}
.webinar-form__preview {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .webinar-form__preview {
    margin-left: 0;
  }
}
.webinar-form__desc {
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 15px;
}
.webinar-form__switch {
  margin-left: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .webinar-form__switch {
    margin-left: 0;
  }
}
.webinar-form__rules {
  margin-left: 0;
}
.webinar-form__rules a {
  text-decoration: underline;
  font-weight: normal;
}
.webinar-form__rules label {
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .webinar-form__rules {
    margin-left: 0;
  }
}
.webinar-form__disclaimer-alert {
  color: #e30513;
  font-weight: 500;
}
.webinar-form__help {
  font-weight: 500;
}
.webinar-form__help a {
  text-decoration: underline;
  color: #000000;
}
.webinar-form .error {
  margin-left: 0;
  width: 75% !important;
}
.webinar-form .error-ruby {
  margin-left: 0;
  width: 75% !important;
  display: ruby;
  color: #e30513;
}

.free-section {
  background: #EBEBEB;
}
.free-section .container {
  background-image: url(/components/tpl/lfa2/images/top-view-lawyer-tools.png);
}

.free-section--red {
  background: #C14545;
}

.free-header {
  border: 6px solid #000000;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 30px;
}
.free-header > *:last-child {
  margin-bottom: 0;
}
.free-header--online {
  margin: 0;
  border: none;
}
.free-header__player {
  margin-top: 48px;
  margin-bottom: 42px;
}
.free-header__type-caption {
  font-weight: 700;
  font-size: 22px;
  line-height: 108%;
  text-align: center;
  text-transform: uppercase;
  color: #C14545;
  margin-top: 0;
}
.free-header__free-caption {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .free-header__free-caption {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .free-header__free-caption {
    font-size: 24px;
    line-height: 30px;
  }
}
.free-header__dates-block {
  display: block;
  font-size: 18px;
  line-height: 108%;
  text-align: center;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .free-header__dates-block {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .free-header__dates-block {
    font-size: 15px;
    line-height: 30px;
  }
}
.free-header__button.button {
  margin-top: 67px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  background: #C14545;
  padding-right: 25px;
  padding-left: 25px;
}
.free-header__note {
  display: block;
  font-size: 18px;
  line-height: 108%;
  text-align: center;
  color: #888888;
  margin-top: 20px;
  margin-bottom: 56px;
}
.free-header__timer-block {
  display: flex;
  justify-content: space-around;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 63px;
  font-size: 15px;
  text-align: center;
  color: #C14545;
}
@media screen and (max-width: 576px) {
  .free-header__timer-block {
    max-width: 320px;
  }
}
.free-header__timer-block .free-header__timer-cell {
  max-width: 81px;
  width: 100%;
}
.free-header__timer-block .numbers {
  color: #C14545;
  font-weight: 300;
  font-size: 60px;
  line-height: 66px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 576px) {
  .free-header__timer-block .numbers {
    font-size: 40px;
    line-height: 46px;
  }
}
.free-header__timer-block .smalltext {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #C14545;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .free-header__timer-block .smalltext {
    font-size: 13px;
    line-height: 15px;
  }
}
.free-header .red.bold {
  text-align: center;
}
.free-header .free-header__notice {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 21px;
  text-align: center;
  color: #C14545;
}
@media screen and (max-width: 576px) {
  .free-header .free-header__notice {
    max-width: 320px;
  }
}

.free-info {
  margin-top: 60px;
  margin-bottom: 48px;
}
.free-info__caption {
  font-weight: 700;
  font-size: 22px;
  line-height: 108%;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 6px solid #FFFFFF;
  padding-bottom: 13px;
}
@media screen and (max-width: 576px) {
  .free-info__caption {
    padding-bottom: 15px;
  }
}
.free-info__info-block {
  margin-top: 17px;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .free-info__info-block {
    padding-bottom: 35px;
  }
}

.free-details__header {
  margin-top: 190px;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "geometriabold";
}
@media screen and (max-width: 768px) {
  .free-details__header {
    margin-top: 55px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .free-details__header {
    margin-top: 55px;
    font-size: 24px;
    line-height: 30px;
  }
}

.free-details__background-wrapper {
  background: linear-gradient(40.25deg, #2D2D2D 48.41%, #943939 100%);
}

.free-details__details-list {
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .free-details__details-list {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 576px) {
  .free-details__details-list {
    margin-bottom: 75px;
  }
}

.free-details__details-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.free-details__details-item::last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .free-details__details-item {
    display: block;
    margin: 0 0 70px;
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .free-details__details-item {
    display: block;
    margin: 0 0 70px;
    padding: 15px;
  }
}

.free-details__details-text ol {
  padding: 15px;
}
.free-details__details-text ol li::marker {
  color: #C14545;
}
.free-details__details-text ol p {
  width: 100%;
  margin: 0 0 15px 5px;
}
.free-details__details-text ul {
  padding-inline-start: 20px;
}
.free-details__details-text ul li::marker {
  color: #C14545;
}

.free-details__details-caption {
  max-width: 240px;
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  height: 100%;
  font-family: "geometriabold";
  color: #C14545;
  margin-right: 80px;
}
.free-details__details-caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 240px;
  height: 6px;
  background-color: #000000;
}
@media screen and (max-width: 992px) {
  .free-details__details-caption {
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .free-details__details-caption {
    font-size: 16px;
  }
}

.free-details__details-text {
  font-size: 22px;
  line-height: 30px;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .free-details__details-text {
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .free-details__details-text {
    margin-top: 23px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }
}

.free-details__details-text .form-control {
  background-color: #EBEBEB;
  min-height: 200px;
  width: 100%;
}
.free-details__details-text .button {
  background-color: #C14545;
  margin-top: 20px;
  margin-bottom: 53px;
}

.free-speaker-question {
  position: relative;
}
.free-speaker-question textarea[disabled] {
  opacity: 0.35;
}
.free-speaker-question .free-speaker-question__note {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e30513;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.free-addon-text {
  margin: 60px 0;
}

.free-comments-widget {
  margin-top: 60px;
}

.webinar-content-free {
  background-color: #DEDEDE;
}
.webinar-free {
  margin-top: 64px;
  margin-bottom: 64px;
  display: block;
  background-color: white;
  padding: 50px 60px;
  font-size: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05), 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.webinar-free__title {
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.webinar-free__subtitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}

.webinar-success {
  margin-top: 64px;
  margin-bottom: 64px;
  display: block;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05), 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.webinar-success__title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.webinar-success__subtitle {
  margin-bottom: 28px;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 39px;
}
.webinar-success__text {
  margin-bottom: 72px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.webinar-success__img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.webinar-success__button {
  background-color: #C14545 !important;
  height: 45px !important;
  line-height: 17px !important;
  min-height: auto !important;
  min-width: 250px;
  padding: 16px 15px !important;
}
.webinar-success__wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.webinar-succes__wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.succcess-btn__wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 75px;
}

@media screen and (min-width: 320px) and (max-width: 769px) {
  .webinar-success__button {
    margin: 10px 0;
  }
}
.switch {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
  padding: 3px;
  border-radius: 25px;
  background: #bbbbbb;
  min-width: 400px;
  box-sizing: border-box;
}

.switch__highlight {
  width: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 3px;
  background: #e30513;
  border-radius: 50px;
  transition: 0.3s;
}

.switch__button {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  background: none;
  border-radius: 25px;
  border: 0;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  width: 50%;
}
.switch__button:hover, .switch__button:focus, .switch__button.is-active {
  color: white;
}

@media (max-width: 767px) {
  .switch {
    width: 100%;
    min-width: auto;
    max-width: 400px;
  }

  .switch__button {
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
body.modal-open {
  overflow: hidden;
}

.ay {
  overflow: hidden;
  position: relative;
}
.ay h1, .ay h2, .ay h3, .ay h4, .ay p {
  margin: 0;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hidden {
  display: none;
}

.active {
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ay {
  background-color: #EBEBEB;
}
.ay--info {
  background-color: #ffffff;
}
.ay .section__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.3rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .ay .section__title {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 16px;
  }
}
.ay .modal {
  width: 100% !important;
  height: 100% !important;
}
.ay .modal-dialog {
  width: 100% !important;
}

.mobile {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .mobile {
    display: block !important;
  }
}

.ay-link {
  color: #C14545;
}

.nav--ay {
  background-color: #ffffff;
  width: 100%;
  height: 70px;
  padding: 0 15px;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .nav--ay {
    display: none;
  }
}
.nav--ay img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .nav--ay img {
    width: 42px;
  }
}
.nav--ay a:last-child {
  margin-right: 0;
}
.nav--ay-container {
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav--ay-container::before, .nav--ay-container::after {
  display: none;
}
.nav--ay-link {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-right: 30px;
}
.nav--ay-link:hover {
  color: #e01314;
  text-decoration: none;
}
.nav--ay-link::last-child {
  margin-right: 40px;
}
.nav--ay-btn--buy {
  width: 81px;
  height: 31px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e01314;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .nav--ay-btn--buy {
    font-size: 12px;
  }
}
.nav--ay-btn--buy:hover {
  background-color: #e01314;
  color: #ffffff;
  cursor: pointer;
}

.logo--ay {
  opacity: 1;
}
.logo--ay:hover {
  opacity: 0.66;
  cursor: pointer;
}

.mobile-menu--ay {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  position: fixed;
  top: 50px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.95;
}
.mobile-menu--ay a {
  font-weight: normal;
  font-size: 12px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  opacity: 1;
}

.nav--ay-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .nav--ay-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav--ay-mobile .nav--ay-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

#hamburger-menu-button {
  width: 26px;
  height: 22px;
  margin-left: 26px;
}
#hamburger-menu-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  #hamburger-menu-button:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 992px) {
  #hamburger-menu-button rect {
    fill: #2d2d2d;
    width: 26px;
    height: 2px;
  }
}

.clicked #hamburger-menu-button-topline {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.clicked #hamburger-menu-button-midline {
  visibility: hidden;
}
.clicked #hamburger-menu-button-bottomline {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 992px) {
  #nav {
    display: none;
  }
}

.annoucment--ay {
  padding-top: 217px;
  margin-bottom: 120px;
  background-image: url("../images/ay/background/anouncment_bg3.png");
  background-repeat: no-repeat;
  background-position: 50vw top;
  background-color: #2D2D2D;
}
@media screen and (max-width: 1200px) {
  .annoucment--ay {
    background-position: 44vw top;
  }
}
@media screen and (max-width: 992px) {
  .annoucment--ay {
    background-position: 19vw -10vh;
    padding-top: 176px;
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 576px) {
  .annoucment--ay {
    background-image: url("../images/ay/background/anouncment_bg3.png");
    background-size: 130%;
    background-position: 0% top;
    margin-bottom: 20px;
  }
}
.annoucment--ay__information {
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .annoucment--ay__information {
    margin-left: auto;
    margin-right: auto;
  }
}
.annoucment--ay__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .annoucment--ay__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 576px) {
  .annoucment--ay__wrapper {
    transform: translateY(-25px);
  }
}
.annoucment--ay__bg {
  width: 50%;
  height: 100%;
  transform: translateY(-58px);
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .annoucment--ay__bg {
    width: 100%;
    max-width: 400px;
    transform: none;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .annoucment--ay__bg {
    margin-top: 29px;
  }
}
.annoucment--ay__partner {
  margin-bottom: 10rem;
}
.annoucment--ay__partner p {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .annoucment--ay__partner {
    margin-bottom: 0px;
  }
}
.annoucment--ay__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .annoucment--ay__title {
    margin-bottom: 50px;
    max-width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .annoucment--ay__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.annoucment--ay__title h1 {
  margin-top: 16px;
  margin-bottom: 48px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .annoucment--ay__title h1 {
    text-align: center;
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 28px;
  }
}
.annoucment--ay__title p {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 390px;
  margin-bottom: 67px;
}
@media screen and (max-width: 576px) {
  .annoucment--ay__title p {
    display: none;
  }
}
.annoucment--ay__title a {
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #C14545;
  color: #ffffff;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.annoucment--ay__description {
  font-size: 1.8rem;
  line-height: 1.4;
}
.annoucment--ay__description strong {
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .annoucment--ay__description strong {
    margin-bottom: 20px;
  }
}

.annoucment-add--ay .annoucment--ay__description {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .annoucment-add--ay .annoucment--ay__description {
    text-align: left;
  }
}
.annoucment-add--ay .annoucment--ay__description strong {
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .annoucment-add--ay .annoucment--ay__description strong {
    margin-bottom: 20px;
  }
}

.annoucment-add--ay {
  margin-bottom: 120px;
}
@media screen and (max-width: 576px) {
  .annoucment-add--ay {
    margin-bottom: 49px;
  }
}

@media (min-width: 1700px) {
  .annoucment--ay {
    background-position: 50vw top;
  }
}
.container__advantages {
  background-color: #FFFFFF;
}

.advantages--ay {
  background-color: #FFFFFF;
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .advantages--ay {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 576px) {
  .advantages--ay {
    padding-bottom: 58px;
  }
}
.advantages--ay .section__title {
  padding-top: 113px;
  font-size: 30px;
  line-height: 39px;
}
@media screen and (max-width: 576px) {
  .advantages--ay .section__title {
    padding-top: 45px;
    font-size: 19px;
    line-height: 23px;
  }
}
.advantages--ay__wrapper {
  max-width: 983px;
  margin: 0 auto;
}
.advantages--ay__card {
  position: relative;
  padding-top: 30px;
  padding-bottom: 28px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .advantages--ay__card {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 13px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  .advantages--ay__card {
    width: 100%;
  }
}
.advantages--ay__card--large {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .advantages--ay__card--large {
    flex-direction: column;
  }
}
.advantages--ay__card--large img {
  margin-right: 65px;
}
@media screen and (max-width: 992px) {
  .advantages--ay__card--large img {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}
.advantages--ay__card--large::after {
  display: none;
}
.advantages--ay__card h4 {
  font-weight: 700;
  color: #C14545;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .advantages--ay__card h4 {
    font-size: 14px;
    line-height: 17px;
  }
}
.advantages--ay__card p {
  font-size: 16px;
  line-height: 20px;
  color: #424242;
}
@media screen and (max-width: 576px) {
  .advantages--ay__card p {
    font-size: 14px;
    line-height: 18px;
  }
}
.advantages--ay__card a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: #C14545;
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .advantages--ay__card a {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.advantages--ay__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 992px) {
  .advantages--ay__card::after {
    display: none;
  }
}
.advantages--ay:nth-child(2n+2) {
  margin-right: 1%;
}

.advantages--ay__card {
  display: flex;
  justify-content: space-between;
}
.advantages--ay__card .advantages--ay__card-img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 992px) {
  .advantages--ay__card {
    flex-direction: column;
  }
}

.advantages--ay__card .advantages--ay__card-img {
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .advantages--ay__card .advantages--ay__card-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    max-height: 80px;
    margin-bottom: 14px;
    background-size: contain;
  }
}
.advantages--ay__card .advantages--ay__card-text {
  max-width: 803px;
}
@media screen and (max-width: 992px) {
  .advantages--ay__card .advantages--ay__card-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.advantages--ay__card:nth-child(1) .advantages--ay__card-img {
  background-image: url(../images/ay/icon/advantages/advantages_11.png);
}
.advantages--ay__card:nth-child(2) .advantages--ay__card-img {
  background-image: url(../images/ay/icon/advantages/advantages_22.png);
}
.advantages--ay__card:nth-child(3) .advantages--ay__card-img {
  background-image: url(../images/ay/icon/advantages/advantages_33.png);
  background-position: center;
}
.advantages--ay__card:nth-child(4) .advantages--ay__card-img {
  background-image: url(../images/ay/icon/advantages/advantages_44.png);
}

.experts--ay {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 86px;
}
.experts--ay__wrapper {
  max-width: 970px;
}
@media screen and (max-width: 992px) {
  .experts--ay__wrapper {
    max-width: 100%;
  }
}
.experts--ay__card {
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15), 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 0 20px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .experts--ay__card {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.experts--ay__card--top {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.experts--ay__card--top img {
  width: 88px;
  height: 97px;
  margin-right: 24px;
}
.experts--ay__card--top h4 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.experts--ay__card--top p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #C14545;
}
.experts--ay__card--position {
  padding-bottom: 26px;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 24px;
}
.experts--ay__card--position p {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #424242;
}
.experts--ay__card--comment p {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #2C2C2C;
}
.experts--ay .slick-track {
  display: flex;
}
.experts--ay .slick-track:after, .experts--ay .slick-track::before {
  display: none;
}
.experts--ay .arrow {
  position: absolute;
  top: calc(50% - 17.5px);
  z-index: 1;
  min-width: 39px;
}
.experts--ay .arrow:hover {
  cursor: pointer;
}
.experts--ay .left {
  left: -80px;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 992px) {
  .experts--ay .left {
    left: -10px;
    padding-top: 5px;
  }
}
.experts--ay .left:hover {
  left: -85px;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .experts--ay .left:hover {
    left: -5px;
  }
}
.experts--ay .right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -80px;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 992px) {
  .experts--ay .right {
    right: -10px;
    padding-bottom: 5px;
  }
}
.experts--ay .right:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -85px;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .experts--ay .right:hover {
    right: -5px;
  }
}

.test--ay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.test--ay .background {
  position: absolute;
  width: 100%;
  height: 200px;
  top: -200px;
  z-index: -1;
  z-index-background-color: #E1E1E1;
}
.test--ay #current-question,
.test--ay #total-questions,
.test--ay .steps {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin-bottom: 6px;
}
.test--ay .question {
  font-weight: 300;
  font-size: 16px;
  line-height: 137.19%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.test--ay .question {
  display: none;
}
.test--ay .question:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.test--ay .question-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 30px;
}
.test--ay .question img {
  max-width: 395px;
}
.test--ay h3 {
  margin-top: 50px;
  margin-bottom: 45px;
  z-index: 3;
}
.test--ay .answer {
  max-width: 655px;
  padding-left: 8px;
}
.test--ay .button-next {
  width: 38px;
  height: 38px;
  opacity: 0.5;
}
.test--ay .button-next.active:hover {
  cursor: pointer;
  margin-left: 3px;
}

.test--ay-container {
  position: relative;
  max-width: 1140px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 50px 0 30px 95px;
  margin-bottom: 80px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .test--ay-container {
    margin-bottom: 45px;
  }
}

.test--ay__background {
  content: "";
  position: absolute;
  z-index: -1;
  width: 464px;
  height: 270px;
  top: calc(50% - 135px);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .test--ay__background {
    display: none;
  }
  .test--ay__background--right {
    right: -336px;
    background-image: url("../img/background/test-bg-right.png");
  }
  .test--ay__background--left {
    left: -244px;
    background-image: url("../img/background/test-bg-left.png");
  }
}

.answer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.answer-container:hover {
  cursor: pointer;
  color: #E01314;
}

.answer-indicator {
  border-radius: 50%;
  min-width: 14px;
  height: 14px;
  border: 2px solid #C0C0C0;
  margin-top: 4px;
}

.answer-container:hover > .answer-indicator,
.answer-indicator:hover {
  border: 2px solid #E01314;
}

.answer-container.selected .answer-indicator {
  background-color: #E01314;
  border: 2px solid #E01314;
}

.answer-container.selected .answer {
  color: #E01314;
}

.test--ay-result {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 70px;
}
.test--ay-result h3,
.test--ay-result span {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  text-align: left;
  text-transform: none;
  margin: 0;
}
.test--ay-result p {
  margin-top: 25px;
  margin-bottom: 35px;
}
.test--ay-result button {
  background-color: #ffffff;
  border: 2px solid #E01314;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  padding: 13px 27px;
}
.test--ay-result button:hover {
  background-color: #E01314;
  border: 2px solid #E01314;
  color: #ffffff;
  cursor: pointer;
}
.test--ay-result img {
  max-width: 304px;
  height: auto;
  margin-right: 110px;
}
.test--ay-result .result-text {
  margin-right: 200px;
}

@media (max-width: 1140px) {
  .test--ay-container {
    padding: 50px 70px 30px;
  }

  .question img {
    display: none;
  }

  .test--ay-result .result-text {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .test--ay-result {
    align-items: flex-start;
  }
  .test--ay-result img {
    margin-right: 40px;
  }

  .questions-container svg {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .test--ay-result {
    margin: 0;
  }
  .test--ay-result img {
    display: none;
  }
  .test--ay-result h3,
.test--ay-result span {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .test--ay-result p {
    font-size: 14px;
    line-height: 140.69%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .test--ay-result .result-text {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .test--ay-result button {
    max-width: 112px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    align-self: center;
  }

  .test--ay-container {
    padding: 50px 70px;
  }
}
@media (max-width: 660px) {
  .test--ay .button-next.active:hover {
    margin-left: auto;
  }
}
@media (max-width: 560px) {
  .test--ay {
    font-size: 14px;
    line-height: 18px;
  }
  .test--ay .answer {
    font-size: 12px;
    line-height: 137.19%;
  }
  .test--ay #current-question,
.test--ay #total-questions,
.test--ay .steps {
    font-size: 12px;
    line-height: 15px;
  }
  .test--ay .button-next {
    margin: auto;
    display: block;
  }
  .test--ay .button-next:hover {
    margin: auto;
    display: block;
  }

  .test--ay-container {
    width: 100%;
    padding: 20px 20px 27px;
  }

  .answer-container {
    display: flex;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .test--ay-container {
    margin-bottom: 44px;
  }

  .test--ay h3 {
    margin-top: 34px;
    margin-bottom: 39px;
  }
  .test--ay #current-question,
.test--ay #total-questions,
.test--ay .steps {
    margin-bottom: 10px;
  }
  .test--ay .question-text {
    margin-top: 27px;
  }
  .test--ay .button-next {
    margin-top: 11px;
  }

  .test--ay-result {
    margin-top: 8px;
  }

  .result-text h3 {
    margin: 0;
  }

  .answer-indicator {
    min-width: 10px;
    height: 10px;
  }
}
.partners--ay {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .partners--ay {
    margin-top: 50px;
  }
}
.partners--ay__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 970px;
  margin: 0 auto;
}
.partners--ay__item {
  margin-right: 80px;
  justify-content: center;
}
.partners--ay__item:last-child {
  margin-right: 0;
}
.partners--ay .slick-track {
  display: flex;
}
.partners--ay .arrow {
  position: absolute;
  top: calc(50% - 17.5px);
  z-index: 1;
  min-width: 39px;
}
.partners--ay .arrow:hover {
  cursor: pointer;
}
.partners--ay .left {
  left: -80px;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 992px) {
  .partners--ay .left {
    left: 5px;
    padding-top: 0px;
  }
}
.partners--ay .left:hover {
  left: -85px;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .partners--ay .left:hover {
    left: 0px;
  }
}
.partners--ay .right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -80px;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 992px) {
  .partners--ay .right {
    right: 5px;
    padding-bottom: 0px;
  }
}
.partners--ay .right:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -85px;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .partners--ay .right:hover {
    right: 0px;
  }
}

@media (max-width: 760px) {
  .partners__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .partners__item img {
    max-width: 200px;
  }
}
.order--ay {
  position: relative;
  background-color: #2D2D2D;
}
.order--ay .section__title {
  color: #FFFFFF;
  padding-top: 113px;
}
.order--ay-items {
  justify-content: center;
}
.order--ay-item {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .order--ay-item {
    width: 100%;
  }
}
.order--ay-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #c14545;
  border-radius: 10px 10px 0 0;
}
.order--ay-item:first-child .order--ay__showcase {
  margin-top: 32px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .order--ay-item:first-child .order--ay__showcase {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.order--ay__wrapper {
  height: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 20px 20px;
  margin-bottom: 76px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .order--ay__wrapper {
    margin-bottom: 32px;
  }
}
.order--ay__info {
  padding-top: 42px;
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (max-width: 992px) {
  .order--ay__info {
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    min-height: 373px;
  }
}
.order--ay__info--title {
  color: #2C2C2C;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.3rem;
  text-transform: uppercase;
  margin-bottom: 27px !important;
}
.order--ay__info--title span {
  color: #C14545;
}
@media screen and (max-width: 992px) {
  .order--ay__info--title {
    font-size: 16px;
    line-height: 20px;
  }
}
.order--ay__info--subtitle {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 3.1rem;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.order--ay__info--list {
  font-size: 1.5rem;
  line-height: 1.9rem;
  list-style: none;
  padding: 0;
  margin-bottom: 21px;
}
.order--ay__info--list li {
  margin-bottom: 14px;
  padding-left: 34px;
}
@media screen and (max-width: 576px) {
  .order--ay__info--list li {
    padding-left: 21px;
  }
}
.order--ay__info--list .item {
  position: relative;
}
.order--ay__info--list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='16' height='16' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2071_234' transform='scale(0.004)'/%3E%3C/pattern%3E%3Cimage id='image0_2071_234' width='250' height='250' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAC4jAAAuIwF4pT92AAAF8mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjQgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wNi0yOFQxNzo1Mzo1NyswMzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDYtMjlUMTg6Mzc6NDArMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjEtMDYtMjlUMTg6Mzc6NDArMDM6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZTlkNjRhZjMtN2ZmYS02NjRiLWI5OTYtNzRiNjUxNDQyZmEzIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NmY5Yjc4N2QtOTNhMS0yMDQ1LWFkNjMtMGNmZDMyODY1NTcxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzgwODkwOWQtMjg3ZS1iZjQ1LTk4NDQtYjE1YmNmYTc5N2U4Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjODA4OTA5ZC0yODdlLWJmNDUtOTg0NC1iMTViY2ZhNzk3ZTgiIHN0RXZ0OndoZW49IjIwMjEtMDYtMjhUMTc6NTM6NTcrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZTlkNjRhZjMtN2ZmYS02NjRiLWI5OTYtNzRiNjUxNDQyZmEzIiBzdEV2dDp3aGVuPSIyMDIxLTA2LTI5VDE4OjM3OjQwKzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuNCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+auDmtAAADBVJREFUeJzt3d2R29YZgOHXGRWAEugOmArEXOg624GhCkJXIKoCryvYTQXeDkRVYLoCs4OghFyAa9ESV8sf4Px97zOzE2cm5kFkvwvwI3D4w+d375DUtn/kPgBJ8zN0KQBDlwIwdCkAQ5cCMHQpAEOXAjB0KQBDlwIwdCkAQ5cCMHQpAEOXAjB0KQBDlwIwdCkAQ5cCMHQpAEOXAniT+wCkQiwOP18bgF3C45iFoSuiBbAC3gLLw89rdoefz8AW2E9+VDMydEXSAz8xRn6p5eGnP/z3HfAr8MR41i+a79HVug7YAP8DHrgu8lOWh9f78/D63USvOwtDV8t6xhA/MF+I3eH1/+TL2b44hq4WdcAnxjNul3DNh8O6i0Rrns3Q1Zol49l1lWn9FfB7xvVPMnS1pGeMrMt7GH9dUfR5D+MLQ1cresZL55I8UEjshq4W9JQX+bMiYjd01W4J/JL7IF7xwHk35czG0FWzDviN/O/Jz/GJjMdp6KrZBwr8KOsFHRnfXhi6arUC1pmP4VJ3h5/kDF21KnX49pos8wRDV4021HPJ/rUFGabwhq7aLID/5D6IG31IvaChqza/UMeU/XsWJH6vbuiqyYpMw6wZ/DvlYoauWnTUO4A75S7lYoauWqypdwB3SkfCJ9wMXTVYkGGAlcAq1UKGrhq0dMl+7G2qhQxdpbujsE0cJrRItZChq2Qd5T+ZdotFqoUMXSVb09YALhtDV6mWtDmAy8LQVaqWL9mPLVIsYugqUU+7A7iv7VMsYugqTUecs3kyhq7SzPmtKmEZukqypL5dY26xTbWQoask0S7Z96kWMnSVYk2cAdyzP1ItZOgqQUfMz8y3qRYydJWghV1jLrUHdqkWM3TltqKAryzK4CnlYoau3KIN4J79mnIxQ1dOazJ/J1kmTyScuIOhK58FMQdwkPhsDoaufCIO4AAeSThtf2boymFFO9s2X2IAPuZY2NCVQ6t7wL3mVxK/N39m6EptQ8xdY3aM/9+zMHSltKD+70271s85Fzd0peQALhNDVyp3xB3AZT2bg6ErjY64d8B9ZIw9K0NXCmviDuDuMx8DYOia34K4d8Blv2R/ZuiaW9TPzO/JPIA7Zuia0x3xdo2BjHfAvcTQNZeOuAO4nylgAHfM0DWXD8QcwG0ZPzcviqFrDktibdt8rJgB3DFD1xyiXrLfk3AfuEsYuqbWE3MAt6ewAdwxQ9eUOuKezYsbwB0zdE0p6vembUm8q+ulDF1TWRF3APc+9wG8xtA1laiX7B/JtGvMJQxdU1gTc9vmPYU8tPIaQ9etOmI/tDLkPohzGLpuFXXXmCcKH8AdM3TdYkXM700bKPQOuJcYum4RdQCXbdvmaxm6rrUh7gBuk/kYLmbousaCuNs2F/+Z+SmGrmtEHsBtMx/DVQxdl1rhts3VMXRdKuoecFXcAfcSQ9clNsTcNWZHJXfAvcTQda4FcQdw1V6yPzN0neuBmAO4RyodwB0zdJ3jjpi7xgw0cDYHQ9frOuLeAVfE96ZNwdD1mjUO4Kpn6PqeBXEfQa3yDriXGLq+J+pn5vcUum3ztQxdL7kj7gCu2G2br2XoOqUj7tm8ml1jLmHoOiXyts2PmY9hFoaury2Ju21zE5+Zn2Lo+lrUz8zvaWwAd8zQdawn5gBuT4MDuGOGrmcdcc/mTQ7gjhm6nkXdNWZLRds2X8vQBXG3bYbG7oB7iaEL4l6yV71rzCUMXWvibtt8n/kYkjH02DriPrTS/ADumKHHFnUA90SAAdwxQ49rRcwB3EDDd8C9xNDjivrQSnXfmzYFQ49pQ8xdY/ZU+L1pUzD0eBbE3bY5xGfmpxh6PJEHcNvMx5CNoceyIu73poU9m4OhRxN1ANfMts3XMvQ4NsQcwO0IdAfcSww9hgWx74ALz9BjiHrJ/kjgAdwxQ2/fHTF3jRnwbP4XQ29bR+xHUIfcB1EKQ2/bmpgDuC0O4P7mTe4DuNHi8LPk9E0gA+PUdUe83+4LHMDpoLbQO8b3nG8Z33cuLvh794y/6T8z3iU1THZUZYo6gLun4W2br/XD53fvch/DOVbAT0z7WOUj45NMuwlfsxQ9MUMfgB9p/5f4xUp/j74CPh1++olfuwd+P7z2auLXzqkj7gAu1K4xlyg19I7xjJQiwtVhnQfaeNjD703TN0oM/Q74k/S7n/SHdVeJ153SEr83TSeUFvoG+I18Z6SO8ey+zrT+raJesn+kzVnLZEoK/YFyPg76hfqGWWvqvhq51h4/M39VKaE/UN5GhT31xN5Rzi/J1BzAnaGE0EuM/FlPHbFH3TVmS7Btm6+VO/SeciN/1lN27CvK/zOcS+hdYy6RM/QlZQd0rKfcY408gNvnPoha5Ay91HBe0lPeMa/xe9N0hlyhb6jzX9CecmLviDuAe48DuIvkCL2j7n3Fe8qIvZU7+S71hLvGXCxH6Gvq/xe0J2/sK+Ju2+wdcFdIHXpH3WfzYz35Yi/hiiKHkN+bNoXUod9R/9n8WE/66DbE3DVmT9DvTZtC6tBbOZsf60kX+4I2/wzP4WfmN0gZekedk/Zz9KSJPeodcE84gLtJytBXCdfKoWfe2FfEHcB5Nr9RytDfJlwrl555Yu9met0auG3zBFKGvky4Vk4900e5JuYAbod3wE3C0OfRM13sC+LeAedn5hNJPYyLpGea2KNesj/iAG4yuR9TbV3PbaHe0f4Q85QBz+aTShV6l2idEvVcF3tH7EdQh9wH0ZJUoS8SrVOqnstj/0DMP7ctDuAmlyr0XaJ1StZzfuxL6t2J9lZess/A9+hp9ZwXe9RL9ns8KcwiZehDwrVK1vP92HviDuA+5j6IVqUMfZdwrdL1nI69I+7Z3G2bZ2To+fR8G7vfm6ZZpAz9j4Rr1aLnS+xL4g7gfGhlZm8SrrVNuFZN+sN/LjMeQ05u25xAyjP6Hi/fX9ITM/Q9fmaeROqP1/6beD2VzQFcIqlDf0y8nsq1xe9NSyZ16APGrpEDuIRy3BnnTRFyAJdYjtD3GHtke9y2Oblc97rf42/0qLxkzyBX6AP+A4/oCe+nyCLn02tbvISPZMBHULPJ/ZjqBqfwUfi9aRnlDh3GS/hd7oPQrPY4gMuqhNAB/oWxt8x5TGalhD5g7K16xAFcdqWEDsbeogEHcEUoKXQw9ta4bXMhSgsdjL0VO3wEtRglhg7G3gIv2QtSauhg7DV7xAFcUUoOHYy9RgOezYtTeuhg7LVx15gC1RA6GHsttnhLc5FqCR2MvQZesheqptDB2Et2j/9cilVb6GDsJRrwkeOi1Rg6GHtpHMAVrtbQwdhLscUBXPFqDh2MvQQ+glqB2kMHY8/JbZsr0ULoYOw57PGhlWq0EjoYe2oO4CrSUuhg7Kls8XvTqtJa6GDsKTiAq0yLoYOxz8kBXIVaDR2MfQ573La5Si2HDsY+NS/ZK9V66GDsU3nCXWOqFSF0MPZbDfgIatWihA7Gfgu/N61ykUIHY7/GDgdw1YsWOhj7pbxkb0DE0MHYz/WIA7gmRA0djP01A57NmxE5dDD27/F70xoSPXQw9lN2+AhqUwx9NGDsx7xkb4yhfzFg7DCeybeZj0ETM/S/G4gd+4DbNjfJ0L81EDd2d41plKGfNjDGvs17GEltcdvmZhn6ywbG2B/zHkYyDuAaZuive0/7sd8T861KGIZ+npZjH3AA1zxDP1+rsb/HAVzzDP0yrcW+xW2bQzD0y7UUu3vABWHo12khdrdtDsTQr1dz7Ht8aCUUQ79NrbE7gAvG0G9XW+z3xLrjTxj6VGqJfYd3wIVk6NMpPfYd4y29CsjQp1Vq7AO+Lw/N0KdXWuw74J94L3tohj6P95Rx//iW8XJ9n/cwlJuhz2dD3sg+HtYfMq2vghj6vLaMl833GdbcJFxThTP0+Q2MH2n9yLzv3beMZ/Co22DpOww9nT3je/cfme4+84Hxl8dz4NsJXlMN+uHzu3e5jyGyJXAHvD38dXfG37NlPGN/xkdMdaY3uQ8guB3fXmavvvO/HWY7EjXN0MuzzX0Aao/v0aUADF0KwNClAAxdCsDQpQAMXQrA0KUADF0KwNClAAxdCsDQpQAMXQrA0KUADF0KwNClAAxdCsDQpQAMXQrA0KUA/g8BXhFX3fwI3QAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .order--ay__info--list .item::before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
}
.order--ay__info--list .cross {
  position: relative;
  color: #C8C8C8;
}
.order--ay__info--list .cross::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='16' height='16' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2071_236' transform='scale(0.004)'/%3E%3C/pattern%3E%3Cimage id='image0_2071_236' width='250' height='250' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAC4jAAAuIwF4pT92AAAL90lEQVR4nO3d31UcNxvH8ed9Gwgl2BVkfTd3wRUEKghUYLsChwpsVwCpwKQCyJ3u2FQAJZAOciZ+xixm/0i7mpmfpO/nHF/lHCJ29V3NDLMjAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBI/6vthQohHJnZsZktzOwXM3vl/9ZZmtmDmf1tZrdd193OO3rkFEI49rnws8+BxYYf/+D//vI50c+Fx5rejCpC97hPzOzdljczRv/mXpvZn13XXU/3GyCXEEI/D371+XB0wI/tg//Sz4caoi869BBC/yn9McObuk7/CX/Rdd1V5p+LEYQQznwubDp629fw4d/PhYdS37siQ/cV/L2/sWMjeGG+gn8aIfB1Lszsc4krfHGh+3nX5URv7Kr+/P20tnO3UvmH/Vc/B59S/8F/Xtr1nP8LjCFaCKH/5L6ZIXLzCXXvHzSYkb8H9zNEbj73bnwuFqOIFd0/vS/9XFzBOYfy8/Bz8UuR4Vz7XJA/ypMP3SO/OfBq+hiIfWJikQ/6q/Nv1WOXDl048gGxT0Q08oF87Orn6J+EI+9d+gTEiMQjN5+j0ufssqGHEH43sxIiIvYRFRD54MznrCTJQ/cQQv8JeScwlBQcxmdWUOSr3nRdt9QZzjeqK3ppb66xsudVaOSmOma50EMI78XPy7ch9gwKjry38DksRerQ3a+y349w3/rUOIzfU+GRD/qr76+VrsKrrehnFURurOz7qSRy8zmscnPXf9RCfycwhlyIPUFFkQ+m+MJVNJnQ/Ur7HPewj4nYI1QYee+Vz2kJSiv6bwJjGAOxb1Fp5AOZOa0UutQ5TWaX/r1prPDXpNbITWlOS1x19yfF3AsMZUyPfj+03M0Uc/DD2ptKLr5u81rhyTQqK3qpfzdPceTfY27hd92qochNZW4T+rSaj72xyI3Qn/tJZBxTaDb2BiM3lbnNij6P5mJvNHJjRUczsTccuQxCn1f1sRO5BkKfX7WxE7kOQtdQXexErkUldG4iqSh2In9GYm6rhP6PwBgUFB87kb8gMbdZ0fUUGzuRr8WKvoLQnxtiLyaYlWfwE/lzhD7wm/6L3ZJ2JMXETuQbPahstax01f1aYAxqFuqxF7Cbzpxk5rRS6H8IjEGRbOxEvpPMnFZ7Cux9hY+TykVqfy8i36k/bH+tMhi1G2a+CIxBlczKTuRRpOayWuhX/iQWrDd77EQe5dHnsgyp0P2w9EJgKMpmi53Io12obaGsusniHZNpp0nP2Yk82rLrujdqg1L9Usu5wBjUTbayE3kSybkrGbo/KZVD+N1Gj53Ik1yoPuVX8tB9EEL4Wvnz3nMZ5TCeyJNcd113qjo49e+jn3MffJTsKzuRJ1mqn25Kh+4r1Ftij7LIvOvJJZFHkbqRaRP5J8wQe5KTEMLBsfvP4JRptyIiN/Vz9FUcSia56rpur0NJj5xNIXcrJnIrKXQj9lTJsRN5tKIit9JCN2JPFR07kUcrLnIrMXQj9lQ7YyfyaEVGbqWGbsSeamPsRB6t2Mit5NCNhxGmehE7kUcrfm/7okM3Yk/1PXYij1Z85FZD6EbsqYbvSRP5blVEbrWEbsSO/KqJ3GoK3Ygd+VQVudUWuhE7Dldd5FZj6Ebs2F+VkVutoRuxI121kVvNoRuxI17VkVvtoRuxY7fqI7cWQjdix2ZNRG6thG7EjpeaidxaCt2+xX7ssQN95LetvAryj5LKyd9YnhmP85Yit9ZW9EEI4SzzgxRRjj5yqX3RptBk6EbsrWoycms5dCP21jQbubUeuhF7K5qO3Aj9G2KvWvORG6E/IfYqEbkj9BXEXhUiX0HoPyD2KhD5Dwh9DWIvGpGvQegbEHuRiHwDQt+C2ItC5Fs0da97Kp84n8sadZM+E/l2rOgR2OxA2t5bRLeE0CMRuyQij0ToCYhdCpEnIPRExC6ByBMR+h6IfVZEvgdC3xOxz4LI90ToByD2SRH5AQj9QMQ+CSI/EKFnQOyjIvIMCD0TYh8FkWdC6BkRe1ZEnhGhZ0bsWRB5ZnypJb8PZtbENj8jWfpriIxY0UcQQjjyrZ8W1f1y41r6VkmPNf+ScyD0kRB7MiIfEYfuQANY0UfAar43VvWREHpmRH4wYh8Bh+75XRL5QRY8py8/Qs/I/4Z+Us0vNJ8Tfy2RCYfumXCjzCi4cSYTQs+AyEdF7BkQ+oGIfBLEfiBCPwCRT4rYD0DoeyLyWRD7ngh9D0Q+K2LfA6EnInIJxJ6I0BMQuRRiT0DokYhcErFHIvQIRC6N2CNwC+wOIYRPRC7tzN8jbMGKvkUI4YwvWBTjnD3SNyP0DYi8SMS+AaGvQeRFI/Y1CP0HRF4FYv8Boa8g8qoQ+wpCd0ReJWJ3hE7ktWs+diN0Im9E87E3HTqRN6Xp2JsNncib1GzsTYZO5E1rMvbmQidytBh7U6GHEI59FxWg3w3mtpVXoZnQQwgLj/xIYDiY36PH3sRe9k2ETuTYoJnYqw+dyLFDE7FXHTqRI1L1sVcbOpEjUdWxVxk6kWNP1cZeXehEjgNVGXtVoRM5Mqku9mpCJ3JkVlXsVYRO5EmGWz95hPVu1cRefOhEnuT7ZgdsShGtitiLDp3Ik7zY0YTYoxUfe7GhhxD6uO/M7JXAcNRt3LaI2KM9mNmbruseCxnvM0VuyeSR3xB5lK17k/l/a/6ZahH6uXbjc684xa3oK5EvBIajLnoDQlb2aEs/jC9qZS8qdCJPkrzLKLFHKy72YkIn8iR7byVM7NGKir2I0Ik8ycH7hRN7tGJilw+dyJMcHPmA2KMVEbv0VXciT9JPuA8Zf94H/5nYblHC1Xj1P69dEnmU7KuK/6y3xB5lof5kYdnQQwi/m9mJwFDUjXboSOxJTnzOSpI8R/dbW+8EhqJukvNDTqGSvFG8VVZ1RWeDhd0muwjEyp5Ecu7KhR5CeM/KsdPkV3qJPdrC57AUqUN3P0S859toW8365xwO46P0781rpT+5qa3oZ0S+1ex/s2Vlj3Kkdg+CWujvBMagSubGDGKPIjWXZUL3K+187XQ9ubuviH2nVz6nJSit6L8JjEGR7C2WxL6TzJxWCp2bY16Sv4+a2LeSmdMSV91DCK/8ajueFPXoIh7ttVF/9f1h7kGorOj8qea5Pu7Tkh5s4GM99bHjicTcJnQ9xT5x1Mf8ltifIfQVP4mMY27FP1aY2F+QmNus6Dqq2RWE2J9hRcd31W3qR+xaCH1+1e7JTew6CH1e1UY+IHYNhD6f6iMfEPv8VEJv7a6qZiIfNBy7xHusEvo/AmOYSnORDxqNXWJus6JPq9nIBw3Gzoq+ooWJ33zkg8ZiJ/SB3/Q/+43/Izsl8if+WpyqjGckDwpfaDGxq+7XAmMYy3nXdbd1/mr789ckyxZSomTmtFLofwiMYQx95Ff1/Vp5+GtTa+wyc1rtKbD3lX2fmcgjhRDOKnuef3/Y/lpgHP9Ru2Hmi8AYciHyBBWu7FJzWS30q0quxBL5HiqK/dHnsgyp0P0pJRcCQzkEkR+gktgv1J4OpLrJ4l2h31En8kwKPmdfdl33RmAcz6h+qaXET3Qiz6jglV1yzJKh+80UJR3CE/kICoz9QvWmKMlD90EI4VJtD6s1iHxkhRzGX3VdJ/uhpP599A/i98ET+QQKWNmXPldlSa/opr1NL5FPTHRll99Nx0p4wszKlj9K98IT+QwEV/brEiK3Elb0VSGET2b2fsYhDDuo8AWVGYUQjs3s68x76X/uuk76cH1VUaHb05t8OcM98belbZNUMz+l62M/nvjXfCjx24jFhW5Pb3K/sn+c4H/Xv7Efuq6r+Wu0xQoh9DuWfprog//CV/LiPuyLDH3gu7B+9O1pcx/GPfjfRTkXL4BfqPs4QvCPfi5+ofIQiX0UHfrAV/g+9ncHXp0f3tQ/WcHL5Cv8rxk+/Jf+DbTrGk7Xqgh9lUd/7MH/4p/wmz7ll75y/92fg3ORrS5+Paf/97PPgU2LwPAos798TtxyLQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAk8zsXzYtfHMxft8lAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
}
.order--ay__info--list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .order--ay__info--list {
    font-size: 14px;
    line-height: 17px;
  }
}
.order--ay__info--note {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #A0A0A0;
}
.order--ay__showcase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #C14545;
  padding: 31px 45px;
  margin-bottom: 0;
  color: #EBEBEB;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 992px) {
  .order--ay__showcase {
    padding-top: 31px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 25px;
  }
}
.order--ay__showcase--first {
  width: max-content;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 29px;
}
@media screen and (max-width: 992px) {
  .order--ay__showcase--first {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.order--ay__showcase--first span {
  font-size: 34px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .order--ay__showcase--first span {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .order--ay__showcase--first span {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .order--ay__showcase--first span {
    display: inline;
  }
}
.order--ay__showcase--second {
  display: flex;
  max-width: 369px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.1rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .order--ay__showcase--second {
    margin-bottom: 0;
  }
}
.order--ay__showcase--second span {
  display: inline-block;
  padding-top: 5px;
  max-width: 269px;
}
@media screen and (max-width: 992px) {
  .order--ay__showcase--second span {
    display: none;
    max-width: 203px;
  }
}
.order--ay__showcase--price {
  min-width: 90px;
  font-size: 2.5rem;
  line-height: 3.1rem;
  padding-top: 0 !important;
}
@media screen and (max-width: 992px) {
  .order--ay__showcase--price {
    min-width: 60px;
    margin-right: 5px;
    display: inline !important;
  }
}
.order--ay__note {
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .order--ay__note {
    order: -1;
    margin-top: -16px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.order--ay__btn {
  display: inline-block;
  margin-top: 33px;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 17px 35px 16px;
  background-color: #EBEBEB;
  text-transform: uppercase;
  font-weight: 700;
  color: #2D2D2D;
  box-shadow: 0px 0px 10px rgba(224, 19, 20, 0.3);
  text-decoration: none;
  text-align: center;
  border: 0;
  transition: background 125ms;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .order--ay__btn {
    margin-top: 13px;
    font-size: 18px;
    line-height: 22px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.order--ay__btn--mobile {
  display: none;
}
.order--ay .swiper-cards--ay {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.order--ay .swiper-pagination--cards {
  bottom: -16px;
  top: auto;
  text-align: center;
  width: 100%;
  right: auto;
  position: absolute;
}
.order--ay .swiper-pagination--cards .swiper-pagination-bullet {
  background-color: #C4C4C4;
  width: 60px;
  height: 2px;
  border-radius: 0;
}
.order--ay .swiper-pagination--cards .swiper-pagination-bullet-active {
  background-color: #c14545;
  width: 130px;
}

.footer--ay {
  height: 110px;
  background-color: #2C2C2C;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .footer--ay {
    height: auto;
  }
}
.footer--ay p {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #ffffff;
}
.footer--ay-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer--ay-content:after, .footer--ay-content:before {
  display: none;
}
.footer--ay__background {
  width: 100%;
  height: 100%;
  max-height: 811px;
  position: absolute;
  left: -530px;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/ay/background/order_background.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .footer--ay__background {
    width: 990px;
    left: -580px;
  }
}

.socials--ay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  margin-top: 20px;
}
.socials--ay a:last-of-type img {
  margin-right: 0;
}

.socials--ay-icon {
  margin-right: 19px;
}

.socials--ay-icon:hover {
  margin-top: -3px;
}

@media (max-width: 1200px) {
  .footer--ay p {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .footer--ay-content {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .footer--ay p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 560px) {
  .footer--ay-content {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 5px;
  }

  .footer--ay {
    height: 105px;
  }
}
@media (max-width: 480px) {
  .footer--ay {
    padding: 8px 0;
  }
  .footer--ay p {
    margin-top: 18px;
  }
}
.scheme--ay {
  padding-bottom: 110px;
}
.scheme--ay__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .scheme--ay__wrapper {
    flex-direction: column;
  }
}
.scheme--ay__scheme-img {
  width: 800px;
  height: 570px;
  position: relative;
}
.scheme--ay__scheme-img img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .scheme--ay__scheme-img {
    width: 100%;
    height: 100%;
  }
}
.scheme--ay__scheme-text ul {
  max-width: 260px;
  padding-left: 21px;
}
.scheme--ay__scheme-text li {
  margin-bottom: 20px;
}
.scheme--ay__scheme-text p {
  font-size: 18px;
  line-height: 23px;
}

@media screen and (max-width: 576px) {
  .ay .modal__content {
    height: 100%;
    overflow: hidden;
    padding: 10px;
  }
}
.ay .modal__content .pinch-zoom-container {
  padding-top: 60px !important;
  height: 100% !important;
}
@media screen and (max-width: 576px) {
  .scheme--ay__wrapper .scheme--ay__scheme-img::after {
    content: "";
    background-image: url(../images/ay/icon/scheme/click.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 46px;
    height: 68px;
    right: 0px;
    top: 0px;
    transform-origin: 0% 100%;
    animation-iteration-count: infinite;
    animation-name: clickMe;
    animation-duration: 2s;
  }
}

@keyframes clickMe {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5%, -5%);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}
.ay--section-prepare {
  background-color: #EBEBEB;
}

.ay--prepare-heading {
  margin-bottom: 41px;
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
}

.ay--prepare-desc {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 130%;
}
.ay--prepare-desc p:last-of-type {
  margin-bottom: 0;
}

.ay--prepare-item {
  padding-top: 110px;
  padding-bottom: 110px;
  border-bottom: 2px solid #000;
}
.ay--prepare-item:last-of-type {
  border-bottom: none;
}
.ay--prepare-item h3 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.ay--prepare-steps {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* display: flex;
  * *align-items: flex-start;
  * *justify-content: space-between; */
}

.ay--prepare-step {
  margin-bottom: 52px;
}
.ay--prepare-step:last-child {
  margin-bottom: 0;
}

.ay--prepare-step--2columns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ay--prepare-step__title {
  width: 25%;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C14545;
}

.ay--prepare-step__desc {
  padding-top: 6px;
  width: 75%;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}
.ay--prepare-step__desc p {
  margin-top: 0;
  margin-bottom: 1em;
}
.ay--prepare-step__desc p:last-child {
  margin-bottom: 0;
}
.ay--prepare-step__desc a {
  color: #C14545;
  text-decoration: underline;
}
.ay--prepare-step__desc ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.ay--prepare-step__desc li {
  margin-bottom: 16px;
}
.ay--prepare-step__desc li:last-child {
  margin-bottom: 0;
}

.ay--prepare-item__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #C14545;
}

@media screen and (max-width: 992px) {
  .ay--prepare-desc {
    font-size: 14px;
    line-height: 140%;
  }

  .ay--prepare-heading {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 130%;
  }

  .ay--prepare-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ay--prepare-item h3 {
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
  }

  .ay--prepare-step {
    margin-bottom: 32px;
    flex-direction: column;
  }

  .ay--prepare-step__title {
    width: 100%;
    font-size: 14px;
    line-height: 140%;
  }

  .ay--prepare-step__desc {
    width: 100%;
  }

  .ay--prepare-item__link {
    font-size: 14px;
    line-height: 140%;
  }

  .m-mt-34 {
    margin-top: 34px !important;
  }

  .m-mt-48 {
    margin-top: 48px !important;
  }
}
.ay--info .about--info {
  margin-bottom: 92px;
  background-color: #fff;
}
.ay--info .about--info__title {
  position: relative;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 54px !important;
}
@media screen and (max-width: 576px) {
  .ay--info .about--info__title {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 23px;
  }
}
.ay--info .about--info__title::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  height: 6px;
  width: 191px;
  background-color: #000000;
}
.ay--info .about--info__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .ay--info .about--info__wrapper {
    flex-direction: column;
  }
}
.ay--info .about--info__wrapper img {
  margin-right: 30px;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .ay--info .about--info__wrapper img {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.ay--info .about--info__wrapper ul {
  width: 50%;
  self-aligned: center;
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .ay--info .about--info__wrapper ul {
    width: 100%;
    padding-left: 0px;
  }
}
.ay--info .about--info__wrapper ul li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 35px;
  padding-left: 20px;
}
@media screen and (max-width: 576px) {
  .ay--info .about--info__wrapper ul li {
    padding-left: 30px;
    font-size: 16px;
  }
}
.ay--info .about--info__wrapper ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/list-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .ay--info .about--info__wrapper ul li::before {
    left: 0;
  }
}

.ay--info .annoucment--ay {
  position: relative;
  margin-bottom: 80px;
  background-position: top left;
}
.ay--info .annoucment--ay__title {
  margin-bottom: 35px;
}
.ay--info .annoucment--ay__title h1 {
  margin-bottom: 0px;
}
.ay--info .annoucment--ay__bg {
  width: 40%;
  transform: translateY(-58px);
}
@media screen and (max-width: 992px) {
  .ay--info .annoucment--ay__bg {
    width: 100%;
    transform: none;
  }
}
.ay--info .annoucment--ay__partner {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  margin-bottom: 0;
  bottom: 20px;
}
@media screen and (max-width: 992px) {
  .ay--info .annoucment--ay__partner {
    display: none;
  }
}
.ay--info .annoucment--ay__partner p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #2C2C2C;
}
@media screen and (max-width: 576px) {
  .ay--info .annoucment--ay__partner p {
    font-size: 16px;
  }
}

.ay--info {
  background-color: #e5e5e5;
}
.ay--info .order--info {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 37px;
  padding-left: 43px;
  padding-bottom: 27px;
  padding-right: 24px;
  border: 3px solid #000000;
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .ay--info .order--info {
    flex-direction: column;
    padding-left: 24px;
  }
}
.ay--info .order--info__title {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 576px) {
  .ay--info .order--info__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.ay--info .order--info__title::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  height: 6px;
  width: 191px;
  background-color: #000000;
}
.ay--info .order--info__subtitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}
@media screen and (max-width: 576px) {
  .ay--info .order--info__subtitle {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 576px) {
  .ay--info .order--info__subtitle {
    font-size: 16px;
    line-height: 23px;
  }
}
.ay--info .order--info__left {
  width: 46%;
}
@media screen and (max-width: 992px) {
  .ay--info .order--info__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ay--info .order--info__addition {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .ay--info .order--info__addition {
    flex-direction: column;
  }
}
.ay--info .order--info__addition img {
  transform: translateY(-40px);
  width: auto;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .ay--info .order--info__addition img {
    transform: none;
  }
}
.ay--info .order--info__right {
  width: 50%;
  height: auto;
  background-color: #EBEBEB;
  padding-top: 16px;
  padding-left: 26px;
  padding-bottom: 17px;
  padding-right: 21px;
}
@media screen and (max-width: 992px) {
  .ay--info .order--info__right {
    width: 100%;
  }
}
.ay--info .order--info__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.ay--info .order--info__right ul li {
  position: relative;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .ay--info .order--info__right ul li {
    font-size: 16px;
  }
}
.ay--info .order--info__right ul li:last-child {
  margin-bottom: 0;
}
.ay--info .order--info__right ul li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 11.5px;
  left: -25px;
  top: 5px;
  background-image: url(../images/icons/subscribe_choice.png);
  background-repeat: no-repeat;
  background-position: center;
}
.ay--info .ay__tools {
  background-color: #E5E5E5;
  display: flex;
  justify-content: center;
}
.ay--info .ay__tools a:nth-child(2) {
  margin-left: 38px;
}
.ay--info .ay__tools__btn-group {
  margin-bottom: 130px;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.body {
  font-family: "Geometria", "Arial", sans-serif;
  background-color: #EBEBEB;
}

.main {
  margin: auto;
  position: relative;
  overflow: hidden;
}

.hero-screen {
  position: relative;
  font-family: "Geometria", "Arial", sans-serif;
  padding-top: 35px;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-screen::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 38%;
  left: 36%;
  z-index: -1;
  background-image: url("../images/ay/corporate/img/hero-background.svg");
  background-repeat: no-repeat;
}

.hero-screen__container {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero-screen__wrapper {
  z-index: 1;
}

.hero-screen__heading {
  color: #2C2C2C;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  font-size: 54px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 25px;
}

#hero-screen__heading--mobile {
  display: none;
}

.hero-screen__subheading {
  color: #2C2C2C;
  font-size: 18px;
  max-width: 370px;
  margin-bottom: 54px;
  line-height: 25px;
}

.hero-screen__subheading b {
  color: #2C2C2C;
  font-weight: 500;
}

.hero-screen__img {
  margin-left: -410px;
  width: 100%;
  max-width: 819px;
  z-index: 0;
}

.hero-screen__img--slide {
  transform: translate(200px, 0);
  transition: transform 0.5s;
}

@media (max-width: 1200px) {
  .hero-screen__img {
    max-width: 630px;
    margin-left: -249px;
  }

  .hero-screen__img--slide {
    transform: translate(10%, 0);
    transition: transform 0.5s;
  }
}
@media (max-width: 1024px) {
  .hero-screen {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .hero-screen__heading {
    font-size: 44px;
    margin-top: 0;
  }

  .hero-screen__img {
    max-width: 630px;
    margin-left: -190px;
  }

  .hero-screen__img--slide {
    transform: translate(10%, 0);
    transition: transform 0.5s;
  }
}
@media (max-width: 990px) {
  .hero-screen {
    padding-top: 30px;
    padding-bottom: 16px;
  }

  .hero-screen__container {
    flex-direction: column-reverse;
  }

  .hero-screen__wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
  }

  .hero-screen__heading {
    text-align: center;
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 30px;
  }

  .hero-screen__subheading {
    text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-screen__img {
    margin-left: -100px;
    max-width: 819px;
  }

  .hero-screen__img--slide {
    transform: none;
  }
}
@media (max-width: 768px) {
  .hero-screen::after {
    bottom: -26%;
    left: -24%;
    width: 200%;
    height: 200%;
  }
}
@media (max-width: 570px) {
  .hero-screen::after {
    bottom: -15%;
    left: -24%;
    width: 200%;
    height: 200%;
  }
}
@media (max-width: 480px) {
  .hero-screen {
    padding-top: 0;
    padding-bottom: 65px;
    padding-left: 0;
    padding-right: 0;
    background-size: 115%;
    background-position-x: 150%;
    background-position-y: 30%;
  }

  .hero-screen::after {
    width: 200%;
    height: 200%;
    bottom: -50%;
    left: -25%;
  }

  .hero-screen__heading {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  #hero-screen__heading {
    display: none;
  }

  #hero-screen__heading--mobile {
    display: block;
  }

  .hero-screen__subheading {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.3;
  }

  .hero-screen__img {
    width: 130%;
    margin-left: -150px;
  }
}
@media (max-width: 360px) {
  .hero-screen {
    background-position-y: 28%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 320px) {
  .hero-screen::after {
    bottom: -65%;
    left: -25%;
  }

  .hero-screen__img {
    width: 140%;
    margin-left: -125px;
  }
}
.corporate-btn {
  position: relative;
  background-color: #C14545;
  font-size: 20px;
  color: #F5F5F5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  padding: 17px 47px;
  display: inline-block;
  text-align: center;
  border: none;
  overflow: hidden;
  box-shadow: none;
  z-index: 2;
}
.corporate-btn:active {
  transform: translateY(3px);
}
.corporate-btn:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #F5F5F5;
}
.corporate-btn::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 48%;
  width: 10px;
  height: 10px;
  background: none;
  border-color: transparent;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.corporate-btn:hover::after {
  opacity: 1;
  transform: scale(35) translate(0, 0);
  background-color: #ED3233;
}

@media (max-width: 480px) {
  .corporate-btn {
    padding: 17px 27px;
    font-size: 18px;
  }
}
.format {
  position: relative;
  z-index: 2;
  font-family: "Geometria", "Arial", sans-serif;
  background: linear-gradient(253.75deg, #391E1E 0.66%, #2D2D2D 101.35%);
  padding-top: 107px;
  padding-bottom: 120px;
  color: #F5F5F5;
}

.format__container {
  position: relative;
  z-index: 1;
}

.format__pyramid {
  background-image: url("../images/ay/corporate/img/pyramid.svg");
  position: absolute;
  width: 93px;
  height: 97px;
  background-repeat: no-repeat;
  bottom: -30px;
  right: 200px;
}

.format__ring {
  background-image: url("../images/ay/corporate/img/ring@1x.png");
  position: absolute;
  width: 358px;
  height: 371px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  top: -20px;
  left: -235px;
  z-index: 0;
}

@media (min-resolution: 2ddpx) {
  .format__ring {
    background-image: url("../images/ay/corporate/img/ring@2x.png");
  }
}
.format__heading {
  text-align: center;
  font-size: 48px;
  line-height: 1.3;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.format__subheading {
  font-size: 28px;
  text-align: center;
  max-width: 650px;
  margin: auto;
  margin-bottom: 24px;
  line-height: 1.3;
}

.format__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.format__text {
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  padding-left: 23px;
  margin-right: 30px;
}

.format__text::before {
  content: "";
  background-color: #C74646;
  width: 4px;
  height: 100%;
  left: 0;
  position: absolute;
}

@media (max-width: 1024px) {
  .format {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .format__heading {
    font-size: 44px;
  }

  .format__subheading {
    margin-bottom: 70px;
  }

  .format__img {
    max-width: 500px;
  }

  .format__ring {
    display: none;
  }

  .format__pyramid {
    background-size: 70%;
    bottom: -50px;
    right: 100px;
  }
}
@media (max-width: 890px) {
  .format__img {
    max-width: 370px;
    margin-right: -30px;
  }

  .format__subheading {
    margin-bottom: 50px;
  }
}
@media (max-width: 720px) {
  .format__wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .format__img {
    order: 0;
    margin-bottom: 50px;
  }

  .format__text {
    order: 1;
  }
}
@media (max-width: 540px) {
  .format__pyramid {
    right: 50px;
    background-size: 60%;
    right: 0;
  }
}
@media (max-width: 480px) {
  .main__format {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .format__container {
    padding: 0 16px;
  }

  .format__heading {
    font-size: 24px;
    line-height: 1.25;
  }

  .format__subheading {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .format__text {
    font-size: 16px;
    padding-left: 13px;
  }

  .format__img {
    margin-bottom: 30px;
  }
}
.features {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Geometria", "Arial", sans-serif;
  padding-top: 70px;
  padding-bottom: 60px;
  color: #2C2C2C;
  z-index: 1;
}

.features::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 48%;
  left: -14%;
  z-index: 0;
  background-image: url("../images/ay/corporate/img/hero-background.svg");
  background-repeat: no-repeat;
}

.features__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.features__container--result {
  align-items: flex-end;
}

.features__heading, .features__heading--mobile {
  text-align: left;
  font-size: 48px;
  line-height: 60px;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 45px;
  z-index: 1;
}

.image-block {
  position: relative;
  width: 100%;
  height: 547px;
  z-index: 0;
  margin-bottom: 30px;
}

.image-block__clock {
  position: absolute;
  background-image: url("../images/ay/corporate/img/clock@1x.png");
  width: 114px;
  height: 143px;
  top: 0;
  left: -90px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.image-block__man {
  position: absolute;
  background-image: url("../images/ay/corporate/img/features-main@1x.png");
  width: 368px;
  height: 100%;
  top: 0;
  left: 130px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 100%;
}

.image-block__cards {
  position: absolute;
  background-image: url("../images/ay/corporate/img/cards@1x.png");
  width: 156px;
  height: 123px;
  bottom: 0;
  left: 69%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.features__subheading {
  font-size: 28px;
  text-align: left;
  max-width: 650px;
  margin: auto;
  margin-bottom: 42px;
  line-height: 1.17;
}

.features__heading--result {
  margin-bottom: 24px;
}

.features__heading--mobile {
  display: none;
}

.features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.feature {
  background-color: #F5F5F5;
  margin-bottom: 14px;
  max-width: 560px;
  padding: 22px 20px;
  line-height: 1.35;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border-left: 8px solid #C14545;
}

.feature__heading {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature__text {
  font-size: 18px;
}

@media (max-width: 1050px) {
  .features__wrapper {
    margin-left: 60px;
  }

  .feature__text {
    font-size: 18px;
  }

  .features__img {
    max-width: 300px;
  }
}
@media (max-width: 990px) {
  .features::after {
    bottom: 20%;
    left: -43%;
    width: 130%;
  }

  .features__container {
    flex-direction: column;
  }

  .features__heading {
    text-align: center;
    font-size: 44px;
  }

  .features__heading {
    display: none;
  }

  .features__wrapper {
    margin-left: 0;
  }

  .features__heading--mobile {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
  }

  .features__img {
    margin-bottom: 55px;
  }

  .feature {
    max-width: 100%;
  }

  .image-block__man {
    left: calc(50% - 160px);
  }
}
@media (max-width: 768px) {
  .features__heading--mobile {
    font-size: 44px;
  }

  .image-block {
    height: 430px;
  }

  .image-block__man {
    width: 275px;
    left: calc(50% - 130px);
  }

  .image-block__cards {
    width: 110px;
    bottom: -22px !important;
    left: 80% !important;
  }

  .image-block__clock {
    width: 75px;
    top: 4px !important;
    left: -69px !important;
  }
}
@media (max-width: 670px) {
  .features::after {
    background-image: none;
  }
}
@media (max-width: 480px) {
  .features__container {
    padding: 0 16px;
  }

  .main__features {
    padding-top: 50px;
  }

  .features__heading--mobile {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .features__img {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .image-block {
    height: 275px;
  }

  .image-block__man {
    width: 184px;
    left: calc(50% - 90px);
  }

  .image-block__cards {
    width: 89px;
    bottom: -60px !important;
    left: 80% !important;
  }

  .image-block__clock {
    width: 65px;
    left: -45px !important;
  }

  .feature__heading {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .feature__text {
    font-size: 16px;
  }

  .feature {
    padding: 16px;
  }
}
@media (min-resolution: 2ddpx) {
  .image-block__clock {
    background-image: url("../images/ay/corporate/img/clock@2x.png");
  }

  .image-block__man {
    background-image: url("../images/ay/corporate/img/features-main@2x.png");
  }

  .image-block__cards {
    background-image: url("../images/ay/corporate/img/cards@2x.png");
  }
}
.guarantees {
  position: relative;
  font-family: "Geometria", "Arial", sans-serif;
  padding-bottom: 66px;
  color: #2C2C2C;
}

.guarantees::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  right: -25%;
  z-index: 0;
  background-image: url("../images/ay/corporate/img/hero-background.svg");
  background-repeat: no-repeat;
  transform: rotate(120deg);
}

.guarantees__pyramid {
  position: absolute;
  top: 35px;
  left: calc(50% + 40px);
  width: 93px;
  height: 97px;
  background-repeat: no-repeat;
  transform: rotate(240deg);
  background-size: 70%;
  background-image: url("../images/ay/corporate/img/pyramid.svg");
  z-index: 1;
}
@media (min-resolution: 2ddpx) {
  .guarantees__pyramid .guarantees__pyramid {
    background-image: url("../images/ay/corporate/img/pyramid@2x.png");
  }
}

.guarantees__container {
  position: relative;
  z-index: 1;
}

.guarantees__container {
  align-items: flex-end;
}

.guarantees__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.guarantees__heading {
  text-align: left;
  font-size: 48px;
  line-height: 60px;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: 570px;
}

.guarantees__subheading {
  font-size: 28px;
  text-align: left;
  max-width: 650px;
  margin-bottom: 22px;
  line-height: 1.17;
}

.guarantees__img {
  position: relative;
  margin-left: -19px;
  z-index: 0;
}

.guarantees__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.guarantee {
  background-color: #F5F5F5;
  margin-bottom: 14px;
  max-width: 562px;
  padding: 22px 20px;
  font-size: 18px;
  line-height: 1.35;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border-left: 8px solid #C14545;
  text-align: left;
  box-sizing: border-box;
}

.guarantee:last-child {
  margin-bottom: 0;
}

.guarantee__heading {
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 1140px) {
  .guarantees__heading {
    font-size: 44px;
    max-width: 400px;
  }

  .guarantees__subheading {
    max-width: 650px;
  }

  .guarantee__text {
    font-size: 18px;
  }

  .guarantees::after {
    top: -7%;
    right: -40%;
  }
}
@media (max-width: 1060px) {
  .guarantees__img {
    width: 500px;
  }
}
@media (max-width: 990px) {
  .guarantees__container {
    text-align: center;
  }

  .guarantees__heading {
    text-align: center;
    margin: auto;
    max-width: 500px;
  }

  .guarantees__subheading {
    text-align: center;
    display: inline-block;
    max-width: 700px;
    margin-top: 30px;
  }

  .guarantees::after {
    top: -30%;
    right: -4%;
  }

  .guarantees__wrapper {
    flex-direction: column-reverse;
  }

  .guarantee {
    max-width: 100%;
  }

  .guarantees__img {
    margin: auto;
    margin-bottom: 50px;
    width: 100%;
    max-width: 571px;
  }

  .guarantees__list {
    margin: auto;
  }

  .guarantees__pyramid {
    left: 90%;
  }
}
@media (max-width: 620px) {
  .guarantees__pyramid {
    width: 55px;
  }
}
@media (max-width: 550px) {
  .guarantees::after {
    background-image: none;
  }

  .guarantees__heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .guarantees__subheading {
    font-size: 22px;
  }

  .guarantees__pyramid {
    display: none;
  }
}
@media (max-width: 480px) {
  .guarantees__container {
    padding: 0 16px;
  }

  .guarantee__heading {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .guarantee__text {
    font-size: 16px;
  }

  .guarantee {
    padding: 16px;
  }
}
.programs {
  position: relative;
  z-index: 1;
  font-family: "Geometria", "Arial", sans-serif;
  background: linear-gradient(253.75deg, #391E1E 0.66%, #2D2D2D 101.35%);
  padding-top: 80px;
  padding-bottom: 70px;
  color: #F5F5F5;
}

.programs__wrapper {
  position: relative;
}

.programs__heading {
  text-align: center;
  font-size: 48px;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 55px;
  line-height: 1.3;
}

.programs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.program {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  width: 350px;
  height: 195px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-right: 13px;
  margin-bottom: 13px;
}

.program:nth-child(3n) {
  margin-right: 0;
}

.program:last-child {
  margin-bottom: 0;
}

.program__link {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.program__link::after {
  position: absolute;
  content: "";
  bottom: 23px;
  width: 28px;
  height: 19px;
  background-image: url("../images/ay/corporate/img/arrow.svg");
  transition: all 0.3s ease-in-out;
}

.moved.program__link::after {
  margin-left: 50px;
  transition: all 0.3s ease-in-out;
}

.program__title {
  color: #2C2C2C;
  font-size: 24px;
  margin-top: -23px;
}

.programs__ring {
  background-image: url("../images/ay/corporate/img/ring@1x.png");
  position: absolute;
  width: 358px;
  height: 371px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  top: 314px;
  right: 137px;
  z-index: 0;
}

@media (max-width: 1195px) {
  .program:nth-child(3n) {
    margin-right: 13px;
  }

  .program:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1140px) {
  .programs__heading {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .programs__wrapper {
    background-position-x: 115%;
    background-position-y: 65%;
  }
}
@media (max-width: 820px) {
  .program {
    width: 312px;
  }
}
@media (max-width: 768px) {
  .programs__wrapper {
    background-position-x: -18%;
    background-position-y: 14%;
  }
}
@media (max-width: 696px) {
  .programs__list {
    flex-direction: column;
    align-items: center;
  }

  .program:nth-child(3n) {
    margin-right: 0;
  }

  .program {
    margin-right: 0;
  }

  .program__title {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .programs__heading {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .programs {
    padding-top: 50px;
  }

  .program {
    width: 285px;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .program__title {
    font-size: 18px;
  }

  .programs__wrapper {
    padding: 0 16px;
  }

  .programs__wrapper {
    background-position-x: -300%;
    background-position-y: 20%;
  }
}
.students {
  position: relative;
  font-family: "Geometria", "Arial", sans-serif;
  padding-top: 100px;
  color: #2C2C2C;
}

.students__container {
  position: relative;
}

.students__pyramid {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 60px;
  height: 65px;
  transform: rotate(180deg);
  background-image: url("../images/ay/corporate/img/pyramid.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.students__heading {
  font-size: 48px;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  line-height: 1.3;
}

.students__subheading {
  font-size: 28px;
  text-align: center;
  max-width: 900px;
  margin: auto;
  line-height: 1.17;
  margin-top: 25px;
  color: #000000;
}

.students__wrapper {
  display: flex;
  margin-top: 80px;
  justify-content: center;
  align-items: flex-start;
}

.students__wrapper-inner {
  position: relative;
  padding-left: 25px;
  height: 100%;
}

.students__wrapper-inner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #C74646;
}

.students__text {
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
  max-width: 565px;
}

.students__features {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.students__feature {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 20px;
}

.students__feature::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  border: 5px solid transparent;
  border-bottom: 9px solid #C74646;
}

.students__img {
  max-width: 425px;
  width: 100%;
}

@media (max-width: 1140px) {
  .students__heading {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .students__pyramid {
    display: none;
  }
}
@media (max-width: 870px) {
  .students__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 50px;
  }

  .students__img {
    margin-bottom: 50px;
  }

  .students__text {
    max-width: none;
  }
}
@media (max-width: 550px) {
  .students {
    padding-top: 50px;
  }

  .students__heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .students__subheading {
    font-size: 22px;
  }

  .students__text, .students__features {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .students__feature {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .students__feature::before {
    top: 1px;
  }
}
.clients {
  position: relative;
  font-family: "Geometria", "Arial", sans-serif;
  padding-top: 100px;
  color: #2C2C2C;
  margin-bottom: 130px;
}

.clients__heading {
  font-size: 48px;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}

.clients__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 90px;
}

.client {
  margin: 0 15px 25px 15px;
}

@media (max-width: 1140px) {
  .clients__heading {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .clients__wrapper {
    margin-top: 55px;
  }
}
@media (max-width: 550px) {
  .clients {
    padding-top: 60px;
    margin-bottom: 80px;
  }

  .clients__heading {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .clients {
    padding-top: 60px;
    margin-bottom: 85px;
  }

  .clients__wrapper {
    margin-top: 30px;
  }

  .client {
    max-width: 114px;
  }
}
.order {
  position: relative;
  z-index: 1;
  font-family: "Geometria", "Arial", sans-serif;
  background: linear-gradient(253.75deg, #391E1E 0.66%, #2D2D2D 101.35%);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #F5F5F5;
}

.order__pyramid {
  position: absolute;
  top: -2%;
  right: 8%;
  width: 70px;
  height: 75px;
  transform: rotate(240deg);
  background-image: url("../images/ay/corporate/img/pyramid.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 5;
}

.order__ring {
  position: absolute;
  bottom: -10%;
  left: -150px;
  width: 380px;
  height: 400px;
  background-image: url("../images/ay/corporate/img/ring@1x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}

.order__container {
  position: relative;
  z-index: 1;
}

.order__wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 70px 95px 85px 95px;
  background-image: url("../images/ay/corporate/img/order@1x.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

@media (min-resolution: 2ddpx) {
  .order__wrapper {
    background-image: url("../images/ay/corporate/img/bell@2x.png");
  }
}
.order__heading {
  color: #2C2C2C;
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.3;
}

.order__subheading {
  color: #000000;
  font-size: 28px;
  max-width: 455px;
  margin-top: 45px;
  margin-bottom: 50px;
  line-height: 1.17;
}

@media (max-width: 1120px) {
  .order__wrapper {
    padding: 70px 55px 75px 55px;
    background-size: 50%;
  }

  .order__heading {
    font-size: 44px;
  }
}
@media (max-width: 990px) {
  .order__wrapper {
    padding: 50px;
  }

  .order__subheading {
    font-size: 18px;
  }

  .order__heading {
    max-width: 288px;
  }

  .order__subheading {
    max-width: 350px;
  }
}
@media (max-width: 950px) {
  .order__subheading {
    max-width: 280px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .order {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .order__pyramid {
    position: absolute;
    right: 6% !important;
  }
}
@media (max-width: 680px) {
  .order__wrapper {
    text-align: center;
    padding-bottom: 330px;
    background-position-y: bottom;
    background-size: 280px;
  }

  .order__heading {
    text-align: center;
    max-width: none;
  }

  .order__subheading {
    text-align: center;
    max-width: none;
  }

  .order__ring {
    width: 325px;
    bottom: -13% !important;
  }
}
@media (max-width: 550px) {
  .order {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .order__heading {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .order {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .order__pyramid {
    position: absolute;
    top: -6% !important;
    right: 6% !important;
    width: 50px;
  }

  .order__container {
    padding: 0 16px;
  }

  .order__heading {
    font-size: 24px;
  }

  .order__subheading {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .order__wrapper {
    padding-bottom: 290px;
    background-size: 245px;
    background-position-y: 93%;
    padding-top: 50px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.support {
  position: relative;
  font-family: "Geometria", "Arial", sans-serif;
  color: #2C2C2C;
}

.support__pyramid {
  position: absolute;
  bottom: 50px;
  left: 20%;
  width: 95px;
  height: 95px;
  background-size: 75%;
  background-repeat: no-repeat;
  background-image: url("../images/ay/corporate/img/pyramid.svg");
  transform: rotate(180deg);
}

.support__container {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.support__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  bottom: 0;
  left: calc(100% - 250px);
  background-image: url("../images/ay/corporate/img/support@1x.png");
  overflow: hidden;
}

@media (min-resolution: 2ddpx) {
  .support__container::after {
    background-image: url("../images/ay/corporate/img/support@2x.png");
  }
}
.support__heading {
  font-size: 48px;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}

.support__subheading {
  font-size: 28px;
  text-align: center;
  margin: auto;
  line-height: 1.17;
  margin-top: 25px;
  color: #000000;
  max-width: 550px;
  margin-bottom: 25px;
  font-weight: 400;
}

.support__email {
  font-size: 28px;
  text-align: center;
  margin: auto;
  line-height: 1.17;
  color: #000000;
  font-weight: 500;
}

.support__email:hover {
  color: #C14545;
}

@media (max-width: 1220px) {
  .support__container::after {
    background-size: 256px;
  }
}
@media (max-width: 1120px) {
  .support__heading {
    font-size: 44px;
  }
}
@media (max-width: 960px) {
  .support__container::after {
    background-size: 307px;
    left: calc(50% - 153px);
  }

  .support__container {
    padding-bottom: 400px;
  }

  .support__pyramid {
    display: none;
  }
}
@media (max-width: 550px) {
  .support__heading {
    font-size: 24px;
  }

  .support__subheading, .support__email {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .support__container {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .support__container {
    padding-top: 50px;
    padding-right: 16px;
    padding-bottom: 230px;
    padding-left: 16px;
  }

  .support__heading {
    font-size: 24px;
  }

  .support__subheading, .support__email {
    font-size: 16px;
  }

  .support__container::after {
    background-size: 163px;
    left: calc(50% - 81px);
  }
}
.order-call {
  margin: auto;
  position: relative;
  padding-top: 60px;
  text-align: center;
}

.order-call__heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
  font-family: "geometriabold", "Tahoma", sans-serif;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}

.order-call__wrapper {
  position: relative;
}

.order-call__text {
  position: relative;
  font-size: 18px;
  text-align: center;
  display: inline;
  line-height: 1.3;
}

.order-call__text::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 83px;
  background-repeat: no-repeat;
  top: -45px;
  left: -85px;
  background-image: url("../images/ay/corporate/img/bell@1x.png");
  overflow: hidden;
}

.ring-bell.order-call__text::before {
  animation: ring-bell 0.2s 2 2s linear;
  transform-origin: 50% 50%;
}

@keyframes ring-bell {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.order-call__btn {
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 40px;
  max-width: 322px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .order-call {
    max-width: 560px;
  }
}
@media (max-width: 960px) {
  .order-call__text {
    max-width: 400px;
  }
}
@media (max-width: 696px) {
  .order-call {
    margin-top: 80px;
  }

  .order-call__heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 83px;
    background-repeat: no-repeat;
    top: -100px;
    left: calc(50% - 37.5px);
    background-image: url("../images/ay/corporate/img/bell@1x.png");
    overflow: hidden;
  }

  .order-call__text::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .order-call__heading::before {
    background-size: 38px;
    left: calc(50% - 19px);
    top: -45px;
  }

  .order-call {
    margin-top: 0;
  }
}
@media (min-resolution: 2ddpx) {
  .order-call__text::before {
    background-image: url("../images/ay/corporate/img/bell@2x.png");
  }

  .order-call__heading::before {
    background-image: url("../images/ay/corporate/img/bell@2x.png");
  }
}
.conference-order {
  display: block;
  margin-top: 20px;
}
.conference-order__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.conference-order__event-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.conference-order__total-panel .middle {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ebebeb;
}
.conference-order__total-panel .middle .check {
  margin-top: 40px;
}
.conference-order__total-panel .middle .check__already-bought {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
.conference-order__total-panel .middle .check-desc {
  width: 70%;
  float: left;
  font-size: 22px;
  font-weight: 400;
}
.conference-order__total-panel .middle .check-price {
  width: 30%;
  float: left;
  font-size: 22px;
  font-weight: 400;
  text-align: right;
  padding-right: 50px;
}
.conference-order__total-panel .middle .check__main-price, .conference-order__total-panel .middle .check__discount, .conference-order__total-panel .middle .check__total-price {
  display: block;
  padding-left: 0px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.conference-order__total-panel .bottom {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.conference-order__total-panel .bottom .confirmation__checkboxes {
  margin-top: 30px;
}
.conference-order__total-panel .bottom .confirmation__desc {
  position: relative;
  margin-bottom: 30px;
}
.conference-order__total-panel .bottom .confirmation__desc .checkbox-label {
  display: block !important;
}
.conference-order .promo-code {
  margin-top: 10px;
}
.conference-order .promo-code__title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.conference-order .promo-code__text {
  margin-bottom: 40px;
}
.conference-order .promo-code__desc {
  font-size: 18px;
  margin-bottom: 35px;
}
.conference-order .promo-code__form {
  display: flex;
  align-items: flex-start;
}
.conference-order .promo-code__form-field {
  width: calc(100% - 179px);
  height: 60px;
  margin-right: 15px;
  float: left;
  text-align: left;
  font-size: 18px;
  padding-left: 10px;
  font-family: Geometria, sans-serif;
}
.conference-order .promo-code .button {
  padding-top: 21px;
  padding-bottom: 19px;
  font-weight: 700;
}

.selftest .section__header {
  background-color: #000000;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 40px;
}
.selftest .section__content {
  background-color: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.selftest .section__content .container {
  background-color: #ffffff;
}
.selftest .section__footer {
  background-color: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.selftest .section__result {
  background-color: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.selftest .section__result .container {
  background-color: #F8F8F8;
}
.selftest .section__result {
  background-color: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.selftest .section__result .container {
  background-color: #F8F8F8;
}

.selftest__header__title {
  font-size: 54px;
}

@media (max-width: 550px) {
  .selftest__header__title {
    font-size: 24px;
  }
}
.selftest__checkpoint {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.selftest__checkpoint__form {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.6666666667% - 30px);
  padding-bottom: 15px;
}
.selftest__checkpoint__course {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3333333333% - 30px);
}
.selftest__footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.selftest__footer__title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  font-size: 24px;
  margin-bottom: 20px;
}
.selftest__footer__form {
  background-color: #ffffff;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.6666666667% - 30px);
  padding-top: 15px;
  margin-bottom: 20px;
}
.selftest__footer__form label {
  font-weight: normal !important;
}
.selftest__footer__banner {
  background-color: #000000;
  color: #ffffff;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3333333333% - 30px);
}
.selftest__footer__banner a {
  color: #ffffff;
}
.selftest__result--red {
  color: #e30513;
}
.selftest__result__areaname {
  font-size: 24px;
  margin-bottom: 30px;
}
.selftest__result__total {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.selftest__result__total__title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  text-transform: uppercase;
}
.selftest__result__total__answers {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}
.selftest__result__total__percent {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}
.selftest__result__total__compare {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}
.selftest__result__table {
  margin-bottom: 30px;
}
.selftest__result__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.selftest__result__row__num {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
}
.selftest__result__row__name {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.3333333333% - 30px);
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
}
.selftest__result__row__result {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
}
.selftest__result__row__btn {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
}
.selftest__result__row__inner {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(91.6666666667% - 30px);
  margin-left: calc(8.3333333333% + 15px);
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
}
.selftest__toolbar {
  margin-top: 30px;
  margin-bottom: 30px;
}
.selftest .accordion {
  background-color: #F8F8F8 !important;
}
.selftest__areas__title {
  font-size: 32px;
  margin-bottom: 20px;
}
.selftest__areas__header {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.selftest__areas__header__duration {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
  margin-left: calc(58.3333333333% + 15px);
}
.selftest__areas__header__percent {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
}
.selftest__areas__header__compare {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
}
.selftest__areas__body {
  margin-bottom: 20px;
}
.selftest__areas__body__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.selftest__areas__body__row__num {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
  margin-top: 5px;
  margin-bottom: 5px;
}
.selftest__areas__body__row__name {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.selftest__areas__body__row__duration {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.selftest__areas__body__row__duration i.fa {
  padding-right: 5px;
}
.selftest__areas__body__row__percent {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.selftest__areas__body__row__percent span.val {
  padding-left: 5px;
}
.selftest__areas__body__row__compare {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.3333333333% - 30px);
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.selftest__areas__body__row__btn {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.6666666667% - 30px);
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.selftest__areas__body__row__btn a.button_small {
  width: 100% !important;
}
.selftest .selected-area {
  font-weight: bold;
}

.selftest .course-recommended {
  margin-top: 0 !important;
}
.selftest .section.section__header {
  font-size: 72px;
  line-height: 90.58px;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
}
.selftest .section.section__header .container {
  max-width: 794px;
  padding: 0px;
  margin-left: calc((100% - 1140px) / 2);
}
.selftest .c-course-test__indicators {
  font-weight: bold;
}
.selftest .ui-mprogress .peg {
  box-shadow: none !important;
  border-radius: 50px;
  height: 4px !important;
}
.selftest .ui-mprogress .bar-bg {
  border-radius: 50px;
  height: 2px !important;
  top: 1px !important;
}
.selftest .deter-bar {
  border-radius: 10px;
  height: 4px !important;
}
.selftest .test__question_header {
  font-size: 18px;
  line-height: 23px;
  text-transform: none;
}
.selftest .test__question_answer {
  font-size: 14px;
}
.selftest .test .radiobutton-label {
  padding-left: 30px;
}
.selftest .test .radiobutton-label:before {
  border: 2px solid #40444C;
  width: 18px;
  height: 18px;
}
.selftest .test__question_footer--right {
  float: none;
  text-align: left;
  margin-bottom: 10px;
}
.selftest .test__question_footer--right .button {
  max-width: 193px;
  max-height: 40px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 12.5px 25px;
}
.selftest .card__front {
  box-shadow: 1px 4px 40px rgba(0, 0, 0, 0.1);
}
.selftest .selftest__footer {
  justify-content: space-between;
}
.selftest .section.section__footer .container {
  padding: 0;
}
.selftest .selftest__footer__form {
  width: 570px;
  height: 205px;
  padding-top: 0;
}
.selftest .selftest__footer__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
}
.selftest .form-group {
  margin-bottom: 0;
  position: relative;
}
.selftest .form-group .error {
  position: absolute;
  left: 50px;
  z-index: 100;
}
.selftest .form-group .form-control {
  border: none;
  resize: none;
  outline: none;
  box-shadow: none;
  padding-left: 50px;
  padding-bottom: 0;
}
.selftest .form-group .control-label {
  padding-top: 43px;
  padding-left: 50px;
  font-size: 14px;
  line-height: 18px;
}
.selftest .form-group .underline {
  display: none;
}
.selftest .form-group textarea.form-control {
  height: 88px;
}
.selftest .form-footer {
  background-color: #fff;
}
.selftest .form-group.form-footer.pt20 {
  padding-top: 0;
}
.selftest .pull-right {
  margin-right: 20px;
  margin-bottom: 20px;
}
.selftest .selftest__footer__banner {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-shrink: 1;
  padding: 25px 42px;
  align-items: flex-end;
  position: relative;
}
.selftest .selftest__footer__banner:before {
  content: "";
  position: absolute;
  top: 31px;
  left: 42px;
  width: 46px;
  height: 5px;
  display: inline-block;
  background: #F90001;
}
.selftest .selftest__footer__banner div:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
}
.selftest .selftest__footer__banner div:nth-child(2) {
  background-color: #F90001;
  max-width: 147px;
  max-height: 40px;
}
.selftest .selftest__footer__banner div:nth-child(2) a {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 25px;
  text-transform: uppercase;
  display: inline-block;
}
.selftest .selftest__checkpoint__course .cards-list {
  margin: 0 0 25px;
}
.selftest .selftest__checkpoint__course .cards-list__after-text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  max-width: 203px;
  margin-left: auto;
  margin-right: auto;
}
.selftest .selftest__checkpoint__course .rf-cards-list {
  max-width: none;
}
.selftest .selftest__checkpoint__course .rf-card {
  max-width: none;
}
.selftest .pull-right .button.button_gray.ladda-button {
  max-width: 193px;
  max-height: 40px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 12.5px 25px;
}
.selftest .selftest__result__areaname {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
}
.selftest .selftest__result__total__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.selftest .selftest__result__total__answers {
  font-size: 16px;
  line-height: 20px;
}
.selftest .selftest__result--red {
  font-weight: 700;
  line-height: 20px;
  color: red;
}
.selftest .selftest__result__total__percent {
  font-size: 16px;
  line-height: 20px;
}
.selftest .selftest__result__total__percent .selftest__result--red:nth-child(1) {
  font-weight: normal;
}
.selftest .selftest__result__total__compare {
  font-size: 16px;
  line-height: 20px;
}
.selftest .selftest__result__row__num {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: inherit;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.selftest .selftest__result__row__name {
  padding-top: 13px;
  padding-left: 22.81px;
  padding-bottom: 14px;
}
.selftest .selftest__result__row__result {
  min-height: 50px;
  max-height: 60px;
  width: 100px;
  margin-top: auto;
  margin-bottom: auto;
}
.selftest .selftest__result__row__result .glyphicon.glyphicon-ok.active-color {
  display: block;
  margin-left: 42px;
  margin-right: 42px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #2EA919;
  border: 2px solid #2EA919;
  border-radius: 50%;
  padding-bottom: 2px;
  width: 17px;
  height: 17px;
}
.selftest .selftest__result__row__result .glyphicon-ok:before {
  width: 16px;
  height: 16px;
}
.selftest .selftest__result__row__result .glyphicon.glyphicon-remove.unactive-color {
  display: block;
  margin-left: 42px;
  margin-right: 42px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #F90001;
  border: 2px solid #F90001;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: relative;
}
.selftest .selftest__result__row__result .glyphicon-remove:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -0.5px;
  left: -1px;
}
.selftest .selftest__result__row__result:last-child {
  width: 204px;
  height: 60px;
  padding: 10px;
}
.selftest .selftest__result__row__result:last-child .button.button_small {
  margin-top: auto;
  margin-bottom: auto;
  width: 184px;
  height: 40px;
  min-height: 40px;
  padding-right: 0px;
  padding-left: 0px;
}
.selftest .section.section__result .selftest__toolbar {
  margin-left: 110px;
}
.selftest .section.section__result .selftest__toolbar .button:first-child .fa.fa-refresh {
  display: none;
}
.selftest .section.course-recommended .selftest__toolbar .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 199px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .selftest .section.section__result .container {
    width: auto;
  }
  .selftest .section.section__result .selftest__result__row {
    flex-wrap: nowrap;
  }
  .selftest .selftest__checkpoint .cards-list {
    padding: 0;
  }
  .selftest .selftest__checkpoint .cards-list .card--course {
    width: auto;
  }
  .selftest .section.section__header {
    font-size: 72px;
    line-height: 90.58px;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-left: auto;
  }
  .selftest .section.section__header .container {
    max-width: 794px;
    padding: 0px;
    margin-left: calc((100% - 970px) / 2);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .selftest .selftest__checkpoint .selftest__checkpoint__course {
    position: fixed;
    opacity: 0 !important;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    visibility: hidden;
    top: calc(50% + 480px);
    left: calc(50% + 380px);
    width: auto;
    z-index: -1;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active {
    position: fixed;
    width: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 200;
    opacity: 1 !important;
    visibility: visible;
    top: 10px;
    left: calc(50% - 190px);
    padding-top: 20px;
    margin-right: 0;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active {
    z-index: 99999;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active .cards-list__close-modal {
    display: block !important;
    color: #FF0000;
    z-index: 300;
    right: 5px;
    top: 2px;
    position: absolute;
    text-transform: uppercase;
  }
  .selftest .test__question_footer--modal-answer {
    display: flex !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .selftest .test__question_footer--modal-answer .question_icon {
    margin-top: 1px;
  }
  .selftest .selftest__checkpoint__form {
    width: 100%;
  }
  .selftest .test__question_footer--right {
    float: none;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .selftest .test__question_footer--right .button {
    width: 100%;
    max-height: 57px;
    max-width: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
    text-align: center;
  }
  .selftest .selftest__footer__form {
    width: 100%;
  }
  .selftest .selftest__footer__banner:before {
    top: 15px;
  }
  .selftest .section.section__header {
    font-size: 72px;
    line-height: 90.58px;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-left: auto;
  }
  .selftest .section.section__header .container {
    max-width: 794px;
    padding: 0px;
    margin-left: calc((100% - 720px) / 2);
  }
  .selftest .selftest__result__total {
    flex-direction: column;
  }
  .selftest .selftest__result__total br {
    display: none;
  }
  .selftest .selftest__result__total .selftest__result__total__title {
    margin-top: 10px;
    width: auto;
  }
  .selftest .selftest__result__total .selftest__result__total__answers {
    margin-top: 10px;
    width: auto;
  }
  .selftest .selftest__result__total .selftest__result__total__percent {
    margin-top: 10px;
    width: auto;
  }
  .selftest .selftest__result__total .selftest__result__total__compare {
    margin-top: 10px;
    width: auto;
  }
  .selftest .selftest__result__row__name {
    flex-grow: 2;
    width: 100%;
  }
  .selftest .selftest__result__areaname {
    font-size: 25px;
    line-height: 30px;
  }
  .selftest .selftest__result__row__result {
    width: 45%;
    flex-shrink: 2;
    margin-right: auto;
  }
  .selftest .selftest__result__row__result .glyphicon.glyphicon-ok.active-color {
    margin-right: auto;
    margin-left: auto;
  }
  .selftest .selftest__result__row__result .glyphicon.glyphicon-remove.unactive-color {
    margin-right: auto;
    margin-left: auto;
  }
  .selftest .selftest__result__row__result:last-child {
    width: 45%;
    margin-right: 15px;
    margin-left: 0;
    height: auto;
  }
  .selftest .selftest__result__row__result:last-child .button.button_small {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    height: auto;
  }
  .selftest .selftest__result__row__num {
    width: 30px;
  }
  .selftest .section.section__result .selftest__toolbar {
    margin-left: 0;
  }
  .selftest .section.section__result .selftest__toolbar .button {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .selftest .section.section__header {
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    min-height: 60px;
    padding-top: 18px;
    padding-bottom: 19px;
  }
  .selftest .section.section__header .container {
    margin-left: 34px;
  }
  .selftest .selftest__checkpoint__form {
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
  .selftest .c-course-test__line-indicator.mprogress-custom-parent {
    flex-grow: 2;
    margin-left: 30px;
    margin-right: 36px;
    z-index: 100;
  }
  .selftest .c-course-test__indicators {
    margin-left: 19px;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course {
    position: fixed;
    opacity: 0 !important;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    visibility: hidden;
    top: calc(50% + 480px);
    left: calc(50% + 380px);
    width: auto;
    z-index: -1;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active {
    position: fixed;
    width: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 200;
    opacity: 1 !important;
    visibility: visible;
    top: 10px;
    left: calc(50% - 190px);
    padding-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active .cards-list__close-modal {
    display: block !important;
    color: #FF0000;
    z-index: 300;
    right: 5px;
    top: 2px;
    position: absolute;
    text-transform: uppercase;
  }
  .selftest .selftest__checkpoint {
    flex-grow: 1;
  }
  .selftest .section.section__content {
    padding: 0;
  }
  .selftest .test.test__question {
    margin-top: 26px;
    flex-grow: 2;
  }
  .selftest .test.test__question .test__question_header {
    margin-left: 19px;
    padding-bottom: 42px;
  }
  .selftest .test__question_footer {
    border-top: none;
  }
  .selftest .test__question_answers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .selftest .test__question_answers .test__question_answer.highlight {
    background: #292929;
  }
  .selftest .test__question_answers .test__question_answer {
    background: #dddddd;
    min-height: 140px;
    transition: background-color 0.5s ease;
  }
  .selftest .test__question_answers .test__question_answer .radiobutton-label {
    padding-top: 35px;
    padding-left: 17px;
    padding-bottom: 64px;
    font-size: 11px;
    line-height: 14px;
  }
  .selftest .test__question_answers .test__question_answer .radiobutton-label:before {
    top: 17px;
    left: 16px;
    border: 1px solid #40444C;
    width: 7px;
    height: 7px;
  }
  .selftest .test .radiobutton:checked + .radiobutton-label {
    color: #fff;
  }
  .selftest .test .radiobutton:checked + .radiobutton-label:before {
    border: 4px solid #F4F4F4;
  }
  .selftest .test__question_footer--right {
    float: none;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .selftest .test__question_footer--right .button {
    width: 100%;
    max-height: 57px;
    max-width: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
    text-align: center;
  }
  .selftest .section.section__footer {
    display: none;
  }
  .selftest .test__question_footer--modal-answer {
    display: flex !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .selftest .test__question_footer--modal-answer .question_icon {
    margin-top: 1px;
  }
  .selftest .test__question_answers {
    justify-content: center;
  }
  .selftest .test__question_answers .test__question_answer {
    margin-right: 10px;
  }
  .selftest .selftest__result__total {
    flex-direction: column;
  }
  .selftest .selftest__result__total br {
    display: none;
  }
  .selftest .selftest__result__total .selftest__result__total__title {
    margin-top: 10px;
    width: auto;
  }
  .selftest .selftest__result__total .selftest__result__total__answers {
    margin-top: 10px;
    width: auto;
  }
  .selftest .selftest__result__total .selftest__result__total__percent {
    margin-top: 10px;
    width: auto;
  }
  .selftest .selftest__result__total .selftest__result__total__compare {
    margin-top: 10px;
    width: auto;
  }
  .selftest .selftest__result__row__name {
    flex-grow: 2;
    width: 100%;
  }
  .selftest .selftest__result__areaname {
    font-size: 25px;
    line-height: 30px;
  }
  .selftest .selftest__result__row__result {
    width: 45%;
    flex-shrink: 2;
    margin-right: auto;
  }
  .selftest .selftest__result__row__result .glyphicon.glyphicon-ok.active-color {
    margin-right: auto;
    margin-left: auto;
  }
  .selftest .selftest__result__row__result .glyphicon.glyphicon-remove.unactive-color {
    margin-right: auto;
    margin-left: auto;
  }
  .selftest .selftest__result__row__result:last-child {
    width: 45%;
    margin-right: 15px;
    margin-left: 0;
    height: auto;
  }
  .selftest .selftest__result__row__result:last-child .button.button_small {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    height: auto;
  }
  .selftest .selftest__result__row__num {
    width: 30px;
  }
  .selftest .section.section__result .selftest__toolbar {
    margin-left: 0;
  }
  .selftest .section.section__result .selftest__toolbar .button {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 590px) and (max-width: 768px) {
  .selftest .test__question_answer {
    width: 50%;
    max-width: 250px;
  }
}
@media (max-width: 590px) {
  .selftest .test__question_answers {
    justify-content: center;
  }
  .selftest .test__question_answers .test__question_answer {
    margin-right: 10px;
    width: 167px;
  }
  .selftest .test__question_answers .test__question_answer .radiobutton-label {
    padding-bottom: 0;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active {
    top: 10px;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active .cards-list {
    padding: 0 30px;
  }
}
@media (max-width: 400px) {
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active .cards-list {
    margin-left: 30px;
  }
}
@media (max-width: 386px) {
  .selftest .selftest__checkpoint .test__question_answers .test__question_answer {
    width: 100%;
  }
  .selftest .selftest__checkpoint .selftest__checkpoint__course.active {
    top: 5px;
  }
  .selftest .selftest__result__row__result:last-child {
    padding: 5px 0;
    height: auto;
  }
  .selftest .selftest__result__row {
    margin-top: 10px;
  }
}
.section__header-top {
  width: 100%;
  background-color: #292929;
  background-image: url(/components/tpl/lfa2/images/selftest/selftest.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.selftest__header-title {
  padding: 135px 0px 12px;
}
.selftest__header-title h1 {
  margin: 0 auto;
  font-size: 72px;
  line-height: 90px;
}
.selftest__header-title p {
  width: 620px;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 30px;
}

.iner__btn-mod {
  width: 220px;
  max-height: 39px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 31px;
  background-color: #F90001;
  color: #fff;
  border: none;
}
.iner__btn-mod:hover {
  color: #000000;
}

.selftest__iner-btn {
  padding: 12px 0px 135px;
}

.section__card {
  background-color: #F8F8F8;
  margin: 0 auto;
  padding: 101px 135px;
}

.card__wrapper {
  display: flex;
  justify-content: center;
}

.selftest__card {
  max-width: 370px;
  margin-right: 30px;
  padding: 40px 35px;
  background-color: white;
}
.selftest__card p::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 4px;
  top: 2px;
  background-color: #F90001;
}

.selftest__card-title {
  width: 265px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

.selftest__card-text {
  position: relative;
  width: 271px;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.section__step {
  margin: 0 auto;
  background-color: #ffffff;
}

.step-wrapper {
  display: flex;
  justify-items: center;
  justify-content: space-around;
  padding: 89px 0px;
}

.selftest__step:last-of-type .selftest__block-title::before {
  content: none;
}

.img_step {
  margin: 0 auto;
}

.selftest__block-title {
  position: relative;
  width: 130px;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  margin: 29px 10px;
  text-transform: uppercase;
  padding-top: 5px;
}
.selftest__block-title::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 4px;
  top: 15px;
  left: 130px;
  background-color: #000000;
}

.selftest__block-text {
  position: absolute;
  width: 204px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 -28px;
}
.selftest__block-text:nth-child(2) {
  margin-top: 8px;
}

.selftest__form-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 85px;
  margin-top: 128px;
}

.checkbox:checked + .selftest__checkin-label__text {
  background-color: #F90001;
  color: #ffffff;
}
.checkbox:checked + .selftest__checkin-label__text::before {
  background-color: #ffffff;
}

.selftest__checkin-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.selftest__checkin__inner {
  width: 32%;
  flex-shrink: 1;
  margin: 15px 0px;
}
.selftest__checkin__inner:nth-child(3n) {
  margin-right: 0;
}
.selftest__checkin-label__text {
  position: relative;
  width: 369px;
  height: 130px;
  padding: 33px 46px 51px 114px;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
.selftest__checkin-label__text::before {
  content: "";
  width: 46px;
  height: 5px;
  left: 50px;
  bottom: 85px;
  position: absolute;
  background-color: #F90001;
}
@media (pointer: fine) {
  .selftest__checkin-label__text:hover {
    background-color: #F90001;
    color: #ffffff;
    cursor: pointer;
  }
  .selftest__checkin-label__text:hover::before {
    background-color: #ffffff;
  }
}
.selftest__checkin-label__text::after {
  content: "●";
  color: white;
  position: absolute;
  top: 100px;
  left: 300px;
}

.button.button__test-main {
  margin: 33px 0px 30px;
  background-color: #F90001;
  color: #ffffff;
}

.selftest-button-wrapper {
  display: flex;
  justify-content: center;
}

.selftest__form-text {
  margin-bottom: 74px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #B0B0B0;
}

.selftest__section-bgd {
  background-color: #F8F8F8;
}

.button .button__test-main {
  background-color: #F90001;
}

.button__test-main.button_disabled {
  background-color: #A9A9A9;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section__card {
    padding: 101px 0px;
  }

  .selftest__block-title::before {
    width: 180px;
  }

  .selftest__card {
    max-width: 310px;
    margin-right: 10px;
  }

  .selftest__form-title {
    margin: 20px 0 0;
  }

  .selftest__form-text {
    margin-left: 0;
  }

  .selftest__checkin-label__text::before {
    left: 38px;
    top: 30px;
  }
  .selftest__checkin-label__text::after {
    left: 250px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .selftest__header-title {
    padding: 0;
  }

  .selftest__card {
    width: 32%;
    margin-right: 5px;
    padding: 0px 10px;
  }
  .selftest__card-title {
    width: 200px;
    font-size: 16px;
  }
  .selftest__card-text {
    width: 175px;
    font-size: 14px;
  }

  .section__card {
    padding: 101px 0px;
  }

  .selftest__block-title::before {
    width: 200px;
  }

  .selftest__form-title {
    margin: 40px 0 20px;
  }

  .selftest__checkin-label__text {
    font-size: 16px;
    padding: 35px 35px;
    text-align: center;
  }
  .selftest__checkin-label__text::before {
    width: 5px;
    height: 5px;
    left: 20px;
    bottom: 88px;
  }
  .selftest__checkin-label__text::after {
    top: 100px;
    left: 200px;
  }

  .button.button__test-main {
    margin-left: 270px;
  }

  .selftest__form-text {
    margin-left: 0;
  }
}
@media (min-width: 386px) and (max-width: 769px) {
  .selftest__header-title {
    padding: 0;
  }
  .selftest__header-title h1 {
    font-size: 36px;
  }
  .selftest__header-title p {
    width: 350px;
  }

  .selftest__iner-btn {
    padding: 12px 0 50px;
  }

  .section__card {
    padding: 20px;
  }

  .card__wrapper {
    flex-wrap: wrap;
  }

  .selftest__card {
    margin: 10px 0;
  }

  .step-wrapper {
    flex-direction: column;
    padding: 20px 0;
  }

  .img_step {
    padding: 40px 0px;
    display: block;
    margin: 0 auto;
  }

  .selftest__block-title {
    margin: 0 auto;
  }
  .selftest__block-title::before {
    position: inherit;
  }
  .selftest__block-text {
    position: inherit;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .selftest__chekin__inner {
    width: 100%;
    margin: 5px 0;
  }

  .button.button__test-main {
    margin-left: 0;
  }

  .selftest__form-text {
    margin-left: 0;
    text-align: left;
  }

  .selftest__block-title::before {
    width: 200px;
  }

  .selftest__form-title {
    font-size: 18px;
    margin: 30px 0;
    line-height: normal;
  }

  .selftest__checkin-label__text {
    font-size: 14px;
    padding: 25px 0px;
    text-align: center;
    line-height: normal;
  }
  .selftest__checkin-label__text::before {
    width: 5px;
    height: 5px;
    left: 5px;
    bottom: 110px;
  }
  .selftest__checkin-label__text::after {
    top: 100px;
    left: 110px;
  }
}
@media (min-width: 320px) and (max-width: 460px) {
  .selftest__header-title {
    padding: 0;
  }
  .selftest__header-title h1 {
    font-size: 36px;
  }
  .selftest__header-title p {
    width: 320px;
  }

  .selftest__iner-btn {
    padding: 12px 0 50px;
  }

  .section__card {
    padding: 20px;
  }

  .card__wrapper {
    flex-wrap: wrap;
  }

  .selftest__card {
    margin: 10px 0;
  }

  .step-wrapper {
    flex-direction: column;
    padding: 20px 0;
  }

  .img_step {
    padding: 40px 70px;
    display: block;
    margin: 0 auto;
  }

  .selftest__block-title {
    margin: 0 auto;
  }
  .selftest__block-title::before {
    position: inherit;
  }
  .selftest__block-text {
    position: inherit;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .selftest__checkin__inner {
    width: 48%;
    margin: 15px 0;
    flex-shrink: 1;
  }

  .button.button__test-main {
    margin-left: 0;
  }

  .selftest__form-text {
    margin-left: 0;
    text-align: left;
  }

  .selftest__block-title::before {
    width: 200px;
  }

  .selftest__form-title {
    font-size: 18px;
    margin: 30px 0;
    line-height: normal;
  }

  .selftest__checkin-label__text {
    font-size: 14px;
    padding: 25px 0px;
    text-align: center;
    line-height: normal;
  }
  .selftest__checkin-label__text::before {
    width: 5px;
    height: 5px;
    left: 5px;
    bottom: 110px;
  }
  .selftest__checkin-label__text::after {
    top: 100px;
    left: 95px;
  }
}
.selftest__areas__title {
  font-sie: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
}
.selftest__areas__header {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  justify-content: end;
}
.selftest__areas__header__duration {
  margin-left: calc(58.33333% - 20px);
  width: 7%;
}
.selftest__areas__header__percent {
  margin-left: 10px;
}
.selftest__areas__header__compare {
  width: 20%;
  margin-right: 0;
}

.selftest__areas__body__row__num {
  width: 33px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.selftest__areas__body__row__name {
  padding: 15px 16px;
  margin-left: 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.selftest__areas__body__row__duration {
  margin: 0;
  width: 36%;
  margin-left: 25px;
}
.selftest__areas__body__row__percent {
  margin: 0;
  width: 30%;
  margin-left: -10px;
}
.selftest__areas__body__row__compare {
  margin: 0;
  width: 25%;
}
.selftest__areas__body__row-wrappers {
  width: 310px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  background-color: #fff;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  margin: 5px 0;
}
.selftest__areas__body__row__btn {
  padding: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .selftest__areas__header__duration {
    margin-left: calc(58.33333% - 90px);
  }

  .selftest__areas__body__row__num {
    width: 5px;
  }
  .selftest__areas__body__row__name {
    width: 450px;
  }

  .selftest__areas__body__row__btn {
    padding: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .selftest__areas__header__duration {
    margin-left: calc(58.33333% - 40px);
    width: 105px;
    margin-right: 0;
  }
  .selftest__areas__header__percent {
    width: 60px;
  }
  .selftest__areas__header__compare {
    width: 100px;
    margin-left: 35px;
  }

  .selftest__areas__body__row-wrappers {
    width: 350px;
  }
  .selftest__areas__body__row__num {
    width: 1px;
  }
  .selftest__areas__body__row__name {
    width: 310px;
    font-sie: 16px;
  }

  .selftest__areas__body__row__btn {
    padding: 0;
    margin-left: auto;
  }
  .selftest__areas__body__row__btn a.button_small {
    width: 101px;
    padding: 8px;
  }
}
@media (min-width: 386px) and (max-width: 769px) {
  .selftest__areas__body {
    display: flex;
    flex-direction: column;
  }

  .selftest__areas__header {
    display: none;
  }
  .selftest__areas__header__duration {
    margin-left: calc(58.33333% - 40px);
    width: 105px;
    margin-right: 0;
  }
  .selftest__areas__header__percent {
    width: 60px;
  }
  .selftest__areas__header__compare {
    width: 100px;
    margin-left: 35px;
  }

  .selftest__areas__body__row-wrappers {
    width: 100%;
    padding: 20px;
  }
  .selftest__areas__body__row__num {
    display: none;
  }
  .selftest__areas__body__row__name {
    width: 100%;
    margin: 10px 0;
  }

  .selftest__areas__body__row__btn {
    width: 150px;
    padding: 0;
    margin: 10px 0;
  }
}
@media (min-width: 320px) and (max-width: 460px) {
  .selftest__areas__body {
    display: flex;
    flex-direction: column;
  }

  .selftest__areas__header {
    display: none;
  }
  .selftest__areas__header__duration {
    margin-left: calc(58.33333% - 40px);
    width: 105px;
    margin-right: 0;
  }
  .selftest__areas__header__percent {
    width: 60px;
  }
  .selftest__areas__header__compare {
    width: 100px;
    margin-left: 35px;
  }

  .selftest__areas__body__row-wrappers {
    width: 100%;
    padding: 20px;
    margin: 0 10px;
  }
  .selftest__areas__body__row__num {
    display: none;
  }
  .selftest__areas__body__row__name {
    width: 100%;
    margin: 10px 10px;
  }

  .selftest__areas__body__row__btn {
    width: 150px;
    padding: 0;
    margin: 10px 10px;
    background-color: transparent;
  }
}
.cpur {
  /* Slider */
  /* arrows */
  /* dots */
}
.cpur .slids__container {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
  z-index: 5;
}
.cpur .slider__container {
  width: 100%;
  max-width: 1014px;
  margin: 0 auto;
  z-index: 5;
}
.cpur .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.cpur .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.cpur .slick-list:focus {
  outline: none;
}
.cpur .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.cpur .slick-slider .slick-track,
.cpur .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cpur .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cpur .slick-track:before,
.cpur .slick-track:after {
  display: table;
  content: "";
}
.cpur .slick-track:after {
  clear: both;
}
.cpur .slick-loading .slick-track {
  visibility: hidden;
}
.cpur .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.cpur [dir=rtl] .slick-slide {
  float: right;
}
.cpur .slick-slide img {
  display: block;
  max-width: 290px;
}
.cpur .slick-slide.slick-loading img {
  display: none;
}
.cpur .slick-slide.dragging img {
  pointer-events: none;
}
.cpur .slick-initialized .slick-slide {
  display: block;
}
.cpur .slick-loading .slick-slide {
  visibility: hidden;
}
.cpur .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.cpur .slick-arrow.slick-hidden {
  display: none;
}
.cpur .slide + .slick-slide {
  margin: 0 1px 0 15px;
}
.cpur .slider__button {
  position: absolute;
  z-index: 100;
  top: 51%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.4s;
  background: #C4C4C4;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpur .slider__button:hover {
  background: #08996A;
}
.cpur .slider-left {
  left: -88px;
}
.cpur .slider-right {
  right: -91px;
}
.cpur .slider__button:hover {
  transform: scale(1.2) translateY(-50%);
}
.cpur .slick-disabled {
  pointer-events: none;
}
.cpur .slick-dots button {
  display: none;
}
.cpur .slids__seo {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cpur .slids__btn {
  transform: all 0.3s;
  cursor: pointer;
  margin: 0 auto;
  max-width: 80px;
  width: 100%;
  margin-top: 52px;
}
.cpur .slids__hid {
  max-width: 380px;
  width: 100%;
  text-align: center;
}
.cpur__hidden {
  display: none;
  position: relative;
}
.cpur .xxhidden {
  display: none;
  position: relative;
}
@media (max-width: 1100px) {
  .cpur .slider__container {
    max-width: 715px;
  }
  .cpur .slider-left {
    left: -35px;
  }
  .cpur .slider-right {
    right: -38px;
  }
  .cpur .slids__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .cpur .slider__container {
    max-width: 568px;
  }
}
@media (max-width: 650px) {
  .cpur .slider__container {
    max-width: 253px;
  }
}
@media (max-width: 768px) {
  .cpur .slids__title {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .cpur .slids__title {
    font-size: 17px !important;
  }
}

.cpur .slids {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cpur .slids__title {
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 138.7%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 37px;
}
.cpur .slids__block {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  width: 274px;
}
.cpur .slids__tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 274px;
  width: 100%;
}
.cpur .slids__tt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 274px;
  border: 2px solid #08996A;
  z-index: 10;
}
.cpur .slids__top {
  position: relative;
  width: inherit;
}
.cpur .slids__top-title {
  max-width: 264px;
  width: 100%;
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 134%;
  color: #2C2C2C;
}
.cpur .slids__top-title-bottom {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
.cpur .slids__top-number {
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: right;
  text-transform: uppercase;
  color: #08996A;
  margin-right: 10px;
}
.cpur .slids__top-bloks {
  max-width: 274px;
  margin-bottom: 10px;
  width: 100%;
  background: #F4F4F4;
}
.cpur .slids__top-text {
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 138.7%;
  text-align: left;
  color: #2C2C2C;
}
.cpur .slids__top-text:first-child {
  text-align: center;
}
.cpur .slids__top-tex {
  font-family: "Geometria", "Arial", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  color: #08996A;
}
.cpur .slids__bottom {
  max-width: 274px;
  width: 100%;
  padding: 30px 0 0 10px;
}
.cpur .slids__bottom-title {
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 138.7%;
  text-transform: uppercase;
  color: #08996A;
}
.cpur .slids__bottom-list {
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 138.7%;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.cpur .slids__bottom-item {
  list-style-type: none;
  text-transform: none;
  margin-left: 20px;
  margin-top: 10px;
}
.cpur .slids__bottom-item--no-padding {
  margin-top: 0 !important;
}
.cpur .slids__bottom ul.slids__bottom-list {
  padding: 0;
}
.cpur .slids__bottom ul.slids__bottom-list li::before {
  content: "•";
  color: inherit;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.cpur .slids__bottom--wide {
  max-width: 274px;
  width: 100%;
  padding-top: 30px;
}
.cpur .slids__bottom--wide__center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cpur .bloks-n {
  position: relative;
}
.cpur .bloks-n::after {
  content: "";
  position: absolute;
  width: 293px;
  height: 621px;
  top: 23px;
  left: 0;
  z-index: 30;
}
.cpur .bloks-1 {
  position: relative;
}
.cpur .bloks-2 {
  position: relative;
}
.cpur .bloks-3 {
  position: relative;
}
.cpur .bloks-4 {
  position: relative;
}

.cpur {
  display: block;
}
.cpur__top {
  display: block;
  background-color: #08996A;
  margin-bottom: 50px;
  background-image: url(../images/partner/collection/tpl/cpur/bg/bg-logo-2x.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cpur__top__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.cpur__top__container__logo_mob {
  display: none;
}
.cpur__top__container__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.6666666667% - 30px);
  padding-top: 20px;
}
.cpur__top__container__left__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 138.7%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}
.cpur__top__container__left__text {
  font-size: 18px;
  line-height: 138.7%;
  color: white;
}
.cpur__top__container__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3333333333% - 30px);
}
.cpur__top__container__right .top-image {
  width: 100%;
  height: auto;
}
.cpur__info {
  display: block;
}
.cpur__info__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
.cpur__info__container__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.6666666667% - 30px);
  padding-top: 66px;
}
.cpur__info__container__left__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 138.7%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cpur__info__container__left__text {
  font-size: 18px;
  line-height: 138.7%;
}
.cpur__info__container__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3333333333% - 30px);
}
.cpur__info__container__right .info-image {
  width: 100%;
  height: auto;
}
.cpur--courses {
  background-color: #ebebeb;
}
@media (max-width: 768px) {
  .cpur .comments__title {
    text-align: center;
  }
  .cpur .comments__title-desc {
    text-align: center;
  }
  .cpur .cpur__top {
    background-image: url(../images/partner/collection/tpl/cpur/bg/cpur-header-bg-sm.png);
    background-size: 250%;
    background-position: bottom right;
  }
  .cpur .cpur__top__container {
    justify-content: center;
  }
  .cpur .cpur__top__container__logo_mob {
    display: block;
  }
  .cpur .cpur__top__container__left {
    width: 100%;
    text-align: center;
  }
  .cpur .cpur__info__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cpur .cpur__info__container__left {
    text-align: center;
  }
  .cpur .cpur__info__container__left {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cpur .cpur__top__container__left__title {
    font-size: 35px;
  }
  .cpur .cpur__top__container__left__text {
    font-size: 15px;
  }
  .cpur .cpur__info__container__left__title {
    font-size: 23px;
  }
  .cpur .cpur__info__container__left__text {
    font-size: 14px;
  }
}
@media (max-width: 585px) {
  .cpur .cpur__top__container__logo_mob img {
    max-width: 100px;
  }
  .cpur .cpur__top__container__left__title {
    font-size: 19px;
  }
  .cpur .cpur__top__container__left__text {
    font-size: 13px;
  }
  .cpur .cpur__info__container__left__title {
    font-size: 16px;
  }
  .cpur .cpur__info__container__left__text {
    font-size: 12px;
  }
  .cpur .comments__title {
    font-size: 19px;
  }
  .cpur .comments__title-desc {
    font-size: 16px;
  }
}

.custom {
  border: 1px solid green;
}

/* change bootstrap progress bar */
.progress-bar {
  background-color: #e30513;
  line-height: 24px;
}

.promo-block__close-btn {
  position: absolute;
  top: -14px;
  right: -13px;
  display: block;
  width: 28px;
  height: 28px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.promo-block__close-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.promo-block__close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}

.promo-block {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 200px;
  min-height: 320px;
  background-color: #eee;
}

.promo-block__img {
  width: 200px;
  height: 320px;
  background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/banners/la-popup-banner-teg-bot@1x.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .promo-block__img {
    background-image: url(https://legalacademy.ru/components/tpl/lfa2/images/banners/la-popup-banner-teg-bot@2x.png);
  }
}
.promo-block--display {
  display: block;
  z-index: 999999;
  animation: fadeIn 500ms;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.banner--top {
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 1001;
  background-color: #d7d7d7;
  color: #000;
}
.banner--fixed_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 1001;
  background-color: #000;
  color: #fff;
}
.banner--sticky_top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 1001;
  background-color: #000;
  color: #fff;
}

.partner__course_text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.partner__course_text span {
  padding-left: 10px;
}
.partner__course_collection_name {
  position: absolute;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  min-width: 200px;
  top: -21px;
  right: -20px;
}
@media screen and (max-width: 992px) {
  .partner__course_collection_name {
    position: static;
    margin-bottom: 32px;
  }
}
.partner__course_collection_name {
  font-size: 14px;
}
.partner__course_popup {
  padding: 20px 20px 20px 20px;
}
.partner__course_progress-nav {
  margin-top: 20px;
}
.partner__course_progress-nav span {
  padding-left: 20px;
}
.partner__note {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: none;
  margin-bottom: 30px;
}

.partner__container {
  display: flex;
}

.partner__section-description {
  width: 70%;
}

.partner__header {
  text-transform: uppercase;
  font-family: Geometria, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.47;
  margin-top: 0;
  font-weight: 700;
}

.partner__section-img {
  width: 30%;
  position: relative;
}

.partner__img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-height: 150px;
}

.partner-content--fpa {
  background-color: #fff;
}

.partner-content-courses--fpa {
  background-color: #ebebeb;
}

.sibur .partner__course_collection_name {
  background-color: #4F8485;
  color: #ffffff;
}
.sibur .partner__course_collection_name a {
  color: #ffffff;
}
.sibur .section.dark {
  background-color: #4F8485;
  color: #ffffff;
}
.sibur .section-h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
}
.sibur .section-h1.active {
  color: #ffffff;
}

.msu .partner__course_collection_name, .spbu .partner__course_collection_name {
  background-color: #A8ADB4;
  color: #ffffff;
}
.msu .partner__course_collection_name a, .spbu .partner__course_collection_name a {
  color: #ffffff;
}
.msu .section.dark, .spbu .section.dark {
  background-color: #A8ADB4;
  color: #ffffff;
}
.msu .section.dark a, .spbu .section.dark a {
  color: #ffffff;
}

.spbhse .partner__course_collection_name {
  background-color: #0057ac;
  color: #ffffff;
}
.spbhse .partner__course_collection_name a {
  color: #ffffff;
}
.spbhse .section.dark {
  background-color: #0057ac;
  color: #ffffff;
}
.spbhse .section.dark a {
  color: inherit;
  text-decoration: underline;
}

.sfedu .partner__course_collection_name {
  background-color: #e02f1d;
  color: #ffffff;
}
.sfedu .partner__course_collection_name a {
  color: #ffffff;
}
.sfedu .section.dark {
  background-color: #e02f1d;
  color: #ffffff;
}
.sfedu .section.dark a {
  color: inherit;
  text-decoration: underline;
}

.msal .partner__course_collection_name {
  background-color: #801022;
  color: #ffffff;
}
.msal .partner__course_collection_name a {
  color: #ffffff;
}
.msal .section.dark {
  background-color: #801022;
  color: #ffffff;
}
.msal .section.dark a {
  color: inherit;
  text-decoration: underline;
}

.icchp .partner__course_collection_name {
  background-color: #7A1B2C;
  color: #ffffff;
}
.icchp .partner__course_collection_name a {
  color: #ffffff;
}
.icchp .section.dark {
  background-color: #7A1B2C;
  color: #ffffff;
}
.icchp .section.dark a {
  color: inherit;
  text-decoration: underline;
}

.tgu .partner__course_collection_name {
  background-color: #298ad8;
  color: #ffffff;
}
.tgu .partner__course_collection_name a {
  color: #ffffff;
}
.tgu .section.dark {
  background-color: #298ad8;
  color: #ffffff;
}
.tgu .section.dark a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.sberbank .partner__course_collection_name {
  background-color: #419b2d;
  color: #ffffff;
}
.sberbank .partner__course_collection_name a {
  color: #ffffff;
}
.sberbank .section.dark {
  background-color: #ffffff;
  color: #262626;
}
.sberbank .partner__header {
  color: #4a9328;
}
.sberbank .button {
  background-color: #419b2d;
}
.sberbank .section-h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
}
.sberbank .section-h1.active {
  color: #4a9328;
}

.cpur .partner__course_collection_name {
  background-color: #08996A;
  color: #ffffff;
}
.cpur .partner__course_collection_name a {
  color: #ffffff;
}

a.fpa__buttom {
  padding: 20px 75px;
  background: #ea2425;
  border-radius: 4px;
  box-shadow: 0px 6px 20px 3px #fac7c7;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.fpa__buttom {
    padding: 17px 55px;
    font-size: 14px;
  }
}

a.fpa__buttom:hover {
  box-shadow: 1px 3px 20px 5px #f6a1a1;
  transition: 0.2s;
}

a.fpa__buttom:active {
  background-color: #d31a1b;
}

a.fpa__about-buttom {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  a.fpa__about-buttom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  a.fpa__about-buttom {
    margin-top: 10px;
  }
}

.fpa .section.dark {
  background-color: #b22521;
  color: #ffffff;
  padding: 0;
}
.fpa .partner__container {
  background: url(/at/1513803);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 180px;
  display: flex;
}
@media screen and (max-width: 992px) {
  .fpa .partner__container {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fpa .partner__container {
    background: none;
    padding-bottom: 150px;
  }
}
.fpa .courses {
  background-color: #000;
}
.fpa .partner__section-description {
  position: relative;
  width: 100%;
  padding-left: 35%;
}
@media screen and (max-width: 768px) {
  .fpa .partner__section-description {
    padding-left: 0;
    padding-top: 130px;
    text-align: center;
  }
  .fpa .partner__section-description::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 100px;
    top: 0px;
    right: 50%;
    transform: translateX(50%);
    background: url(/at/3718149);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.fpa .partner__section-img {
  display: none;
}
.fpa .partner__header {
  margin-bottom: 35px;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .fpa .partner__header {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.fpa .partner__course_collection_name {
  background-color: #9C2421;
  color: #ffffff;
}
.fpa .partner__course_collection_name a {
  color: #ffffff;
}
.fpa .section.dark {
  background-color: #b22521;
  color: #ffffff;
}
.fpa .section-h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
}
.fpa .section-h1.active {
  color: #ffffff;
}
.fpa__section-annocment {
  background-color: #fff;
  margin-bottom: 70px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .fpa__section-annocment {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fpa__section-annocment {
    margin-bottom: 0;
  }
}
.fpa__section-annocment .row {
  display: flex;
  justify-content: center;
}
.fpa__annocment-container {
  width: 70%;
  background-color: #eee;
  padding: 50px 50px;
  transform: translateY(-50px);
  float: left;
  box-shadow: 6px 6px 20px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .fpa__annocment-container {
    width: 90%;
    padding: 30px 40px 20px;
  }
}
.fpa__text-strong {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: Geometria, sans-serif;
}
@media screen and (max-width: 768px) {
  .fpa__text-strong {
    font-size: 16px;
  }
}
.fpa__icons {
  display: flex;
  justify-content: center;
  text-transform: none;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .fpa__icons {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.fpa__icons-item {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  align-items: center;
  text-align: center;
  font-weight: 600;
  margin-bottom: 80px;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .fpa__icons-item {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .fpa__icons-item {
    width: 100%;
  }
}
.fpa__icons-item--hidden {
  opacity: 0;
}
.fpa__icons-item p {
  line-height: 20px;
  max-width: 230px;
}
.fpa__icon {
  max-width: 130px;
  margin-bottom: 20px;
}
.fpa__annoucment-icon {
  width: 110px;
}
.fpa__arrow {
  max-width: 120px;
  margin-top: 50%;
}
.fpa__section-about {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 80px;
}
@media screen and (max-width: 992px) {
  .fpa__section-about {
    padding: 0;
    margin-bottom: 50px;
  }
}
.fpa__about-text {
  font-size: 22px;
  font-family: Geometria, sans-serif;
  margin-bottom: 40px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fpa__about-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.fpa__section-advantages {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, white 50%, white 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, white 50%, white 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, white 50%, white 100%);
  text-align: center;
}
.fpa__advantages-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 70px;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-title {
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.fpa__advantages-icons {
  max-width: 700px;
  padding-left: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-icons {
    padding-left: 0;
  }
}
.fpa__advantages-item {
  display: flex;
  margin-bottom: 80px;
  font-size: 18px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-item {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.fpa__advantages-item p {
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-item p {
    font-size: 14px;
  }
}
.fpa__advantages-item p strong {
  line-height: 30px;
}
.fpa__advantages-icon {
  width: 100%;
  max-width: 120px;
  margin-bottom: 20px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-icon {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20px bottom;
  }
}
.fpa__cost {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 40px;
  background-color: #eee;
  margin-bottom: 80px;
  box-shadow: 0px 20px 40px 6px #e0e0e0;
  opacity: 0;
}
.fpa__cost-title {
  line-height: 65px;
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .fpa__cost-title {
    line-height: 1.2;
    font-size: 25px;
  }
}
.fpa__cost-subtitle {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fpa__cost-subtitle {
    font-size: 22px;
  }
}
.fpa__cost-subtitle span {
  font-size: 48px;
  color: #ea2425;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fpa__cost-subtitle span {
    font-size: 35px;
  }
}
.fpa__cost-buttom {
  margin-bottom: 40px;
}
.fpa__cost-note {
  font-size: 16px;
  font-family: Geometria, sans-serif;
}
@media screen and (max-width: 768px) {
  .fpa__cost-note {
    font-size: 14px;
  }
}
.fpa__subscribe {
  margin-bottom: 60px;
}
.fpa__subscribe-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0;
}
.fpa__subscribe-note {
  opacity: 0;
}

a.fpa__subscribe-buttom {
  background-color: #fff;
  color: #000;
  border: 2px solid black;
  border-radius: 5px;
  margin-bottom: 60px;
  padding: 15px 50px;
  font-weight: 600;
  text-transform: none;
  transition: 0.2s;
}

a.fpa__subscribe-buttom:hover {
  box-shadow: 0px 6px 20px 5px #d9d9d9;
  transition: 0.2s;
}

a.fpa__subscribe-buttom:active {
  background-color: #d9d9d9;
}

a.fpa__header-buttom {
  position: absolute;
  box-shadow: none;
  top: -55%;
  right: 42%;
}
@media screen and (max-width: 992px) {
  a.fpa__header-buttom {
    top: -170px;
    right: 46%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  a.fpa__header-buttom {
    top: -145px;
    right: 50%;
  }
}

a.fpa__header-buttom:hover {
  box-shadow: 1px 3px 20px 5px #9C2421;
}

.fpa__about-buttom, .fpa__subscribe-buttom {
  opacity: 0;
}

.fpa__cost-animation {
  opacity: 0;
}

.fpa__fade-in {
  animation-name: fadeIn;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  opacity: 1;
}

.fpa__fade-up {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  opacity: 1;
}

.fpa__fade {
  animation-name: fade;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  opacity: 1;
}

.fpa__advantages-icon {
  max-width: 120px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-icon {
    background-size: contain;
    margin-right: 0;
    margin-top: 10px;
  }
}

.fpa__advantages-icon-1 {
  background-image: url(https://legalacademy.ru/at/1493426);
  height: 84px;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-icon-1 {
    height: 54px;
  }
}

.fpa__advantages-icon-2 {
  background-image: url(https://legalacademy.ru/at/1493431);
  height: 120px;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-icon-2 {
    height: 77px;
  }
}

.fpa__advantages-icon-3 {
  background-image: url(https://legalacademy.ru/at/1493432);
  height: 119px;
}
@media screen and (max-width: 768px) {
  .fpa__advantages-icon-3 {
    height: 83px;
  }
}

.fpa__annoucment-icon {
  width: 110px;
  height: 110px;
  background-size: cover;
}
@media (min-width: 1200px) {
  .fpa__annoucment-icon {
    width: 80px;
    height: 80px;
  }
}

.fpa__annoucment-icon-1 {
  background-image: url(https://legalacademy.ru/at/1511890);
}

.fpa__annoucment-icon-2 {
  background-image: url(https://legalacademy.ru/at/1511891);
}

.fpa__annoucment-icon-3 {
  background-image: url(https://legalacademy.ru/at/1511895);
}

.fpa__annoucment-icon-4 {
  background-image: url(https://legalacademy.ru/at/1511892);
}

.fpa__icons-item {
  position: relative;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fpa__icons-item {
    margin-right: 0;
  }
}

.fpa__icons-item:nth-child(2n+1)::after {
  content: "";
  position: absolute;
  right: -101px;
  top: 50px;
  width: 101px;
  height: 12px;
  background-size: cover;
  background-image: url(https://legalacademy.ru/at/1511894);
}
@media (min-width: 1200px) {
  .fpa__icons-item:nth-child(2n+1)::after {
    right: -32px;
    top: 40px;
    width: 60px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .fpa__icons-item:nth-child(2n+1)::after {
    display: none;
  }
}

.fpa__icons-item:nth-child(2n):not(:last-child)::after {
  content: "";
  position: absolute;
  right: -101px;
  top: 50px;
  width: 101px;
  height: 12px;
  background-size: cover;
  background-image: url(https://legalacademy.ru/at/1511893);
}
@media (min-width: 1200px) {
  .fpa__icons-item:nth-child(2n):not(:last-child)::after {
    right: -36px;
    top: 40px;
    width: 60px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .fpa__icons-item:nth-child(2n):not(:last-child)::after {
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(-50px);
  }
}
@media (max-width: 550px) {
  .sberbank > .section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .sberbank .button {
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .sberbank .button:first-child {
    margin-right: 10px;
  }
  .sberbank .partner__course_progress-nav span {
    padding-left: 0;
  }

  .partner__container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .partner__section-description {
    width: 100%;
  }
  .partner__section-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .partner__section-img .partner__img {
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }
}
@media (max-width: 410px) {
  .partner__header {
    font-size: 24px;
  }

  .sberbank .button {
    width: 100%;
  }
}
.cookies-policy {
  position: fixed;
  z-index: -9999;
  background-color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 27px 3px rgba(23, 23, 23, 0.3);
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
}
.cookies-policy--show {
  z-index: 9999;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.cookies-policy a {
  text-decoration: underline;
}

.cookies-policy .container {
  display: flex;
  align-items: flex-start;
}

.cookies-policy__description {
  width: 90%;
  margin: 0;
  margin-right: auto;
}

.cookies-policy__button {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.cookies-policy__button::before, .cookies-policy__button::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #000;
}
.cookies-policy__button::before {
  transform: rotate(45deg);
}
.cookies-policy__button::after {
  transform: rotate(-45deg);
}

@media (max-width: 414px) {
  .cookies-policy {
    display: none;
  }
}
.warning-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #797979;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  max-width: 424px;
  background-color: #EBEBEB;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 22px;
  padding-left: 22px;
  transform: translateX(464px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}

.warning-banner--show {
  transform: translateX(0);
  opacity: 1;
}

.warning-banner__text {
  color: #000;
  font-style: 14px;
  line-height: 18px;
}
.warning-banner__text p {
  margin-top: 0;
  margin-bottom: 18px;
}
.warning-banner__text p:last-child {
  margin-bottom: 0;
}

/* @import components/new_nav */
.package-hero {
  background-color: #481926;
  background-image: radial-gradient(35% 85% at 35% 100%, #962E2F 0%, rgba(150, 46, 47, 0) 100%), radial-gradient(45% 100% at 50% 25%, #6E1D26 0%, rgba(110, 29, 38, 0) 100%), radial-gradient(20% 100% at 60% 80%, #A4484A 0%, rgba(164, 72, 74, 0) 100%);
}
@media screen and (max-width: 576px) {
  .package-hero {
    background-image: url(../images/package__grad-mob.svg);
    background-position: right 70% top 200%;
  }
}

.package-hero__content {
  min-height: 450px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .package-hero__content {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .package-hero__content {
    flex-direction: column;
    text-align: center;
  }
}

.package-hero__content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .package-hero__content-left {
    order: 2;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 576px) {
  .package-hero__content-left {
    order: 2;
  }
}

.package-hero__content-left h1 {
  margin: 0;
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .package-hero__content-left h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .package-hero__content-left h1 {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
}

.package-hero__content-right {
  background-image: url(../images/package_deck.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 0% bottom 0%;
  width: 100%;
  min-height: 450px;
}
@media screen and (max-width: 1200px) {
  .package-hero__content-right {
    background-position: right 0% bottom 50%;
  }
}
@media screen and (max-width: 768px) {
  .package-hero__content-right {
    background-image: url(../images/package_mob.png);
    order: 1;
    background-position: center;
    background-size: 60%;
  }
}
@media screen and (max-width: 576px) {
  .package-hero__content-right {
    background-image: url(../images/package_mob.png);
    order: 1;
    height: 17.5rem;
    background-size: contain;
    background-position: center;
    margin-top: 26px;
    min-height: 250px;
  }
}

.package-shortext {
  background-color: #EBEBEB;
}

.package__courses {
  background-color: #EBEBEB;
}

.package-fulltext {
  background-color: #EBEBEB;
}

.package__description {
  margin: 100px 0 28px;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.package__description a {
  color: #E30513;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .package__description {
    font-size: 14px;
    margin-top: 40px;
  }
}

.package__cards {
  padding-top: 32px;
  padding-bottom: 16px;
}

.package__description-fulltext {
  margin-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .package__description-fulltext {
    margin-top: 0;
  }
}

.package-reviews__header {
  text-align: center;
  margin: 40px;
}
@media screen and (max-width: 576px) {
  .package-reviews__header {
    margin-top: 0;
  }
}

.package-predicament {
  margin-bottom: 60px;
  background-color: #ffffff;
}

.package-predicament__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  text-align: left;
  text-transform: uppercase;
  display: block;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .package-predicament__title {
    text-align: center;
    font-size: 24;
  }
}

.package-predicament__blocks {
  display: flex;
  flex-wrap: wrap;
  border: none;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .package-predicament__blocks {
    justify-content: center;
  }
}

.package-predicament__blocks-link {
  margin-bottom: 10px;
  margin-right: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: none;
  border-radius: 5px;
  padding: 7px 10px;
  color: #888888;
  background-color: #EBEBEB;
}

.package-predicament__blocks-link:hover {
  color: #FFFFFF;
  background-color: #CCCCCC;
}

.package-predicament__blocks-link:focus {
  color: #888888;
  text-decoration: none;
}

.package-accordion {
  width: 100%;
  max-width: 100%;
  background-color: #EBEBEB;
}

.package-accordion-content {
  line-height: 1.5;
  position: relative;
  transition: max-height 0.3s ease;
  text-align: justify;
  font-size: 18px;
}
.package-accordion-content p {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .package-accordion-content {
    font-size: 14px;
  }
}

.package-accordion-content.collapsed {
  max-height: 10.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.package-toggle-btn {
  margin-top: 20px;
  cursor: pointer;
  color: #C14545;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
}

.package-toggle-btn:hover {
  color: #C14545;
}

.swiper .swiper-pagination-bullet {
  height: 5px;
}

.rf-card__package {
  background-color: #AAAAAA;
  color: #FFFFFF;
}

.tab__title-package {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  text-transform: uppercase;
  margin: 60px 0 40px;
}

.rf-cards-list--package {
  margin: 0 0 80px;
  padding: 0 30px;
  flex-direction: column;
}

.list-predicament__main {
  margin-bottom: 60px;
}

.list-predicament__title {
  padding-left: 0px;
}

.list-predicament__blocks-link {
  color: #ffffff;
  background-color: #BEBEBE;
}

.list-predicament__blocks-link:hover {
  background-color: #C14545;
}

@media (min-width: 769px) and (max-width: 991px) {
  .package-hero__content-left h1 {
    font-size: 35px;
  }
}
.owl-carousel, .carousel_info p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.owl-carousel {
  list-style: none;
}

.sec_reviews {
  margin-bottom: 110px;
  padding-top: 1px;
}
.sec_reviews_title {
  margin-bottom: 50px;
}
.sec_reviews_carousel {
  position: relative;
}
.sec_reviews_carousel .carousel_image {
  position: relative;
}
.sec_reviews_carousel .carousel_image:after {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.2s;
  border: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.sec_reviews_carousel .next .carousel_image:after {
  border-left: 0;
}
.sec_reviews_carousel li .info {
  display: none;
}
.sec_reviews_carousel img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  margin-bottom: 17px;
  transition: 0.2s;
}
.sec_reviews_carousel li:hover img, .sec_reviews .sec_reviews_carousel li.active img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
.sec_reviews_carousel .owl-carousel .owl-stage-outer {
  padding-top: 20px;
  margin-top: -20px;
}
.sec_reviews_carousel li {
  transition: 0.5s;
}
.sec_reviews_carousel li.active {
  margin-top: -20px;
  z-index: 10;
}
.sec_reviews_carousel li.active .carousel_image:after {
  border: 2px solid #ddd;
}
.sec_reviews_carousel b {
  font: 1.1rem/1.6rem "Geometria";
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.sec_reviews_carousel p {
  font: 1.3rem/1.8rem "Geometria";
  color: #000;
  padding-right: 12px;
  line-height: 1.3em;
}
.sec_reviews_carousel .owl-prev {
  background-position: 20% 50%;
}
.sec_reviews_carousel .owl-prev:hover {
  background-position: 10% 50%;
}
.sec_reviews_carousel .owl-next {
  background-position: 80% 50%;
}
.sec_reviews_carousel .owl-next:hover {
  background-position: 90% 50%;
}

.owl-item p {
  margin-top: 10px;
}
.owl-item strong {
  font-size: 1.8rem;
}
.owl-nav {
  width: 100%;
  top: -43px;
}
.owl-prev {
  background-position: 0 50% !important;
}
.owl-next {
  background-position: 100% 50% !important;
}
.owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
  width: 110px;
}
.owl-prev {
  display: none;
}
.owl-next {
  display: none;
}

.carousel_info {
  position: relative;
  background: #ddd;
  color: #000;
  line-height: 30px;
  width: 80%;
  min-height: 210px;
  height: 100%;
  padding: 30px 25px;
  box-sizing: border-box;
  transition: 0.5s;
  padding-bottom: 50px;
}
.carousel_info p {
  color: #000;
  font-size: 1.5rem;
  line-height: 25px;
  margin-bottom: 15px;
}
.carousel_counters {
  position: absolute;
  top: 50%;
  right: -27%;
  transform: translateY(-50%);
  width: 200px;
  text-align: center;
  color: #000;
  font: 2.5rem/30px "Geometria";
}
.carousel_counters div {
  display: inline-block;
}

.sec_reviews .owl-nav {
  position: absolute;
  top: -325px;
  right: 0;
  width: 390px;
  height: 230px;
}

.sec_reviews .owl-next, .sec_reviews .owl-prev {
  height: 100%;
  top: 0;
  width: 100px;
}

.mob_clone_nav {
  display: none;
}

.widfix {
  margin: 0 auto;
}

.info p {
  margin: 0;
  padding: 0;
}

@media (max-width: 770px) {
  .sec_reviews {
    display: none;
  }
}
.top-notifications {
  margin-right: 20px;
}
.top-notifications__items {
  margin-left: auto;
  padding-left: 10px;
  width: 500px;
}
.top-notifications__items__item {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.top-notifications__items__item_text i {
  width: 20px;
}
.top-notifications__items__item_date {
  padding-left: 24px;
  display: block;
  font-size: 12px;
  color: #898585;
}
.top-notifications__items__item_body {
  xdisplay: none;
  margin-top: 5px;
  padding-left: 24px;
}
.top-notifications__link {
  font-size: 13px;
  padding-left: 6px;
  margin-bottom: 10px;
}

.site-switcher {
  position: relative;
}

.site-switcher__background {
  position: relative;
}
.site-switcher__background::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ebebeb;
}

.site-switcher__page-wrapper {
  display: flex;
}
@media screen and (max-width: 992px) {
  .site-switcher__page-wrapper {
    overflow-x: hidden;
  }
}

.site-switcher__link {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242424;
  flex: 1 1 40%;
}
.site-switcher__link:hover {
  text-decoration: none;
  color: #242424;
}
.site-switcher__link:first-child {
  padding-right: 25px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .site-switcher__link:first-child {
    padding-right: 10px;
  }
}
.site-switcher__link:last-of-type {
  padding-left: 25px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .site-switcher__link:last-of-type {
    padding-left: 10px;
  }
}
.site-switcher__link:not(.site-switcher__link--active):hover img {
  transform: scale(1.1);
  transition: all 0.15s ease-in-out;
}
.site-switcher__link--active {
  background-color: #fff;
  flex: 1 1 50%;
}
.site-switcher__link--active .site-switcher__inner {
  flex-basis: 100%;
}
@media screen and (max-width: 576px) {
  .site-switcher__link--active .site-switcher__inner {
    flex-basis: auto;
  }
}
.site-switcher__link--active .site-switcher__image {
  width: 100%;
  max-width: 95%;
  height: auto;
}
.site-switcher__link--active .site-switcher__image--lfa {
  max-width: 78px;
}
@media screen and (max-width: 576px) {
  .site-switcher__link--active .site-switcher__image--lfa {
    max-width: 50%;
  }
}
.site-switcher__link--active .site-switcher__image--lftalk {
  max-width: 215px;
}
@media screen and (max-width: 576px) {
  .site-switcher__link--active .site-switcher__image--lftalk {
    max-width: 95%;
  }
}
.site-switcher__link--active .site-switcher__image--sfera {
  max-width: 188px;
}
@media screen and (max-width: 576px) {
  .site-switcher__link--active .site-switcher__image--sfera {
    max-width: 95%;
  }
}

.site-switcher__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-switcher__image {
  width: 100%;
  max-width: 95%;
  height: auto;
}
.site-switcher__image--sfera {
  max-width: 100px;
}
.site-switcher__image--lfa {
  max-width: 46px;
}
.site-switcher__image--lfa_horizontal {
  max-width: 120px;
}
.site-switcher__image--lftalk {
  max-width: 118px;
}
@media screen and (max-width: 768px) {
  .site-switcher__image {
    margin: 0;
  }
}

.site-switcher__label {
  padding-top: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .site-switcher__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}

.site-switcher__lang {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .site-switcher__lang {
    display: none;
  }
}

.site-switcher__lang-items {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-switcher__lang-item {
  position: relative;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .site-switcher__lang-item {
    padding: 13px 0;
  }
}
.site-switcher__lang-item:last-of-type {
  margin-right: 0;
}
.site-switcher__lang-item:last-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #000000;
}

.site-switcher__lang-link, button.site-switcher__lang-link {
  border: none;
  background-color: inherit;
  position: relative;
  display: block;
  font-family: Geometria, sans-serif, sans-serif;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: #000000;
  text-transform: uppercase;
}
.site-switcher__lang-link:hover, button.site-switcher__lang-link:hover {
  text-decoration: none;
  color: #000000;
}
.site-switcher__lang-link--active, button.site-switcher__lang-link--active {
  color: #e30513;
  cursor: default;
}
.site-switcher__lang-link--active::after, button.site-switcher__lang-link--active::after {
  content: none;
}
.site-switcher__lang-link--active:hover, button.site-switcher__lang-link--active:hover {
  color: #e30513;
}
@media screen and (min-width: 1200px) {
  .site-switcher__lang-link, button.site-switcher__lang-link {
    font-size: 11px;
  }
}

.footer-new__section--top {
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-new__section--bottom {
  padding-top: 12px;
  padding-bottom: 24px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .footer-new__section--bottom {
    padding-top: 20px;
  }
}

.footer-new__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  .footer-new__inner {
    max-width: 500px;
  }
}

.footer-new__footer-nav-new {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}
@media screen and (max-width: 768px) {
  .footer-new__footer-nav-new {
    width: calc(100% - 30px);
  }
}

.footer-new__copyright {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.6666666667% - 30px);
}
@media screen and (max-width: 768px) {
  .footer-new__copyright {
    width: calc(100% - 30px);
    order: 2;
  }
}

.footer-new__copyright-text {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.footer-new__cookies-notice {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
}
.footer-new__cookies-notice a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer-nav-new:not(:last-child) {
    margin-bottom: 25px;
  }
}

.footer-nav-new__title {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.footer-nav-new__title--large-margin {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-nav-new__title {
    display: block;
  }
  .footer-nav-new__title--show-list {
    position: relative;
  }
  .footer-nav-new__title--show-list::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0c-.371 0-.726.156-.981.43L.369 8.68a1.393 1.393 0 0 0 .054 1.945 1.333 1.333 0 0 0 1.908-.056L9 3.378l6.668 7.191a1.333 1.333 0 0 0 1.909.056 1.393 1.393 0 0 0 .054-1.944L9.981.43A1.339 1.339 0 0 0 9 0z' fill='%23fff'/%3E%3C/svg%3E");
    right: 0;
    top: 0;
    width: 18px;
    height: 11px;
    transition: transform 250ms ease;
  }
  .footer-nav-new__title--hide-list::after {
    transform: rotate(180deg);
  }
}

.footer-nav-new__link {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  transition: color 250ms ease;
}
.footer-nav-new__link:hover {
  color: #e30613;
}

.footer-nav-new__button {
  display: inline-block;
  border: 1px solid #000;
  text-decoration: none;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: lowercase;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 130px;
  min-height: 34px;
  cursor: pointer;
}
.footer-nav-new__button:hover {
  text-decoration: none;
  border: 1px solid #E01314;
  color: #000;
  background-color: transparent;
}
.footer-nav-new__button:active {
  text-decoration: none;
  color: #E01314;
  border: 1px solid #E01314;
  background-color: transparent;
}

.subscribe-form-new {
  position: relative;
}

.subscribe-form-new__input {
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 6px;
  min-height: 38px;
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid transparent;
  transition: all 250ms ease;
}
.subscribe-form-new__input:focus {
  border: 1px solid #919191;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  outline: none;
}

.subscribe-form-new__checkbox-wrapper {
  margin-bottom: 20px;
}

.subscribe-form-new__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.subscribe-form-new__checkbox:checked + .subscribe-form-new__label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.417 3.68a.5.5 0 00-.834.55l.834-.55zM3.667 8l-.418.275a.5.5 0 00.815.028L3.667 8zm5.73-6.697a.5.5 0 00-.795-.606l.796.606zM.584 4.23l2.666 4.045.835-.55-2.667-4.046-.834.55zm3.481 4.073l5.334-7-.796-.606-5.333 7 .795.606z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 10px 9px;
  background-color: #000;
}

.subscribe-form-new__label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding-left: 23px;
  cursor: pointer;
  font-weight: 300;
}
.subscribe-form-new__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-repeat: no-repeat;
}

.subscribe-form-new__popup {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #cccccc;
}

.subscribe-form-new__description {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}

.subscribe-form-new__button {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: lowercase;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 130px;
  background-color: #000;
  color: #fff;
  border: none;
  min-height: 33px;
  cursor: pointer;
  transition: background-color 250ms ease;
}
.subscribe-form-new__button:hover {
  background-color: #E01314;
}
.subscribe-form-new__button:active {
  background-color: #AD3030;
}
.subscribe-form-new__button[disabled] {
  background-color: #C4C4C4;
}

.social-links {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3333333333% - 30px);
  display: flex;
}
@media screen and (max-width: 768px) {
  .social-links {
    width: calc(100% - 30px);
    order: 1;
    margin-bottom: 25px;
  }
}

.social-links__item {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  transition: background 250ms ease;
}
.social-links__item:first-child {
  margin-left: auto;
}
.social-links__item:hover {
  background-color: #e30513;
}
.social-links__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.social-links__item--tg::before {
  width: 18px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.743 0.05516-15.886 6.178c-1.1032 0.44128-1.1032 0.99289-0.22064 1.3238l4.0819 1.3238 9.4876-5.9573c0.44128-0.33096 0.88256-0.11032 0.5516 0.22064l-7.7224 6.7296-0.33096 4.1922c0.44128 0 0.66192-0.22064 0.88256-0.44128l1.9858-1.8754 4.0819 3.089c0.77224 0.44128 1.3238 0.22064 1.5445-0.66192l2.758-12.797c0.22064-1.1032-0.44128-1.5445-1.2135-1.3238z' fill='%23000'/%3E%3C/svg%3E");
}
.social-links__item--fb::before {
  width: 8px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.53.502v3.404H6.397c-.636 0-1.07.453-1.07 1.136V7.31H8.53v3.404H5.334v7.923H2.132v-7.93H0V7.302h2.132V4.47c0-2.155 1.706-3.968 3.734-3.968H8.53z' fill='%23000'/%3E%3C/svg%3E");
}
.social-links__item--vk::before {
  width: 19px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14' fill='none'%3E%3Cpath d='M22.475 1.38c.16-.505 0-.88-.76-.88H19.2c-.642 0-.936.32-1.094.68 0 0-1.285 2.967-3.093 4.894-.587.558-.857.734-1.174.734-.16 0-.404-.176-.404-.688V1.38c0-.612-.182-.88-.706-.88H8.77c-.404 0-.642.283-.642.55 0 .574.904.71 1 2.332V6.9c0 .772-.143.918-.468.918-.856 0-2.926-2.982-4.156-6.393C4.267.77 4.02.502 3.378.502H.864c-.722 0-.864.32-.864.68 0 .635.856 3.785 3.973 7.945 2.078 2.837 5.012 4.374 7.677 4.374 1.602 0 1.8-.344 1.8-.933 0-2.715-.143-2.967.658-2.967.373 0 1.015.176 2.506 1.545 1.705 1.63 1.99 2.355 2.942 2.355h2.514c.714 0 1.08-.344.872-1.017-.476-1.415-3.71-4.336-3.854-4.527-.373-.46-.262-.658 0-1.063 0-.008 3.07-4.114 3.386-5.514z' fill='%23000'/%3E%3C/svg%3E");
}
.social-links__item--tw::before {
  width: 17px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' fill='none'%3E%3Cpath d='M20.778 2.512a8.48 8.48 0 0 1-2.447.673c.877-.532 1.555-1.375 1.87-2.373-.823.495-1.732.85-2.71 1.042A4.22 4.22 0 0 0 14.383.502c-2.355 0-4.263 1.922-4.263 4.294 0 .333.038.665.108.976-3.54-.177-6.68-1.885-8.78-4.487C1.077 1.92.87 2.66.87 3.444c0 1.493.754 2.8 1.9 3.57-.7-.022-1.362-.214-1.932-.532v.052a4.3 4.3 0 0 0 3.417 4.213c-.354.096-.73.148-1.124.148-.277 0-.54-.03-.8-.08.546 1.707 2.116 2.95 3.98 2.98-1.454 1.153-3.294 1.833-5.294 1.833A9.13 9.13 0 0 1 0 15.565c1.885 1.227 4.125 1.937 6.533 1.937 7.842 0 12.128-6.54 12.128-12.218l-.015-.554a8.4 8.4 0 0 0 2.132-2.217z' fill='%23000'/%3E%3C/svg%3E");
}
.social-links__item--yt::before {
  width: 15px;
  height: 18px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' fill='%23000'%3E%3Cpath d='M9.646 12.788c-.16 0-.322.076-.484.234v3.26c.162.16.324.24.484.24.28 0 .422-.24.422-.72v-2.28c0-.484-.143-.73-.422-.73zm3.544 0c-.324 0-.487.246-.487.74v.495h.97v-.495c0-.495-.162-.74-.483-.74zm2.015-3.67c-.6-.634-1.3-.636-1.604-.673l-5.604-.16-5.6.16c-.312.036-.993.04-1.603.673C.316 9.6.16 10.695.16 10.695S0 11.982 0 13.268v1.207c0 1.286.16 2.574.16 2.574s.157 1.095.636 1.577c.6.634 1.408.614 1.764.68 1.28.122 5.44.16 5.44.16l5.6-.166c.313-.036.995-.04 1.604-.673.48-.482.636-1.577.636-1.577s.16-1.287.16-2.574V13.27c0-1.287-.16-2.573-.16-2.573s-.157-1.095-.636-1.578zm-11.68 8.2h-1.08v-6.164h-1.14v-1h3.382v1h-1.16v6.164zm3.826 0h-.97v-.583c-.385.44-.753.658-1.1.658-.312 0-.528-.128-.626-.4-.053-.162-.085-.418-.085-.795V11.98h.97v3.935l.007.376c.025.15.1.228.228.228.195 0 .397-.15.613-.454V11.98h.97v5.345zm3.686-1.603c0 .493-.033.85-.098 1.076-.13.398-.4.6-.774.6-.346 0-.68-.192-1.004-.592v.518h-.97v-7.173h.97v2.342c.313-.385.646-.58 1.004-.58.385 0 .644.204.774.603.065.216.098.568.098 1.075v2.13zm3.6-.894h-1.94v.948c0 .495.163.742.496.742.24 0 .378-.13.433-.388.01-.053.022-.27.022-.657h1v.142l-.02.624c-.032.214-.1.408-.227.58-.268.4-.667.58-1.174.58s-.893-.183-1.173-.55c-.206-.267-.3-.7-.3-1.257v-1.872c0-.57.094-.987.3-1.26.28-.366.666-.548 1.162-.548.487 0 .873.182 1.145.548.203.27.3.688.3 1.26v1.108zM5.44 7.75V4.814L6.746.502h-1.1l-.742 2.846-.77-2.846H3l.698 2.02.665 2.292V7.75H5.44zM8 7.824c.5 0 .872-.185 1.143-.552.205-.27.305-.695.305-1.27V4.1c0-.576-.1-.998-.305-1.27C8.87 2.47 8.49 2.286 8 2.286s-.872.184-1.142.554c-.2.273-.306.695-.306 1.27V6c0 .575.097 1 .306 1.27.27.367.652.552 1.142.552zm-.468-3.9c0-.5.152-.75.468-.75s.466.25.466.75v2.272c0 .5-.15.75-.466.75s-.468-.25-.468-.75V3.913zM13 7.75V2.348h-.98v4.13c-.217.306-.423.46-.62.46-.132 0-.2-.08-.23-.23-.012-.032-.012-.15-.012-.38v-3.98h-.978V6.62c0 .382.032.64.087.803.098.273.317.4.632.4.357 0 .73-.217 1.12-.664v.6H13z'/%3E%3C/svg%3E");
}
.social-links__item--in::before {
  width: 18px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='%23000'%3E%3Cpath d='M13.76.502H5.24A5.25 5.25 0 0 0 0 5.743v8.5a5.25 5.25 0 0 0 5.241 5.249h8.5a5.25 5.25 0 0 0 5.241-5.241V5.743A5.22 5.22 0 0 0 13.76.502zm3.555 13.76a3.56 3.56 0 0 1-3.555 3.555H5.24a3.56 3.56 0 0 1-3.555-3.555v-8.52A3.56 3.56 0 0 1 5.24 2.188h8.5a3.56 3.56 0 0 1 3.555 3.555l.008 8.518zM9.5 5.1c-2.7 0-4.892 2.193-4.892 4.893s2.192 4.89 4.892 4.89 4.892-2.193 4.892-4.892S12.2 5.1 9.5 5.1zm0 8.1a3.21 3.21 0 0 1-3.206-3.206A3.21 3.21 0 0 1 9.5 6.796c1.765 0 3.206 1.44 3.206 3.206 0 1.773-1.433 3.206-3.206 3.206zm5.098-9.533c-.325 0-.64.135-.87.364a1.24 1.24 0 0 0-.364.87c0 .324.135.64.364.87a1.24 1.24 0 0 0 2.105-.871 1.24 1.24 0 0 0-.364-.871 1.21 1.21 0 0 0-.87-.364z'/%3E%3C/svg%3E");
}
.social-links__item--ok::before {
  width: 11px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='%23000'%3E%3Cpath d='M5.016 14.076c-1.55-.162-2.946-.543-4.142-1.48l-.437-.36c-.523-.503-.576-1.078-.162-1.672.354-.508.95-.644 1.567-.352.12.056.234.127.343.203 2.23 1.53 5.3 1.574 7.528.07.222-.17.46-.3.733-.38a1.15 1.15 0 0 1 1.318.526c.327.534.323 1.054-.08 1.468-.62.635-1.363 1.094-2.2 1.415-.782.303-1.638.456-2.485.557l.268.288 3.453 3.467c.4.395.472.885.257 1.345-.235.502-.762.833-1.278.797-.327-.023-.582-.185-.8-.414l-2.604-2.622c-.248-.26-.367-.2-.585.015l-2.655 2.665c-.4.395-.878.467-1.343.24-.494-.24-.8-.744-.785-1.25.017-.343.185-.605.42-.84l3.4-3.416.255-.273zm.944-3.96c-2.764-.01-5.03-2.3-5.014-5.07C.962 2.248 3.23-.008 6.02 0c2.797.008 5.04 2.295 5.027 5.123-.014 2.763-2.296 5.002-5.088 4.992zm2.512-5.062c-.005-1.374-1.1-2.47-2.47-2.47-1.383-.001-2.488 1.113-2.477 2.5.01 1.37 1.114 2.456 2.5 2.45s2.463-1.106 2.458-2.48z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .social-links__item:first-child {
    margin-left: 0;
  }
}

.spinner {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
.spinner::after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #e30613;
  transform: translateZ(0);
  animation: loading 0.8s infinite linear;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pay-form {
  width: 100%;
  max-width: 700px;
  background-color: #EFEFEF;
  padding-top: 25px;
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #000000;
}
.pay-form a {
  text-decoration: underline;
  color: #000000;
  cursor: pointer;
}
.pay-form a:hover {
  text-decoration: none;
  color: #000000;
}

.pay-form__section {
  margin-bottom: 8px;
}
.pay-form__section:last-child {
  margin-bottom: 0;
}
.pay-form__section--align-center {
  text-align: center;
}
.pay-form__section--xs-margin {
  margin-bottom: 16px;
}
.pay-form__section--s-margin {
  margin-bottom: 24px;
}
.pay-form__section--m-margin {
  margin-bottom: 32px;
}
.pay-form__section--l-margin {
  margin-bottom: 40px;
}
.pay-form__section--xl-margin {
  margin-bottom: 48px;
}
.pay-form__section--xxl-margin {
  margin-bottom: 56px;
}

.pay-form__cost {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
}
.pay-form__cost:last-child {
  margin-right: 0;
}
.pay-form__cost--old {
  margin-right: 16px;
  color: #959595;
  text-decoration: line-through;
}
.pay-form__cost--hide {
  display: none;
}

.pay-form__promocode-link {
  margin: 0 auto;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 16px;
}

.pay-form__promocode {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
}

.pay-form__input-wrapper {
  margin-right: 16px;
  flex: 1 1 auto;
}

.pay-form__input {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  border: 1px solid #C4C4C4;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 10px;
  width: 100%;
}

[data-id=promocodeCode] {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: #838383;
  margin-top: 3px;
}

.pay-form__promocode-button {
  background-color: #EFEFEF;
  min-height: 40px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid #E01314;
}
.pay-form__promocode-button:hover {
  background-color: #AD1E1E;
  border-color: #AD1E1E;
  color: #ffffff;
}
.pay-form__promocode-button:active {
  background-color: #E01314;
  color: #ffffff;
}
.pay-form__promocode-button:disabled {
  color: #ffffff;
  background-color: #EE8A8A;
  border-color: #EE8A8A;
}

.pay-form__submit-button {
  width: 100%;
  background-color: #E01314;
  min-height: 40px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid #E01314;
}
.pay-form__submit-button:hover {
  background-color: #AD1E1E;
  border-color: #AD1E1E;
}
.pay-form__submit-button:active {
  background-color: #E01314;
  border-color: #AD1E1E;
}
.pay-form__submit-button:disabled {
  background-color: #EE8A8A;
  border-color: #EE8A8A;
}

.pay-form__checkbox-wrapper {
  margin-bottom: 24px;
}

.pay-form__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.pay-form__checkbox:checked + .pay-form__label::before {
  background-color: #E01314;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 4L4 8l5-7' stroke='%23fff'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  border: none;
}

.pay-form__label {
  position: relative;
  display: block;
  padding-left: 26px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}
.pay-form__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #000000;
  background-repeat: no-repeat;
}

.pay-form__note {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

.pay-form__highlight {
  color: #e01314;
  font-weight: 700;
}

.scroll-button {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 42px;
  height: 42px;
  background-color: #e30613;
  border-radius: 50%;
  border: none;
  transition: background-color 250ms, opacity 250ms, visibility 250ms;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  z-index: 999;
}
.scroll-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.444 0L24.29 14.368l-2.314 1.909-9.59-11.632-10.12 11.66L0 14.34 12.444 0z' fill='%23F4F0E7'/%3E%3C/svg%3E");
}
.scroll-button--hide {
  opacity: 0;
  visibility: hidden;
}

.books {
  display: block;
  text-transform: none;
  background-color: #dddddd;
}
.books-list .card__backward .card__title {
  height: 40px;
}
.books-list .card__backward .card__desc {
  height: 200px;
}

.books-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.books-list .card--book {
  margin-right: 5.5555555556%;
  margin-bottom: 5.5555555556%;
}
.books-list .card--book:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .books-list .card--book:nth-of-type(3n) {
    margin-right: 5.5555555556%;
  }
}
@media screen and (max-width: 576px) {
  .books-list .card--book:nth-of-type(3n) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .books-list .card--book:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .books-list .card--book:nth-of-type(even) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .books-list .card--book {
    width: 47.2222222222%;
  }
}
@media screen and (max-width: 576px) {
  .books-list .card--book {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

.books-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  padding-bottom: 20px;
  margin-top: 10px;
}
.books-text_link {
  color: #2f394b;
}

.cards-list .card--book {
  width: 320px;
  margin: 8px 0 8px;
  margin-right: 20px;
}
@media (max-width: 400px) {
  .cards-list .card--book {
    width: 100%;
  }
}

.card--book {
  position: relative;
  width: 29.6296296296%;
  background-color: #fff;
  transition: all 0.35s;
}
.card--book::after {
  content: "";
  display: block;
  padding-top: 137.5%;
}
@media screen and (max-width: 768px) {
  .card--book .card__front {
    position: absolute;
  }
}
.card--book .card__cover {
  height: 100%;
}

.book {
  display: block;
  text-transform: uppercase;
  background-color: #fff;
}
.book__confirmation__desc {
  font-size: 16px;
  text-transform: none;
}
.book h1 {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  text-transform: none;
}
.book__authors {
  display: block;
  margin-bottom: 30px;
}
.book__author {
  display: inline;
}
.book__controls {
  display: block;
  margin-bottom: 30px;
}
.book__downloads {
  display: block;
  margin-bottom: 30px;
}
.book__downloads__title {
  font-size: 16px;
}
.book__specs {
  display: block;
}
.book__specs__note {
  margin-top: 10px;
  text-transform: none;
}
.book__spec {
  display: block;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.book__spec__name {
  font-weight: 700;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
.book__spec__val {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  padding-left: 10px;
}
.book__delivery_table table {
  margin-top: 15px;
  text-transform: none;
}
.book__delivery_table table tr td {
  font-weight: normal;
}
.book__tabs {
  margin-top: 30px;
  margin-bottom: 60px;
}
.book__tabs .nav-tabs {
  margin-bottom: 20px;
}
.book__tabs .tab-content {
  text-transform: none;
}
.book .promo-code__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.book .promo-code__text {
  margin-bottom: 40px;
}
.book .promo-code__desc {
  font-size: 18px;
  margin-bottom: 35px;
}
.book .promo-code__form {
  display: flex;
  align-items: flex-start;
}
.book .promo-code__form-field {
  width: calc(100% - 179px);
  height: 60px;
  margin-right: 15px;
  float: left;
  text-align: left;
  font-size: 18px;
  padding-left: 10px;
  font-family: Geometria, sans-serif;
}
.book .promo-code .button {
  padding-top: 21px;
  padding-bottom: 19px;
  font-weight: 700;
}

.epub-reader {
  position: relative;
}
.epub-reader-wrapper {
  position: relative;
}
.epub-reader #viewer.spreads {
  width: auto;
  height: 600px;
  box-shadow: 0 0 4px #ccc;
  border-radius: 5px;
  padding: 0;
  position: relative;
  margin: 10px auto;
  background: white url("../images/ajax-loader.gif") center center no-repeat;
  xxxtop: calc(50vh - 400px);
}
.epub-reader #viewer.spreads .epub-view > iframe {
  background: white;
}
.epub-reader #viewer.scrolled {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  position: relative;
  background: url("../images/ajax-loader.gif") center center no-repeat;
  box-shadow: 0 0 4px #ccc;
  padding: 20px;
  background: white;
}
.epub-reader #viewer.scrolled .epub-view > iframe {
  background: white;
}
.epub-reader .arrows {
  text-align: center;
}
.epub-reader .arrow {
  xxposition: fixed;
  top: 50%;
  margin-top: -32px;
  font-size: 64px;
  xxxcolor: #E2E2E2;
  font-family: arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
}
.epub-reader #prev {
  left: 0;
}
.epub-reader #next {
  right: 0;
}
.epub-reader #toc {
  display: block;
  margin: 10px auto;
}

@media (min-width: 1000px) {
  #viewer.spreads:after {
    position: absolute;
    width: 1px;
    border-right: 1px #000 solid;
    height: 90%;
    z-index: 1;
    left: 50%;
    margin-left: -1px;
    top: 5%;
    opacity: 0.15;
    box-shadow: -2px 0 15px black;
    content: "";
  }

  #viewer.spreads.single:after {
    display: none;
  }

  #prev {
    left: 40px;
  }

  #next {
    right: 40px;
  }
}
.negotiator__main-btn {
  position: relative;
  background-color: #C14545;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 35px;
  display: inline-block;
  text-align: center;
  border: none;
  overflow: hidden;
  box-shadow: none;
  z-index: 2;
}
.negotiator__main-btn:active {
  transform: translateY(3px);
}
.negotiator__main-btn:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.negotiator__main-btn::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 48%;
  width: 10px;
  height: 10px;
  background: none;
  border-color: transparent;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.negotiator__main-btn:hover::after {
  opacity: 1;
  transform: scale(35) translate(0, 0);
  background-color: #ED3233;
}

.negotiator__main-btn:hover {
  color: #ffffff;
}

.negotiator__block--btn:hover {
  color: #ffffff;
}

@media (max-width: 480px) {
  .negotiator__main-btn {
    padding: 17px 27px;
    font-size: 18px;
  }
}
.negotiator-main {
  margin: auto;
  position: relative;
  overflow: hidden;
  background: linear-gradient(253.75deg, #391E1E 0.66%, #2D2D2D 101.35%);
}
.negotiator-main__negotiator {
  margin-bottom: 94px;
  margin-top: 80px;
}

.negotiator-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.exth2 {
  display: none;
}

.exth1 {
  display: none;
}

@media (max-width: 768px) {
  .main__negotiator {
    margin-bottom: 105px;
  }
}
@media (max-width: 415px) {
  .main__negotiator {
    margin-top: 5px;
  }
}
.negotiator {
  padding-bottom: 60px;
  background-color: #EBEBEB;
}
.negotiator__dark-bg {
  font-family: "Geometria", "Arial", sans-serif;
  background-image: url("../images/ocenka-peregovornyh-navykov/0704223.png");
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-size: 75%;
  background-position-y: 113%;
}
.negotiator__container {
  position: relative;
  z-index: 999;
  display: flex;
  margin-top: 65px;
}
.negotiator__wrapper {
  width: 50%;
}
.negotiator__heading {
  color: #2C2C2C;
  line-height: 68px;
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 154px;
  min-height: 120px;
  width: 100%;
}
.negotiator__title {
  color: #2C2C2C;
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 43px;
  max-width: 450px;
}

@media screen and (min-width: 770px) and (max-width: 1200px) {
  .negotiator__dark-bg {
    background-position-y: 0%;
    background-size: 120%;
  }
  .negotiator__heading {
    font-size: 46px;
    line-height: 60px;
    margin-top: 100px;
  }
  .negotiator__left-img {
    width: 45%;
    position: absolute;
    bottom: -5%;
    left: 60%;
  }
  .negotiator__wrapper {
    width: 55%;
  }
  .negotiator-img {
    width: 100%;
  }
  .negotiator__container {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .negotiator {
    padding-bottom: 20px;
  }
  .negotiator__dark-bg {
    background-position-y: -53%;
    background-position-x: 40%;
    background-size: 130%;
  }
  .negotiator__container {
    flex-direction: column;
    margin: 0 auto;
  }
  .negotiator__wrapper {
    order: 2;
    width: 100%;
  }
  .negotiator__left-img {
    margin: 0 auto;
  }
  .negotiator__heading {
    margin: 0 auto;
    text-align: center;
    font-size: 44px;
    line-height: 55px;
  }
  .negotiator__title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 33px;
  }
  .negotiator__btn {
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: center;
  }
}
@media (max-width: 415px) {
  .exth1 {
    display: block;
    order: 1;
    padding: 0 30px;
  }
  .exth1 h1 {
    color: #2C2C2C;
    line-height: 30px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 288px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 28px;
  }

  .negotiator {
    padding-bottom: 8px;
  }
  .negotiator__dark-bg {
    background-size: 0;
  }
  .negotiator__container {
    margin-top: 0;
  }
  .negotiator__heading {
    display: none;
  }
  .negotiator-img {
    width: 100%;
  }
  .negotiator__left-img {
    order: 2;
    width: 100%;
  }
  .negotiator__wrapper {
    order: 3;
  }
  .negotiator__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
  }
}
.negotiator__about--heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 42px;
  max-width: 850px;
}
.negotiator__about--circle {
  width: 100%;
}
.negotiator__about-subtitle {
  margin-left: 110px;
  max-width: 562px;
  width: 100%;
}

.negotiator__about {
  display: flex;
  margin-bottom: 95px;
}
.negotiator__about--title {
  font-family: "Geometria", "Arial", sans-serif;
  text-align: left;
  color: #FFFFFF;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
}

.negotiator__step__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}
.negotiator__step__wrapper::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY1IiBoZWlnaHQ9IjU4MSIgdmlld0JveD0iMCAwIDQ2NSA1ODEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIzLjM2NCA5LjcxNTA3TDExNy43NTUgMEwxMTIuMTQ2IDkuNzE1MDdIMTIzLjM2NFpNNDUyLjkyMSA5LjcxNTA4TDQ1OC41MyA2LjkxNDE0ZS0wNkw0NjQuMTM5IDkuNzE1MDhINDUyLjkyMVpNMzk3LjU3MSAxMS40MzgxTDM5OS41MTkgMC4zOTA1NEw0MDguMTEyIDcuNjAxMzNMMzk3LjU3MSAxMS40MzgxWk0zNDAuNzc1IDEuNTE1MzNMMzQyLjcyMyAxMi41NjI5TDM1MS4zMTYgNS4zNTIxMUwzNDAuNzc1IDEuNTE1MzNaTTI4OC4xNDIgMTIuOTUzNUwyODIuNTMzIDMuMjM4MzlIMjkzLjc1MUwyODguMTQyIDEyLjk1MzVaTTIyNC45NjggNS4zNTE5NkwyMzMuNTYyIDEyLjU2MjhMMjM1LjUxIDEuNTE1MThMMjI0Ljk2OCA1LjM1MTk2Wk0xNzguNzE0IDExLjQzOEwxNjguMTcyIDcuNjAxMjZMMTc2Ljc2NiAwLjM5MDQ3M0wxNzguNzE0IDExLjQzOFpNNjcuMzM3NyA3LjYwMTQ1TDU2Ljc5NjIgMTEuNDM4Mkw1OC43NDQyIDAuMzkwNjYyTDY3LjMzNzcgNy42MDE0NVpNMS45NDgyNCAxMi41NjI2TDEwLjU0MTcgNS4zNTE4M0wwLjAwMDI0NDE0MSAxLjUxNTA1TDEuOTQ4MjQgMTIuNTYyNlpNNDUyLjkyMSA2MS4xODc0TDQ1OC41MyA1MS40NzIzTDQ2NC4xMzkgNjEuMTg3NEg0NTIuOTIxWk0zOTkuNTE5IDUxLjg2MjhMMzk3LjU3MSA2Mi45MTA0TDQwOC4xMTIgNTkuMDczNkwzOTkuNTE5IDUxLjg2MjhaTTM0Mi43MjMgNjQuMDM1MkwzNDAuNzc1IDUyLjk4NzZMMzUxLjMxNiA1Ni44MjQ0TDM0Mi43MjMgNjQuMDM1MlpNMjgyLjUzMyA1NC43MTA3TDI4OC4xNDIgNjQuNDI1OEwyOTMuNzUxIDU0LjcxMDdIMjgyLjUzM1pNMjMzLjU2MiA2NC4wMzVMMjI0Ljk2OCA1Ni44MjQzTDIzNS41MSA1Mi45ODc1TDIzMy41NjIgNjQuMDM1Wk0xNjguMTcyIDU5LjA3MzdMMTc4LjcxNCA2Mi45MTA1TDE3Ni43NjYgNTEuODYyOUwxNjguMTcyIDU5LjA3MzdaTTExNy43NTUgNTEuNDcyM0wxMjMuMzY0IDYxLjE4NzRIMTEyLjE0NkwxMTcuNzU1IDUxLjQ3MjNaTTU2Ljc5NjIgNjIuOTEwN0w2Ny4zMzc3IDU5LjA3MzlMNTguNzQ0MiA1MS44NjMxTDU2Ljc5NjIgNjIuOTEwN1pNMTAuNTQxNyA1Ni44MjQzTDEuOTQ4MjQgNjQuMDM1TDAuMDAwMjQ0MTQxIDUyLjk4NzVMMTAuNTQxNyA1Ni44MjQzWk00NTguNTMgMTAyLjk0NUw0NTIuOTIxIDExMi42Nkg0NjQuMTM5TDQ1OC41MyAxMDIuOTQ1Wk0zOTcuNTcxIDExNC4zODNMMzk5LjUxOSAxMDMuMzM1TDQwOC4xMTIgMTEwLjU0NkwzOTcuNTcxIDExNC4zODNaTTM0MC43NzUgMTA0LjQ2TDM0Mi43MjMgMTE1LjUwOEwzNTEuMzE2IDEwOC4yOTdMMzQwLjc3NSAxMDQuNDZaTTI4OC4xNDIgMTE1Ljg5OEwyODIuNTMzIDEwNi4xODNIMjkzLjc1MUwyODguMTQyIDExNS44OThaTTIyNC45NjggMTA4LjI5N0wyMzMuNTYyIDExNS41MDdMMjM1LjUxIDEwNC40NkwyMjQuOTY4IDEwOC4yOTdaTTE3OC43MTQgMTE0LjM4M0wxNjguMTcyIDExMC41NDZMMTc2Ljc2NiAxMDMuMzM1TDE3OC43MTQgMTE0LjM4M1pNMTIzLjM2NCAxMTIuNjZMMTE3Ljc1NSAxMDIuOTQ1TDExMi4xNDYgMTEyLjY2SDEyMy4zNjRaTTY3LjMzNzcgMTEwLjU0Nkw1Ni43OTYyIDExNC4zODNMNTguNzQ0MiAxMDMuMzM1TDY3LjMzNzcgMTEwLjU0NlpNMS45NDgyNCAxMTUuNTA3TDEwLjU0MTcgMTA4LjI5N0wwLjAwMDI0NDE0MSAxMDQuNDZMMS45NDgyNCAxMTUuNTA3Wk00NTIuOTIxIDI2MC42TDQ1OC41MyAyNzAuMzE1TDQ2NC4xMzkgMjYwLjZINDUyLjkyMVpNMzk5LjUxOSAyNjkuOTI0TDM5Ny41NzEgMjU4Ljg3N0w0MDguMTEyIDI2Mi43MTRMMzk5LjUxOSAyNjkuOTI0Wk0zNDIuNzIzIDI1Ny43NTJMMzQwLjc3NSAyNjguOEwzNTEuMzE2IDI2NC45NjNMMzQyLjcyMyAyNTcuNzUyWk0yODIuNTMzIDI2Ny4wNzdMMjg4LjE0MiAyNTcuMzYyTDI5My43NTEgMjY3LjA3N0gyODIuNTMzWk0yMzMuNTYyIDI1Ny43NTJMMjI0Ljk2OCAyNjQuOTYzTDIzNS41MSAyNjguOEwyMzMuNTYyIDI1Ny43NTJaTTE2OC4xNzIgMjYyLjcxNEwxNzguNzE0IDI1OC44NzdMMTc2Ljc2NiAyNjkuOTI1TDE2OC4xNzIgMjYyLjcxNFpNMTE3Ljc1NSAyNzAuMzE1TDEyMy4zNjQgMjYwLjZIMTEyLjE0NkwxMTcuNzU1IDI3MC4zMTVaTTU2Ljc5NjIgMjU4Ljg3N0w2Ny4zMzc3IDI2Mi43MTRMNTguNzQ0MiAyNjkuOTI0TDU2Ljc5NjIgMjU4Ljg3N1pNMTAuNTQxNyAyNjQuOTYzTDEuOTQ4MjQgMjU3Ljc1MkwwLjAwMDI0NDE0MSAyNjguOEwxMC41NDE3IDI2NC45NjNaTTQ1OC41MyAyMTguODQzTDQ1Mi45MjEgMjA5LjEyOEg0NjQuMTM5TDQ1OC41MyAyMTguODQzWk0zOTcuNTcxIDIwNy40MDVMMzk5LjUxOSAyMTguNDUyTDQwOC4xMTIgMjExLjI0MUwzOTcuNTcxIDIwNy40MDVaTTM0MC43NzUgMjE3LjMyN0wzNDIuNzIzIDIwNi4yOEwzNTEuMzE2IDIxMy40OTFMMzQwLjc3NSAyMTcuMzI3Wk0yODguMTQyIDIwNS44ODlMMjgyLjUzMyAyMTUuNjA0SDI5My43NTFMMjg4LjE0MiAyMDUuODg5Wk0yMjQuOTY4IDIxMy40OTFMMjMzLjU2MiAyMDYuMjhMMjM1LjUxIDIxNy4zMjhMMjI0Ljk2OCAyMTMuNDkxWk0xNzguNzE0IDIwNy40MDVMMTY4LjE3MiAyMTEuMjQxTDE3Ni43NjYgMjE4LjQ1MkwxNzguNzE0IDIwNy40MDVaTTEyMy4zNjQgMjA5LjEyOEwxMTcuNzU1IDIxOC44NDNMMTEyLjE0NiAyMDkuMTI4SDEyMy4zNjRaTTY3LjMzNzcgMjExLjI0MUw1Ni43OTYyIDIwNy40MDRMNTguNzQ0MiAyMTguNDUyTDY3LjMzNzcgMjExLjI0MVpNMS45NDgyNCAyMDYuMjhMMTAuNTQxNyAyMTMuNDkxTDAuMDAwMjQ0MTQxIDIxNy4zMjhMMS45NDgyNCAyMDYuMjhaTTQ1Mi45MjEgMTU3LjY1NUw0NTguNTMgMTY3LjM3TDQ2NC4xMzkgMTU3LjY1NUg0NTIuOTIxWk0zOTkuNTE5IDE2Ni45OEwzOTcuNTcxIDE1NS45MzJMNDA4LjExMiAxNTkuNzY5TDM5OS41MTkgMTY2Ljk4Wk0zNDIuNzIzIDE1NC44MDdMMzQwLjc3NSAxNjUuODU1TDM1MS4zMTYgMTYyLjAxOEwzNDIuNzIzIDE1NC44MDdaTTI4Mi41MzMgMTY0LjEzMkwyODguMTQyIDE1NC40MTdMMjkzLjc1MSAxNjQuMTMySDI4Mi41MzNaTTIzMy41NjIgMTU0LjgwOEwyMjQuOTY4IDE2Mi4wMThMMjM1LjUxIDE2NS44NTVMMjMzLjU2MiAxNTQuODA4Wk0xNjguMTcyIDE1OS43NjlMMTc4LjcxNCAxNTUuOTMyTDE3Ni43NjYgMTY2Ljk4TDE2OC4xNzIgMTU5Ljc2OVpNMTE3Ljc1NSAxNjcuMzdMMTIzLjM2NCAxNTcuNjU1SDExMi4xNDZMMTE3Ljc1NSAxNjcuMzdaTTU2Ljc5NjIgMTU1LjkzMkw2Ny4zMzc3IDE1OS43NjlMNTguNzQ0MiAxNjYuOThMNTYuNzk2MiAxNTUuOTMyWk0xMC41NDE3IDE2Mi4wMThMMS45NDgyNCAxNTQuODA4TDAuMDAwMjQ0MTQxIDE2NS44NTVMMTAuNTQxNyAxNjIuMDE4WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyMy4zNjQgMzE5LjcxNUwxMTcuNzU1IDMxMEwxMTIuMTQ2IDMxOS43MTVIMTIzLjM2NFpNNDUyLjkyMSAzMTkuNzE1TDQ1OC41MyAzMTBMNDY0LjEzOSAzMTkuNzE1SDQ1Mi45MjFaTTM5Ny41NzEgMzIxLjQzOEwzOTkuNTE5IDMxMC4zOTFMNDA4LjExMiAzMTcuNjAxTDM5Ny41NzEgMzIxLjQzOFpNMzQwLjc3NSAzMTEuNTE1TDM0Mi43MjMgMzIyLjU2M0wzNTEuMzE2IDMxNS4zNTJMMzQwLjc3NSAzMTEuNTE1Wk0yODguMTQyIDMyMi45NTNMMjgyLjUzMyAzMTMuMjM4SDI5My43NTFMMjg4LjE0MiAzMjIuOTUzWk0yMjQuOTY4IDMxNS4zNTJMMjMzLjU2MiAzMjIuNTYzTDIzNS41MSAzMTEuNTE1TDIyNC45NjggMzE1LjM1MlpNMTc4LjcxNCAzMjEuNDM4TDE2OC4xNzIgMzE3LjYwMUwxNzYuNzY2IDMxMC4zOUwxNzguNzE0IDMyMS40MzhaTTY3LjMzNzcgMzE3LjYwMUw1Ni43OTYyIDMyMS40MzhMNTguNzQ0MiAzMTAuMzkxTDY3LjMzNzcgMzE3LjYwMVpNMS45NDgyNCAzMjIuNTYzTDEwLjU0MTcgMzE1LjM1MkwwLjAwMDI0NDE0MSAzMTEuNTE1TDEuOTQ4MjQgMzIyLjU2M1pNNDUyLjkyMSAzNzEuMTg3TDQ1OC41MyAzNjEuNDcyTDQ2NC4xMzkgMzcxLjE4N0g0NTIuOTIxWk0zOTkuNTE5IDM2MS44NjNMMzk3LjU3MSAzNzIuOTFMNDA4LjExMiAzNjkuMDc0TDM5OS41MTkgMzYxLjg2M1pNMzQyLjcyMyAzNzQuMDM1TDM0MC43NzUgMzYyLjk4OEwzNTEuMzE2IDM2Ni44MjRMMzQyLjcyMyAzNzQuMDM1Wk0yODIuNTMzIDM2NC43MTFMMjg4LjE0MiAzNzQuNDI2TDI5My43NTEgMzY0LjcxMUgyODIuNTMzWk0yMzMuNTYyIDM3NC4wMzVMMjI0Ljk2OCAzNjYuODI0TDIzNS41MSAzNjIuOTg3TDIzMy41NjIgMzc0LjAzNVpNMTY4LjE3MiAzNjkuMDc0TDE3OC43MTQgMzcyLjkxTDE3Ni43NjYgMzYxLjg2M0wxNjguMTcyIDM2OS4wNzRaTTExNy43NTUgMzYxLjQ3MkwxMjMuMzY0IDM3MS4xODdIMTEyLjE0NkwxMTcuNzU1IDM2MS40NzJaTTU2Ljc5NjIgMzcyLjkxMUw2Ny4zMzc3IDM2OS4wNzRMNTguNzQ0MiAzNjEuODYzTDU2Ljc5NjIgMzcyLjkxMVpNMTAuNTQxNyAzNjYuODI0TDEuOTQ4MjQgMzc0LjAzNUwwLjAwMDI0NDE0MSAzNjIuOTg3TDEwLjU0MTcgMzY2LjgyNFpNNDU4LjUzIDQxMi45NDVMNDUyLjkyMSA0MjIuNjZINDY0LjEzOUw0NTguNTMgNDEyLjk0NVpNMzk3LjU3MSA0MjQuMzgzTDM5OS41MTkgNDEzLjMzNUw0MDguMTEyIDQyMC41NDZMMzk3LjU3MSA0MjQuMzgzWk0zNDAuNzc1IDQxNC40NkwzNDIuNzIzIDQyNS41MDhMMzUxLjMxNiA0MTguMjk3TDM0MC43NzUgNDE0LjQ2Wk0yODguMTQyIDQyNS44OThMMjgyLjUzMyA0MTYuMTgzSDI5My43NTFMMjg4LjE0MiA0MjUuODk4Wk0yMjQuOTY4IDQxOC4yOTdMMjMzLjU2MiA0MjUuNTA3TDIzNS41MSA0MTQuNDZMMjI0Ljk2OCA0MTguMjk3Wk0xNzguNzE0IDQyNC4zODNMMTY4LjE3MiA0MjAuNTQ2TDE3Ni43NjYgNDEzLjMzNUwxNzguNzE0IDQyNC4zODNaTTEyMy4zNjQgNDIyLjY2TDExNy43NTUgNDEyLjk0NUwxMTIuMTQ2IDQyMi42NkgxMjMuMzY0Wk02Ny4zMzc3IDQyMC41NDZMNTYuNzk2MiA0MjQuMzgzTDU4Ljc0NDIgNDEzLjMzNUw2Ny4zMzc3IDQyMC41NDZaTTEuOTQ4MjQgNDI1LjUwN0wxMC41NDE3IDQxOC4yOTdMMC4wMDAyNDQxNDEgNDE0LjQ2TDEuOTQ4MjQgNDI1LjUwN1pNNDUyLjkyMSA1NzAuNkw0NTguNTMgNTgwLjMxNUw0NjQuMTM5IDU3MC42SDQ1Mi45MjFaTTM5OS41MTkgNTc5LjkyNEwzOTcuNTcxIDU2OC44NzdMNDA4LjExMiA1NzIuNzE0TDM5OS41MTkgNTc5LjkyNFpNMzQyLjcyMyA1NjcuNzUyTDM0MC43NzUgNTc4LjhMMzUxLjMxNiA1NzQuOTYzTDM0Mi43MjMgNTY3Ljc1MlpNMjgyLjUzMyA1NzcuMDc3TDI4OC4xNDIgNTY3LjM2MkwyOTMuNzUxIDU3Ny4wNzdIMjgyLjUzM1pNMjMzLjU2MiA1NjcuNzUyTDIyNC45NjggNTc0Ljk2M0wyMzUuNTEgNTc4LjhMMjMzLjU2MiA1NjcuNzUyWk0xNjguMTcyIDU3Mi43MTRMMTc4LjcxNCA1NjguODc3TDE3Ni43NjYgNTc5LjkyNUwxNjguMTcyIDU3Mi43MTRaTTExNy43NTUgNTgwLjMxNUwxMjMuMzY0IDU3MC42SDExMi4xNDZMMTE3Ljc1NSA1ODAuMzE1Wk01Ni43OTYyIDU2OC44NzdMNjcuMzM3NyA1NzIuNzE0TDU4Ljc0NDIgNTc5LjkyNEw1Ni43OTYyIDU2OC44NzdaTTEwLjU0MTcgNTc0Ljk2M0wxLjk0ODI0IDU2Ny43NTJMMC4wMDAyNDQxNDEgNTc4LjhMMTAuNTQxNyA1NzQuOTYzWk00NTguNTMgNTI4Ljg0M0w0NTIuOTIxIDUxOS4xMjhINDY0LjEzOUw0NTguNTMgNTI4Ljg0M1pNMzk3LjU3MSA1MTcuNDA1TDM5OS41MTkgNTI4LjQ1Mkw0MDguMTEyIDUyMS4yNDFMMzk3LjU3MSA1MTcuNDA1Wk0zNDAuNzc1IDUyNy4zMjdMMzQyLjcyMyA1MTYuMjhMMzUxLjMxNiA1MjMuNDkxTDM0MC43NzUgNTI3LjMyN1pNMjg4LjE0MiA1MTUuODg5TDI4Mi41MzMgNTI1LjYwNEgyOTMuNzUxTDI4OC4xNDIgNTE1Ljg4OVpNMjI0Ljk2OCA1MjMuNDkxTDIzMy41NjIgNTE2LjI4TDIzNS41MSA1MjcuMzI4TDIyNC45NjggNTIzLjQ5MVpNMTc4LjcxNCA1MTcuNDA1TDE2OC4xNzIgNTIxLjI0MUwxNzYuNzY2IDUyOC40NTJMMTc4LjcxNCA1MTcuNDA1Wk0xMjMuMzY0IDUxOS4xMjhMMTE3Ljc1NSA1MjguODQzTDExMi4xNDYgNTE5LjEyOEgxMjMuMzY0Wk02Ny4zMzc3IDUyMS4yNDFMNTYuNzk2MiA1MTcuNDA0TDU4Ljc0NDIgNTI4LjQ1Mkw2Ny4zMzc3IDUyMS4yNDFaTTEuOTQ4MjQgNTE2LjI4TDEwLjU0MTcgNTIzLjQ5MUwwLjAwMDI0NDE0MSA1MjcuMzI4TDEuOTQ4MjQgNTE2LjI4Wk00NTIuOTIxIDQ2Ny42NTVMNDU4LjUzIDQ3Ny4zN0w0NjQuMTM5IDQ2Ny42NTVINDUyLjkyMVpNMzk5LjUxOSA0NzYuOThMMzk3LjU3MSA0NjUuOTMyTDQwOC4xMTIgNDY5Ljc2OUwzOTkuNTE5IDQ3Ni45OFpNMzQyLjcyMyA0NjQuODA3TDM0MC43NzUgNDc1Ljg1NUwzNTEuMzE2IDQ3Mi4wMThMMzQyLjcyMyA0NjQuODA3Wk0yODIuNTMzIDQ3NC4xMzJMMjg4LjE0MiA0NjQuNDE3TDI5My43NTEgNDc0LjEzMkgyODIuNTMzWk0yMzMuNTYyIDQ2NC44MDhMMjI0Ljk2OCA0NzIuMDE4TDIzNS41MSA0NzUuODU1TDIzMy41NjIgNDY0LjgwOFpNMTY4LjE3MiA0NjkuNzY5TDE3OC43MTQgNDY1LjkzMkwxNzYuNzY2IDQ3Ni45OEwxNjguMTcyIDQ2OS43NjlaTTExNy43NTUgNDc3LjM3TDEyMy4zNjQgNDY3LjY1NUgxMTIuMTQ2TDExNy43NTUgNDc3LjM3Wk01Ni43OTYyIDQ2NS45MzJMNjcuMzM3NyA0NjkuNzY5TDU4Ljc0NDIgNDc2Ljk4TDU2Ljc5NjIgNDY1LjkzMlpNMTAuNTQxNyA0NzIuMDE4TDEuOTQ4MjQgNDY0LjgwOEwwLjAwMDI0NDE0MSA0NzUuODU1TDEwLjU0MTcgNDcyLjAxOFoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjQ2My45OTkiIHkxPSIxMC4xNjI2IiB4Mj0iLTQzLjU4NTUiIHkyPSIzMDQuNzQzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDRkNGQ0YiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0NGQ0ZDRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSI0NjMuOTk5IiB5MT0iMzIwLjE2MyIgeDI9Ii00My41ODU1IiB5Mj0iNjE0Ljc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQ0ZDRkNGIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDRkNGQ0YiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 20%;
  background-position-x: 10%;
  background-size: 45%;
  width: 100%;
  height: 250px;
  z-index: -1;
  left: -34%;
  bottom: -170px;
}
.negotiator__step__wrapper::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY1IiBoZWlnaHQ9IjU4MSIgdmlld0JveD0iMCAwIDQ2NSA1ODEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIzLjM2NCA5LjcxNTA3TDExNy43NTUgMEwxMTIuMTQ2IDkuNzE1MDdIMTIzLjM2NFpNNDUyLjkyMSA5LjcxNTA4TDQ1OC41MyA2LjkxNDE0ZS0wNkw0NjQuMTM5IDkuNzE1MDhINDUyLjkyMVpNMzk3LjU3MSAxMS40MzgxTDM5OS41MTkgMC4zOTA1NEw0MDguMTEyIDcuNjAxMzNMMzk3LjU3MSAxMS40MzgxWk0zNDAuNzc1IDEuNTE1MzNMMzQyLjcyMyAxMi41NjI5TDM1MS4zMTYgNS4zNTIxMUwzNDAuNzc1IDEuNTE1MzNaTTI4OC4xNDIgMTIuOTUzNUwyODIuNTMzIDMuMjM4MzlIMjkzLjc1MUwyODguMTQyIDEyLjk1MzVaTTIyNC45NjggNS4zNTE5NkwyMzMuNTYyIDEyLjU2MjhMMjM1LjUxIDEuNTE1MThMMjI0Ljk2OCA1LjM1MTk2Wk0xNzguNzE0IDExLjQzOEwxNjguMTcyIDcuNjAxMjZMMTc2Ljc2NiAwLjM5MDQ3M0wxNzguNzE0IDExLjQzOFpNNjcuMzM3NyA3LjYwMTQ1TDU2Ljc5NjIgMTEuNDM4Mkw1OC43NDQyIDAuMzkwNjYyTDY3LjMzNzcgNy42MDE0NVpNMS45NDgyNCAxMi41NjI2TDEwLjU0MTcgNS4zNTE4M0wwLjAwMDI0NDE0MSAxLjUxNTA1TDEuOTQ4MjQgMTIuNTYyNlpNNDUyLjkyMSA2MS4xODc0TDQ1OC41MyA1MS40NzIzTDQ2NC4xMzkgNjEuMTg3NEg0NTIuOTIxWk0zOTkuNTE5IDUxLjg2MjhMMzk3LjU3MSA2Mi45MTA0TDQwOC4xMTIgNTkuMDczNkwzOTkuNTE5IDUxLjg2MjhaTTM0Mi43MjMgNjQuMDM1MkwzNDAuNzc1IDUyLjk4NzZMMzUxLjMxNiA1Ni44MjQ0TDM0Mi43MjMgNjQuMDM1MlpNMjgyLjUzMyA1NC43MTA3TDI4OC4xNDIgNjQuNDI1OEwyOTMuNzUxIDU0LjcxMDdIMjgyLjUzM1pNMjMzLjU2MiA2NC4wMzVMMjI0Ljk2OCA1Ni44MjQzTDIzNS41MSA1Mi45ODc1TDIzMy41NjIgNjQuMDM1Wk0xNjguMTcyIDU5LjA3MzdMMTc4LjcxNCA2Mi45MTA1TDE3Ni43NjYgNTEuODYyOUwxNjguMTcyIDU5LjA3MzdaTTExNy43NTUgNTEuNDcyM0wxMjMuMzY0IDYxLjE4NzRIMTEyLjE0NkwxMTcuNzU1IDUxLjQ3MjNaTTU2Ljc5NjIgNjIuOTEwN0w2Ny4zMzc3IDU5LjA3MzlMNTguNzQ0MiA1MS44NjMxTDU2Ljc5NjIgNjIuOTEwN1pNMTAuNTQxNyA1Ni44MjQzTDEuOTQ4MjQgNjQuMDM1TDAuMDAwMjQ0MTQxIDUyLjk4NzVMMTAuNTQxNyA1Ni44MjQzWk00NTguNTMgMTAyLjk0NUw0NTIuOTIxIDExMi42Nkg0NjQuMTM5TDQ1OC41MyAxMDIuOTQ1Wk0zOTcuNTcxIDExNC4zODNMMzk5LjUxOSAxMDMuMzM1TDQwOC4xMTIgMTEwLjU0NkwzOTcuNTcxIDExNC4zODNaTTM0MC43NzUgMTA0LjQ2TDM0Mi43MjMgMTE1LjUwOEwzNTEuMzE2IDEwOC4yOTdMMzQwLjc3NSAxMDQuNDZaTTI4OC4xNDIgMTE1Ljg5OEwyODIuNTMzIDEwNi4xODNIMjkzLjc1MUwyODguMTQyIDExNS44OThaTTIyNC45NjggMTA4LjI5N0wyMzMuNTYyIDExNS41MDdMMjM1LjUxIDEwNC40NkwyMjQuOTY4IDEwOC4yOTdaTTE3OC43MTQgMTE0LjM4M0wxNjguMTcyIDExMC41NDZMMTc2Ljc2NiAxMDMuMzM1TDE3OC43MTQgMTE0LjM4M1pNMTIzLjM2NCAxMTIuNjZMMTE3Ljc1NSAxMDIuOTQ1TDExMi4xNDYgMTEyLjY2SDEyMy4zNjRaTTY3LjMzNzcgMTEwLjU0Nkw1Ni43OTYyIDExNC4zODNMNTguNzQ0MiAxMDMuMzM1TDY3LjMzNzcgMTEwLjU0NlpNMS45NDgyNCAxMTUuNTA3TDEwLjU0MTcgMTA4LjI5N0wwLjAwMDI0NDE0MSAxMDQuNDZMMS45NDgyNCAxMTUuNTA3Wk00NTIuOTIxIDI2MC42TDQ1OC41MyAyNzAuMzE1TDQ2NC4xMzkgMjYwLjZINDUyLjkyMVpNMzk5LjUxOSAyNjkuOTI0TDM5Ny41NzEgMjU4Ljg3N0w0MDguMTEyIDI2Mi43MTRMMzk5LjUxOSAyNjkuOTI0Wk0zNDIuNzIzIDI1Ny43NTJMMzQwLjc3NSAyNjguOEwzNTEuMzE2IDI2NC45NjNMMzQyLjcyMyAyNTcuNzUyWk0yODIuNTMzIDI2Ny4wNzdMMjg4LjE0MiAyNTcuMzYyTDI5My43NTEgMjY3LjA3N0gyODIuNTMzWk0yMzMuNTYyIDI1Ny43NTJMMjI0Ljk2OCAyNjQuOTYzTDIzNS41MSAyNjguOEwyMzMuNTYyIDI1Ny43NTJaTTE2OC4xNzIgMjYyLjcxNEwxNzguNzE0IDI1OC44NzdMMTc2Ljc2NiAyNjkuOTI1TDE2OC4xNzIgMjYyLjcxNFpNMTE3Ljc1NSAyNzAuMzE1TDEyMy4zNjQgMjYwLjZIMTEyLjE0NkwxMTcuNzU1IDI3MC4zMTVaTTU2Ljc5NjIgMjU4Ljg3N0w2Ny4zMzc3IDI2Mi43MTRMNTguNzQ0MiAyNjkuOTI0TDU2Ljc5NjIgMjU4Ljg3N1pNMTAuNTQxNyAyNjQuOTYzTDEuOTQ4MjQgMjU3Ljc1MkwwLjAwMDI0NDE0MSAyNjguOEwxMC41NDE3IDI2NC45NjNaTTQ1OC41MyAyMTguODQzTDQ1Mi45MjEgMjA5LjEyOEg0NjQuMTM5TDQ1OC41MyAyMTguODQzWk0zOTcuNTcxIDIwNy40MDVMMzk5LjUxOSAyMTguNDUyTDQwOC4xMTIgMjExLjI0MUwzOTcuNTcxIDIwNy40MDVaTTM0MC43NzUgMjE3LjMyN0wzNDIuNzIzIDIwNi4yOEwzNTEuMzE2IDIxMy40OTFMMzQwLjc3NSAyMTcuMzI3Wk0yODguMTQyIDIwNS44ODlMMjgyLjUzMyAyMTUuNjA0SDI5My43NTFMMjg4LjE0MiAyMDUuODg5Wk0yMjQuOTY4IDIxMy40OTFMMjMzLjU2MiAyMDYuMjhMMjM1LjUxIDIxNy4zMjhMMjI0Ljk2OCAyMTMuNDkxWk0xNzguNzE0IDIwNy40MDVMMTY4LjE3MiAyMTEuMjQxTDE3Ni43NjYgMjE4LjQ1MkwxNzguNzE0IDIwNy40MDVaTTEyMy4zNjQgMjA5LjEyOEwxMTcuNzU1IDIxOC44NDNMMTEyLjE0NiAyMDkuMTI4SDEyMy4zNjRaTTY3LjMzNzcgMjExLjI0MUw1Ni43OTYyIDIwNy40MDRMNTguNzQ0MiAyMTguNDUyTDY3LjMzNzcgMjExLjI0MVpNMS45NDgyNCAyMDYuMjhMMTAuNTQxNyAyMTMuNDkxTDAuMDAwMjQ0MTQxIDIxNy4zMjhMMS45NDgyNCAyMDYuMjhaTTQ1Mi45MjEgMTU3LjY1NUw0NTguNTMgMTY3LjM3TDQ2NC4xMzkgMTU3LjY1NUg0NTIuOTIxWk0zOTkuNTE5IDE2Ni45OEwzOTcuNTcxIDE1NS45MzJMNDA4LjExMiAxNTkuNzY5TDM5OS41MTkgMTY2Ljk4Wk0zNDIuNzIzIDE1NC44MDdMMzQwLjc3NSAxNjUuODU1TDM1MS4zMTYgMTYyLjAxOEwzNDIuNzIzIDE1NC44MDdaTTI4Mi41MzMgMTY0LjEzMkwyODguMTQyIDE1NC40MTdMMjkzLjc1MSAxNjQuMTMySDI4Mi41MzNaTTIzMy41NjIgMTU0LjgwOEwyMjQuOTY4IDE2Mi4wMThMMjM1LjUxIDE2NS44NTVMMjMzLjU2MiAxNTQuODA4Wk0xNjguMTcyIDE1OS43NjlMMTc4LjcxNCAxNTUuOTMyTDE3Ni43NjYgMTY2Ljk4TDE2OC4xNzIgMTU5Ljc2OVpNMTE3Ljc1NSAxNjcuMzdMMTIzLjM2NCAxNTcuNjU1SDExMi4xNDZMMTE3Ljc1NSAxNjcuMzdaTTU2Ljc5NjIgMTU1LjkzMkw2Ny4zMzc3IDE1OS43NjlMNTguNzQ0MiAxNjYuOThMNTYuNzk2MiAxNTUuOTMyWk0xMC41NDE3IDE2Mi4wMThMMS45NDgyNCAxNTQuODA4TDAuMDAwMjQ0MTQxIDE2NS44NTVMMTAuNTQxNyAxNjIuMDE4WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyMy4zNjQgMzE5LjcxNUwxMTcuNzU1IDMxMEwxMTIuMTQ2IDMxOS43MTVIMTIzLjM2NFpNNDUyLjkyMSAzMTkuNzE1TDQ1OC41MyAzMTBMNDY0LjEzOSAzMTkuNzE1SDQ1Mi45MjFaTTM5Ny41NzEgMzIxLjQzOEwzOTkuNTE5IDMxMC4zOTFMNDA4LjExMiAzMTcuNjAxTDM5Ny41NzEgMzIxLjQzOFpNMzQwLjc3NSAzMTEuNTE1TDM0Mi43MjMgMzIyLjU2M0wzNTEuMzE2IDMxNS4zNTJMMzQwLjc3NSAzMTEuNTE1Wk0yODguMTQyIDMyMi45NTNMMjgyLjUzMyAzMTMuMjM4SDI5My43NTFMMjg4LjE0MiAzMjIuOTUzWk0yMjQuOTY4IDMxNS4zNTJMMjMzLjU2MiAzMjIuNTYzTDIzNS41MSAzMTEuNTE1TDIyNC45NjggMzE1LjM1MlpNMTc4LjcxNCAzMjEuNDM4TDE2OC4xNzIgMzE3LjYwMUwxNzYuNzY2IDMxMC4zOUwxNzguNzE0IDMyMS40MzhaTTY3LjMzNzcgMzE3LjYwMUw1Ni43OTYyIDMyMS40MzhMNTguNzQ0MiAzMTAuMzkxTDY3LjMzNzcgMzE3LjYwMVpNMS45NDgyNCAzMjIuNTYzTDEwLjU0MTcgMzE1LjM1MkwwLjAwMDI0NDE0MSAzMTEuNTE1TDEuOTQ4MjQgMzIyLjU2M1pNNDUyLjkyMSAzNzEuMTg3TDQ1OC41MyAzNjEuNDcyTDQ2NC4xMzkgMzcxLjE4N0g0NTIuOTIxWk0zOTkuNTE5IDM2MS44NjNMMzk3LjU3MSAzNzIuOTFMNDA4LjExMiAzNjkuMDc0TDM5OS41MTkgMzYxLjg2M1pNMzQyLjcyMyAzNzQuMDM1TDM0MC43NzUgMzYyLjk4OEwzNTEuMzE2IDM2Ni44MjRMMzQyLjcyMyAzNzQuMDM1Wk0yODIuNTMzIDM2NC43MTFMMjg4LjE0MiAzNzQuNDI2TDI5My43NTEgMzY0LjcxMUgyODIuNTMzWk0yMzMuNTYyIDM3NC4wMzVMMjI0Ljk2OCAzNjYuODI0TDIzNS41MSAzNjIuOTg3TDIzMy41NjIgMzc0LjAzNVpNMTY4LjE3MiAzNjkuMDc0TDE3OC43MTQgMzcyLjkxTDE3Ni43NjYgMzYxLjg2M0wxNjguMTcyIDM2OS4wNzRaTTExNy43NTUgMzYxLjQ3MkwxMjMuMzY0IDM3MS4xODdIMTEyLjE0NkwxMTcuNzU1IDM2MS40NzJaTTU2Ljc5NjIgMzcyLjkxMUw2Ny4zMzc3IDM2OS4wNzRMNTguNzQ0MiAzNjEuODYzTDU2Ljc5NjIgMzcyLjkxMVpNMTAuNTQxNyAzNjYuODI0TDEuOTQ4MjQgMzc0LjAzNUwwLjAwMDI0NDE0MSAzNjIuOTg3TDEwLjU0MTcgMzY2LjgyNFpNNDU4LjUzIDQxMi45NDVMNDUyLjkyMSA0MjIuNjZINDY0LjEzOUw0NTguNTMgNDEyLjk0NVpNMzk3LjU3MSA0MjQuMzgzTDM5OS41MTkgNDEzLjMzNUw0MDguMTEyIDQyMC41NDZMMzk3LjU3MSA0MjQuMzgzWk0zNDAuNzc1IDQxNC40NkwzNDIuNzIzIDQyNS41MDhMMzUxLjMxNiA0MTguMjk3TDM0MC43NzUgNDE0LjQ2Wk0yODguMTQyIDQyNS44OThMMjgyLjUzMyA0MTYuMTgzSDI5My43NTFMMjg4LjE0MiA0MjUuODk4Wk0yMjQuOTY4IDQxOC4yOTdMMjMzLjU2MiA0MjUuNTA3TDIzNS41MSA0MTQuNDZMMjI0Ljk2OCA0MTguMjk3Wk0xNzguNzE0IDQyNC4zODNMMTY4LjE3MiA0MjAuNTQ2TDE3Ni43NjYgNDEzLjMzNUwxNzguNzE0IDQyNC4zODNaTTEyMy4zNjQgNDIyLjY2TDExNy43NTUgNDEyLjk0NUwxMTIuMTQ2IDQyMi42NkgxMjMuMzY0Wk02Ny4zMzc3IDQyMC41NDZMNTYuNzk2MiA0MjQuMzgzTDU4Ljc0NDIgNDEzLjMzNUw2Ny4zMzc3IDQyMC41NDZaTTEuOTQ4MjQgNDI1LjUwN0wxMC41NDE3IDQxOC4yOTdMMC4wMDAyNDQxNDEgNDE0LjQ2TDEuOTQ4MjQgNDI1LjUwN1pNNDUyLjkyMSA1NzAuNkw0NTguNTMgNTgwLjMxNUw0NjQuMTM5IDU3MC42SDQ1Mi45MjFaTTM5OS41MTkgNTc5LjkyNEwzOTcuNTcxIDU2OC44NzdMNDA4LjExMiA1NzIuNzE0TDM5OS41MTkgNTc5LjkyNFpNMzQyLjcyMyA1NjcuNzUyTDM0MC43NzUgNTc4LjhMMzUxLjMxNiA1NzQuOTYzTDM0Mi43MjMgNTY3Ljc1MlpNMjgyLjUzMyA1NzcuMDc3TDI4OC4xNDIgNTY3LjM2MkwyOTMuNzUxIDU3Ny4wNzdIMjgyLjUzM1pNMjMzLjU2MiA1NjcuNzUyTDIyNC45NjggNTc0Ljk2M0wyMzUuNTEgNTc4LjhMMjMzLjU2MiA1NjcuNzUyWk0xNjguMTcyIDU3Mi43MTRMMTc4LjcxNCA1NjguODc3TDE3Ni43NjYgNTc5LjkyNUwxNjguMTcyIDU3Mi43MTRaTTExNy43NTUgNTgwLjMxNUwxMjMuMzY0IDU3MC42SDExMi4xNDZMMTE3Ljc1NSA1ODAuMzE1Wk01Ni43OTYyIDU2OC44NzdMNjcuMzM3NyA1NzIuNzE0TDU4Ljc0NDIgNTc5LjkyNEw1Ni43OTYyIDU2OC44NzdaTTEwLjU0MTcgNTc0Ljk2M0wxLjk0ODI0IDU2Ny43NTJMMC4wMDAyNDQxNDEgNTc4LjhMMTAuNTQxNyA1NzQuOTYzWk00NTguNTMgNTI4Ljg0M0w0NTIuOTIxIDUxOS4xMjhINDY0LjEzOUw0NTguNTMgNTI4Ljg0M1pNMzk3LjU3MSA1MTcuNDA1TDM5OS41MTkgNTI4LjQ1Mkw0MDguMTEyIDUyMS4yNDFMMzk3LjU3MSA1MTcuNDA1Wk0zNDAuNzc1IDUyNy4zMjdMMzQyLjcyMyA1MTYuMjhMMzUxLjMxNiA1MjMuNDkxTDM0MC43NzUgNTI3LjMyN1pNMjg4LjE0MiA1MTUuODg5TDI4Mi41MzMgNTI1LjYwNEgyOTMuNzUxTDI4OC4xNDIgNTE1Ljg4OVpNMjI0Ljk2OCA1MjMuNDkxTDIzMy41NjIgNTE2LjI4TDIzNS41MSA1MjcuMzI4TDIyNC45NjggNTIzLjQ5MVpNMTc4LjcxNCA1MTcuNDA1TDE2OC4xNzIgNTIxLjI0MUwxNzYuNzY2IDUyOC40NTJMMTc4LjcxNCA1MTcuNDA1Wk0xMjMuMzY0IDUxOS4xMjhMMTE3Ljc1NSA1MjguODQzTDExMi4xNDYgNTE5LjEyOEgxMjMuMzY0Wk02Ny4zMzc3IDUyMS4yNDFMNTYuNzk2MiA1MTcuNDA0TDU4Ljc0NDIgNTI4LjQ1Mkw2Ny4zMzc3IDUyMS4yNDFaTTEuOTQ4MjQgNTE2LjI4TDEwLjU0MTcgNTIzLjQ5MUwwLjAwMDI0NDE0MSA1MjcuMzI4TDEuOTQ4MjQgNTE2LjI4Wk00NTIuOTIxIDQ2Ny42NTVMNDU4LjUzIDQ3Ny4zN0w0NjQuMTM5IDQ2Ny42NTVINDUyLjkyMVpNMzk5LjUxOSA0NzYuOThMMzk3LjU3MSA0NjUuOTMyTDQwOC4xMTIgNDY5Ljc2OUwzOTkuNTE5IDQ3Ni45OFpNMzQyLjcyMyA0NjQuODA3TDM0MC43NzUgNDc1Ljg1NUwzNTEuMzE2IDQ3Mi4wMThMMzQyLjcyMyA0NjQuODA3Wk0yODIuNTMzIDQ3NC4xMzJMMjg4LjE0MiA0NjQuNDE3TDI5My43NTEgNDc0LjEzMkgyODIuNTMzWk0yMzMuNTYyIDQ2NC44MDhMMjI0Ljk2OCA0NzIuMDE4TDIzNS41MSA0NzUuODU1TDIzMy41NjIgNDY0LjgwOFpNMTY4LjE3MiA0NjkuNzY5TDE3OC43MTQgNDY1LjkzMkwxNzYuNzY2IDQ3Ni45OEwxNjguMTcyIDQ2OS43NjlaTTExNy43NTUgNDc3LjM3TDEyMy4zNjQgNDY3LjY1NUgxMTIuMTQ2TDExNy43NTUgNDc3LjM3Wk01Ni43OTYyIDQ2NS45MzJMNjcuMzM3NyA0NjkuNzY5TDU4Ljc0NDIgNDc2Ljk4TDU2Ljc5NjIgNDY1LjkzMlpNMTAuNTQxNyA0NzIuMDE4TDEuOTQ4MjQgNDY0LjgwOEwwLjAwMDI0NDE0MSA0NzUuODU1TDEwLjU0MTcgNDcyLjAxOFoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjQ2My45OTkiIHkxPSIxMC4xNjI2IiB4Mj0iLTQzLjU4NTUiIHkyPSIzMDQuNzQzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDRkNGQ0YiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0NGQ0ZDRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSI0NjMuOTk5IiB5MT0iMzIwLjE2MyIgeDI9Ii00My41ODU1IiB5Mj0iNjE0Ljc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQ0ZDRkNGIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDRkNGQ0YiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 20%;
  background-position-x: 10%;
  background-size: 45%;
  width: 100%;
  height: 250px;
  z-index: -1;
  left: 80%;
  bottom: -170px;
}

.negotiator__step {
  margin-right: 20px;
  max-width: 370px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-left: #C74646 solid 8px;
}

.negotiator__step:last-of-type {
  margin-right: 0;
}

.step__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  padding-right: 10px;
  padding-left: 50px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.negotiator__block--subtitle {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}

.negotiator__block--btn {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 30px;
}

@media screen and (min-width: 770px) and (max-width: 1200px) {
  .negotiator__about--img {
    width: 35%;
  }

  .negotiator__about-subtitle {
    width: 60%;
    margin-left: auto;
  }

  .step__heading {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .negotiator__about {
    margin-bottom: 82px;
  }
  .negotiator__about-subtitle {
    margin-left: 33px;
    max-width: 352px;
  }
  .negotiator__about--heading {
    margin-bottom: 25px;
  }

  .step__heading {
    padding: 20px 17px;
    margin: 0;
  }

  .nonebr {
    display: none;
  }

  .negotiator__step__wrapper::after, .negotiator__step__wrapper::before {
    bottom: -300px;
    background-size: 43%;
  }
}
@media screen and (min-width: 415px) and (max-width: 680px) {
  .negotiator__about {
    flex-direction: column;
  }
  .negotiator__about-subtitle {
    width: 100%;
    max-width: 550px;
  }
  .negotiator__about--heading {
    display: none;
  }
  .negotiator__about--img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .negotiator__step__wrapper {
    flex-direction: column;
  }

  .negotiator__step {
    margin: 0 auto;
    margin-top: 10px;
  }

  .negotiator__step:last-of-type {
    margin-right: auto;
  }

  .exth2 {
    display: block;
    order: 1;
    padding: 0 30px;
  }
  .exth2 h1 {
    color: #ffffff;
    line-height: 30px;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 288px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 415px) {
  .negotiator__about {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .negotiator__about--img {
    margin: 0 auto;
    margin-bottom: 56px;
  }
  .negotiator__about-subtitle {
    margin: 0 auto;
    max-width: 310px;
  }
  .negotiator__about--heading {
    display: none;
  }
  .negotiator__step__wrapper {
    flex-direction: column;
  }
  .negotiator__step {
    margin-bottom: 12px;
    min-height: 76px;
    width: 100%;
    min-width: auto;
  }
  .negotiator__block--subtitle {
    font-size: 30px;
    line-height: 35px;
  }

  .step__heading {
    padding: 26px 16px 27px 24px;
    height: auto;
  }

  .nonebr {
    display: none;
  }

  .negotiator__step__wrapper {
    margin-bottom: 60px;
  }
  .negotiator__step__wrapper::after, .negotiator__step__wrapper::before {
    display: none;
  }

  .exth2 {
    display: block;
    order: 1;
    padding: 0 30px;
  }
  .exth2 h1 {
    color: #ffffff;
    line-height: 30px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 288px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 7px;
  }

  .nonebr {
    display: none;
  }
}
.results-negotiator__title {
  width: 100%;
  margin-bottom: 70px;
}
.results-negotiator__title h1 {
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  color: #000000;
  border-bottom: 6px solid #000000;
  padding: 28px 0;
  margin-top: 0;
}
.results-negotiator--about {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.results-negotiator--block {
  justify-content: space-between;
  display: flex;
  margin-bottom: 55px;
}
.results-negotiator--block__left {
  display: flex;
  width: 100%;
  max-height: 60px;
  max-width: 350px;
}
.results-negotiator--block__right {
  width: 100%;
}
.results-negotiator--block__right p {
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138.69%;
  color: #000000;
}
.results-negotiator__name {
  margin-left: 23px;
  max-width: 350px;
  width: 100%;
  margin-right: 60px;
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.results-negotiator__name--red {
  color: #D02D26;
}
.results-negotiator__name--wrapper {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 376px) and (max-width: 600px) {
  .results-negotiator--about {
    margin-bottom: 0;
  }
  .results-negotiator--block {
    flex-direction: column;
  }
  .results-negotiator--block__left {
    margin-bottom: 20px;
  }
}
@media (max-width: 376px) {
  .results-negotiator__title {
    margin-top: 31px;
    margin-bottom: 24px;
  }
  .results-negotiator__title h1 {
    padding-bottom: 21px;
    padding-top: 0;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 3px solid #000000;
  }
  .results-negotiator--about {
    margin-bottom: 38px;
  }
  .results-negotiator--block {
    flex-direction: column;
    margin-bottom: 34px;
  }
  .results-negotiator--block__left {
    margin-bottom: 19px;
  }
  .results-negotiator--block__right p {
    font-size: 16px;
    line-height: 19px;
  }
  .results-negotiator__name {
    margin-right: 0;
    font-size: 16px;
  }
  .results-negotiator__name--red {
    display: block;
    text-align: initial;
  }
}
.block-more {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-left: 8px solid #C74646;
  margin-bottom: 90px;
  margin-top: 90px;
}
.block-more--wrapper {
  padding: 54px 120px 45px 60px;
  width: 100%;
  max-width: 600px;
}
.block-more--title h1 {
  margin-bottom: 37px;
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  color: #000000;
}
.block-more--suptitle p {
  margin-bottom: 25px;
  font-family: "Geometria", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  color: #000000;
}
.block-more--tiazer {
  padding: 47px 43px 46px 0;
  width: 100%;
}
.block-more__btn {
  padding: 20px 33px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  background-color: #C14545;
  color: #F5F5F5;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  border: none;
  overflow: hidden;
  box-shadow: none;
  z-index: 2;
}
.block-more__btn:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: #ed3233;
}

.test__negotiate {
  font-size: 16px;
}

@media screen and (min-width: 414px) and (max-width: 990px) {
  .block-more {
    flex-direction: column;
  }
  .block-more--wrapper {
    padding: 0;
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
  }
  .block-more--suptitle {
    margin: 0 10px;
  }
  .block-more--tiazer {
    max-width: 75%;
    margin: 0 auto;
    padding: 20px 16px;
    margin-bottom: 34px;
  }
  .block-more--tiazer--wrapper {
    position: relative;
    padding: 0 0 56.25% 0;
    height: 0;
    overflow: hidden;
  }
  .block-more--tiazer--wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 413px) {
  .block-more {
    flex-direction: column;
  }
  .block-more--wrapper {
    padding: 23px 16px 30px 16px;
  }
  .block-more__btn {
    width: 100%;
  }
  .block-more--tiazer {
    padding: 20px 16px;
  }
  .block-more--tiazer--wrapper {
    position: relative;
    padding: 0 0 56.25% 0;
    height: 0;
    overflow: hidden;
  }
  .block-more--tiazer--wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

img {
  max-width: 100%;
}

.btn_ref {
  position: relative;
  background-color: #C14545;
  font-size: 20px;
  color: #F5F5F5;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 35px;
  display: inline-block;
  text-align: center;
  border: none;
  overflow: hidden;
  box-shadow: none;
  z-index: 2;
}
.btn_ref:active {
  transform: translateY(3px);
}
.btn_ref:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.btn_ref::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 48%;
  width: 10px;
  height: 10px;
  background: none;
  border-color: transparent;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.btn_ref:hover::after {
  opacity: 1;
  transform: scale(35) translate(0, 0);
  background-color: #ED3233;
}

@media (max-width: 480px) {
  .btn {
    padding: 17px 27px;
    font-size: 18px;
  }
}
.main__hiwork {
  padding-bottom: 155px;
}

.main__choise {
  margin-bottom: 135px;
  padding-top: 113px;
}

@media (max-width: 376px) {
  .main__hiwork {
    padding-bottom: 60px;
  }
  .main__choise {
    margin-bottom: 55px;
    padding-top: 44px;
  }
}
.hero__container {
  position: relative;
  z-index: 5;
}
.hero__wrapper {
  display: flex;
}
.hero__dark-bg {
  background-image: url("../images/referral-program/Mask_group_01.svg");
  background-size: contain;
  background-position-x: 70%;
  background-repeat: no-repeat;
  padding-bottom: 105px;
  background-color: #2D2D2D;
}
.hero__light-bg {
  background-image: url("../images/referral-program/Mask_group_02.svg");
  background-size: contain;
  background-position-x: 70%;
  background-repeat: no-repeat;
  padding-bottom: 8%;
  background-color: #2D2D2D;
}
.hero__logo {
  margin-top: 70px;
}
.hero__heading {
  color: #ffffff;
  line-height: 60px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-bottom: 18px;
}
.hero__heading-text {
  font-family: "Geometria";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 77px;
}
.hero__heading-link {
  font-size: 16px;
  margin-top: 20px;
}
.hero__heading-link a {
  color: #337ab7;
}

.block__left {
  width: 100%;
  max-width: 438px;
  margin-top: 105px;
}

@media (max-width: 376px) {
  .hero__heading {
    font-size: 22px;
    line-height: 29px;
  }
  .hero__heading-mob {
    margin-top: -392px;
  }
  .hero__heading-text {
    display: none;
  }
  .hero__dark-bg {
    background-size: 200%;
    background-position-x: 75%;
    padding-bottom: 50px;
  }
  .hero__light-bg {
    background-image: url("../images/referral-program/mercury.svg");
    background-size: 135%;
    background-position-x: 49%;
    background-position-y: 100%;
    padding-bottom: 50px;
  }

  .block__left {
    margin-top: 250px;
    text-align: center;
  }
  .block__left-mob {
    padding-top: 180px;
  }
}
@media (min-width: 377px) and (max-width: 550px) {
  .hero__heading {
    font-size: 22px;
    line-height: 29px;
  }
  .hero__heading-mob {
    margin-top: 50px;
  }
  .hero__heading-text {
    display: block;
    margin-bottom: 10px;
  }
  .hero__dark-bg {
    background-size: 200%;
    background-position-x: 75%;
    padding-bottom: 50px;
  }
  .hero__light-bg {
    background-image: url("../images/referral-program/mercury.svg");
    background-size: 135%;
    background-position-x: 49%;
    background-position-y: 100%;
    padding-bottom: 50px;
  }

  .block__left {
    padding-top: 300px;
    text-align: center;
    margin: 0 auto;
  }
  .block__left-mob {
    padding-bottom: 260px;
    padding-top: 0;
  }
}
@media (min-width: 550px) and (max-width: 1100px) {
  .hero__heading {
    font-size: 22px;
    line-height: 29px;
  }
  .hero__heading-text {
    margin-bottom: 20px;
  }
  .hero__heading-text-mob {
    margin-bottom: 25px;
  }
  .hero__dark-bg {
    padding-bottom: 0px;
    background-size: cover;
    background-position-x: 55%;
  }
  .hero__light-bg {
    background-size: cover;
    background-position-x: 43%;
  }

  .block__left {
    max-width: 250px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .block__left-mob {
    max-width: 300px;
  }
}
.hiwork {
  font-family: "Geometria", "Arial", sans-serif;
  background-color: #EBEBEB;
  color: #2D2D2D;
}
.hiwork__heading {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 93px;
  margin-bottom: 55px;
}
.hiwork__img {
  margin-bottom: 30px;
}

.red-line {
  background-color: #C14545 !important;
  width: 150px;
  margin: 50px -50px 0;
}

.hiwork__blocks {
  display: flex;
  justify-content: center;
}
.hiwork__block {
  width: 215px;
  text-align: center;
}
.hiwork__block-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

@media (min-width: 320px) and (max-width: 500px) {
  .hiwork__heading {
    padding-top: 40px;
    margin-bottom: 33px;
    font-size: 18px;
    line-height: 23px;
  }
  .hiwork__blocks {
    flex-direction: column;
  }
  .hiwork__block {
    display: flex;
    justify-content: flex-start;
    margin-left: 36px;
  }
  .hiwork__block-text {
    margin-left: 36px;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    min-width: 164px;
  }

  .red-line {
    transform: rotate(90deg);
    width: 40px;
    margin: 5px 50px;
    margin-bottom: 35px;
  }
}
@media (min-width: 501px) and (max-width: 850px) {
  .red-line {
    display: none;
  }

  .hiwork__blocks {
    flex-wrap: wrap;
  }
  .hiwork__block {
    width: 250px;
    margin: 15px;
  }
}
.instas__heading {
  color: #F5F5F5;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.insta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.insta__name {
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.25;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 18px;
}

.insta__button-prev {
  left: auto;
  top: 50%;
  right: 94%;
  background-color: inherit;
  padding: 0;
  margin-right: 30px;
  background-image: url("../images/referral-program/arrow-review.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.insta__button-prev::after {
  display: none;
}
.insta__button-next::after {
  display: none;
}

.insta__button-next {
  right: 0px;
  right: -35px;
  top: 50%;
  background-color: inherit;
  padding: 0;
  background-image: url("../images/referral-program/arrow-review.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.instas__swiper-container {
  padding-top: 52px !important;
  box-sizing: border-box;
}

.allTeachers__btn {
  display: flex;
  margin: 0 auto;
  margin-top: 54px;
  padding-top: 19px;
}

.dk_back .swiper-slide-active::before {
  content: "";
  background-image: url("../images/referral-program/mobile.png");
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.instas__insta img {
  max-width: 63%;
  top: 50%;
  position: relative;
  transform: translateY(15%);
}

.instas__swiper-container .swiper-pagination {
  position: relative;
  margin-top: 33px;
}

.instas .swiper-pagination-bullet-active {
  background-color: #C14545;
}

@media (max-width: 376px) {
  .instas__insta img {
    max-width: 50%;
  }

  .insta__button-next {
    right: 3%;
  }
  .insta__button-prev {
    right: 70%;
  }
}
@media (min-width: 376px) and (max-width: 471px) {
  .instas__insta img {
    max-width: 41%;
  }

  .insta__button-next {
    right: 3%;
  }
  .insta__button-prev {
    right: 70%;
  }
}
@media (min-width: 470px) and (max-width: 620px) {
  .instas__insta img {
    max-width: 65%;
  }
}
@media (min-width: 620px) and (max-width: 764px) {
  .instas__insta img {
    max-width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .instas__insta img {
    max-width: 46%;
  }
}
.choise__heading {
  color: #C14545;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 29px;
}
.choise__heading-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 78px;
}
.choise__wrapper {
  display: flex;
  justify-content: space-between;
}
.choise__numbers {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
}
.choise__numbers::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 270px;
  background-color: #C14545;
}
.choise__numbers-caption {
  width: 100%;
  max-width: 280px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: none;
  margin: 0 auto;
}

.choise__blok {
  margin-right: 30px;
  max-width: 360px;
  width: 100%;
}
.choise img {
  width: 100%;
  height: auto;
}
.choise__headings {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  color: #000000;
}
.choise__headings p {
  padding: 36px 0;
}

@media (max-width: 376px) {
  .choise__heading {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 27px;
  }
  .choise__heading-text {
    font-size: 14px;
    line-height: 20px;
  }
  .choise__wrapper {
    flex-direction: column;
  }
}
@media (min-width: 377px) and (max-width: 950px) {
  .choise__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.faq_ref {
  margin-top: 100px;
  padding-bottom: 174px;
  background-color: #EBEBEB;
}

.faq__header {
  position: relative;
  padding-top: 112px;
  font-size: 30px;
  line-height: 39px;
  font-family: "geometria";
  font-weight: 700;
  margin-bottom: 20px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.special-projects-list .card__title {
  text-transform: uppercase;
}

.special-projects__header {
  margin-top: 0;
  margin-bottom: 43px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.special-projects__desc {
  margin-top: 0;
  margin-bottom: 24px;
}

.review-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 60px;
}
.review-main-card {
  width: 100%;
  max-width: 350px;
  min-height: 365px;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  border-radius: 0px 25px 25px 25px;
  margin: 0 15px 20px 0px;
  padding: 32px 30px 43px;
  cursor: pointer;
}
.review-main-card:nth-of-type(3n) {
  margin-right: 0;
}
.review-main-name {
  padding-bottom: 9px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #2D2D2D;
}
.review-main-name--modal {
  display: flex;
}
.review-main-name--modal span {
  margin-right: 5px;
}
.review-main-position {
  min-height: 30px;
  padding-bottom: 12px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #C14545;
}
.review-main-redline {
  border-top: 6px solid #C14545;
  width: 160px;
  padding-bottom: 32px;
}
.review-main-description {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2D2D2D;
  padding-bottom: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  max-height: 140px;
}
.review-main-description-sub {
  -webkit-line-clamp: 6;
  max-height: 120px;
}
.review-main-link {
  display: none;
  width: 100%;
  max-width: 240px;
  padding: 11px 20px 10px;
  background-color: #C14545;
  color: #FFFFFF;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  margin-top: 32px;
}
.review-main-course {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.review-main-course a {
  color: #C14545;
  text-decoration: underline;
}
.review-main-bottomline {
  display: none;
}
.review-main-title {
  margin-top: 44px 0 29;
}

.review-lastname {
  display: inline-block;
  text-transform: uppercase;
}

.modal-review-main-close-button {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #fff;
  z-index: 1;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  right: -40px;
  top: -20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.modal-content-review-main {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  border-radius: 0px 30px 30px 30px;
  border: 4px solid #C14545;
}

.modal-review-main {
  position: relative;
  padding: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: fit-content;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
.modal-review-main .review-main-description-modal {
  max-height: 400px;
  display: inherit;
}

.projectReviewCard {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 23px;
  font-size: 18px;
  color: #2D2D2D;
  padding-bottom: 55px;
}
.projectReviewCard-description {
  font-family: "Geometria";
  font-style: italic;
  font-weight: 400;
  padding-bottom: 30px;
}
.projectReviewCard-authorName {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.projectReviewCard-authorName span {
  margin-right: 5px;
}
.projectReviewCard-authorPosition {
  font-size: 16px;
  color: #C14545;
  line-height: 17px;
}

.video-list--wrapper {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}
.video-list--wrapper .swiper-wrapper {
  padding-bottom: 44px;
}

.review-main-video {
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  background-color: grey;
  background-repeat: no-repeat;
  background-size: 178%;
  background-position: center center;
}
.review-main-video img {
  padding: 56px 83px;
}

.modal-review-video {
  min-height: initial;
}
.modal-review-video__close-button {
  display: inline-block;
  position: absolute;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #fff;
  z-index: 1;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  bottom: 438px;
  right: -2.5%;
  top: -4%;
  width: 32px;
  height: 32px;
  transition: 0.2s;
  cursor: pointer;
}

.modal-videomodal {
  display: flex;
  justify-content: center;
}
.modal-videomodal-content {
  position: absolute;
  background-color: inherit;
  padding: 40px;
  padding-top: 0;
  top: 25%;
  width: 100%;
  color: #000;
  border-radius: 10px;
}
.modal-videomodal .youtube-video {
  position: relative;
}

.modal-review-videocontent .review-main-video {
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.2s;
  position: relative;
}
.modal-review-videocontent .review-main-video:hover {
  filter: none;
}

.modal-review-videocontent .about-play-video {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icons/video_play.png");
  z-index: 100000;
}

.modal-review-videocontent:hover .about-play-video {
  height: 60px;
  width: 60px;
  transition: 0.3s;
}

.swiper-button-prev--videoreview {
  left: -3% !important;
  top: calc(50% - 22px) !important;
  background-color: inherit;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.video-list--wrapper .swiper-button-prev--videoreview::after {
  content: "";
}

.swiper-button-next--videoreview {
  right: -3% !important;
  top: calc(50% - 22px) !important;
  background-color: inherit;
  background-repeat: no-repeat;
}

.video-list--wrapper .swiper-button-next--videoreview::after {
  content: "";
}

.swiper-pagination--videoreview {
  top: unset !important;
  bottom: 0px !important;
  background-color: inherit;
  background-repeat: no-repeat;
}

.swiper-pagination--videoreview .swiper-pagination-bullet-active {
  background-color: #333333;
}

.review-list .swiper-pagination {
  position: relative;
}

@media screen and (max-width: 550px) {
  .modal-content-review-main {
    height: 80vh;
  }

  .modal-review-main {
    margin-top: 20px;
    top: 45%;
    width: 345px;
  }
  .modal-review-main-close-button {
    right: 43%;
    top: 100%;
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  .modal-review-main-close-button:hover {
    top: 100%;
    right: 43%;
  }

  .modal-videomodal-content {
    top: 15%;
  }

  .modal-review-videocontent .review-main-video .about-play-video {
    display: block;
  }

  .review-main {
    padding-bottom: 48px;
  }
  .review-main-card {
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .review-main-card:nth-of-type(3n) {
    margin-right: auto;
  }
  .review-main-redline {
    width: 100%;
    padding-bottom: 24px;
    border-top: 2px solid #C14545;
  }
  .review-main-description-modal {
    -webkit-line-clamp: inherit;
    text-overflow: unset;
    overflow: scroll;
    max-height: 40vh;
  }
  .review-main-link {
    display: block;
  }
  .review-main-bottomline {
    display: inline-block;
    border-top: 2px solid #C14545;
    width: 100%;
    padding-bottom: 24px;
  }
  .review-main-course {
    bottom: 0;
    position: absolute;
    margin-bottom: 20px;
    max-width: 240px;
    width: 100%;
  }

  .review-main-name--modal {
    display: block;
  }

  .projectReviewCard-authorName {
    justify-content: left;
  }

  .modal-review-video__close-button:hover {
    top: 100%;
    right: 43%;
  }

  .swiper-button-prev--videoreview {
    right: -11px !important;
  }

  .swiper-button-prev--videoreview {
    left: -10px !important;
  }
}
@media screen and (min-width: 551px) and (max-width: 768px) {
  .review-main-card {
    max-width: 220px;
    margin: 0;
    margin-bottom: 16px;
  }
  .review-main-card-sub {
    height: 420px;
    max-width: 250px;
  }

  .modal-review-main {
    left: 0;
    width: 80%;
  }
  .modal-review-main-close-button {
    right: 9%;
  }
  .modal-review-main-close-button:hover {
    right: 11%;
  }

  .modal-review-video__close-button {
    right: 45%;
    top: 80%;
    width: 42px;
    height: 42px;
  }

  .video-list--wrapper {
    padding: 0 40px;
  }
}
@media screen and (min-width: 551px) {
  .modal-review-videocontent .review-main-video .about-play-video {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .review-main-card {
    max-width: 330px;
    margin: 15px 0;
  }
  .review-main-card-sub {
    height: 410px;
  }

  .modal-review-main {
    width: 90%;
  }

  .modal-review-video__close-button {
    bottom: 438px;
    right: 45%;
    top: 80%;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .youtube-video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .youtube-video .youtube-player {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    padding-bottom: 200px;
  }
  .youtube-video .youtube-player .iframe-player {
    position: absolute;
    width: 100%;
    height: 73%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .modal-review-video__close-button {
    right: 45%;
    top: 85%;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 550px) {
  .projectReviewCard {
    padding-bottom: 43px;
    text-align: left;
  }
}
/*# sourceMappingURL=global.css.map */
